Uses of Class
org.processmining.goaldrivenprocessmining.objectHelper.enumaration.NodeType
-
Packages that use NodeType Package Description org.processmining.goaldrivenprocessmining.objectHelper.enumaration -
-
Uses of NodeType in org.processmining.goaldrivenprocessmining.objectHelper.enumaration
Methods in org.processmining.goaldrivenprocessmining.objectHelper.enumaration 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.
-