Uses of Enum Class
org.drools.base.rule.GroupElement.Type
Packages that use GroupElement.Type
Package
Description
Contains the binary representations of rule constructs, like Package (which the compiler produces), Rule, and Conditional Elements.
-
Uses of GroupElement.Type in org.drools.base.rule
Fields in org.drools.base.rule declared as GroupElement.TypeModifier and TypeFieldDescriptionstatic final GroupElement.TypeGroupElement.ANDstatic final GroupElement.TypeGroupElement.EXISTSstatic final GroupElement.TypeGroupElement.NOTstatic final GroupElement.TypeGroupElement.ORMethods in org.drools.base.rule that return GroupElement.TypeModifier and TypeMethodDescriptionGroupElement.getType()static GroupElement.TypeReturns the enum constant of this class with the specified name.static GroupElement.Type[]GroupElement.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.drools.base.rule with parameters of type GroupElement.TypeModifier and TypeMethodDescriptionbooleanGroupElement.containesNode(GroupElement.Type node) voidGroupElement.setType(GroupElement.Type type) Constructors in org.drools.base.rule with parameters of type GroupElement.Type