public class SemanticArgument
extends org.apache.uima.jcas.tcas.Annotation
Modifier and Type | Field and Description |
---|---|
static int |
type
Deprecated.
|
static int |
typeIndexID
Deprecated.
|
Modifier | Constructor and Description |
---|---|
protected |
SemanticArgument()
Deprecated.
Never called.
|
|
SemanticArgument(int addr,
org.apache.uima.jcas.cas.TOP_Type type)
Deprecated.
Internal - constructor used by generator
|
|
SemanticArgument(org.apache.uima.jcas.JCas jcas)
Deprecated.
|
|
SemanticArgument(org.apache.uima.jcas.JCas jcas,
int begin,
int end)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String |
getRole()
Deprecated.
getter for role - gets The role which the argument takes.
|
int |
getTypeIndexID()
Deprecated.
|
void |
setRole(String v)
Deprecated.
setter for role - sets The role which the argument takes.
|
getBegin, getCoveredText, getEnd, getStart, setBegin, setEnd
addToIndexes, addToIndexes, equals, getAddress, getCAS, getCASImpl, getLowLevelCas, hashCode, removeFromIndexes, removeFromIndexes
clone, 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, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
clone, equals, getBooleanValue, getByteValue, getCAS, getDoubleValue, getFeatureValue, getFeatureValueAsString, getFloatValue, getIntValue, getLongValue, getShortValue, getStringValue, getType, hashCode, setBooleanValue, setByteValue, setDoubleValue, setFeatureValue, setFeatureValueFromString, setFloatValue, setIntValue, setLongValue, setShortValue, setStringValue
public static final int typeIndexID
public static final int type
protected SemanticArgument()
public SemanticArgument(int addr, org.apache.uima.jcas.cas.TOP_Type type)
addr
- low level Feature Structure referencetype
- the type of this Feature Structurepublic SemanticArgument(org.apache.uima.jcas.JCas jcas)
jcas
- JCas to which this Feature Structure belongspublic SemanticArgument(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.Annotation
public String getRole()
public void setRole(String v)
v
- value to set into the featureCopyright © 2007–2018 Ubiquitous Knowledge Processing (UKP) Lab, Technische Universität Darmstadt. All rights reserved.