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(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, toString
protected CASImpl casImpl
protected int addr
public void setUp(CASImpl casImpl, int addr)
public int getAddress()
getAddress
in class FeatureStructureImpl
public CAS getCAS()
FeatureStructure
public CASImpl getCASImpl()
getCASImpl
in class FeatureStructureImpl
public boolean equals(Object o)
FeatureStructure
equals
in interface FeatureStructure
equals
in class Object
public int hashCode()
FeatureStructure
hashCode
in interface FeatureStructure
hashCode
in class Object
Copyright © 2006–2014 The Apache Software Foundation. All rights reserved.