Package | Description |
---|---|
org.processmining.plugins.inductiveVisualMiner.visualisation |
Modifier and Type | Method and Description |
---|---|
DFMEdgeType |
DFMEdgeType.getCorrespondingLogMove() |
DFMEdgeType |
LocalDotEdge.getDfmType() |
static DFMEdgeType |
DFMEdgeType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DFMEdgeType[] |
DFMEdgeType.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) |