org.apache.ctakes.drugner.fsm.machines.util
Class NegIndicatorFSM

java.lang.Object
  extended by org.apache.ctakes.drugner.fsm.machines.util.NegIndicatorFSM
All Implemented Interfaces:
FSM

public class NegIndicatorFSM
extends java.lang.Object
implements FSM

Uses one or more finite state machines to detect dates in the given input of tokens.

Author:
DUFFP

Constructor Summary
NegIndicatorFSM()
          Constructor
 
Method Summary
 java.util.Set execute(java.util.List tokens)
          Executes the finite state machines.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NegIndicatorFSM

public NegIndicatorFSM()
Constructor

Method Detail

execute

public java.util.Set execute(java.util.List tokens)
                      throws java.lang.Exception
Executes the finite state machines.

Specified by:
execute in interface FSM
Parameters:
tokens -
Returns:
Set of DateToken objects.
Throws:
java.lang.Exception