public class Meeting_Type
extends org.apache.uima.jcas.tcas.Annotation_Type
| Modifier and Type | Field and Description |
|---|---|
static boolean |
featOkTst |
static int |
typeIndexID |
| Constructor and Description |
|---|
Meeting_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 |
getDate(int addr) |
int |
getEndTime(int addr) |
int |
getRoom(int addr) |
int |
getStartTime(int addr) |
void |
setDate(int addr,
int v) |
void |
setEndTime(int addr,
int v) |
void |
setRoom(int addr,
int v) |
void |
setStartTime(int addr,
int v) |
getBegin, getCoveredText, getEnd, getFSGenerator, setBegin, setEndpublic static final int typeIndexID
public static final boolean featOkTst
public Meeting_Type(org.apache.uima.jcas.JCas jcas,
org.apache.uima.cas.Type casType)
jcas - JCascasType - Typepublic int getRoom(int addr)
addr - low level Feature Structure referencepublic void setRoom(int addr,
int v)
addr - low level Feature Structure referencev - value to setpublic int getDate(int addr)
addr - low level Feature Structure referencepublic void setDate(int addr,
int v)
addr - low level Feature Structure referencev - value to setpublic int getStartTime(int addr)
addr - low level Feature Structure referencepublic void setStartTime(int addr,
int v)
addr - low level Feature Structure referencev - value to setpublic int getEndTime(int addr)
addr - low level Feature Structure referencepublic void setEndTime(int addr,
int v)
addr - low level Feature Structure referencev - value to setCopyright © 2012–2017 The Apache Software Foundation. All rights reserved.