Package | Description |
---|---|
org.processmining.plugins.inductiveVisualMiner.visualisation |
Modifier and Type | Method and Description |
---|---|
LocalDotEdge.EdgeType |
LocalDotEdge.getType() |
static LocalDotEdge.EdgeType |
LocalDotEdge.EdgeType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LocalDotEdge.EdgeType[] |
LocalDotEdge.EdgeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
LocalDotEdge(org.processmining.plugins.InductiveMiner.efficienttree.EfficientTree tree,
org.processmining.plugins.graphviz.dot.Dot dot,
ProcessTreeVisualisationInfo info,
LocalDotNode source,
LocalDotNode target,
java.lang.String label,
int node,
LocalDotEdge.EdgeType type,
DFMEdgeType dfmType,
int lookupNode1,
int lookupNode2,
boolean directionForward) |