Uses of Class
org.peace_tools.workspace.JobSummary

Packages that use JobSummary
org.peace_tools.core.job Contains the classes associated with the job wizard. 
org.peace_tools.views Contains the classes that provide views for the various data objects in the GUI. 
org.peace_tools.workspace Contains the classes that provide persistent storage of work space configuration. 
 

Uses of JobSummary in org.peace_tools.core.job
 

Methods in org.peace_tools.core.job with parameters of type JobSummary
protected  MSTClusterData ClusterWizardPage.getClusterEntry(java.lang.String id, java.lang.String mstID, JobSummary summary)
          Helper method to create a MSTCluster data.
 

Uses of JobSummary in org.peace_tools.views
 

Methods in org.peace_tools.views with parameters of type JobSummary
private static javax.swing.tree.DefaultMutableTreeNode PropertiesTreeMaker.makeJobProperties(JobSummary summary)
          Helper method to create a properties node for a given job summary node.
 

Uses of JobSummary in org.peace_tools.workspace
 

Fields in org.peace_tools.workspace declared as JobSummary
private  JobSummary MSTClusterData.jobSummary
          The core/useful information about the job that was run to compute the MST.
private  JobSummary MSTData.jobSummary
          The core/useful information about the job that was run to compute the MST.
 

Methods in org.peace_tools.workspace that return JobSummary
static JobSummary JobSummary.create(org.w3c.dom.Element jobNode)
          Helper method to utilize data from a DOM tree to create a suitable JobSummary entry.
 JobSummary MSTClusterData.getJobSummary()
          Obtain meta data about the job that was run to generate the cluster.
 JobSummary MSTData.getJobSummary()
          Obtain meta data about the job that was run to generate the MST.
 

Constructors in org.peace_tools.workspace with parameters of type JobSummary
MSTClusterData(java.lang.String id, java.lang.String mstID, java.lang.String path, java.lang.String description, int threshold, JobSummary summary)
          The constructor to create a fully populated MSTClusterData object that contains all the meta data regarding a MST file that has been generated from a given EST file.
MSTData(java.lang.String id, MSTData.MSTBuilderType type, java.lang.String path, java.lang.String description, FWAnalyzer analyzer, JobSummary summary)
          The constructor to create a fully populated MSTData object that contains all the meta data regarding a MST file that has been generated from a given EST file.