public class SemanticPredicate
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 |
SemanticPredicate()
Deprecated.
Never called.
|
|
SemanticPredicate(int addr,
org.apache.uima.jcas.cas.TOP_Type type)
Deprecated.
Internal - constructor used by generator
|
|
SemanticPredicate(org.apache.uima.jcas.JCas jcas)
Deprecated.
|
|
SemanticPredicate(org.apache.uima.jcas.JCas jcas,
int begin,
int end)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
org.apache.uima.jcas.cas.FSArray |
getArguments()
Deprecated.
getter for arguments - gets The predicate's arguments.
|
SemanticArgument |
getArguments(int i)
Deprecated.
indexed getter for arguments - gets an indexed value - The predicate's arguments.
|
String |
getCategory()
Deprecated.
getter for category - gets A more detailed specification of the predicate type depending on the theory being used, e.g.
|
int |
getTypeIndexID()
Deprecated.
|
void |
setArguments(org.apache.uima.jcas.cas.FSArray v)
Deprecated.
setter for arguments - sets The predicate's arguments.
|
void |
setArguments(int i,
SemanticArgument v)
Deprecated.
indexed setter for arguments - sets an indexed value - The predicate's arguments.
|
void |
setCategory(String v)
Deprecated.
setter for category - sets A more detailed specification of the predicate type depending on the theory being used, e.g.
|
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 SemanticPredicate()
public SemanticPredicate(int addr, org.apache.uima.jcas.cas.TOP_Type type)
addr
- low level Feature Structure referencetype
- the type of this Feature Structurepublic SemanticPredicate(org.apache.uima.jcas.JCas jcas)
jcas
- JCas to which this Feature Structure belongspublic SemanticPredicate(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 getCategory()
public void setCategory(String v)
v
- value to set into the featurepublic org.apache.uima.jcas.cas.FSArray getArguments()
public void setArguments(org.apache.uima.jcas.cas.FSArray v)
v
- value to set into the featurepublic SemanticArgument getArguments(int i)
i
- index in the array to getpublic void setArguments(int i, SemanticArgument v)
i
- index in the array to setv
- value to set into the arrayCopyright © 2007–2018 Ubiquitous Knowledge Processing (UKP) Lab, Technische Universität Darmstadt. All rights reserved.