inpro.dm.isu.rule
Class AbstractIUNetworkRule

java.lang.Object
  extended by inpro.dm.isu.rule.AbstractRule
      extended by inpro.dm.isu.rule.AbstractIUNetworkRule
Direct Known Subclasses:
ClarifyNextInputRule, ConfirmLastOutputRule, DisconfirmLastOutputRule, IntegrateNextInputRule, MarkContribIfIntegratesRule, MoveSearchDownRule, MoveSearchLeftRule, MoveSearchRightRule, MoveSearchUpRule, RequestMoreInfoRule, UnintegrateRevokedInputRule

public abstract class AbstractIUNetworkRule
extends AbstractRule


Nested Class Summary
static interface AbstractIUNetworkRule.Effects
           
static interface AbstractIUNetworkRule.Triggers
           
 
Constructor Summary
AbstractIUNetworkRule()
           
 
Method Summary
 
Methods inherited from class inpro.dm.isu.rule.AbstractRule
apply, toString, triggers
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AbstractIUNetworkRule

public AbstractIUNetworkRule()