Uses of Class
org.processmining.plugins.inductiveVisualMiner.visualisation.DFMEdgeType
-
Packages that use DFMEdgeType Package Description org.processmining.plugins.inductiveVisualMiner.visualisation -
-
Uses of DFMEdgeType in org.processmining.plugins.inductiveVisualMiner.visualisation
Methods in org.processmining.plugins.inductiveVisualMiner.visualisation that return DFMEdgeType Modifier and Type Method Description DFMEdgeTypeDFMEdgeType. getCorrespondingLogMove()DFMEdgeTypeLocalDotEdge. getDfmType()static DFMEdgeTypeDFMEdgeType. 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.Constructors in org.processmining.plugins.inductiveVisualMiner.visualisation with parameters of type DFMEdgeType Constructor 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)
-