Package org.apache.uima.jcas.cas
Class TOP_Type
- java.lang.Object
-
- org.apache.uima.jcas.cas.TOP_Type
-
- Direct Known Subclasses:
AnnotationBase_Type
@Deprecated public class TOP_Type extends java.lang.Object
Deprecated.hold Cas type information, link to JCas instance. One instance per Type, per CAS
-
-
Field Summary
Fields Modifier and Type Field Description CASImpl
casImpl
Deprecated.ref to CAS for faster getters/settersType
casType
Deprecated.the Cas Type associated with this Java Cas Model classint
casTypeCode
Deprecated.protected TOP_Type
instanceOf_Type
Deprecated.This generator can be set up to either get the identical Java object (if it exists) or just make a new one.JCas
jcas
Deprecated.reference to the Java Cas rootLowLevelCAS
ll_cas
Deprecated.protected boolean
lowLevelArrayBoundChecks
Deprecated.protected boolean
lowLevelTypeChecks
Deprecated.static int
typeIndexID
Deprecated.each cover class when loaded sets an index.boolean
useExistingInstance
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
addToIndexes(int inst)
Deprecated.add the corresponding FeatureStructure to all Cas indexesprotected FSGenerator<?>
getFSGenerator()
Deprecated.int
getTypeIndexID()
Deprecated.used to obtain reference to the TOP_Type instanceint
noObjCreate()
Deprecated.void
removeFromIndexes(int inst)
Deprecated.remove the corresponding FeatureStructure from all Cas indexes
-
-
-
Field Detail
-
typeIndexID
public static final int typeIndexID
Deprecated.each cover class when loaded sets an index. used in the JCas typeArray to go from the cover class or class instance to the corresponding instance of the _Type class- See Also:
- Constant Field Values
-
casType
public final Type casType
Deprecated.the Cas Type associated with this Java Cas Model class
-
casTypeCode
public final int casTypeCode
Deprecated.
-
jcas
public final JCas jcas
Deprecated.reference to the Java Cas root
-
casImpl
public final CASImpl casImpl
Deprecated.ref to CAS for faster getters/setters
-
ll_cas
public final LowLevelCAS ll_cas
Deprecated.
-
lowLevelTypeChecks
protected final boolean lowLevelTypeChecks
Deprecated.
-
lowLevelArrayBoundChecks
protected final boolean lowLevelArrayBoundChecks
Deprecated.
-
useExistingInstance
public final boolean useExistingInstance
Deprecated.
-
instanceOf_Type
protected final TOP_Type instanceOf_Type
Deprecated.This generator can be set up to either get the identical Java object (if it exists) or just make a new one. If making a new one - the java object made cannot contain any other data (because updates won't be reflected). Each class generated by JCasGen either does this (if it has additional java fields imbedded) or not.
-
-
Method Detail
-
getTypeIndexID
public int getTypeIndexID()
Deprecated.used to obtain reference to the TOP_Type instance- Returns:
- the type array index
-
getFSGenerator
protected FSGenerator<?> getFSGenerator()
Deprecated.
-
addToIndexes
public void addToIndexes(int inst)
Deprecated.add the corresponding FeatureStructure to all Cas indexes- Parameters:
inst
- the low level CAS Feature Structure reference
-
removeFromIndexes
public void removeFromIndexes(int inst)
Deprecated.remove the corresponding FeatureStructure from all Cas indexes- Parameters:
inst
- the low level CAS Feature Structure reference
-
noObjCreate
public int noObjCreate()
Deprecated.
-
-