org.blackbox.conditions
Class ContextCondition

java.lang.Object
  extended by org.blackbox.conditions.ContextCondition
All Implemented Interfaces:
org.framboise_22.rete.Condition
Direct Known Subclasses:
Include, Meet, No, Overlap, Yes

public abstract class ContextCondition
extends java.lang.Object
implements org.framboise_22.rete.Condition


Constructor Summary
ContextCondition()
           
 
Method Summary
abstract  boolean doTest(Context x)
           
 boolean taste(org.framboise_22.rete.util.Tuple t)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContextCondition

public ContextCondition()
Method Detail

taste

public boolean taste(org.framboise_22.rete.util.Tuple t)
Specified by:
taste in interface org.framboise_22.rete.Condition

doTest

public abstract boolean doTest(Context x)