Uses of Class
org.processmining.plugins.inductiveVisualMiner.causal.mvpc.NodeType
-
Packages that use NodeType Package Description org.processmining.plugins.inductiveVisualMiner.causal.mvpc -
-
Uses of NodeType in org.processmining.plugins.inductiveVisualMiner.causal.mvpc
Methods in org.processmining.plugins.inductiveVisualMiner.causal.mvpc that return NodeType Modifier and Type Method Description static NodeTypeNodeType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static NodeType[]NodeType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-