Uses of Class
org.processmining.plugins.inductiveVisualMiner.visualisation.LocalDotEdge.EdgeType
-
Packages that use LocalDotEdge.EdgeType Package Description org.processmining.plugins.inductiveVisualMiner.visualisation -
-
Uses of LocalDotEdge.EdgeType in org.processmining.plugins.inductiveVisualMiner.visualisation
Methods in org.processmining.plugins.inductiveVisualMiner.visualisation that return LocalDotEdge.EdgeType Modifier and Type Method Description LocalDotEdge.EdgeTypeLocalDotEdge. getType()static LocalDotEdge.EdgeTypeLocalDotEdge.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.Constructors in org.processmining.plugins.inductiveVisualMiner.visualisation with parameters of type LocalDotEdge.EdgeType 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)
-