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

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

public class DictionaryToken
extends java.lang.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
 java.lang.String getText()
           
 java.lang.String getTokenClass()
           
 java.lang.Integer getType()
           
 boolean isTokenClassFeatureDefined()
           
 boolean isTokenTypeFeatureDefined()
           
 void setText(java.lang.String text)
           
 void setTokenClass(java.lang.String tokenClass)
           
 void setTokenClassFeatureDefined(boolean tokenClassFeatureDefined)
           
 void setTokenTypeFeatureDefined(boolean tokenTypeFeatureDefined)
           
 void setType(java.lang.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 java.lang.String getText()

setText

public void setText(java.lang.String text)

getTokenClass

public java.lang.String getTokenClass()

setTokenClass

public void setTokenClass(java.lang.String tokenClass)

getType

public java.lang.Integer getType()

setType

public void setType(java.lang.Integer type)

isTokenTypeFeatureDefined

public boolean isTokenTypeFeatureDefined()

setTokenTypeFeatureDefined

public void setTokenTypeFeatureDefined(boolean tokenTypeFeatureDefined)

isTokenClassFeatureDefined

public boolean isTokenClassFeatureDefined()

setTokenClassFeatureDefined

public void setTokenClassFeatureDefined(boolean tokenClassFeatureDefined)


Copyright © 2011. All Rights Reserved.