public class XmiMetaData_Type
extends org.apache.uima.jcas.tcas.Annotation_Type
| Modifier and Type | Field and Description |
|---|---|
static boolean |
featOkTst |
static int |
typeIndexID |
| Constructor and Description |
|---|
XmiMetaData_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 |
getMaxXmiId(int addr) |
int |
getSofaIdMappings(int addr) |
String |
getSofaIdMappings(int addr,
int i) |
void |
setMaxXmiId(int addr,
int v) |
void |
setSofaIdMappings(int addr,
int v) |
void |
setSofaIdMappings(int addr,
int i,
String v) |
getBegin, getCoveredText, getEnd, getFSGenerator, setBegin, setEndpublic static final int typeIndexID
public static final boolean featOkTst
public XmiMetaData_Type(org.apache.uima.jcas.JCas jcas,
org.apache.uima.cas.Type casType)
jcas - JCascasType - Typepublic int getMaxXmiId(int addr)
addr - low level Feature Structure referencepublic void setMaxXmiId(int addr,
int v)
addr - low level Feature Structure referencev - value to setpublic int getSofaIdMappings(int addr)
addr - low level Feature Structure referencepublic void setSofaIdMappings(int addr,
int v)
addr - low level Feature Structure referencev - value to setpublic String getSofaIdMappings(int addr, int i)
addr - low level Feature Structure referencei - index of item in the arraypublic void setSofaIdMappings(int addr,
int i,
String v)
addr - low level Feature Structure referencei - index of item in the arrayv - value to setCopyright © 2019 JULIE Lab Jena, Germany. All rights reserved.