|
||||||||||
| 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.ClarifyNextInputRule
public class ClarifyNextInputRule
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class inpro.dm.isu.rule.AbstractIUNetworkRule |
|---|
AbstractIUNetworkRule.Effects, AbstractIUNetworkRule.Triggers |
| Constructor Summary | |
|---|---|
ClarifyNextInputRule()
|
|
| 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 ClarifyNextInputRule()
| Method Detail |
|---|
public boolean triggers(AbstractInformationState is)
AbstractRule
triggers in class AbstractRuleis - the InformationState to check this rule's trigger
conditions against.
public boolean apply(AbstractInformationState is)
AbstractRule
apply in class AbstractRuleis - 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 | |||||||||