public class VariableMention_Type
extends org.apache.uima.jcas.tcas.Annotation_Type
| Modifier and Type | Field and Description |
|---|---|
static boolean |
featOkTst |
static int |
typeIndexID |
| Constructor and Description |
|---|
VariableMention_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 |
getAnswers(int addr) |
String |
getCorrect(int addr) |
String |
getLabel(int addr) |
String |
getQuestion(int addr) |
double |
getScore(int addr) |
String |
getSubQuestion(int addr) |
String |
getVariableId(int addr) |
void |
setAnswers(int addr,
String v) |
void |
setCorrect(int addr,
String v) |
void |
setLabel(int addr,
String v) |
void |
setQuestion(int addr,
String v) |
void |
setScore(int addr,
double v) |
void |
setSubQuestion(int addr,
String v) |
void |
setVariableId(int addr,
String v) |
getBegin, getCoveredText, getEnd, getFSGenerator, setBegin, setEndpublic static final int typeIndexID
public static final boolean featOkTst
public VariableMention_Type(org.apache.uima.jcas.JCas jcas,
org.apache.uima.cas.Type casType)
jcas - JCascasType - Typepublic String getCorrect(int addr)
addr - low level Feature Structure referencepublic void setCorrect(int addr,
String v)
addr - low level Feature Structure referencev - value to setpublic String getVariableId(int addr)
addr - low level Feature Structure referencepublic void setVariableId(int addr,
String v)
addr - low level Feature Structure referencev - value to setpublic String getLabel(int addr)
addr - low level Feature Structure referencepublic void setLabel(int addr,
String v)
addr - low level Feature Structure referencev - value to setpublic String getQuestion(int addr)
addr - low level Feature Structure referencepublic void setQuestion(int addr,
String v)
addr - low level Feature Structure referencev - value to setpublic String getSubQuestion(int addr)
addr - low level Feature Structure referencepublic void setSubQuestion(int addr,
String v)
addr - low level Feature Structure referencev - value to setpublic String getAnswers(int addr)
addr - low level Feature Structure referencepublic void setAnswers(int addr,
String v)
addr - low level Feature Structure referencev - value to setpublic double getScore(int addr)
addr - low level Feature Structure referencepublic void setScore(int addr,
double v)
addr - low level Feature Structure referencev - value to setCopyright © 2016–2018 OpenMinTeD. All rights reserved.