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.SlotKind
TypeImpl_array. componentSlotKind
Component slot kindprivate SlotKinds.SlotKind
FeatureImpl. slotKind
(package private) SlotKinds.SlotKind
TypeImpl. slotKind
Fields 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. slotKindsForNonArrays
Methods in org.apache.uima.cas.impl that return SlotKinds.SlotKind Modifier and Type Method Description SlotKinds.SlotKind
TypeImpl_array. getComponentSlotKind()
Component Slot KindSlotKinds.SlotKind
TypeImpl. getComponentSlotKind()
SlotKinds.SlotKind
FeatureImpl. getSlotKind()
(package private) static SlotKinds.SlotKind
TypeSystemImpl. 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.SlotKind
SlotKinds.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 int
FeatureStructureImplC. _getIntLikeValue(SlotKinds.SlotKind slotKind, FeatureImpl f)
for compressed form 4 - for getting the prev value of int-like slots Uses unchecked forms for feature accessvoid
FeatureStructureImplC. _setIntLikeValue(SlotKinds.SlotKind slotKind, FeatureImpl fi, int v)
Internal Use onlyvoid
FeatureStructureImplC. _setIntLikeValueNcNj(SlotKinds.SlotKind slotKind, FeatureImpl fi, int v)
Internal Use only - no feature check, no journaling(package private) TypeImpl_array
TypeSystemImpl. addArrayType(Type componentType, SlotKinds.SlotKind slotKind, boolean isHeapStoredArray, java.lang.Class<?> javaClass)
Add an array type.private java.io.DataInput
BinaryCasSerDes4.Deserializer. getInputStream(SlotKinds.SlotKind kind)
private java.io.DataInput
BinaryCasSerDes6. getInputStream(SlotKinds.SlotKind kind)
private int
BinaryCasSerDes4.Deserializer. getPrevIntValue(SlotKinds.SlotKind kind, FeatureImpl feat)
Common code for feature offset and arrayprivate int
BinaryCasSerDes4.Deserializer. readDiff(SlotKinds.SlotKind kind, int prev)
private int
BinaryCasSerDes6. readDiff(SlotKinds.SlotKind kind, int prev)
private int
BinaryCasSerDes6. readDiffIntSlot(boolean storeIt, int featOffset, SlotKinds.SlotKind kind, TypeImpl tgtType)
private int
BinaryCasSerDes4.Deserializer. readDiffWithPrevTypeSlot(SlotKinds.SlotKind kind, FeatureImpl feat)
Difference with previously deserialized value of corresponding slot of previous FS for this type.private void
BinaryCasSerDes6. readIntoDoubleArray(double[] array, SlotKinds.SlotKind kind, int length, boolean storeIt)
private void
BinaryCasSerDes6. readIntoLongArray(long[] array, SlotKinds.SlotKind kind, int length, boolean storeIt)
private long
BinaryCasSerDes4.Deserializer. readLongOrDouble(SlotKinds.SlotKind kind, long prev)
private long
BinaryCasSerDes6. readLongOrDouble(SlotKinds.SlotKind kind, long prev)
private void
BinaryCasSerDes6. 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 int
FSNode. 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)
-