public class DependencyRelation extends ScoredTOP
| Modifier and Type | Field and Description |
|---|---|
static int |
type |
static int |
typeIndexID |
| Modifier | Constructor and Description |
|---|---|
protected |
DependencyRelation()
Never called.
|
|
DependencyRelation(int addr,
TOP_Type type)
Internal - constructor used by generator
|
|
DependencyRelation(JCas jcas) |
| Modifier and Type | Method and Description |
|---|---|
DependencyNode |
getChild()
getter for Child - gets
|
DependencyNode |
getHead()
getter for Head - gets
|
String |
getRelation()
getter for Relation - gets
|
int |
getTypeIndexID() |
void |
setChild(DependencyNode v)
setter for Child - sets
|
void |
setHead(DependencyNode v)
setter for Head - sets
|
void |
setRelation(String v)
setter for Relation - sets
|
addToIndexes, addToIndexes, equals, getAddress, getCAS, getCASImpl, getLowLevelCas, hashCode, removeFromIndexes, removeFromIndexesclone, 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, toStringpublic static final int type
public static final int typeIndexID
protected DependencyRelation()
public DependencyRelation(int addr, TOP_Type type)
addr - low level Feature Structure referencetype - the type of this Feature Structurepublic DependencyRelation(JCas jcas)
jcas - JCas to which this Feature Structure belongspublic DependencyNode getChild()
public DependencyNode getHead()
public String getRelation()
public int getTypeIndexID()
getTypeIndexID in class ScoredTOPpublic void setChild(DependencyNode v)
v - value to set into the featurepublic void setHead(DependencyNode v)
v - value to set into the featurepublic void setRelation(String v)
v - value to set into the featureCopyright © 2014. All rights reserved.