public class FeatureStructureImplC extends FeatureStructureImpl
| Modifier and Type | Field and Description |
|---|---|
protected int |
addr |
protected CASImpl |
casImpl |
| Modifier | Constructor and Description |
|---|---|
protected |
FeatureStructureImplC() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o)
A feature structure is equal to another feature structure iff it is identical in the underlying
representation.
|
int |
getAddress() |
CAS |
getCAS()
Return the CAS that this FS belongs to.
|
CASImpl |
getCASImpl() |
int |
hashCode()
Will return a hash code that's consistent with equality, i.e., if two FSs are equal, they will
also return the same hash code.
|
void |
setUp(CASImpl casImpl,
int addr) |
clone, 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, toStringprotected CASImpl casImpl
protected int addr
public void setUp(CASImpl casImpl, int addr)
public int getAddress()
getAddress in class FeatureStructureImplpublic CAS getCAS()
FeatureStructurepublic CASImpl getCASImpl()
getCASImpl in class FeatureStructureImplpublic boolean equals(java.lang.Object o)
FeatureStructureequals in interface FeatureStructureequals in class java.lang.Objectpublic int hashCode()
FeatureStructurehashCode in interface FeatureStructurehashCode in class java.lang.ObjectCopyright © 2013. All Rights Reserved.