public class CoreferenceChain
extends org.apache.uima.jcas.cas.AnnotationBase
Modifier and Type | Field and Description |
---|---|
static int |
type |
static int |
typeIndexID |
Modifier | Constructor and Description |
---|---|
protected |
CoreferenceChain()
Never called.
|
|
CoreferenceChain(int addr,
org.apache.uima.jcas.cas.TOP_Type type)
Internal - constructor used by generator
|
|
CoreferenceChain(org.apache.uima.jcas.JCas jcas) |
Modifier and Type | Method and Description |
---|---|
CoreferenceLink |
getFirst()
getter for first - gets This is the first corefernce link in coreference chain
|
int |
getTypeIndexID() |
List<CoreferenceLink> |
links() |
void |
setFirst(CoreferenceLink v)
setter for first - sets This is the first corefernce link in coreference chain
|
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
protected CoreferenceChain()
public CoreferenceChain(int addr, org.apache.uima.jcas.cas.TOP_Type type)
addr
- low level Feature Structure referencetype
- the type of this Feature Structurepublic CoreferenceChain(org.apache.uima.jcas.JCas jcas)
jcas
- JCas to which this Feature Structure belongspublic int getTypeIndexID()
getTypeIndexID
in class org.apache.uima.jcas.cas.AnnotationBase
public CoreferenceLink getFirst()
public void setFirst(CoreferenceLink v)
v
- value to set into the featurepublic List<CoreferenceLink> links()
Copyright © 2007–2018 Ubiquitous Knowledge Processing (UKP) Lab, Technische Universität Darmstadt. All rights reserved.