public class Bibtex_Type
extends org.apache.uima.jcas.tcas.Annotation_Type
| Modifier and Type | Field and Description |
|---|---|
static boolean |
featOkTst |
static int |
typeIndexID |
| Constructor and Description |
|---|
Bibtex_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 |
getAuthor(int addr) |
int |
getTitle(int addr) |
int |
getYear(int addr) |
void |
setAuthor(int addr,
int v) |
void |
setTitle(int addr,
int v) |
void |
setYear(int addr,
int v) |
getBegin, getCoveredText, getEnd, getFSGenerator, setBegin, setEndpublic static final int typeIndexID
public static final boolean featOkTst
public Bibtex_Type(org.apache.uima.jcas.JCas jcas,
org.apache.uima.cas.Type casType)
jcas - JCascasType - Typepublic int getAuthor(int addr)
addr - low level Feature Structure referencepublic void setAuthor(int addr,
int v)
addr - low level Feature Structure referencev - value to setpublic int getTitle(int addr)
addr - low level Feature Structure referencepublic void setTitle(int addr,
int v)
addr - low level Feature Structure referencev - value to setpublic int getYear(int addr)
addr - low level Feature Structure referencepublic void setYear(int addr,
int v)
addr - low level Feature Structure referencev - value to setCopyright © 2011–2020 The Apache Software Foundation. All rights reserved.