| Package | Description |
|---|---|
| org.processmining.plugins.ppm.ppmchart.model |
| Modifier and Type | Method and Description |
|---|---|
Node.TYPE |
Node.getType() |
protected Node.TYPE |
BPMNModel.getType(java.lang.String activity) |
static Node.TYPE |
Node.TYPE.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Node.TYPE[] |
Node.TYPE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Node |
Node.setType(Node.TYPE type) |
| Constructor and Description |
|---|
Node(java.lang.String id,
Node.TYPE type,
long x,
long y) |