public class CastFigure_Type extends DiscourseEntity_Type
| Modifier and Type | Field and Description |
|---|---|
static boolean |
featOkTst |
static int |
typeIndexID |
| Constructor and Description |
|---|
CastFigure_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 |
|---|---|
String |
getAge(int addr) |
protected org.apache.uima.cas.impl.FSGenerator |
getFSGenerator() |
String |
getGender(int addr) |
int |
getNames(int addr) |
String |
getNames(int addr,
int i) |
int |
getXmlId(int addr) |
String |
getXmlId(int addr,
int i) |
void |
setAge(int addr,
String v) |
void |
setGender(int addr,
String v) |
void |
setNames(int addr,
int v) |
void |
setNames(int addr,
int i,
String v) |
void |
setXmlId(int addr,
int v) |
void |
setXmlId(int addr,
int i,
String v) |
getDisplayName, setDisplayNamepublic static final int typeIndexID
public static final boolean featOkTst
public CastFigure_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 DiscourseEntity_Typepublic 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 getNames(int addr)
addr - low level Feature Structure referencepublic void setNames(int addr,
int v)
addr - low level Feature Structure referencev - value to setpublic String getNames(int addr, int i)
addr - low level Feature Structure referencei - index of item in the arraypublic void setNames(int addr,
int i,
String v)
addr - low level Feature Structure referencei - index of item in the arrayv - value to setpublic String getGender(int addr)
addr - low level Feature Structure referencepublic void setGender(int addr,
String v)
addr - low level Feature Structure referencev - value to setpublic String getAge(int addr)
addr - low level Feature Structure referencepublic void setAge(int addr,
String v)
addr - low level Feature Structure referencev - value to setCopyright © 2018. All rights reserved.