Uses of Class
org.apache.uima.cas.impl.FeatureStructureImplC
-
Packages that use FeatureStructureImplC Package Description org.apache.uima Apache UIMAorg.apache.uima.cas.impl Implementation and Low-Level API for the CAS Interfaces.org.apache.uima.examples org.apache.uima.jcas.cas JCAS model for built-in CAS typesorg.apache.uima.jcas.tcas -
-
Uses of FeatureStructureImplC in org.apache.uima
Methods in org.apache.uima that return FeatureStructureImplC Modifier and Type Method Description FeatureStructureImplCUimaSerializable. _superClone()default FeatureStructureImplCUimaSerializable. clone() -
Uses of FeatureStructureImplC in org.apache.uima.cas.impl
Fields in org.apache.uima.cas.impl declared as FeatureStructureImplC Modifier and Type Field Description (package private) FeatureStructureImplCCASImpl. pearBaseFsfor Pear generation - set this to the base FS not in SharedViewData to reduce object traversal when generating FSsMethods in org.apache.uima.cas.impl with type parameters of type FeatureStructureImplC Modifier and Type Method Description private <T extends FeatureStructureImplC>
TCASImpl. createFSAnnotCheck(TypeImpl ti)Methods in org.apache.uima.cas.impl that return FeatureStructureImplC Modifier and Type Method Description FeatureStructureImplCFeatureStructureImplC. clone()See http://www.javaworld.com/article/2076332/java-se/how-to-avoid-traps-and-correctly-override-methods-from-java-lang-object.html for suggestions on avoiding bugs in implementing clone Because we have final fields for _intData, _refData, and _id, we can't use clone.Methods in org.apache.uima.cas.impl with parameters of type FeatureStructureImplC Modifier and Type Method Description private voidFeatureStructureImplC. _check_feature_range_is_FeatureStructure(Feature feat, FeatureStructureImplC fs)voidFeatureStructureImplC. _copyIntAndRefArraysEqTypesFrom(FeatureStructureImplC src)copy int and ref data for two instances, each having the exact same typevoidFeatureStructureImplC. _copyIntAndRefArraysFrom(FeatureStructureImplC src)voidFeatureStructureImplC. _copyIntArrayEqTypesFrom(FeatureStructureImplC src)static intFeatureStructureImplC. compare(FeatureStructureImplC a, FeatureStructureImplC b)private voidFeatureStructureImplC. getPrintRefs(FeatureStructureImplC.PrintReferences printRefs, FeatureStructureImplC fs)This is called, once, at the top level thing being printed.booleanCASImpl. isLoggingNeeded(FeatureStructureImplC fs)protected voidFSsTobeAddedback. log(FeatureStructureImplC fs, FSIndexRepositoryImpl view)protected voidFSsTobeAddedback. log(FeatureStructureImplC fs, FSIndexRepositoryImpl view, int count)private voidFSsTobeAddedback. logPart(FeatureStructureImplC fs, FSIndexRepositoryImpl view)(package private) voidCASImpl. maybeHoldOntoFS(FeatureStructureImplC fs)voidCASImpl. maybeLogArrayUpdate(FeatureStructureImplC fs, FeatureImpl feat, int i)voidCASImpl. maybeLogArrayUpdates(FeatureStructureImplC fs, int startingIndex, int length)voidCASImpl. maybeLogArrayUpdates(FeatureStructureImplC fs, PositiveIntSet indexesPlus1)voidCASImpl. maybeLogUpdate(FeatureStructureImplC fs, int featCode)voidCASImpl. maybeLogUpdate(FeatureStructureImplC fs, FeatureImpl feat)(package private) booleanCASImpl. maybeMakeBaseVersionForPear(FeatureStructureImplC fs, TypeImpl ti)Called during construction of FS.private voidFeatureStructureImplC. ppval(FeatureStructureImplC val, int indent, int incr, java.lang.StringBuilder buf, boolean useShortNames, FeatureStructureImplC.PrintReferences printRefs, boolean isShortForm)static voidCASImpl. setFeatureValueFromString(FeatureStructureImplC fs, FeatureImpl feat, java.lang.String s)Supports setting slots to "0" for null valuesstatic voidCASImpl. setFeatureValueFromStringNoDocAnnotUpdate(FeatureStructureImplC fs, FeatureImpl feat, java.lang.String s)Internal use, for cases where deserializing - special case setting sofString to skip updating the document annotationvoidCASImpl. setLongValue(FeatureStructureImplC fsIn, FeatureImpl feat, long v)version for longs, uses two slots Only called from FeatureStructureImplC after determining there is no local field to use Is here because of 3 calls to things in this classvoidCASImpl. setWithJournal(FeatureStructureImplC fs, FeatureImpl fi, java.lang.Runnable setter)This method called by setters in JCas gen'd classes when the setter must check for journalingvoidCASImpl. traceFSCreate(FeatureStructureImplC fs)(package private) voidCASImpl. traceFSfeat(FeatureStructureImplC fs, FeatureImpl fi, java.lang.Object v)(package private) voidCASImpl. traceFSfeatUpdate(FeatureStructureImplC fs)(package private) voidCASImpl. traceFSfs(FeatureStructureImplC fs) -
Uses of FeatureStructureImplC in org.apache.uima.examples
Subclasses of FeatureStructureImplC in org.apache.uima.examples Modifier and Type Class Description classSourceDocumentInformationStores detailed information about the original source document from which the current CAS was initialized. -
Uses of FeatureStructureImplC in org.apache.uima.jcas.cas
Subclasses of FeatureStructureImplC in org.apache.uima.jcas.cas Modifier and Type Class Description classAnnotationBasethe JCas class model for the CAS type uima.cas.AnnotationBase.classBooleanArrayJCas class model for BooleanArrayclassByteArrayJCas class model for ByteArrayclassDoubleArrayJCas class model for DoubleArrayclassEmptyFloatListclassEmptyFSList<T extends TOP>classEmptyIntegerListclassEmptyStringListclassFloatArrayJava Cas model for Cas FloatArray.classFloatListclassFSArray<T extends FeatureStructure>Java Class model for Cas FSArray type extends FeatureStructure for backwards compatibility when using FSArray with no typing.classFSArrayList<T extends TOP>An ArrayList type containing Feature Structures, for UIMA Has all the methods of List Implements the select(...) APIsclassFSHashSet<T extends TOP>a hash set of Feature Structures Is Pear aware - stores non-pear versions but may return pear version in pear contexts Updated by JCasGen Fri Jan 20 11:55:59 EST 2017 XML source: C:/au/svnCheckouts/branches/uimaj/v3-alpha/uimaj-types/src/main/descriptors/java_object_type_descriptors.xmlclassFSLinkedHashSet<T extends TOP>a hash set of Feature Structures Is Pear aware - stores non-pear versions but may return pear version in pear contexts Updated by JCasGen Fri Jan 20 11:55:59 EST 2017 XML source: C:/au/svnCheckouts/branches/uimaj/v3-alpha/uimaj-types/src/main/descriptors/java_object_type_descriptors.xmlclassFSList<T extends TOP>T extends TOP, v2 already mandated TOP for set/getclassInt2FS<T extends TOP>A map from ints to Feature Structures Is Pear aware - stores non-pear versions but may return pear version in pear contextsclassIntegerArrayThe Java Class model corresponding to the Cas IntegerArray_JCasImpl type.classIntegerArrayListAn ArrayList type containing ints, for UIMA - implements a subset of the List API, Iterable<Integer>, IntListIterator.classIntegerListclassLongArrayJCas class model for LongArrayclassNonEmptyFloatListclassNonEmptyFSList<T extends TOP>classNonEmptyIntegerListclassNonEmptyStringListclassShortArrayJCas class model for ShortArrayclassSofaclassStringArrayJCas class model for StringArrayclassStringListclassTOPThe JCas Class model corresponding to the Cas TOP type.Methods in org.apache.uima.jcas.cas that return FeatureStructureImplC Modifier and Type Method Description FeatureStructureImplCFSArrayList. _superClone()FeatureStructureImplCFSHashSet. _superClone()FeatureStructureImplCInt2FS. _superClone()FeatureStructureImplCIntegerArrayList. _superClone() -
Uses of FeatureStructureImplC in org.apache.uima.jcas.tcas
Subclasses of FeatureStructureImplC in org.apache.uima.jcas.tcas Modifier and Type Class Description classAnnotationthe JCas class model for the CAS type uima.cas.Annotation.classDocumentAnnotationThe JCas class definition for the CASDocumentAnnotationtype.
-