org.apache.uima.conceptMapper.support.dictionaryResource
Class DictionaryToken

java.lang.Object
  extended by org.apache.uima.conceptMapper.support.dictionaryResource.DictionaryToken

public class DictionaryToken
extends Object


Constructor Summary
DictionaryToken(org.apache.uima.cas.text.AnnotationFS annotation, org.apache.uima.cas.Feature tokenTypeFeature, org.apache.uima.cas.Feature tokenClassFeature)
           
 
Method Summary
 String getText()
           
 String getTokenClass()
           
 Integer getType()
           
 boolean isTokenClassFeatureDefined()
           
 boolean isTokenTypeFeatureDefined()
           
 void setText(String text)
           
 void setTokenClass(String tokenClass)
           
 void setTokenClassFeatureDefined(boolean tokenClassFeatureDefined)
           
 void setTokenTypeFeatureDefined(boolean tokenTypeFeatureDefined)
           
 void setType(Integer type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DictionaryToken

public DictionaryToken(org.apache.uima.cas.text.AnnotationFS annotation,
                       org.apache.uima.cas.Feature tokenTypeFeature,
                       org.apache.uima.cas.Feature tokenClassFeature)
Method Detail

getText

public String getText()

setText

public void setText(String text)

getTokenClass

public String getTokenClass()

setTokenClass

public void setTokenClass(String tokenClass)

getType

public Integer getType()

setType

public void setType(Integer type)

isTokenTypeFeatureDefined

public boolean isTokenTypeFeatureDefined()

setTokenTypeFeatureDefined

public void setTokenTypeFeatureDefined(boolean tokenTypeFeatureDefined)

isTokenClassFeatureDefined

public boolean isTokenClassFeatureDefined()

setTokenClassFeatureDefined

public void setTokenClassFeatureDefined(boolean tokenClassFeatureDefined)


Copyright © 2006-2011 The Apache Software Foundation. All Rights Reserved.