Uses of Class
org.peace_tools.workspace.MSTData.MSTBuilderType

Packages that use MSTData.MSTBuilderType
org.peace_tools.workspace Contains the classes that provide persistent storage of work space configuration. 
 

Uses of MSTData.MSTBuilderType in org.peace_tools.workspace
 

Fields in org.peace_tools.workspace declared as MSTData.MSTBuilderType
private  MSTData.MSTBuilderType MSTData.type
          The type of MST building approach supported by PEACE that was used to obtain the MST referred by this class.
 

Methods in org.peace_tools.workspace that return MSTData.MSTBuilderType
 MSTData.MSTBuilderType MSTData.getType()
          The type of MST building approach supported by PEACE that was used to obtain the MST referred by this class.
static MSTData.MSTBuilderType MSTData.MSTBuilderType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static MSTData.MSTBuilderType[] MSTData.MSTBuilderType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.peace_tools.workspace with parameters of type MSTData.MSTBuilderType
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.