public class Speaker_Type
extends org.apache.uima.jcas.tcas.Annotation_Type
| Modifier and Type | Field and Description |
|---|---|
static boolean |
featOkTst |
static int |
typeIndexID |
| Constructor and Description |
|---|
Speaker_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 |
|---|---|
int |
getCastFigure(int addr) |
int |
getCastFigure(int addr,
int i) |
int |
getFigure(int addr) |
protected org.apache.uima.cas.impl.FSGenerator |
getFSGenerator() |
int |
getId(int addr) |
int |
getXmlId(int addr) |
String |
getXmlId(int addr,
int i) |
void |
setCastFigure(int addr,
int v) |
void |
setCastFigure(int addr,
int i,
int v) |
void |
setFigure(int addr,
int v) |
void |
setId(int addr,
int v) |
void |
setXmlId(int addr,
int v) |
void |
setXmlId(int addr,
int i,
String v) |
getBegin, getCoveredText, getEnd, setBegin, setEndpublic static final int typeIndexID
public static final boolean featOkTst
public Speaker_Type(org.apache.uima.jcas.JCas jcas,
org.apache.uima.cas.Type casType)
jcas - JCascasType - Typeprotected org.apache.uima.cas.impl.FSGenerator getFSGenerator()
getFSGenerator in class org.apache.uima.jcas.tcas.Annotation_Typepublic int getId(int addr)
addr - low level Feature Structure referencepublic void setId(int addr,
int v)
addr - low level Feature Structure referencev - value to setpublic int getXmlId(int addr)
addr - low level Feature Structure referencepublic void setXmlId(int addr,
int v)
addr - low level Feature Structure referencev - value to setpublic String getXmlId(int addr, int i)
addr - low level Feature Structure referencei - index of item in the arraypublic void setXmlId(int addr,
int i,
String v)
addr - low level Feature Structure referencei - index of item in the arrayv - value to setpublic int getFigure(int addr)
addr - low level Feature Structure referencepublic void setFigure(int addr,
int v)
addr - low level Feature Structure referencev - value to setpublic int getCastFigure(int addr)
addr - low level Feature Structure referencepublic void setCastFigure(int addr,
int v)
addr - low level Feature Structure referencev - value to setpublic int getCastFigure(int addr,
int i)
addr - low level Feature Structure referencei - index of item in the arraypublic void setCastFigure(int addr,
int i,
int v)
addr - low level Feature Structure referencei - index of item in the arrayv - value to setCopyright © 2018. All rights reserved.