Package org.apache.uima.cas.impl
Class TypeImpl_annot
- java.lang.Object
-
- org.apache.uima.cas.impl.TypeImpl
-
- org.apache.uima.cas.impl.TypeImpl_annotBase
-
- org.apache.uima.cas.impl.TypeImpl_annot
-
public class TypeImpl_annot extends TypeImpl_annotBase
A version of TypeImpl for Annotations and subtypes of Annotations
-
-
Field Summary
-
Fields inherited from class org.apache.uima.cas.impl.TypeImpl
hasRefFeature, highestOffset, isBuiltIn, isCreatableAndNotBuiltinArray, isFeatureFinal, isInheritanceFinal, isLongOrDouble, isRefType, javaClass, nbrOfLongOrDoubleFeatures, nbrOfUsedIntDataSlots, nbrOfUsedRefDataSlots, singleton, slotKind
-
-
Constructor Summary
Constructors Constructor Description TypeImpl_annot(java.lang.String name, TypeSystemImpl tsi, TypeImpl supertype, java.lang.Class<?> javaClass)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isAnnotationType()
Check if this is an annotation type.-
Methods inherited from class org.apache.uima.cas.impl.TypeImpl_annotBase
isAnnotationBaseType
-
Methods inherited from class org.apache.uima.cas.impl.TypeImpl
addFeature, checkExistingFeatureCompatible, compareTo, computeDepthFirstCode, consolidateType, equals, getAdjOffset, getAllSubtypes, getAllSuperTypes, getAppropriateFeatures, getCode, getComponentSlotKind, getComponentType, getDirectSubtypes, getFeature, getFeatureByAdjOffset, getFeatureByBaseName, getFeatureImpls, getFeatures, getFeaturesAsStream, getFsSpaceReq, getFsSpaceReq, getFsSpaceReq, getJavaClass, getJCasClassName, getMergedStaticFeaturesIntroducedByThisType, getName, getNbrOfLongOrDoubleFeatures, getNumberOfFeatures, getShortName, getStaticMergedNonSofaFsRefs, getSuperType, getTypeSystem, hashCode, hashCodeNameLong, hasRefFeature, hasSupertype, initAdjOffset2FeatureMaps, isAppropriateFeature, isArray, isAuxStoredArray, isCreatableAndNotBuiltinArray, isFeatureFinal, isHeapStoredArray, isInheritanceFinal, isLongOrDouble, isPrimitive, isPrimitiveArrayType, isStringOrStringSubtype, isStringSubtype, isTopType, isTypedFsArray, iterator, prettyPrint, prettyPrintWithSubTypes, setBuiltIn, setFeatureFinal, setInheritanceFinal, setJavaClass, setStaticMergedIntFeaturesList, setStaticMergedNonSofaFsRefs, setStaticMergedRefFeaturesList, subsumes, subsumesStrictly, subsumesValue, toString, toString
-
-
-
-
Constructor Detail
-
TypeImpl_annot
public TypeImpl_annot(java.lang.String name, TypeSystemImpl tsi, TypeImpl supertype, java.lang.Class<?> javaClass)
-
-
Method Detail
-
isAnnotationType
public boolean isAnnotationType()
Description copied from class:TypeImpl
Check if this is an annotation type.- Overrides:
isAnnotationType
in classTypeImpl
- Returns:
true
, ifthis
is an annotation type or subtype;false
, else.
-
-