Uses of Package
org.peace_tools.workspace

Packages that use org.peace_tools.workspace
org.peace_tools.core Contains the core classes that coordinate the activities of various classes and wizards. 
org.peace_tools.core.dataset Contains the classes associated with the data set wizard. 
org.peace_tools.core.job Contains the classes associated with the job wizard. 
org.peace_tools.core.server Contains the classes associated with the server wizard. 
org.peace_tools.core.session Contains the classes associated with providing a session on a local or remote server. 
org.peace_tools.data Contains the classes that provide data for the various views in the GUI. 
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. 
 

Classes in org.peace_tools.workspace used by org.peace_tools.core
DataSet
          The top-level data set that encapsulates the meta data regarding data files that are all related to a single EST file.
Job
          This class corresponds to a "Job" element in a PEACE work space XML data.
MSTClusterData
           This class encapsulates all the data necessary to use a given clustering information generated from a Spanning Tree (MST) data file.
Server
          Class to encapsulate information regarding a Server entry in a PEACE work space configuration file.
 

Classes in org.peace_tools.workspace used by org.peace_tools.core.dataset
DataSet
          The top-level data set that encapsulates the meta data regarding data files that are all related to a single EST file.
 

Classes in org.peace_tools.workspace used by org.peace_tools.core.job
DataSet
          The top-level data set that encapsulates the meta data regarding data files that are all related to a single EST file.
Filter
          This class is meant to encapsulate the information and parameters for various filters used to filter out ESTs that may negatively impact clustering.
FWAnalyzer
          A simple class to encapsulate information about the frame/word analyzer that was used to generate Minimum Spanning Tree (MST) data.
FWAnalyzer.FWAnalyzerType
          The different kinds of frame/word analyzers that are currently supported in PEACE.
Heuristic
          This class is meant to encapsulate the information and parameters for various heuristics used to accelerate clustering.
Job
          This class corresponds to a "Job" element in a PEACE work space XML data.
JobSummary
          Class to encapsulate some basic information about a Job.
MSTClusterData
           This class encapsulates all the data necessary to use a given clustering information generated from a Spanning Tree (MST) data file.
MSTData
          This class encapsulates all the data necessary to use a given Minimum Spanning Tree (MST) data file.
Server
          Class to encapsulate information regarding a Server entry in a PEACE work space configuration file.
 

Classes in org.peace_tools.workspace used by org.peace_tools.core.server
Server
          Class to encapsulate information regarding a Server entry in a PEACE work space configuration file.
 

Classes in org.peace_tools.workspace used by org.peace_tools.core.session
Server
          Class to encapsulate information regarding a Server entry in a PEACE work space configuration file.
 

Classes in org.peace_tools.workspace used by org.peace_tools.data
DBClassifier
          Database (DB) Classifier to distinguish ESTs from different databases.
Job
          This class corresponds to a "Job" element in a PEACE work space XML data.
MSTClusterData
           This class encapsulates all the data necessary to use a given clustering information generated from a Spanning Tree (MST) data file.
MSTData
          This class encapsulates all the data necessary to use a given Minimum Spanning Tree (MST) data file.
Server
          Class to encapsulate information regarding a Server entry in a PEACE work space configuration file.
WorkspaceEvent
           
WorkspaceListener
          A simple interface class that is used to report changes occuring to the currently active, global Workspace.
 

Classes in org.peace_tools.workspace used by org.peace_tools.views
DataSet
          The top-level data set that encapsulates the meta data regarding data files that are all related to a single EST file.
Filter
          This class is meant to encapsulate the information and parameters for various filters used to filter out ESTs that may negatively impact clustering.
FWAnalyzer
          A simple class to encapsulate information about the frame/word analyzer that was used to generate Minimum Spanning Tree (MST) data.
Heuristic
          This class is meant to encapsulate the information and parameters for various heuristics used to accelerate clustering.
Job
          This class corresponds to a "Job" element in a PEACE work space XML data.
JobSummary
          Class to encapsulate some basic information about a Job.
MSTClusterData
           This class encapsulates all the data necessary to use a given clustering information generated from a Spanning Tree (MST) data file.
MSTData
          This class encapsulates all the data necessary to use a given Minimum Spanning Tree (MST) data file.
Server
          Class to encapsulate information regarding a Server entry in a PEACE work space configuration file.
WorkspaceEvent
           
WorkspaceListener
          A simple interface class that is used to report changes occuring to the currently active, global Workspace.
 

Classes in org.peace_tools.workspace used by org.peace_tools.workspace
ClassifierList
          A class to encapsulate information about a list of DBClassifier entries that have already been configured in this work space.
DataSet
          The top-level data set that encapsulates the meta data regarding data files that are all related to a single EST file.
DBClassifier
          Database (DB) Classifier to distinguish ESTs from different databases.
Filter
          This class is meant to encapsulate the information and parameters for various filters used to filter out ESTs that may negatively impact clustering.
Filter.FilterType
          Different enumerations defining the different types of Filters that are currently supported.
FWAnalyzer
          A simple class to encapsulate information about the frame/word analyzer that was used to generate Minimum Spanning Tree (MST) data.
FWAnalyzer.FWAnalyzerType
          The different kinds of frame/word analyzers that are currently supported in PEACE.
Heuristic
          This class is meant to encapsulate the information and parameters for various heuristics used to accelerate clustering.
Job
          This class corresponds to a "Job" element in a PEACE work space XML data.
JobBase
          This is a common base class that contains fields that are common to both the JobSummary class and the Job class.
JobBase.JobStatusType
          Different enumerations defining the last known runtime status of a given Job.
JobList
          A class to encapsulate information about a list of jobs that have already been configured in this work space.
JobSummary
          Class to encapsulate some basic information about a Job.
MSTClusterData
           This class encapsulates all the data necessary to use a given clustering information generated from a Spanning Tree (MST) data file.
MSTData
          This class encapsulates all the data necessary to use a given Minimum Spanning Tree (MST) data file.
MSTData.MSTBuilderType
          Different enumerations defining the different approaches that PEACE currently supports for building a MST.
Param
          A simple class to encapsulate a pair that is used to describe parameters.
Server
          Class to encapsulate information regarding a Server entry in a PEACE work space configuration file.
Server.ServerStatusType
          Different enumerations defining the last known operational status of a given Server entry.
ServerList
          A class to encapsulate information about a list of servers that have already been configured in this work space.
Workspace
           The top-level Workspace class that stores and manages all the data associated with a PEACE Workspace.
WorkspaceEvent
           
WorkspaceEvent.EntryType
          Enumeration for the different types of Workpace entries that can be reported via a WorkspaceEvent object.
WorkspaceEvent.Operation
          Enumeration for the different types of operations on a Workspace entity that can be reported via a WorkspaceEvent object.
WorkspaceListener
          A simple interface class that is used to report changes occuring to the currently active, global Workspace.