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

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

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

Author:
Mayo Clinic
See Also:
Serialized Form

Constructor Summary
IntegerCondition()
           
 
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

IntegerCondition

public IntegerCondition()
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