Uses of Class
org.processmining.plugins.inductiveVisualMiner.visualisation.LocalDotNode.NodeType
-
Packages that use LocalDotNode.NodeType Package Description org.processmining.plugins.inductiveVisualMiner.visualisation -
-
Uses of LocalDotNode.NodeType in org.processmining.plugins.inductiveVisualMiner.visualisation
Methods in org.processmining.plugins.inductiveVisualMiner.visualisation that return LocalDotNode.NodeType Modifier and Type Method Description LocalDotNode.NodeTypeLocalDotNode. getType()static LocalDotNode.NodeTypeLocalDotNode.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.Methods in org.processmining.plugins.inductiveVisualMiner.visualisation with parameters of type LocalDotNode.NodeType Modifier and Type Method Description voidLocalDotNode. setType(LocalDotNode.NodeType type)Constructors in org.processmining.plugins.inductiveVisualMiner.visualisation with parameters of type LocalDotNode.NodeType Constructor Description LocalDotNode(org.processmining.plugins.graphviz.dot.Dot dot, ProcessTreeVisualisationInfo info, LocalDotNode.NodeType type, java.lang.String label, int unode, LocalDotNode correspondingSplit)
-