org.apache.ctakes.padtermspotter.fsm.pad.machine
Class NegDxIndicatorFSM

java.lang.Object
  extended by org.apache.ctakes.padtermspotter.fsm.pad.machine.NegDxIndicatorFSM

public class NegDxIndicatorFSM
extends java.lang.Object

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

Author:
Mayo Clinic

Constructor Summary
NegDxIndicatorFSM()
          Constructor
 
Method Summary
 java.util.Set<NegationIndicator> execute(java.util.List<? extends BaseToken> 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

NegDxIndicatorFSM

public NegDxIndicatorFSM()
Constructor

Method Detail

execute

public java.util.Set<NegationIndicator> execute(java.util.List<? extends BaseToken> tokens)
                                         throws java.lang.Exception
Executes the finite state machines.

Parameters:
tokens -
Returns:
Set of DateToken objects.
Throws:
java.lang.Exception