Uses of Class
org.drools.impact.analysis.graph.ReactivityType
-
-
Uses of ReactivityType in org.drools.impact.analysis.graph
Methods in org.drools.impact.analysis.graph that return ReactivityType Modifier and Type Method Description ReactivityTypeReactivityType. combine(ReactivityType type)static ReactivityTypeReactivityType. decode(boolean positive)ReactivityTypeAnalyzedRule. getReactivityType()ReactivityTypeLink. getReactivityType()ReactivityTypeReactivityType. negate()static ReactivityTypeReactivityType. valueOf(String name)Returns the enum constant of this type with the specified name.static ReactivityType[]ReactivityType. 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 ReactivityType Modifier and Type Method Description ReactivityTypeReactivityType. combine(ReactivityType type)voidAnalyzedRule. combineReactivityType(ReactivityType reactivityType)static voidNode. linkNodes(Node source, Node target, ReactivityType type)voidLink. setReactivityType(ReactivityType reactivityType)Constructors in org.drools.impact.analysis.graph with parameters of type ReactivityType Constructor Description AnalyzedRule(org.drools.impact.analysis.model.Rule rule, ReactivityType reactivityType)Link(Node source, Node target, ReactivityType reactivityType)
-