Uses of Class
org.processmining.plugins.InductiveMiner.efficienttree.EfficientTree.NodeType
-
Packages that use EfficientTree.NodeType Package Description org.processmining.plugins.InductiveMiner.efficienttree -
-
Uses of EfficientTree.NodeType in org.processmining.plugins.InductiveMiner.efficienttree
Methods in org.processmining.plugins.InductiveMiner.efficienttree that return EfficientTree.NodeType Modifier and Type Method Description EfficientTree.NodeTypeEfficientTree. getNodeType(int node)EfficientTree.NodeTypeEfficientTreeImpl. getNodeType(int node)static EfficientTree.NodeTypeEfficientTree.NodeType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static EfficientTree.NodeType[]EfficientTree.NodeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.processmining.plugins.InductiveMiner.efficienttree with parameters of type EfficientTree.NodeType Modifier and Type Method Description voidEfficientTree. setNodeType(int node, EfficientTree.NodeType nodeType)Please refer to EfficientTreeUtils for higher-level editing functions.voidEfficientTreeImpl. setNodeType(int node, EfficientTree.NodeType operator)
-