public class TokenAnnotation_Type extends TokenAnnotation_Type
Modifier and Type | Field and Description |
---|---|
static boolean |
featOkTst |
static int |
typeIndexID |
Constructor and Description |
---|
TokenAnnotation_Type(org.apache.uima.jcas.JCas jcas,
org.apache.uima.cas.Type casType)
initialize variables to correspond with Cas Type and Features
|
Modifier and Type | Method and Description |
---|---|
protected org.apache.uima.cas.impl.FSGenerator |
getFSGenerator() |
String |
getText(int addr) |
String |
getTokenClass(int addr) |
int |
getTokenType(int addr) |
void |
setText(int addr,
String v) |
void |
setTokenClass(int addr,
String v) |
void |
setTokenType(int addr,
int v) |
getBegin, getCoveredText, getEnd, setBegin, setEnd
public static final int typeIndexID
public static final boolean featOkTst
public TokenAnnotation_Type(org.apache.uima.jcas.JCas jcas, org.apache.uima.cas.Type casType)
protected org.apache.uima.cas.impl.FSGenerator getFSGenerator()
getFSGenerator
in class TokenAnnotation_Type
public String getText(int addr)
public void setText(int addr, String v)
public int getTokenType(int addr)
public void setTokenType(int addr, int v)
public String getTokenClass(int addr)
public void setTokenClass(int addr, String v)
Copyright © 2006–2021 The Apache Software Foundation. All rights reserved.