Uses of Enum Class
org.drools.base.rule.Behavior.BehaviorType
Packages that use Behavior.BehaviorType
Package
Description
Contains the binary representations of rule constructs, like Package (which the compiler produces), Rule, and Conditional Elements.
-
Uses of Behavior.BehaviorType in org.drools.base.rule
Methods in org.drools.base.rule that return Behavior.BehaviorTypeModifier and TypeMethodDescriptionBehavior.getType()Returns the type of the behaviorstatic Behavior.BehaviorTypeReturns the enum constant of this class with the specified name.static Behavior.BehaviorType[]Behavior.BehaviorType.values()Returns an array containing the constants of this enum class, in the order they are declared.