public enum EPNodeType extends java.lang.Enum<EPNodeType>
Enum Constant and Description |
---|
Action |
AndComposite |
AndInterleaved |
Choice |
Collapsed |
ErrorTrigger |
Log |
Loop |
LoopCancel |
OrComposite |
Recurrent |
Seq |
SeqCancel |
Silent |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName() |
java.lang.String |
getSymbol() |
boolean |
isCompositeType() |
boolean |
isLabelled() |
boolean |
isLeafType() |
boolean |
isOrderAware() |
java.lang.String |
toString() |
static EPNodeType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EPNodeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EPNodeType Action
public static final EPNodeType Silent
public static final EPNodeType Collapsed
public static final EPNodeType Recurrent
public static final EPNodeType Seq
public static final EPNodeType Choice
public static final EPNodeType Loop
public static final EPNodeType AndInterleaved
public static final EPNodeType AndComposite
public static final EPNodeType OrComposite
public static final EPNodeType SeqCancel
public static final EPNodeType LoopCancel
public static final EPNodeType ErrorTrigger
public static final EPNodeType Log
public static EPNodeType[] values()
for (EPNodeType c : EPNodeType.values()) System.out.println(c);
public static EPNodeType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getSymbol()
public java.lang.String getName()
public boolean isLeafType()
public boolean isCompositeType()
public java.lang.String toString()
toString
in class java.lang.Enum<EPNodeType>
public boolean isOrderAware()
public boolean isLabelled()