org.blackbox.conditions
Class Yes

java.lang.Object
  extended by org.blackbox.conditions.ContextCondition
      extended by org.blackbox.conditions.Yes
All Implemented Interfaces:
org.framboise_22.rete.Condition

public class Yes
extends ContextCondition

Couche le premier soir ;)


Constructor Summary
Yes()
           
 
Method Summary
 boolean doTest(Context t)
           
 
Methods inherited from class org.blackbox.conditions.ContextCondition
taste
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Yes

public Yes()
Method Detail

doTest

public boolean doTest(Context t)
Specified by:
doTest in class ContextCondition