Enum Constant and Description |
---|
AND |
IOR |
PLACE |
TRANSITION |
XOR |
Modifier and Type | Method and Description |
---|---|
int |
getShape() |
NodeTypeL |
opposite() |
static NodeTypeL |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NodeTypeL[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NodeTypeL PLACE
public static final NodeTypeL TRANSITION
public static final NodeTypeL IOR
public static final NodeTypeL AND
public static final NodeTypeL XOR
public static NodeTypeL[] values()
for (NodeTypeL c : NodeTypeL.values()) System.out.println(c);
public static NodeTypeL 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 NodeTypeL opposite()
public int getShape()