Uses of Enum
org.apache.uima.cas.impl.SlotKinds.SlotKind
Packages that use SlotKinds.SlotKind
Package
Description
Implementation and Low-Level API for the CAS Interfaces.
-
Uses of SlotKinds.SlotKind in org.apache.uima.cas.impl
Fields in org.apache.uima.cas.impl declared as SlotKinds.SlotKindModifier and TypeFieldDescriptionprivate final SlotKinds.SlotKindTypeImpl_array.componentSlotKindComponent slot kindprivate final SlotKinds.SlotKindFeatureImpl.slotKind(package private) final SlotKinds.SlotKindTypeImpl.slotKindFields in org.apache.uima.cas.impl with type parameters of type SlotKinds.SlotKindModifier and TypeFieldDescriptionprivate static final Map<String, SlotKinds.SlotKind> TypeSystemImpl.slotKindsForNonArraysMethods in org.apache.uima.cas.impl that return SlotKinds.SlotKindModifier and TypeMethodDescriptionTypeImpl_array.getComponentSlotKind()Component Slot KindTypeImpl.getComponentSlotKind()FeatureImpl.getSlotKind()(package private) static SlotKinds.SlotKindTypeSystemImpl.getSlotKindFromType(Type rangeType) Given a range type, return the corresponding slot kind string -> Slot_StrRef, long and double -> ...Ref boolean, byte, int, short, float, -> withoutRefstatic SlotKinds.SlotKindReturns the enum constant of this type with the specified name.static SlotKinds.SlotKind[]SlotKinds.SlotKind.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.uima.cas.impl with parameters of type SlotKinds.SlotKindModifier and TypeMethodDescriptionintFeatureStructureImplC._getIntLikeValue(SlotKinds.SlotKind slotKind, FeatureImpl f) for compressed form 4 - for getting the prev value of int-like slots Uses unchecked forms for feature accessvoidFeatureStructureImplC._setIntLikeValue(SlotKinds.SlotKind slotKind, FeatureImpl fi, int v) Internal Use onlyvoidFeatureStructureImplC._setIntLikeValueNcNj(SlotKinds.SlotKind slotKind, FeatureImpl fi, int v) Internal Use only - no feature check, no journaling(package private) TypeImpl_arrayTypeSystemImpl.addArrayType(Type componentType, SlotKinds.SlotKind slotKind, boolean isHeapStoredArray, Class<?> javaClass) Add an array type.private DataInputBinaryCasSerDes4.Deserializer.getInputStream(SlotKinds.SlotKind kind) private DataInputBinaryCasSerDes6.getInputStream(SlotKinds.SlotKind kind) private intBinaryCasSerDes4.Deserializer.getPrevIntValue(SlotKinds.SlotKind kind, FeatureImpl feat) Common code for feature offset and arrayprivate intBinaryCasSerDes4.Deserializer.readDiff(SlotKinds.SlotKind kind, int prev) private intBinaryCasSerDes6.readDiff(SlotKinds.SlotKind kind, int prev) private intBinaryCasSerDes6.readDiffIntSlot(boolean storeIt, int featOffset, SlotKinds.SlotKind kind, TypeImpl tgtType) private intBinaryCasSerDes4.Deserializer.readDiffWithPrevTypeSlot(SlotKinds.SlotKind kind, FeatureImpl feat) Difference with previously deserialized value of corresponding slot of previous FS for this type.private voidBinaryCasSerDes6.readIntoDoubleArray(double[] array, SlotKinds.SlotKind kind, int length, boolean storeIt) private voidBinaryCasSerDes6.readIntoLongArray(long[] array, SlotKinds.SlotKind kind, int length, boolean storeIt) private longBinaryCasSerDes4.Deserializer.readLongOrDouble(SlotKinds.SlotKind kind, long prev) private longBinaryCasSerDes6.readLongOrDouble(SlotKinds.SlotKind kind, long prev) private voidBinaryCasSerDes6.serializeDiffWithPrevTypeSlot(SlotKinds.SlotKind kind, TOP fs, FeatureImpl feat, int newValue) Constructors in org.apache.uima.cas.impl with parameters of type SlotKinds.SlotKindModifierConstructorDescription(package private)FeatureImpl(TypeImpl typeImpl, String shortName, TypeImpl rangeType, TypeSystemImpl tsi, boolean isMultipleRefsAllowed, SlotKinds.SlotKind slotKind) TypeImpl_array(String name, TypeImpl componentType, TypeSystemImpl tsi, TypeImpl supertype, SlotKinds.SlotKind componentSlotKind, boolean isHeapStoredArray, Class<?> javaClass) -
Uses of SlotKinds.SlotKind in org.apache.uima.tools.cvd
Methods in org.apache.uima.tools.cvd with parameters of type SlotKinds.SlotKind -
Uses of SlotKinds.SlotKind in org.apache.uima.util.impl
Methods in org.apache.uima.util.impl with parameters of type SlotKinds.SlotKindModifier and TypeMethodDescription(package private) SerializationMeasures.StatDetail[]SerializationMeasures.toStatDetails(SlotKinds.SlotKind[] kinds) Constructors in org.apache.uima.util.impl with parameters of type SlotKinds.SlotKind