public class HTMLAnnotation_Type
extends org.apache.uima.jcas.tcas.Annotation_Type
| Modifier and Type | Field and Description |
|---|---|
static boolean |
featOkTst |
static int |
typeIndexID |
| Constructor and Description |
|---|
HTMLAnnotation_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 |
getCls(int addr) |
protected org.apache.uima.cas.impl.FSGenerator |
getFSGenerator() |
String |
getId(int addr) |
String |
getSelector(int addr) |
String |
getTag(int addr) |
void |
setCls(int addr,
String v) |
void |
setId(int addr,
String v) |
void |
setSelector(int addr,
String v) |
void |
setTag(int addr,
String v) |
getBegin, getCoveredText, getEnd, setBegin, setEndpublic static final int typeIndexID
public static final boolean featOkTst
public HTMLAnnotation_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 String getTag(int addr)
addr - low level Feature Structure referencepublic void setTag(int addr,
String v)
addr - low level Feature Structure referencev - value to setpublic String getId(int addr)
addr - low level Feature Structure referencepublic void setId(int addr,
String v)
addr - low level Feature Structure referencev - value to setpublic String getCls(int addr)
addr - low level Feature Structure referencepublic void setCls(int addr,
String v)
addr - low level Feature Structure referencev - value to setpublic String getSelector(int addr)
addr - low level Feature Structure referencepublic void setSelector(int addr,
String v)
addr - low level Feature Structure referencev - value to setCopyright © 2016. All rights reserved.