Enum ConfigurationParsing.BasePackage
- java.lang.Object
-
- java.lang.Enum<ConfigurationParsing.BasePackage>
-
- org.processmining.specpp.config.parsing.ConfigurationParsing.BasePackage
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<ConfigurationParsing.BasePackage>
- Enclosing class:
- ConfigurationParsing
public static enum ConfigurationParsing.BasePackage extends java.lang.Enum<ConfigurationParsing.BasePackage>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ActivityOrderingComposerCompositionConfigsEvaluationHeuristicNodeGenerationParametersPostProcessorProposalSupervisorsTreeTreeExpansionXES_Classifier
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetPackagePath()static ConfigurationParsing.BasePackagevalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ConfigurationParsing.BasePackage[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
Evaluation
public static final ConfigurationParsing.BasePackage Evaluation
-
Supervisors
public static final ConfigurationParsing.BasePackage Supervisors
-
TreeExpansion
public static final ConfigurationParsing.BasePackage TreeExpansion
-
NodeGeneration
public static final ConfigurationParsing.BasePackage NodeGeneration
-
Heuristic
public static final ConfigurationParsing.BasePackage Heuristic
-
Composer
public static final ConfigurationParsing.BasePackage Composer
-
Composition
public static final ConfigurationParsing.BasePackage Composition
-
Proposal
public static final ConfigurationParsing.BasePackage Proposal
-
PostProcessor
public static final ConfigurationParsing.BasePackage PostProcessor
-
Parameters
public static final ConfigurationParsing.BasePackage Parameters
-
XES_Classifier
public static final ConfigurationParsing.BasePackage XES_Classifier
-
ActivityOrdering
public static final ConfigurationParsing.BasePackage ActivityOrdering
-
Configs
public static final ConfigurationParsing.BasePackage Configs
-
Tree
public static final ConfigurationParsing.BasePackage Tree
-
-
Method Detail
-
values
public static ConfigurationParsing.BasePackage[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (ConfigurationParsing.BasePackage c : ConfigurationParsing.BasePackage.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ConfigurationParsing.BasePackage valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- if the argument is null
-
getPackagePath
public java.lang.String getPackagePath()
-
-