Uses of Class
org.drools.impact.analysis.graph.Node.Status
-
-
Uses of Node.Status in org.drools.impact.analysis.graph
Fields in org.drools.impact.analysis.graph declared as Node.Status Modifier and Type Field Description protected Node.StatusNode. statusMethods in org.drools.impact.analysis.graph that return Node.Status Modifier and Type Method Description Node.StatusNode. getStatus()static Node.StatusNode.Status. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Node.Status[]Node.Status. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.drools.impact.analysis.graph with parameters of type Node.Status Modifier and Type Method Description voidNode. setStatus(Node.Status status)
-