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

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

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

Author:
Mayo Clinic
See Also:
Serialized Form

Constructor Summary
PunctuationValueCondition(char c)
           
 
Method Summary
 boolean satisfiedBy(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

PunctuationValueCondition

public PunctuationValueCondition(char c)
Method Detail

satisfiedBy

public boolean satisfiedBy(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


Copyright © 2012-2013 The Apache Software Foundation. All Rights Reserved.