Uses of Interface
org.apache.uima.cas.CommonArrayFS
-
Packages that use CommonArrayFS Package Description org.apache.uima.cas Common Analysis System (CAS) Interfaces.org.apache.uima.cas.impl Implementation and Low-Level API for the CAS Interfaces.org.apache.uima.jcas.cas JCAS model for built-in CAS types -
-
Uses of CommonArrayFS in org.apache.uima.cas
Subinterfaces of CommonArrayFS in org.apache.uima.cas Modifier and Type Interface Description interfaceArrayFSFeature structure array interface.interfaceBooleanArrayFSBoolean array interface.interfaceByteArrayFSByte array interface.interfaceDoubleArrayFSDouble array interface.interfaceFloatArrayFSInterface for CAS float arrays.interfaceIntArrayFSInterface for CAS int arrays.interfaceLongArrayFSLong array interface.interfaceShortArrayFSShort array interface.interfaceStringArrayFSString array interface. -
Uses of CommonArrayFS in org.apache.uima.cas.impl
Classes in org.apache.uima.cas.impl that implement CommonArrayFS Modifier and Type Class Description classArrayFSImplImplementation of theArrayFSinterface.classBooleanArrayFSImplImplementation of theBooleanArrayFSinterface.classByteArrayFSImplImplementation of theByteArrayFSinterface.classDoubleArrayFSImplImplementation of theDoubleArrayFSinterface.classFloatArrayFSImplImplementation of theIntArrayFSinterface.classIntArrayFSImplImplementation of theIntArrayFSinterface.classLongArrayFSImplImplementation of theArrayFSinterface.classShortArrayFSImplImplementation of theArrayFSinterface.classStringArrayFSImplImplementation of theArrayFSinterface. -
Uses of CommonArrayFS in org.apache.uima.jcas.cas
Classes in org.apache.uima.jcas.cas that implement CommonArrayFS Modifier and Type Class Description classBooleanArrayJCas class model for BooleanArrayclassByteArrayJCas class model for ByteArrayclassDoubleArrayJCas class model for DoubleArrayclassFloatArrayJava Cas model for Cas FloatArray.classFSArrayJava Class model for Cas FSArray typeclassIntegerArrayThe Java Class model corresponding to the Cas IntegerArray_JCasImpl type.classLongArrayJCas class model for LongArrayclassShortArrayJCas class model for ShortArrayclassStringArrayJCas class model for StringArray
-