Enum PNPluginSelectionPanel.AnalysisTypes
- java.lang.Object
-
- java.lang.Enum<PNPluginSelectionPanel.AnalysisTypes>
-
- org.processmining.plugins.petrinet.analysis.PNPluginSelectionPanel.AnalysisTypes
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<PNPluginSelectionPanel.AnalysisTypes>
- Enclosing class:
- PNPluginSelectionPanel
public static enum PNPluginSelectionPanel.AnalysisTypes extends java.lang.Enum<PNPluginSelectionPanel.AnalysisTypes>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPNPluginSelectionPanel.AnalysisTypes.AnalysisTypesCompCompareAnalysisTypesby their string representation
-
Enum Constant Summary
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Class<? extends org.processmining.framework.connections.Connection>getConnectionType()java.lang.StringgetName()java.lang.Class<?>getObjectType()java.lang.StringgetRole()booleanisBehavioral()static PNPluginSelectionPanel.AnalysisTypesvalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PNPluginSelectionPanel.AnalysisTypes[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
ALLBEHAVIORAL
public static final PNPluginSelectionPanel.AnalysisTypes ALLBEHAVIORAL
-
ALLSTRUCTURAL
public static final PNPluginSelectionPanel.AnalysisTypes ALLSTRUCTURAL
-
DEADTRANSITIONS
public static final PNPluginSelectionPanel.AnalysisTypes DEADTRANSITIONS
-
UNBOUNDEDPLACES
public static final PNPluginSelectionPanel.AnalysisTypes UNBOUNDEDPLACES
-
BOUNDEDNESSSEQ
public static final PNPluginSelectionPanel.AnalysisTypes BOUNDEDNESSSEQ
-
BOUNDEDNESSINFO
public static final PNPluginSelectionPanel.AnalysisTypes BOUNDEDNESSINFO
-
HOMEMARKINGSET
public static final PNPluginSelectionPanel.AnalysisTypes HOMEMARKINGSET
-
LIVENESSINFO
public static final PNPluginSelectionPanel.AnalysisTypes LIVENESSINFO
-
LIVENESSTRANS
public static final PNPluginSelectionPanel.AnalysisTypes LIVENESSTRANS
-
PLACEINVARIANT
public static final PNPluginSelectionPanel.AnalysisTypes PLACEINVARIANT
-
TRANSITIONINVARIANT
public static final PNPluginSelectionPanel.AnalysisTypes TRANSITIONINVARIANT
-
TPHANDLES
public static final PNPluginSelectionPanel.AnalysisTypes TPHANDLES
-
PTHANDLES
public static final PNPluginSelectionPanel.AnalysisTypes PTHANDLES
-
SCOMPONENTSET
public static final PNPluginSelectionPanel.AnalysisTypes SCOMPONENTSET
-
TCOMPONENTSET
public static final PNPluginSelectionPanel.AnalysisTypes TCOMPONENTSET
-
SIPHONSET
public static final PNPluginSelectionPanel.AnalysisTypes SIPHONSET
-
TRAPSET
public static final PNPluginSelectionPanel.AnalysisTypes TRAPSET
-
FREECHOICE
public static final PNPluginSelectionPanel.AnalysisTypes FREECHOICE
-
EXTFREECHOICE
public static final PNPluginSelectionPanel.AnalysisTypes EXTFREECHOICE
-
NONFREECHOICECLUS
public static final PNPluginSelectionPanel.AnalysisTypes NONFREECHOICECLUS
-
NONFREEEXTCHOICECLUS
public static final PNPluginSelectionPanel.AnalysisTypes NONFREEEXTCHOICECLUS
-
-
Method Detail
-
values
public static PNPluginSelectionPanel.AnalysisTypes[] 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 (PNPluginSelectionPanel.AnalysisTypes c : PNPluginSelectionPanel.AnalysisTypes.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static PNPluginSelectionPanel.AnalysisTypes 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
-
isBehavioral
public boolean isBehavioral()
-
getName
public java.lang.String getName()
-
getConnectionType
public java.lang.Class<? extends org.processmining.framework.connections.Connection> getConnectionType()
-
getObjectType
public java.lang.Class<?> getObjectType()
-
getRole
public java.lang.String getRole()
-
-