Package org.drools.base.rule
Interface Behavior
-
- All Superinterfaces:
java.lang.Cloneable,RuleComponent
public interface Behavior extends RuleComponent, java.lang.Cloneable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classBehavior.BehaviorType
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetExpirationOffset()Behavior.BehaviorTypegetType()Returns the type of the behavior
-
-
-
Method Detail
-
getType
Behavior.BehaviorType getType()
Returns the type of the behavior
-
getExpirationOffset
long getExpirationOffset()
-
-