Uses of Class
org.apache.uima.cas.impl.SlotKinds.SlotKind
-
Packages that use SlotKinds.SlotKind Package Description org.apache.uima.cas.impl Implementation and Low-Level API for the CAS Interfaces.org.apache.uima.tools.cvd org.apache.uima.util.impl -
-
Uses of SlotKinds.SlotKind in org.apache.uima.cas.impl
Fields in org.apache.uima.cas.impl declared as SlotKinds.SlotKind Modifier and Type Field Description private SlotKinds.SlotKindTypeImpl_array. componentSlotKindComponent slot kindprivate SlotKinds.SlotKindFeatureImpl. slotKind(package private) SlotKinds.SlotKindTypeImpl. slotKindFields in org.apache.uima.cas.impl with type parameters of type SlotKinds.SlotKind Modifier and Type Field Description private static java.util.Map<java.lang.String,SlotKinds.SlotKind>TypeSystemImpl. slotKindsForNonArraysMethods in org.apache.uima.cas.impl that return SlotKinds.SlotKind Modifier and Type Method Description SlotKinds.SlotKindTypeImpl_array. getComponentSlotKind()Component Slot KindSlotKinds.SlotKindTypeImpl. getComponentSlotKind()SlotKinds.SlotKindFeatureImpl. 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.SlotKindSlotKinds.SlotKind. valueOf(java.lang.String name)Returns 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.SlotKind Modifier and Type Method Description intFeatureStructureImplC. _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, java.lang.Class<?> javaClass)Add an array type.private java.io.DataInputBinaryCasSerDes4.Deserializer. getInputStream(SlotKinds.SlotKind kind)private java.io.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.SlotKind Constructor Description FeatureImpl(TypeImpl typeImpl, java.lang.String shortName, TypeImpl rangeType, TypeSystemImpl tsi, boolean isMultipleRefsAllowed, SlotKinds.SlotKind slotKind)TypeImpl_array(java.lang.String name, TypeImpl componentType, TypeSystemImpl tsi, TypeImpl supertype, SlotKinds.SlotKind componentSlotKind, boolean isHeapStoredArray, java.lang.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 Modifier and Type Method Description private intFSNode. k2nc(SlotKinds.SlotKind kind)K 2 nc. -
Uses of SlotKinds.SlotKind in org.apache.uima.util.impl
Methods in org.apache.uima.util.impl with parameters of type SlotKinds.SlotKind Modifier and Type Method Description (package private) SerializationMeasures.StatDetail[]SerializationMeasures. toStatDetails(SlotKinds.SlotKind[] kinds)Constructors in org.apache.uima.util.impl with parameters of type SlotKinds.SlotKind Constructor Description AllStatDetails(java.lang.String aggrName, SlotKinds.SlotKind... kinds)
-