Uses of Interface
org.apache.uima.cas.CAS
Packages that use CAS
Package
Description
The Analysis Engine interface, along with supporting interfaces and exception classes.
 The Annotator Interfaces, along with supporting interfaces and exception classes.
Contains the Analysis Structure Broker (ASB) interface, along with supporting interfaces and
 exception classes.
 Common Analysis System(CAS) Interfaces
Implementation and Low-Level API for the CAS Interfaces.
 This package contains the editor classes.
Classes and interfaces for collection processing.
uimaFIT-enhanced base classes for UIMA components and some simple components.
Factories to create different kinds of UIMA resource specifiers.
Executing UIMA pipelines.
Apache UIMA internals
Interfaces for accessing the JCAS.
JCAS model for built-in CAS types
 Provides the classes that support the Java Cas Model (JCM).
Interfaces for 
Resources and ResourceSpecifiers.Interfaces for objects that represent metadata for a Resource.
Utility classes and interfaces used by UIMA components.
- 
Uses of CAS in org.apache.uima.adapter.vinci
Methods in org.apache.uima.adapter.vinci that return CASMethods in org.apache.uima.adapter.vinci with parameters of type CASModifier and TypeMethodDescriptionvoidVinciAnalysisEngineServiceStub.callProcess(CAS aCAS) Call process.voidVinciBinaryAnalysisEngineServiceStub.callProcess(CAS aCAS) Call process.voidVinciAnalysisEngineServiceStub.callProcessCas(CAS aCAS) Call process cas.Constructors in org.apache.uima.adapter.vinci with parameters of type CASModifierConstructorDescriptionCASTransportable(CAS cas, OutOfTypeSystemData outOfTypeSystemData, UimaContext uimaContext, boolean includeDocText) This constructor is used on the client side, where we have a dedicated CAS instance for the request. - 
Uses of CAS in org.apache.uima.analysis_component
Methods in org.apache.uima.analysis_component that return CASModifier and TypeMethodDescriptionprotected final CASCasMultiplier_ImplBase.getEmptyCAS()Gets an empty CAS that this CAS Multiplier can then populate.Methods in org.apache.uima.analysis_component that return types with arguments of type CASModifier and TypeMethodDescriptionCasAnnotator_ImplBase.getRequiredCasInterface()CasMultiplier_ImplBase.getRequiredCasInterface()Methods in org.apache.uima.analysis_component with parameters of type CAS - 
Uses of CAS in org.apache.uima.analysis_engine
Methods in org.apache.uima.analysis_engine that return CASModifier and TypeMethodDescriptionAnalysisProcessData.getCAS()Deprecated.Gets the Common Analysis System (CAS), from which the AnalysisEngine obtains the information to be processed, and to which the AnalysisEngine writes new annotation information.AnalysisEngine.newCAS()Creates a new Common Analysis System appropriate for this Analysis Engine.CasIterator.next()Gets the next CAS from the iterator.Methods in org.apache.uima.analysis_engine with parameters of type CASModifier and TypeMethodDescriptionvoidAnalysisEngineServiceStub.callProcess(CAS aCAS) Performs service call to process an entity.Invokes this AnalysisEngine's analysis logic.AnalysisEngine.process(CAS aCAS, ResultSpecification aResultSpec) Invokes this AnalysisEngine's analysis logic.voidAnalysisEngine.process(CAS aCAS, ResultSpecification aResultSpec, ProcessTrace aTrace) Invokes this AnalysisEngine's analysis logic.AnalysisEngine.processAndOutputNewCASes(CAS aCAS) Processes a CAS, possibly producing multiple CASes as a result. - 
Uses of CAS in org.apache.uima.analysis_engine.annotator
Methods in org.apache.uima.analysis_engine.annotator with parameters of type CASModifier and TypeMethodDescriptionvoidGenericAnnotator.process(CAS aCAS, ResultSpecification aResultSpec) Deprecated.Invokes this annotator's analysis logic.voidTextAnnotator.process(CAS aCAS, ResultSpecification aResultSpec) Deprecated.Invokes this annotator's analysis logic. - 
Uses of CAS in org.apache.uima.analysis_engine.asb
Methods in org.apache.uima.analysis_engine.asb with parameters of type CASModifier and TypeMethodDescriptionInvokes the processing of the aggregate on the given input CAS. - 
Uses of CAS in org.apache.uima.analysis_engine.asb.impl
Methods in org.apache.uima.analysis_engine.asb.impl with parameters of type CASModifier and TypeMethodDescriptionFlowControllerContainer.computeFlow(CAS aCAS) Invokes the FlowController's computeFlow method, returning a Flow object that routes the given CAS through this aggregate.FlowContainer.newCasProduced(CAS newCAS, String producedBy) Constructors in org.apache.uima.analysis_engine.asb.impl with parameters of type CASModifierConstructorDescriptionFlowContainer(Flow aFlow, FlowControllerContainer aFlowControllerContainer, CAS aCAS)  - 
Uses of CAS in org.apache.uima.analysis_engine.impl
Fields in org.apache.uima.analysis_engine.impl declared as CASModifier and TypeFieldDescriptionprotected CASAnalysisProcessData_impl.mCASDeprecated.The CAS owned by this AnalysisProcessData.Methods in org.apache.uima.analysis_engine.impl that return CASModifier and TypeMethodDescriptionprotected CASPrimitiveAnalysisEngine_impl.callAnalysisComponentNext()Calls the Analysis Component's next() method.protected CASUimacppAnalysisEngineImpl.callAnalysisComponentNext()Calls the Analysis Component's next() method.AnalysisProcessData_impl.getCAS()Deprecated.AnalysisEngineImplBase.newCAS()PearAnalysisEngineWrapper.newCAS()EmptyCasIterator.next()Methods in org.apache.uima.analysis_engine.impl with parameters of type CASModifier and TypeMethodDescriptionprotected voidPrimitiveAnalysisEngine_impl.callAnalysisComponentProcess(CAS aCAS) Calls the Analysis Component's process method.protected voidUimacppAnalysisEngineImpl.callAnalysisComponentProcess(CAS aCAS) Calls the Analysis Component's process method.protected voidUimacppAnalysisEngineImpl.enableProhibitedAnnotatorCasFunctions(CAS aCAS, boolean aEnable) Lock/unlock CAS functions to which Annotators should not have accessAnalysisEngineImplBase.process(CAS aCAS, ResultSpecification aResultSpec) voidAnalysisEngineImplBase.process(CAS aCAS, ResultSpecification aResultSpec, ProcessTrace aTrace) voidPerforms service call to process an entity.MultiprocessingAnalysisEngine_impl.process(CAS aCAS, ResultSpecification aResultSpec) voidMultiprocessingAnalysisEngine_impl.process(CAS aCAS, ResultSpecification aResultSpec, ProcessTrace aTrace) AggregateAnalysisEngine_impl.processAndOutputNewCASes(CAS aCAS) AnalysisEngineImplBase.processAndOutputNewCASes(CAS aCAS) AnalysisEngineProcessorAdapter.processAndOutputNewCASes(CAS aCAS) MultiprocessingAnalysisEngine_impl.processAndOutputNewCASes(CAS aCAS) PearAnalysisEngineWrapper.processAndOutputNewCASes(CAS aCAS) PrimitiveAnalysisEngine_impl.processAndOutputNewCASes(CAS aCAS) UimacppAnalysisEngineImpl.processAndOutputNewCASes(CAS aCAS) voidAnalysisEngineImplBase.processCas(CAS aCAS) voidAnalysisEngineImplBase.processCas(CAS[] aCASes) Constructors in org.apache.uima.analysis_engine.impl with parameters of type CASModifierConstructorDescriptionAnalysisProcessData_impl(CAS aCAS, Properties aPerformanceTuningSettings) Deprecated.Creates a new AnalysisProcessData_impl from an exsitingCAS.AnalysisProcessData_impl(CAS aCAS, ProcessTrace aTrace) Deprecated.Creates a new AnalysisProcessData_impl from exsitingCAS. andProcessTraceobjects. - 
Uses of CAS in org.apache.uima.analysis_engine.impl.compatibility
Methods in org.apache.uima.analysis_engine.impl.compatibility that return types with arguments of type CASModifier and TypeMethodDescriptionCasConsumerAdapter.getRequiredCasInterface()Get the CAS interface required by this CasConsumer. - 
Uses of CAS in org.apache.uima.analysis_engine.service.impl
Methods in org.apache.uima.analysis_engine.service.impl that return CASModifier and TypeMethodDescriptionprotected CASAnalysisEngineService_impl.getCasFromPool(int aTimeout) Gets a CAS from the CAS Pool.Methods in org.apache.uima.analysis_engine.service.impl with parameters of type CASModifier and TypeMethodDescriptionAnalysisEngineServiceAdapter.processAndOutputNewCASes(CAS aCAS) voidServiceDataCargo.unmarshalCas(CAS aCas, boolean aReplaceCasTypeSystem) Unmarshalls the CAS data in thisServiceDataCargointo an existingCASinstance.Constructors in org.apache.uima.analysis_engine.service.impl with parameters of type CASModifierConstructorDescriptionServiceDataCargo(CAS aCAS, ProcessTrace aProcessTrace) Creates a newSerializableAnalysisProcessDatathat contains the givenCASandProcessTrace. - 
Uses of CAS in org.apache.uima.cas
Methods in org.apache.uima.cas with type parameters of type CASMethods in org.apache.uima.cas that return CASModifier and TypeMethodDescriptionCAS.createView(String localViewName) Create a view and its underlying Sofa (subject of analysis).FeatureStructure.getCAS()CAS.getCurrentView()Get the Cas view that the current component should use.AnnotationBaseFS.getView()Gets the CAS view associated with the Sofa that this Annotation is over.Get the view for a Sofa (subject of analysis).Get the view for a Sofa (subject of analysis).Methods in org.apache.uima.cas that return types with arguments of type CASModifier and TypeMethodDescriptionCAS.getViewIterator(String localViewNamePrefix) Get iterator over all views with the given name prefix. - 
Uses of CAS in org.apache.uima.cas.admin
Methods in org.apache.uima.cas.admin that return CASMethods in org.apache.uima.cas.admin with parameters of type CAS - 
Uses of CAS in org.apache.uima.cas.impl
Classes in org.apache.uima.cas.impl that implement CASFields in org.apache.uima.cas.impl declared as CASMethods in org.apache.uima.cas.impl with type parameters of type CASMethods in org.apache.uima.cas.impl that return CASModifier and TypeMethodDescriptionstatic CASSerialization.createCAS(CASMgr casMgr, CASSerializer casSer) Deserialize the data in a CASSerializer into an existing CAS, return the currentview in that Cas.CASImpl.createView(String aSofaID) CASImpl.getCAS()FeatureStructureImplC.getCAS()CASImpl.getCurrentView()CASImpl.getView(int sofaNum) Methods in org.apache.uima.cas.impl that return types with arguments of type CASMethods in org.apache.uima.cas.impl with parameters of type CASModifier and TypeMethodDescriptionvoidFeatureStructureImplC.addToIndexes(CAS cas) static StringBuilderCasCompare.compareNumberOfFSsByType(CAS cas1, CAS cas2) Counts and compares the number of Feature Structures, by type, and generates a reportstatic voidXCASDeserializer.deserialize(InputStream aStream, CAS aCAS) Deserializes an XCAS from a stream.static voidXCASDeserializer.deserialize(InputStream aStream, CAS aCAS, boolean aLenient) Deserializes an XCAS from a stream.static voidXCASDeserializer.deserialize(Reader aReader, CAS aCAS, boolean aLenient) Deserializes an XCAS from a stream.static voidXCASDeserializer.deserialize(InputSource aSource, CAS aCAS, boolean aLenient) static voidXmiCasDeserializer.deserialize(InputStream aStream, CAS aCAS) Deserializes a CAS from XMI.static voidXmiCasDeserializer.deserialize(InputStream aStream, CAS aCAS, boolean aLenient) Deserializes a CAS from XMI.static voidXmiCasDeserializer.deserialize(InputStream aStream, CAS aCAS, boolean aLenient, XmiSerializationSharedData aSharedData) Deserializes a CAS from XMI.static voidXmiCasDeserializer.deserialize(InputStream aStream, CAS aCAS, boolean aLenient, XmiSerializationSharedData aSharedData, int aMergePoint) Deserializes a CAS from XMI.static voidXmiCasDeserializer.deserialize(InputStream aStream, CAS aCAS, boolean aLenient, XmiSerializationSharedData aSharedData, int aMergePoint, AllowPreexistingFS allowPreexistingFS) Deserializes a CAS from XMI.static SerialFormatSerialization.deserializeCAS(CAS cas, InputStream istream) Deserialize a CAS, in various binary formats, into an existing CAS Note: this form supports deserializing the following binary representations: - plain (uncompressed) - compressed, no type filtering (form 4), Delta and not-delta - compressed, no type filtering (form 6), not-delta only.static BinaryCasSerDes6Serialization.deserializeCAS(CAS cas, InputStream istream, TypeSystem tgtTypeSystem, BinaryCasSerDes6.ReuseInfo reuseInfo) Deserialize a CAS, in various binary formats, into an existing CAS Note: this form supports deserializing the following binary representations: - compressed, type filtering (form 6), delta and not-delta.static BinaryCasSerDes6Serialization.deserializeCAS(CAS cas, InputStream istream, TypeSystem tgtTypeSystem, BinaryCasSerDes6.ReuseInfo reuseInfo, AllowPreexistingFS allowPreexisting) Deserialize a CAS, in various binary formats, into an existing CAS Note: this form supports deserializing the following binary representations: - compressed, type filtering (form 6), delta and not-delta.static DebugFSLogicalStructure.IndexInfo[]DebugFSLogicalStructure.getIndexes(CAS cas) static DebugFSLogicalStructure.ViewInfo[]DebugFSLogicalStructure.getOtherViews(CAS cas) XCASDeserializer.getXCASHandler(CAS cas) Create a default handler for deserializing an XCAS into thecasparameter.XCASDeserializer.getXCASHandler(CAS cas, OutOfTypeSystemData outOfTypeSystemData) Create a default handler for deserializing an XCAS into thecasparameter.XmiCasDeserializer.getXmiCasHandler(CAS cas) Create a default handler for deserializing a CAS from XMI.XmiCasDeserializer.getXmiCasHandler(CAS cas, boolean lenient) Create a default handler for deserializing a CAS from XMI.XmiCasDeserializer.getXmiCasHandler(CAS cas, boolean lenient, XmiSerializationSharedData sharedData) Create a default handler for deserializing a CAS from XMI.XmiCasDeserializer.getXmiCasHandler(CAS cas, boolean lenient, XmiSerializationSharedData sharedData, int mergePoint) Create a default handler for deserializing a CAS from XMI.XmiCasDeserializer.getXmiCasHandler(CAS cas, boolean lenient, XmiSerializationSharedData sharedData, int mergePoint, AllowPreexistingFS allow) Create a default handler for deserializing a CAS from XMI.static final booleanvoidFeatureStructureImplC.removeFromIndexes(CAS cas) remove this FS from indexes in a specific view, perhaps different from the view where this was created.static voidXCASSerializer.serialize(CAS aCAS, OutputStream aStream) Serializes an XCAS to a stream.static voidXCASSerializer.serialize(CAS aCAS, OutputStream aStream, boolean isFormattedOutput) Serializes an XCAS to a stream.static voidXCASSerializer.serialize(CAS aCAS, OutputStream aStream, boolean isFormattedOutput, boolean useXml_1_1) Serializes an XCAS to a stream.voidXCASSerializer.serialize(CAS cas, ContentHandler contentHandler) Write the CAS data to a SAX content handler.voidXCASSerializer.serialize(CAS cas, ContentHandler contentHandler, boolean encodeDoc) Write the CAS data to a SAX content handler.voidXCASSerializer.serialize(CAS cas, ContentHandler contentHandler, boolean encodeDoc, OutOfTypeSystemData outOfTypeSystemData) Write the CAS data to a SAX content handler.static voidXmiCasSerializer.serialize(CAS aCAS, OutputStream aStream) Serializes a CAS to an XMI stream.static voidXmiCasSerializer.serialize(CAS aCAS, TypeSystem aTargetTypeSystem, OutputStream aStream) Serializes a CAS to an XMI stream.static voidXmiCasSerializer.serialize(CAS aCAS, TypeSystem aTargetTypeSystem, OutputStream aStream, boolean aPrettyPrint, XmiSerializationSharedData aSharedData) Serializes a CAS to an XMI stream.static voidXmiCasSerializer.serialize(CAS aCAS, TypeSystem aTargetTypeSystem, OutputStream aStream, boolean aPrettyPrint, XmiSerializationSharedData aSharedData, Marker aMarker) Serializes a Delta CAS to an XMI stream.static voidXmiCasSerializer.serialize(CAS aCAS, TypeSystem aTargetTypeSystem, OutputStream aStream, boolean aPrettyPrint, XmiSerializationSharedData aSharedData, Marker aMarker, boolean useXml_1_1) Serializes a Delta CAS to an XMI stream.voidXmiCasSerializer.serialize(CAS cas, ContentHandler contentHandler) Write the CAS data to a SAX content handler.voidXmiCasSerializer.serialize(CAS cas, ContentHandler contentHandler, ErrorHandler errorHandler) Write the CAS data to a SAX content handler.voidXmiCasSerializer.serialize(CAS cas, ContentHandler contentHandler, ErrorHandler errorHandler, XmiSerializationSharedData sharedData) Write the CAS data to a SAX content handler.voidXmiCasSerializer.serialize(CAS cas, ContentHandler contentHandler, ErrorHandler errorHandler, XmiSerializationSharedData sharedData, Marker marker) Write the CAS data to a SAX content handler.static CASSerializerSerialization.serializeCAS(CAS cas) Convert a CAS to a CASSerializer object.static voidSerialization.serializeCAS(CAS cas, OutputStream ostream) Serialize a CAS including what's indexed, to an output stream Uses uncompressed binary serializationstatic voidSerialization.serializeCAS(CAS cas, OutputStream ostream, Marker mark) Serializes CAS data added or modified after the tracking Marker was created and writes it to the output stream in Delta CAS format using uncompressed binary formatstatic CASSerializerSerialization.serializeNoMetaData(CAS cas) Convert a CAS to a CASSerializer object.static voidSerialization.serializeWithCompression(CAS cas, Object out) Serialize in compressed binary form 4static BinaryCasSerDes6.ReuseInfoSerialization.serializeWithCompression(CAS cas, Object out, boolean includeTS, boolean includeTSI) Serialize in compressed binary with type filtering This method can use type filtering to omit sending those types and/or features not present in the target type system. - To omit type filtering, use null for the target type system It also only sends those feature structures which are reachable either from an index or references from other reachable feature structures.static voidSerialization.serializeWithCompression(CAS cas, Object out, Marker marker) Serialize in compress binary form 4, only the delta part of a CASstatic BinaryCasSerDes6.ReuseInfoSerialization.serializeWithCompression(CAS cas, Object out, TypeSystem tgtTypeSystem) Serialize in compressed binary with type filtering This method can use type filtering to omit sending those types and/or features not present in the target type system. - To omit type filtering, use null for the target type system It also only sends those feature structures which are reachable either from an index or references from other reachable feature structures.static voidSerialization.serializeWithCompression(CAS cas, Object out, TypeSystem tgtTypeSystem, Marker mark, BinaryCasSerDes6.ReuseInfo reuseInfo) Delta Serialize in compressed form, with type filtering This method can use type filtering to omit sending those types and/or features not present in the target type system. - To omit type filtering, use null for the target type system It also only sends those feature structures which are reachable either from an index or references from other reachable feature structures.voidDeprecated.Does nothing, kept only for backwards compatibilityConstructors in org.apache.uima.cas.impl with parameters of type CASModifierConstructorDescriptionSelectFSs_impl(CAS cas) SelectFSs_impl(FeatureStructure[] source, CAS cas) Create information about a view for given CAS. - 
Uses of CAS in org.apache.uima.caseditor.editor
Methods in org.apache.uima.caseditor.editor that return CASModifier and TypeMethodDescriptionDocumentUimaImpl.getCAS()Retrieves theCAS.ICasDocument.getCAS()Retrieves the CAS.static CASDocumentUimaImpl.getVirginCAS(org.eclipse.core.resources.IFile extensionTypeSystemFile) Gets the virgin CAS.Constructors in org.apache.uima.caseditor.editor with parameters of type CASModifierConstructorDescriptionDocumentUimaImpl(CAS cas, org.eclipse.core.resources.IFile casFile, String typeSystemText) Initializes a new instance. - 
Uses of CAS in org.apache.uima.collection
Methods in org.apache.uima.collection with parameters of type CASModifier and TypeMethodDescriptionvoidStatusCallbackListener.entityProcessComplete(CAS aCas, EntityProcessStatus aStatus) Called when the processing of each entity has completed.voidGets the next element of the collection.voidCasInitializer.initializeCas(Object aObj, CAS aCAS) Deprecated.Reads content and metadata from an Object and initializes aCAS.voidCasConsumer_ImplBase.processCas(CAS[] aCASes)  - 
Uses of CAS in org.apache.uima.collection.base_cpm
Methods in org.apache.uima.collection.base_cpm with parameters of type CASModifier and TypeMethodDescriptionvoidCasObjectProcessor.processCas(CAS aCAS) Process a single CAS.voidCasObjectProcessor.processCas(CAS[] aCASes) Processes multiple CASes. - 
Uses of CAS in org.apache.uima.collection.impl
Methods in org.apache.uima.collection.impl with parameters of type CASModifier and TypeMethodDescriptionCasConverter.casContainerToCasData(CAS aContainer) Convert CAS Container (aka CAS Object) to CAS DatavoidCasConverter.casDataToCasContainer(CasData aData, CAS aContainer, boolean aLenient) Convert CAS Data to CAS Container (aka CAS Object) - 
Uses of CAS in org.apache.uima.collection.impl.cpm.container
Methods in org.apache.uima.collection.impl.cpm.container with parameters of type CASModifier and TypeMethodDescriptionvoidCasObjectNetworkCasProcessorImpl.processCas(CAS aCAS) Uses configured transport to delegate given CAS to the remote service.voidCasObjectNetworkCasProcessorImpl.processCas(CAS[] aCASes) Uses configured transport to delegate given CASes to the remote service. - 
Uses of CAS in org.apache.uima.collection.impl.cpm.container.deployer.socket
Methods in org.apache.uima.collection.impl.cpm.container.deployer.socket that return CASModifier and TypeMethodDescriptionInvokes fenced CasProcessor.Methods in org.apache.uima.collection.impl.cpm.container.deployer.socket with parameters of type CAS - 
Uses of CAS in org.apache.uima.collection.impl.cpm.engine
Fields in org.apache.uima.collection.impl.cpm.engine declared as CASModifier and TypeFieldDescriptionprotected CAS[]NonThreadedProcessingUnit.casListThe cas list.protected CAS[]ProcessingUnit.casListThe cas list.protected CASNonThreadedProcessingUnit.conversionCasThe conversion cas.protected CASProcessingUnit.conversionCasThe conversion cas.protected CAS[]NonThreadedProcessingUnit.conversionCasArrayThe conversion cas array.protected CAS[]ProcessingUnit.conversionCasArrayThe conversion cas array.Methods in org.apache.uima.collection.impl.cpm.engine that return CASModifier and TypeMethodDescriptionCPECasPool.getCas()Checks out a CAS from the pool.CPECasPool.getCas(long aTimeout) Returns a Cas instance from the pool.CAS[]WorkUnit.getCas()Gets the cas.CPECasPool.getCheckedOutCas(int aIndex) Returns a CAS found in a given position in the list.Methods in org.apache.uima.collection.impl.cpm.engine with parameters of type CASModifier and TypeMethodDescriptionstatic voidCPMEngine.callEntityProcessCompleteWithCAS(StatusCallbackListener statCL, CAS cas, EntityProcessStatus eps) Internal use only, public for cross package access. switches class loaders and locks casstatic intConsumerCasUtils.getIntFeatValue(CAS aCasView, String aTypeS, String aFeatS) Returns an int value of a given Feature Structure.static StringConsumerCasUtils.getStringFeatValue(CAS aCasView, String aTypeS, String aFeatS) Returns a string value of a given Feature Structure.static FeatureStructureReturns a Feature Structure of a given type.voidArtifactProducer.invalidate(CAS[] aCasList) Invalidate.voidBoundedWorkQueue.invalidate(CAS[] aCasObjectList) Invalidate.voidSequencedQueue.invalidate(CAS[] aCasObjectList) voidCPMEngine.invalidateCASes(CAS[] aCASList) Invalidate CA ses.voidCPECasPool.releaseCas(CAS aCas) Checks in a CAS to the pool.voidCPMEngine.releaseCASes(CAS[] aCASList) Releases given cases back to pool.voidSets the cas. - 
Uses of CAS in org.apache.uima.collection.impl.cpm.utils
Methods in org.apache.uima.collection.impl.cpm.utils with parameters of type CASModifier and TypeMethodDescriptionstatic ChunkMetadataCPMUtils.getChunkMetadata(CAS aCas) Extract metadata associated with chunk from a given CAS.static intCPMUtils.getFeatureAsInt(CAS aCas, Feature aFeature, String aName) Gets the feature as int.static StringCPMUtils.getFeatureAsString(CAS aCas, Feature aFeature, String aName) Returns a value associated with a given feature. - 
Uses of CAS in org.apache.uima.fit.benchmark
Methods in org.apache.uima.fit.benchmark with parameters of type CASModifier and TypeMethodDescriptionstatic voidCasInitializationUtils.initRandomCas(CAS cas, int typeCount, int annotationCount, int maxAnnotationLength, int approxDocLength, long seed)  - 
Uses of CAS in org.apache.uima.fit.component
Methods in org.apache.uima.fit.component with parameters of type CAS - 
Uses of CAS in org.apache.uima.fit.factory
Methods in org.apache.uima.fit.factory that return CASModifier and TypeMethodDescriptionstatic CASCasFactory.createCas()Creates a newCAS.static CASCreates a newCASfrom type system descriptor files found by name.static CASCasFactory.createCas(String fileName, TypeSystemDescription typeSystemDescription) This method creates a new CAS and loads the contents of an XMI or XCAS file into it.static CASCasFactory.createCas(TypeSystemDescription typeSystemDescription) Create a new CAS for the given type system description.static CASCasFactory.createCasFromPath(String... typeSystemDescriptorPaths) Creates a new CAS from type system descriptor files.static CASCasFactory.createText(String aText) Creates a new CAS with the given text.static CASCasFactory.createText(String aText, String aLanguage) Creates a new CAS with the given text and language. - 
Uses of CAS in org.apache.uima.fit.pipeline
Methods in org.apache.uima.fit.pipeline with parameters of type CASModifier and TypeMethodDescriptionstatic voidSimplePipeline.runPipeline(CAS cas, AnalysisEngine... engines) Run a sequence ofanalysis enginesover aCAS.static voidSimplePipeline.runPipeline(CAS aCas, AnalysisEngineDescription... aDescs) Run a sequence ofanalysis enginesover aJCas. - 
Uses of CAS in org.apache.uima.fit.testing.assertj
Methods in org.apache.uima.fit.testing.assertj with parameters of type CASConstructors in org.apache.uima.fit.testing.assertj with parameters of type CAS - 
Uses of CAS in org.apache.uima.fit.testing.junit
Methods in org.apache.uima.fit.testing.junit that return CAS - 
Uses of CAS in org.apache.uima.fit.util
Methods in org.apache.uima.fit.util that return CASModifier and TypeMethodDescriptionstatic CASConvenience method to get the specified view or create a new view if the requested view does not exist.static CASConvenience method to get the specified view or a default view if the requested view does not exist.Methods in org.apache.uima.fit.util with parameters of type CASModifier and TypeMethodDescriptionstatic ContainmentIndex<AnnotationFS,AnnotationFS> ContainmentIndex.create(CAS cas, Type aSuper, Type aUnder, ContainmentIndex.Type aType) Factory method to create an index instead of using the constructor.static List<FeatureStructure>Deprecated.Usecas.select(type).asList()static <T extends FeatureStructure>
ArrayFS<T>FSCollectionFactory.createArrayFS(CAS aCas, Collection<T> aCollection) static <T extends FeatureStructure>
ArrayFS<T>FSCollectionFactory.createArrayFS(CAS aCas, T... aArray) static BooleanArrayFSFSCollectionFactory.createBooleanArrayFS(CAS aCas, boolean... aArray) static BooleanArrayFSFSCollectionFactory.createBooleanArrayFS(CAS aCas, Collection<Boolean> aCollection) static ByteArrayFSFSCollectionFactory.createByteArrayFS(CAS aCas, byte... aArray) static ByteArrayFSFSCollectionFactory.createByteArrayFS(CAS aCas, Collection<Byte> aCollection) static DoubleArrayFSFSCollectionFactory.createDoubleArrayFS(CAS aCas, double... aArray) static DoubleArrayFSFSCollectionFactory.createDoubleArrayFS(CAS aCas, Collection<Double> aCollection) static FloatArrayFSFSCollectionFactory.createFloatArrayFS(CAS aCas, float... aArray) static FloatArrayFSFSCollectionFactory.createFloatArrayFS(CAS aCas, Collection<Float> aCollection) static <T extends FeatureStructure>
TFSCollectionFactory.createFloatList(CAS aCas, float... aValues) static <T extends FeatureStructure>
TFSCollectionFactory.createFloatList(CAS aCas, Collection<Float> aValues) FSCollectionFactory.createFSList(CAS aCas, Collection<T> aValues) FSCollectionFactory.createFSList(CAS aCas, T... aValues) static IntArrayFSFSCollectionFactory.createIntArrayFS(CAS aCas, int... aArray) static IntArrayFSFSCollectionFactory.createIntArrayFS(CAS aCas, Collection<Integer> aCollection) static <T extends FeatureStructure>
TFSCollectionFactory.createIntegerList(CAS aCas, int... aValues) static <T extends FeatureStructure>
TFSCollectionFactory.createIntegerList(CAS aCas, Collection<Integer> aValues) static LongArrayFSFSCollectionFactory.createLongArrayFS(CAS aCas, long... aArray) static LongArrayFSFSCollectionFactory.createLongArrayFS(CAS aCas, Collection<Long> aCollection) static ShortArrayFSFSCollectionFactory.createShortArrayFS(CAS aCas, short... aArray) static ShortArrayFSFSCollectionFactory.createShortArrayFS(CAS aCas, Collection<Short> aCollection) static StringArrayFSFSCollectionFactory.createStringArrayFS(CAS aCas, String... aArray) static StringArrayFSFSCollectionFactory.createStringArrayFS(CAS aCas, Collection<String> aCollection) static <T extends FeatureStructure>
TFSCollectionFactory.createStringList(CAS aCas, String... aValues) static <T extends FeatureStructure>
TFSCollectionFactory.createStringList(CAS aCas, Collection<String> aValues) static <T extends TOP>
booleanTest if a CAS contains an annotation of the given type.static TypeCasUtil.getAnnotationType(CAS aCas, Class<?> aJCasClass) Get the CAS type for the given JCas wrapper class making sure it is or inherits fromAnnotation.static TypeCasUtil.getAnnotationType(CAS aCas, String aTypeName) Get the CAS type for the given name making sure it is or inherits from Annotation.static TypeGet the CAS type for the given JCas wrapper class.static TypeGet the CAS type for the given name.static CASConvenience method to get the specified view or create a new view if the requested view does not exist.static CASConvenience method to get the specified view or a default view if the requested view does not exist.static Map<AnnotationFS,List<AnnotationFS>> CasUtil.indexCovered(CAS cas, Type type, Type coveredType) Create an index for quickly lookup up the annotations covered by a particular annotation.static Map<AnnotationFS,List<AnnotationFS>> CasUtil.indexCovering(CAS cas, Type type, Type coveringType) Create an index for quickly lookup up the annotations covering a particular annotation.static booleanCasUtil.isAnnotationType(CAS aCas, Type aType) static <T extends AnnotationFS>
Iterator<T>Get an iterator over the given annotation type.static <T extends FeatureStructure>
Iterator<T>CasUtil.iteratorFS(CAS cas, Type type) Deprecated.Usecas.select(type).iterator()static voidDeprecated.UseCasIOUtils.load(java.net.URL, CAS)instead.static voidDeprecated.UseCasIOUtils.load(java.net.URL, CAS)instead.static voidDeprecated.UseCasIOUtils.load(java.net.URL, CAS)instead.static voidCasUtil.requireAnnotationType(CAS aCas, Type aType) static Collection<AnnotationFS>Convenience method to iterator over all annotations of a given type.static Collection<AnnotationFS>Convenience method to iterator over all annotations.static Collection<FeatureStructure>CasUtil.selectAllFS(CAS aCas) Convenience method to iterator over all features structures.static List<AnnotationFS>Get all annotations of the given type at the specified offsets.static List<AnnotationFS>CasUtil.selectBetween(CAS cas, Type type, AnnotationFS ann1, AnnotationFS ann2) Get a list of annotations of the given annotation type located between two annotations.static AnnotationFSCasUtil.selectByIndex(CAS cas, Type type, int index) This method exists simply as a convenience method for unit testing.static List<AnnotationFS>CasUtil.selectCovered(CAS cas, Type type, int begin, int end) Get a list of annotations of the given annotation type constraint by a certain annotation.static List<AnnotationFS>CasUtil.selectCovered(CAS cas, Type type, AnnotationFS coveringAnnotation) Get a list of annotations of the given annotation type constraint by a certain annotation.static List<AnnotationFS>CasUtil.selectCovering(CAS cas, Type type, int begin, int end) Get a list of annotations of the given annotation type constraint by a certain annotation.static List<AnnotationFS>CasUtil.selectCovering(CAS cas, Type type, AnnotationFS coveredAnnotation) Get a list of annotations of the given annotation type constraint by a certain annotation.static List<AnnotationFS>CasUtil.selectFollowing(CAS cas, Type type, AnnotationFS anchor, int count) Returns the n annotations following the given annotationstatic <T extends FeatureStructure>
List<T>Deprecated.Usecas.select(type).asList()static List<AnnotationFS>CasUtil.selectOverlapping(CAS aCas, Type aType, int aSelBegin, int aSelEnd) Get a list of annotations of the given annotation type overlapping the given span.static List<AnnotationFS>CasUtil.selectOverlapping(CAS aCas, Type aType, AnnotationFS aBoundaryAnnotation) Get a list of annotations of the given annotation type overlapping the given annotation.static List<AnnotationFS>CasUtil.selectPreceding(CAS cas, Type type, AnnotationFS anchor, int count) Returns the n annotations preceding the given annotationstatic AnnotationFSCasUtil.selectSingle(CAS cas, Type type) Get the single instance of the specified type from the CAS.static AnnotationFSCasUtil.selectSingleAt(CAS aCas, Type aType, int aBegin, int aEnd) Get the single instance of the specified type from the CAS at the given offsets.static FeatureStructureCasUtil.selectSingleFS(CAS cas, Type type) Get the single instance of the specified type from the CAS.static AnnotationFSCasUtil.selectSingleRelative(CAS cas, Type type, AnnotationFS aAnchor, int aPosition) Return an annotation preceding or following of a given reference annotation.static voidDeprecated.static voidDeprecated.Constructors in org.apache.uima.fit.util with parameters of type CASModifierConstructorDescriptionprotectedContainmentIndex(CAS cas, Type aSuper, Type aUnder, ContainmentIndex.Type aType) Create a new index on the given JCas using the specified two types. - 
Uses of CAS in org.apache.uima.fit.validation
Methods in org.apache.uima.fit.validation with parameters of type CASModifier and TypeMethodDescriptionApply this check to the given CAS. - 
Uses of CAS in org.apache.uima.flow
Methods in org.apache.uima.flow that return CASModifier and TypeMethodDescriptionprotected CASCasFlow_ImplBase.getCas()Gets the CAS being routed by this Flow object.Methods in org.apache.uima.flow that return types with arguments of type CASMethods in org.apache.uima.flow with parameters of type CASModifier and TypeMethodDescriptionabstract FlowCasFlowController_ImplBase.computeFlow(CAS aCAS) This method must be overriden by subclasses.protected FlowCasFlow_ImplBase.newCasProduced(CAS newCas, String producedBy) By default, throws an exception to indicate this this Flow object does not support new CASes being produced in the middle of the flow.voidDeprecated.this is automatically done by the framework after a new flow object is created - 
Uses of CAS in org.apache.uima.flow.impl
Methods in org.apache.uima.flow.impl with parameters of type CASModifier and TypeMethodDescriptionCapabilityLanguageFlowController.computeFlow(CAS aCAS) FixedFlowController.computeFlow(CAS aCAS)  - 
Uses of CAS in org.apache.uima.impl
Fields in org.apache.uima.impl with type parameters of type CASModifier and TypeFieldDescriptionUimaContext_ImplBase.mOutstandingCASesCASes that have been requested viaUimaContext_ImplBase.getEmptyCas(Class)minus the number calls the framework has made toUimaContext_ImplBase.returnedCAS(AbstractCas)(which indicate that the AnalysisComponent has returned a CAS from its next() method or released the CAS.Methods in org.apache.uima.impl with parameters of type CASModifier and TypeMethodDescriptionstatic CASImplUtil.getStartingView(CAS cas, boolean sofaAware, ComponentInfo componentInfo) static <T extends AbstractCas>
TUtil.setupViewSwitchClassLoaders(CAS cas, boolean sofaAware, ComponentInfo componentInfo, ResourceManager resourceManager, Class<T> casInterface) static AbstractCasUtil.setupViewSwitchClassLoadersLockCas(CAS cas, boolean sofaAware, ComponentInfo componentInfo, ResourceManager resourceManager, Class<? extends AbstractCas> casInterface)  - 
Uses of CAS in org.apache.uima.jcas
Methods in org.apache.uima.jcas that return CAS - 
Uses of CAS in org.apache.uima.jcas.cas
Methods in org.apache.uima.jcas.cas that return CAS - 
Uses of CAS in org.apache.uima.jcas.impl
Methods in org.apache.uima.jcas.impl that return CASMethods in org.apache.uima.jcas.impl with parameters of type CAS - 
Uses of CAS in org.apache.uima.json
Methods in org.apache.uima.json with parameters of type CASModifier and TypeMethodDescriptionstatic voidJsonCasSerializer.jsonSerialize(CAS aCAS, Object output) Serializes a CAS using JSONstatic voidJsonCasSerializer.jsonSerialize(CAS aCAS, TypeSystem aTargetTypeSystem, Object output) Serializes a CAS to an output (File, OutputStream, XMI stream, or Writer).static voidJsonCasSerializer.jsonSerialize(CAS aCAS, TypeSystem aTargetTypeSystem, Object output, boolean aPrettyPrint, Marker aMarker, XmiSerializationSharedData sharedData) Serializes a Delta CAS to an output (File, Writer, or OutputStream).voidSerialize a Cas to an Output, using configurations set on this instance.voidJsonCasSerializer.serialize(CAS cas, Object output, XmiSerializationSharedData sharedData, Marker marker) voidJsonCasSerializer.serialize(CAS cas, JsonContentHandlerJacksonWrapper jch) Serialize a Cas to an Output configured in the passed in JsonContentHandlerJacksonWrapper Constructs a new CasDocSerializer instance to do the serialization, configured using this class's Delta marker setting (if any)voidJsonCasSerializer.serialize(CAS cas, JsonContentHandlerJacksonWrapper jch, XmiSerializationSharedData sharedData, Marker marker)  - 
Uses of CAS in org.apache.uima.resource
Methods in org.apache.uima.resource that return CASModifier and TypeMethodDescriptionCasManager.createNewCas(Properties aPerformanceTuningSettings) Create a new CAS using the CasDefinition stored in this CAS Manager.Gets an empty CAS.Methods in org.apache.uima.resource with parameters of type CASModifier and TypeMethodDescriptionCasManager.getCasInterface(CAS cas, Class<? extends AbstractCas> requiredInterface) Gets a specified interface to a CAS. - 
Uses of CAS in org.apache.uima.resource.impl
Methods in org.apache.uima.resource.impl that return CASModifier and TypeMethodDescriptionCasManager_impl.createNewCas(Properties aPerformanceTuningSettings) Methods in org.apache.uima.resource.impl that return types with arguments of type CASMethods in org.apache.uima.resource.impl with parameters of type CASModifier and TypeMethodDescriptionCasManager_impl.getCasInterface(CAS cas, Class<? extends AbstractCas> requiredInterface) Gets a specified interface to a CAS.static <T extends AbstractCas>
TCasManager_impl.getCasInterfaceStatic(CAS cas, Class<T> requiredInterface) Gets a specified interface to a CAS. - 
Uses of CAS in org.apache.uima.resource.metadata
Methods in org.apache.uima.resource.metadata with parameters of type CAS - 
Uses of CAS in org.apache.uima.resource.metadata.impl
Methods in org.apache.uima.resource.metadata.impl with parameters of type CAS - 
Uses of CAS in org.apache.uima.taeconfigurator.editors
Methods in org.apache.uima.taeconfigurator.editors that return CASModifier and TypeMethodDescriptionMultiPageEditor.createCas(AnalysisEngineDescription aAeDescription, Properties aPerformanceTuningSettings, ResourceManager aResourceManager) Creates the cas.MultiPageEditor.getCurrentView()Gets the current view. - 
Uses of CAS in org.apache.uima.taeconfigurator.model
Methods in org.apache.uima.taeconfigurator.model that return CASMethods in org.apache.uima.taeconfigurator.model with parameters of type CAS - 
Uses of CAS in org.apache.uima.test.junit_extension
Methods in org.apache.uima.test.junit_extension that return CASModifier and TypeMethodDescriptionAnnotatorTester.createCAS()Deprecated.Creates a new fresh CAS instance which can be used for testing.static CASAnnotatorTester.getCASfromXCAS(File tsFile, File xcasFile) Deprecated.create a CAS object from the given XCAS and typesystem files.AnnotatorTester.performTest(String text, String language) Deprecated.performs a test on the initialized annotator.static CASAnnotatorTester.performTest(String descFilePath, String text, String language) Deprecated.performs a test with a special annotator configuration.AnnotatorTester.performTest(CAS cas) Deprecated.performs a test on the initialized annotator.Methods in org.apache.uima.test.junit_extension with parameters of type CASModifier and TypeMethodDescriptionstatic voidAnnotatorTester.checkResult(CAS cas, String[] AnnotationTypes, File refFile, File testFile) Deprecated.checkResult compares the analyzed document with the reference output.AnnotatorTester.performTest(CAS cas) Deprecated.performs a test on the initialized annotator.voidAnnotationWriter.processCas(CAS aCAS) Deprecated. - 
Uses of CAS in org.apache.uima.tools
Methods in org.apache.uima.tools with parameters of type CASModifier and TypeMethodDescriptionvoidRunAE.entityProcessComplete(CAS aCas, EntityProcessStatus aStatus) Entity process complete. - 
Uses of CAS in org.apache.uima.tools.components
Methods in org.apache.uima.tools.components with parameters of type CASModifier and TypeMethodDescriptionvoidvoidvoidInlineXmlCasConsumer.processCas(CAS aCAS) Processes the CasContainer which was populated by the TextAnalysisEngines.voidXCasWriterCasConsumer.processCas(CAS aCAS) Processes the CasContainer which was populated by the TextAnalysisEngines.voidXmiWriterCasConsumer.processCas(CAS aCAS) Processes the CAS which was populated by the TextAnalysisEngines. - 
Uses of CAS in org.apache.uima.tools.cvd
Methods in org.apache.uima.tools.cvd that return CASMethods in org.apache.uima.tools.cvd with parameters of type CAS - 
Uses of CAS in org.apache.uima.tools.docanalyzer
Fields in org.apache.uima.tools.docanalyzer declared as CASMethods in org.apache.uima.tools.docanalyzer that return CASModifier and TypeMethodDescriptionprotected CASDocumentAnalyzer.createCasFromDescriptor(String aDescriptorFile) Creates a CAS from an descriptor.Methods in org.apache.uima.tools.docanalyzer with parameters of type CASModifier and TypeMethodDescriptionvoidDocumentAnalyzer.entityProcessComplete(CAS aCas, EntityProcessStatus aStatus) Entity process complete.Constructors in org.apache.uima.tools.docanalyzer with parameters of type CASModifierConstructorDescriptionAnnotationViewerDialog(JFrame aParentFrame, String aDialogTitle, PrefsMediator med, File aStyleMapFile, String aPerformanceStats, TypeSystem aTypeSystem, String[] aTypesToDisplay, boolean generatedStyleMap, CAS cas) Instantiates a new annotation viewer dialog.AnnotationViewerDialog(JFrame aParentFrame, String aDialogTitle, PrefsMediator med, File aStyleMapFile, String aPerformanceStats, TypeSystem aTypeSystem, String[] aTypesToDisplay, String interactiveTempFN, boolean javaViewerRBisSelected, boolean javaViewerUCRBisSelected, boolean xmlRBisSelected, CAS cas) Create an AnnotationViewer Dialog. - 
Uses of CAS in org.apache.uima.tools.stylemap
Methods in org.apache.uima.tools.stylemap with parameters of type CASModifier and TypeMethodDescriptionStyleMapEditor.launchEditor(AnalysisEngineMetaData aAnalysisEngineMetaData, String aStyleMapXml, CAS cas) Displays the StyleMapEditor GUI and allows the user to edit a style map.voidAnnotationFeaturesViewer.populate(AnalysisEngineDescription analysisEngine, AnalysisEngineMetaData aeMetaData, CAS cas) Populate.Constructors in org.apache.uima.tools.stylemap with parameters of type CAS - 
Uses of CAS in org.apache.uima.tools.viewer
Methods in org.apache.uima.tools.viewer with parameters of type CASModifier and TypeMethodDescriptionvoidSets the CAS to be viewed.Constructors in org.apache.uima.tools.viewer with parameters of type CAS - 
Uses of CAS in org.apache.uima.uimacpp
Methods in org.apache.uima.uimacpp that return CASMethods in org.apache.uima.uimacpp that return types with arguments of type CASMethods in org.apache.uima.uimacpp with parameters of type CASModifier and TypeMethodDescriptionvoidnextvoidvoidUimacppAnalysisComponent.process(CAS cas, ResultSpecification aResultSpec) voidUimacppEngine.process(ResultSpecification rs, CAS aCas, boolean casIsEmpty) process the document. - 
Uses of CAS in org.apache.uima.util
Methods in org.apache.uima.util that return CASModifier and TypeMethodDescriptionstatic CASCasCreationUtils.createCas()Creates a new CAS instance.static CASCasCreationUtils.createCas(Collection<? extends MetaDataObject> aComponentDescriptionsOrMetaData) Creates a new CAS instance for a collection of CAS Processors.static CASCasCreationUtils.createCas(Collection<? extends MetaDataObject> aComponentDescriptionsOrMetaData, Properties aPerformanceTuningSettings) Creates a new CAS instance for a collection of CAS Processors.static CASCasCreationUtils.createCas(Collection<? extends MetaDataObject> aComponentDescriptionsOrMetaData, Properties aPerformanceTuningSettings, ResourceManager aResourceManager) Creates a new CAS instance for a collection of CAS Processors.static CASCasCreationUtils.createCas(Collection<? extends MetaDataObject> aComponentDescriptionsOrMetaData, TypeSystem aTypeSystem, Properties aPerformanceTuningSettings) Creates a new CAS instance for a collection of CAS Processors, which. reuses an existing type system.static CASCasCreationUtils.createCas(Collection<? extends MetaDataObject> aComponentDescriptionsOrMetaData, TypeSystem aTypeSystem, Properties aPerformanceTuningSettings, ResourceManager aResourceManager) Creates a new CAS instance for a collection of CAS Processors, which. reuses an existing type system.static CASCasCreationUtils.createCas(AnalysisEngineDescription aDescription) Creates a new CAS instance for an Analysis Engine.static CASCasCreationUtils.createCas(AnalysisEngineDescription aDescription, Properties aPerformanceTuningSettings) Creates a new CAS instance for an Analysis Engine.static CASCasCreationUtils.createCas(AnalysisEngineMetaData aMetaData) Creates a new CAS instance.static CASCasCreationUtils.createCas(TypeSystem aTypeSystem, TypePriorities aTypePriorities, FsIndexDescription[] aFsIndexes, Properties aPerformanceTuningSettings) Creates a new CAS instance that reuses an existing type system.static CASCasCreationUtils.createCas(TypeSystem aTypeSystem, TypePriorities aTypePriorities, FsIndexDescription[] aFsIndexes, Properties aPerformanceTuningSettings, ResourceManager aResourceManager) Creates a new CAS instance that reuses an existing type system.static CASCasCreationUtils.createCas(CasDefinition casDef, Properties performanceTuningSettings) Create a CAS from a CAS Definition.static CASCasCreationUtils.createCas(CasDefinition casDef, Properties performanceTuningSettings, TypeSystem typeSystem) Create a CAS from a CAS Definition, but reuse the provided TypeSystem object.static CASCasCreationUtils.createCas(ProcessingResourceMetaData aMetaData) Creates a new CAS instance.static CASCasCreationUtils.createCas(TypeSystemDescription aTypeSystem, TypePriorities aTypePriorities, FsIndexDescription[] aFsIndexes) Creates a new CAS instance.static CASCasCreationUtils.createCas(TypeSystemDescription aTypeSystem, TypePriorities aTypePriorities, FsIndexDescription[] aFsIndexes, Properties aPerformanceTuningSettings) Creates a new CAS instance.static CASCasCreationUtils.createCas(TypeSystemDescription aTypeSystem, TypePriorities aTypePriorities, FsIndexDescription[] aFsIndexes, Properties aPerformanceTuningSettings, ResourceManager aResourceManager) Creates a new CAS instance.CasPool.getCas()Checks out a CAS from the pool.CasPool.getCas(long aTimeout) Checks out a CAS from the pool.Methods in org.apache.uima.util that return types with arguments of type CASMethods in org.apache.uima.util with parameters of type CASModifier and TypeMethodDescriptionstatic voidDoes a complete deep copy of one CAS into another CAS.static voidDoes a complete deep copy of one CAS into another CAS.voidCasCopier.copyCasView(String aSrcCasViewName, CAS aTgtCasView, boolean aCopySofa) Does a deep copy of the contents of one CAS View into another CAS view, with a possibly different name.voidCasCopier.copyCasView(CAS aSrcCasView, boolean aCopySofa) Does a deep copy of the contents of one CAS View into another CAS's same-named-view If the destination view already exists in the destination CAS, then it will be the target of the copy.voidCasCopier.copyCasView(CAS aSrcCasView, String aTgtCasViewName, boolean aCopySofa) Does a deep copy of the contents of one CAS View into another CAS view, with a possibly different name.voidCasCopier.copyCasView(CAS aSrcCasView, CAS aTgtCasView, boolean aCopySofa) Does a deep copy of the contents of one CAS View into another CAS view, with a possibly different name.static voidXmlCasDeserializer.deserialize(InputStream aStream, CAS aCAS) Deserializes a CAS from a standoff-XML format.static voidXmlCasDeserializer.deserialize(InputStream aStream, CAS aCAS, boolean aLenient) Deserializes a CAS from XMI or XCAS.Formats a CAS as a String.CasToInlineXml.format(CAS aCAS, FSMatchConstraint aFilter) Formats a CAS as a String.Produces a string representation of a CAS.TCasFormatter.format(CAS aCAS, FSMatchConstraint aFilter) Produces a string representation of a CAS.Deprecated.TCasToInlineXml.format(CAS aCAS, FSMatchConstraint aFilter) Deprecated.CasToInlineXml.generateXML(CAS aCAS) Generates inline XML from a CAS.CasToInlineXml.generateXML(CAS aCAS, FSMatchConstraint aFilter) Generates inline XML from a CAS.voidCasToInlineXml.generateXML(CAS aCAS, FSMatchConstraint aFilter, ContentHandler aHandler) Generates inline XML from a CAS using a passed in ContentHandlerTCasToInlineXml.generateXML(CAS aCAS) Deprecated.TCasToInlineXml.generateXML(CAS aCAS, FSMatchConstraint aFilter) Deprecated.static intConsumerCasUtils.getIntFeatValue(CAS aCasView, String aTypeS, String aFeatS) static StringConsumerCasUtils.getStringFeatValue(CAS aCasView, String aTypeS, String aFeatS) static FeatureStructurestatic SerialFormatCasIOUtils.load(InputStream casInputStream, InputStream tsiInputStream, CAS aCAS) Loads a CAS from an Input Stream.static SerialFormatCasIOUtils.load(InputStream casInputStream, InputStream tsiInputStream, CAS aCAS, boolean leniently) Loads a CAS from an Input Stream.static SerialFormatCasIOUtils.load(InputStream casInputStream, InputStream tsiInputStream, CAS aCAS, CasLoadMode casLoadMode) Loads a CAS from an Input Stream.static SerialFormatCasIOUtils.load(InputStream casInputStream, CAS aCAS) Loads a Cas from an Input Stream.static SerialFormatCasIOUtils.load(InputStream casInputStream, CAS aCAS, TypeSystem typeSystem) This load variant can be used for loading Form 6 compressed CASes where the type system to use to deserialize is provided as an argument.static SerialFormatLoads a CAS from a URL source.static SerialFormatCasIOUtils.load(URL casUrl, URL tsiUrl, CAS aCAS, CasLoadMode casLoadMode) Loads a CAS from a URL source.static SerialFormatLoads a Cas from a URL source.voidCasPool.releaseCas(CAS aCas) Checks in a CAS to the pool.static voidCasIOUtils.save(CAS aCas, OutputStream docOS, OutputStream tsiOS, SerialFormat format) Write the CAS in the specified format.static voidCasIOUtils.save(CAS aCas, OutputStream docOS, SerialFormat format) Write the CAS in the specified format.static voidXmlCasSerializer.serialize(CAS aCAS, OutputStream aStream) Serializes a CAS to XMI format and writes it to an output stream.static voidXmlCasSerializer.serialize(CAS aCAS, TypeSystem aTargetTypeSystem, OutputStream aStream) Serializes a CAS to XMI format and writes it to an output stream.static voidCasIOUtils.writeTypeSystem(CAS aCas, OutputStream aOS, boolean includeIndexDefs) Constructors in org.apache.uima.util with parameters of type CASModifierConstructorDescriptionCreates a new CasCopier that can be used to copy FeatureStructures from one CAS to another.Creates a new CasCopier that can be used to copy FeatureStructures from one CAS to another.