|
ILOG JRules | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IlrAgendaFilter
This interface is used to select rule instances in
the agenda. The rule engine calls
the toFire method with the rule instance as a parameter,
and decides whether the instance is to be fired depending on the
return value.
| Method Summary | |
|---|---|
boolean |
toFire(IlrRuleInstance instance)
Tests whether the rule instance passed as a parameter is to be fired. |
| Method Detail |
|---|
boolean toFire(IlrRuleInstance instance)
Tests whether the rule instance passed as a parameter is to be fired.
instance - The rule instance to be fired.
true if the rule instance is to be fired, and
false if the rule instance is not to be fired.
|
ILOG JRules | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||