Uses of Class
inpro.dm.isu.AbstractInformationState

Packages that use AbstractInformationState
inpro.dm.isu   
inpro.dm.isu.rule   
 

Uses of AbstractInformationState in inpro.dm.isu
 

Subclasses of AbstractInformationState in inpro.dm.isu
 class IUNetworkInformationState
          An information state consisting of a network of ContribIU contributions that can integrate with new input.
 

Uses of AbstractInformationState in inpro.dm.isu.rule
 

Methods in inpro.dm.isu.rule with parameters of type AbstractInformationState
 boolean MarkContribIfIntegratesRule.apply(AbstractInformationState is)
           
 boolean RequestMoreInfoRule.apply(AbstractInformationState is)
           
 boolean MoveSearchUpRule.apply(AbstractInformationState is)
           
 boolean MoveSearchLeftRule.apply(AbstractInformationState is)
           
 boolean DisconfirmLastOutputRule.apply(AbstractInformationState is)
           
 boolean MoveSearchDownRule.apply(AbstractInformationState is)
           
 boolean MoveSearchRightRule.apply(AbstractInformationState is)
           
 boolean UnintegrateRevokedInputRule.apply(AbstractInformationState is)
           
 boolean IntegrateNextInputRule.apply(AbstractInformationState is)
           
 boolean ClarifyNextInputRule.apply(AbstractInformationState is)
           
abstract  boolean AbstractRule.apply(AbstractInformationState is)
          A method that a rule engine calls to apply this rule's effect to.
 boolean ConfirmLastOutputRule.apply(AbstractInformationState is)
           
 boolean MarkContribIfIntegratesRule.triggers(AbstractInformationState is)
           
 boolean RequestMoreInfoRule.triggers(AbstractInformationState is)
           
 boolean MoveSearchUpRule.triggers(AbstractInformationState is)
           
 boolean MoveSearchLeftRule.triggers(AbstractInformationState is)
           
 boolean DisconfirmLastOutputRule.triggers(AbstractInformationState is)
           
 boolean MoveSearchDownRule.triggers(AbstractInformationState is)
           
 boolean MoveSearchRightRule.triggers(AbstractInformationState is)
           
 boolean UnintegrateRevokedInputRule.triggers(AbstractInformationState is)
           
 boolean IntegrateNextInputRule.triggers(AbstractInformationState is)
           
 boolean ClarifyNextInputRule.triggers(AbstractInformationState is)
           
abstract  boolean AbstractRule.triggers(AbstractInformationState is)
          A method that a rule engine calls to verify if this rule triggers.
 boolean ConfirmLastOutputRule.triggers(AbstractInformationState is)