Package | Description |
---|---|
org.processmining.plugins.inductiveVisualMiner.visualisation |
Modifier and Type | Method and Description |
---|---|
LocalDotNode.NodeType |
LocalDotNode.getType() |
static LocalDotNode.NodeType |
LocalDotNode.NodeType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LocalDotNode.NodeType[] |
LocalDotNode.NodeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
LocalDotNode.setType(LocalDotNode.NodeType type) |
Constructor and Description |
---|
LocalDotNode(org.processmining.plugins.graphviz.dot.Dot dot,
ProcessTreeVisualisationInfo info,
LocalDotNode.NodeType type,
java.lang.String label,
int unode,
LocalDotNode correspondingSplit) |