org.apache.ctakes.drugner.fsm.machines.elements
Class DrugChangeStatusFSM

java.lang.Object
  extended by org.apache.ctakes.drugner.fsm.machines.elements.DrugChangeStatusFSM

public class DrugChangeStatusFSM
extends Object

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

Author:
Mayo Clinic

Constructor Summary
DrugChangeStatusFSM()
          Constructor
 
Method Summary
 Set execute(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

DrugChangeStatusFSM

public DrugChangeStatusFSM()
Constructor

Method Detail

execute

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

Parameters:
tokens -
Returns:
Set of FractionToken objects.
Throws:
Exception


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