public class TOP
extends org.apache.uima.cas.impl.FeatureStructureImpl
| Modifier and Type | Field and Description | 
|---|---|
| protected int | addrused to reference the corresponding Cas instance | 
| TOP_Type | jcasTypeused to reference the corresponding TOP_Type instance | 
| static int | type | 
| static int | typeIndexIDEach cover class when loaded sets an index. | 
| Modifier | Constructor and Description | 
|---|---|
| protected  | TOP() | 
|   | TOP(int addr,
   TOP_Type jcasType) | 
|   | TOP(JCas jcas) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | addToIndexes()add the corresponding FeatureStructure to all Cas indexes in the view where this FS was created | 
| void | addToIndexes(JCas jcas)add this FS to indexes in a specific view, perhaps different from the creation view | 
| 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. | 
| org.apache.uima.cas.impl.CASImpl | getCASImpl() | 
| org.apache.uima.cas.impl.LowLevelCAS | getLowLevelCas() | 
| int | getTypeIndexID()used to obtain reference to the TOP_Type instance | 
| 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 | removeFromIndexes()remove the corresponding FeatureStructure from all Cas indexes in the view where this FS was created | 
| void | removeFromIndexes(JCas jcas)remove this FS from indexes in a specific view, perhaps different from the view where this was created. | 
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, toStringpublic static final int typeIndexID
public static final int type
public TOP_Type jcasType
protected final int addr
protected TOP()
public TOP(int addr,
           TOP_Type jcasType)
public TOP(JCas jcas)
public int getTypeIndexID()
public void addToIndexes()
public void addToIndexes(JCas jcas)
jcas - the JCaspublic void removeFromIndexes()
public void removeFromIndexes(JCas jcas)
jcas - the JCaspublic int getAddress()
getAddress in class org.apache.uima.cas.impl.FeatureStructureImplpublic org.apache.uima.cas.impl.CASImpl getCASImpl()
getCASImpl in class org.apache.uima.cas.impl.FeatureStructureImplpublic CAS getCAS()
FeatureStructurepublic org.apache.uima.cas.impl.LowLevelCAS getLowLevelCas()
public boolean equals(Object o)
FeatureStructureequals in interface FeatureStructureequals in class Objectpublic int hashCode()
FeatureStructurehashCode in interface FeatureStructurehashCode in class ObjectCopyright © 2006–2017 The Apache Software Foundation. All rights reserved.