anl.gtou
Class TreasurySanctionedConverter

java.lang.Object
  extended by anl.gtou.TreasurySanctionedConverter
All Implemented Interfaces:
FeatureBuilder

public class TreasurySanctionedConverter
extends java.lang.Object
implements FeatureBuilder


Field Summary
private  org.apache.uima.cas.Feature canonicalName
           
private  org.apache.uima.cas.Feature kind
           
 
Constructor Summary
TreasurySanctionedConverter(org.apache.uima.cas.TypeSystem system)
           
 
Method Summary
 void build(org.apache.uima.cas.FeatureStructure parent, gate.FeatureMap map)
          Transfers UIMA features to a FeatureMap or vis-a-versa.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

kind

private org.apache.uima.cas.Feature kind

canonicalName

private org.apache.uima.cas.Feature canonicalName
Constructor Detail

TreasurySanctionedConverter

public TreasurySanctionedConverter(org.apache.uima.cas.TypeSystem system)
                            throws java.io.IOException
Throws:
java.io.IOException
Method Detail

build

public void build(org.apache.uima.cas.FeatureStructure parent,
                  gate.FeatureMap map)
Description copied from interface: FeatureBuilder
Transfers UIMA features to a FeatureMap or vis-a-versa.

Specified by:
build in interface FeatureBuilder
Parameters:
parent - the UIMA featureStructure containing the feature
map - the feature map to put the feature in