public static enum LocalDotNode.NodeType extends java.lang.Enum<LocalDotNode.NodeType>
Enum Constant and Description |
---|
activity |
concurrentJoin |
concurrentSplit |
interleavedJoin |
interleavedSplit |
logMoveActivity |
orJoin |
orSplit |
sink |
source |
xor |
Modifier and Type | Method and Description |
---|---|
static LocalDotNode.NodeType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LocalDotNode.NodeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LocalDotNode.NodeType source
public static final LocalDotNode.NodeType sink
public static final LocalDotNode.NodeType activity
public static final LocalDotNode.NodeType xor
public static final LocalDotNode.NodeType concurrentSplit
public static final LocalDotNode.NodeType concurrentJoin
public static final LocalDotNode.NodeType interleavedSplit
public static final LocalDotNode.NodeType interleavedJoin
public static final LocalDotNode.NodeType orSplit
public static final LocalDotNode.NodeType orJoin
public static final LocalDotNode.NodeType logMoveActivity
public static LocalDotNode.NodeType[] values()
for (LocalDotNode.NodeType c : LocalDotNode.NodeType.values()) System.out.println(c);
public static LocalDotNode.NodeType 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 null