|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Duration | |
---|---|
org.drools.base | |
org.drools.rule | Contains the binary representations of rule constructs, like Package (which the compiler produces), Rule, and Conditional Elements. |
Uses of Duration in org.drools.base |
---|
Classes in org.drools.base that implement Duration | |
---|---|
class |
BaseDuration
Implementation of the Duration interface
for specifying truthness duration. |
Uses of Duration in org.drools.rule |
---|
Classes in org.drools.rule that implement Duration | |
---|---|
class |
FixedDuration
A fixed truthness duration. |
Methods in org.drools.rule that return Duration | |
---|---|
Duration |
Rule.getDuration()
Retrieve the truthness duration object. |
Methods in org.drools.rule with parameters of type Duration | |
---|---|
void |
Rule.setDuration(Duration duration)
Set the truthness duration object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |