org.apache.ctakes.core.fsm.condition
Class NegateCondition

java.lang.Object
  extended by net.openai.util.fsm.Condition
      extended by org.apache.ctakes.core.fsm.condition.NegateCondition
All Implemented Interfaces:
java.io.Serializable

public class NegateCondition
extends net.openai.util.fsm.Condition

Author:
Mayo Clinic
See Also:
Serialized Form

Constructor Summary
NegateCondition(net.openai.util.fsm.Condition c)
           
 
Method Summary
 boolean satisfiedBy(java.lang.Object conditional)
          Called to check if the conditional meets the criteria defined by this state.
 
Methods inherited from class net.openai.util.fsm.Condition
getSourceStates, getTargetState, setTargetState
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NegateCondition

public NegateCondition(net.openai.util.fsm.Condition c)
Method Detail

satisfiedBy

public boolean satisfiedBy(java.lang.Object conditional)
Called to check if the conditional meets the criteria defined by this state.

Specified by:
satisfiedBy in class net.openai.util.fsm.Condition