|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectinpro.dm.isu.rule.AbstractRule
inpro.dm.isu.rule.AbstractIUNetworkRule
inpro.dm.isu.rule.MoveSearchUpRule
public class MoveSearchUpRule
Nested Class Summary |
---|
Nested classes/interfaces inherited from class inpro.dm.isu.rule.AbstractIUNetworkRule |
---|
AbstractIUNetworkRule.Effects, AbstractIUNetworkRule.Triggers |
Constructor Summary | |
---|---|
MoveSearchUpRule()
|
Method Summary | |
---|---|
boolean |
apply(AbstractInformationState is)
A method that a rule engine calls to apply this rule's effect to. |
boolean |
triggers(AbstractInformationState is)
A method that a rule engine calls to verify if this rule triggers. |
Methods inherited from class inpro.dm.isu.rule.AbstractRule |
---|
toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MoveSearchUpRule()
Method Detail |
---|
public boolean triggers(AbstractInformationState is)
AbstractRule
triggers
in class AbstractRule
is
- the InformationState to check this rule's trigger
conditions against.
public boolean apply(AbstractInformationState is)
AbstractRule
apply
in class AbstractRule
is
- the InformationState to apply this rule's effects on.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |