public class VariableMention
extends org.apache.uima.jcas.tcas.Annotation
| Modifier and Type | Field and Description |
|---|---|
static int |
type |
static int |
typeIndexID |
| Modifier | Constructor and Description |
|---|---|
protected |
VariableMention()
Never called.
|
|
VariableMention(int addr,
org.apache.uima.jcas.cas.TOP_Type type)
Internal - constructor used by generator
|
|
VariableMention(org.apache.uima.jcas.JCas jcas) |
|
VariableMention(org.apache.uima.jcas.JCas jcas,
int begin,
int end) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAnswers()
getter for answers - gets
|
String |
getCorrect()
getter for correct - gets
|
String |
getLabel()
getter for label - gets
|
String |
getQuestion()
getter for question - gets
|
double |
getScore()
getter for score - gets
|
String |
getSubQuestion()
getter for subQuestion - gets
|
int |
getTypeIndexID() |
String |
getVariableId()
getter for variableId - gets
|
void |
setAnswers(String v)
setter for answers - sets
|
void |
setCorrect(String v)
setter for correct - sets
|
void |
setLabel(String v)
setter for label - sets
|
void |
setQuestion(String v)
setter for question - sets
|
void |
setScore(double v)
setter for score - sets
|
void |
setSubQuestion(String v)
setter for subQuestion - sets
|
void |
setVariableId(String v)
setter for variableId - sets
|
getBegin, getCoveredText, getEnd, getStart, setBegin, setEndaddToIndexes, addToIndexes, equals, getAddress, getCAS, getCASImpl, getLowLevelCas, hashCode, removeFromIndexes, removeFromIndexesclone, getavoidcollisionTypeCode, getBooleanValue, getByteValue, getDoubleValue, getFeatureValue, getFeatureValueAsString, getFloatValue, getIntValue, getLongValue, getShortValue, getStringValue, getType, prettyPrint, prettyPrint, prettyPrint, setBooleanValue, setByteValue, setDoubleValue, setFeatureValue, setFeatureValueFromString, setFloatValue, setIntValue, setLongValue, setShortValue, setStringValue, toString, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitclone, equals, getBooleanValue, getByteValue, getCAS, getDoubleValue, getFeatureValue, getFeatureValueAsString, getFloatValue, getIntValue, getLongValue, getShortValue, getStringValue, getType, hashCode, setBooleanValue, setByteValue, setDoubleValue, setFeatureValue, setFeatureValueFromString, setFloatValue, setIntValue, setLongValue, setShortValue, setStringValueprotected VariableMention()
public VariableMention(int addr,
org.apache.uima.jcas.cas.TOP_Type type)
addr - low level Feature Structure referencetype - the type of this Feature Structurepublic VariableMention(org.apache.uima.jcas.JCas jcas)
jcas - JCas to which this Feature Structure belongspublic VariableMention(org.apache.uima.jcas.JCas jcas,
int begin,
int end)
jcas - JCas to which this Feature Structure belongsbegin - offset to the begin spot in the SofAend - offset to the end spot in the SofApublic int getTypeIndexID()
getTypeIndexID in class org.apache.uima.jcas.tcas.Annotationpublic String getCorrect()
public void setCorrect(String v)
v - value to set into the featurepublic String getVariableId()
public void setVariableId(String v)
v - value to set into the featurepublic String getLabel()
public void setLabel(String v)
v - value to set into the featurepublic String getQuestion()
public void setQuestion(String v)
v - value to set into the featurepublic String getSubQuestion()
public void setSubQuestion(String v)
v - value to set into the featurepublic String getAnswers()
public void setAnswers(String v)
v - value to set into the featurepublic double getScore()
public void setScore(double v)
v - value to set into the featureCopyright © 2016–2018 OpenMinTeD. All rights reserved.