Uses of Class
org.apache.uima.cas.CASException
Package
Description
Common Analysis System(CAS) Interfaces
Implementation and Low-Level API for the CAS Interfaces.
Factories to create different kinds of UIMA resource specifiers.
Executing UIMA pipelines.
Interfaces for accessing the JCAS.
Provides the classes that support the Java Cas Model (JCM).
Utility classes and interfaces used by UIMA components.
-
Uses of CASException in org.apache.uima.analysis_engine.service.impl
Modifier and TypeMethodDescriptionvoid
ServiceDataCargo.unmarshalCas
(CAS aCas, boolean aReplaceCasTypeSystem) Unmarshalls the CAS data in thisServiceDataCargo
into an existingCAS
instance.void
ServiceDataCargo.unmarshalInto
(AnalysisProcessData aDataContainer, boolean aReplaceCasTypeSystem) Unmarshalls thisSerializableAnalysisProcessData
into an existingAnalysisProcessData
object. -
Uses of CASException in org.apache.uima.cas
Modifier and TypeMethodDescriptionCAS.getJCas()
Get the JCas view for this CAS viewCreate a JCas view for a Sofa.Deprecated.void
FeaturePath.initialize
(String featurePath) Initialize the feature path object with the given feature path string.void
Check the feature path for the given type and initialize internal structures for faster access to the feature path value. -
Uses of CASException in org.apache.uima.cas.admin
Modifier and TypeMethodDescriptionvoid
Add pairs types[i] < types[i+1], for each i < (types.length-1), to the partial sort order.LinearTypeOrderBuilder.getOrder()
Return a total order of the type names added earlier that is consistent with the pre-order defined through calls to add().void
CASMgr.initCASIndexes()
Install the standard built-in indexes into the base CAS -
Uses of CASException in org.apache.uima.cas.impl
Modifier and TypeMethodDescriptionvoid
Deprecated.As of v2.0, useCASImpl.getView(String)
followed byCASImpl.getJCas()
.LinearTypeOrderBuilderImpl.getOrder()
void
CASImpl.initCASIndexes()
-
Uses of CASException in org.apache.uima.fit.factory
Modifier and TypeMethodDescriptionstatic JCas
JCasFactory.createJCas()
Creates a newJCas
.static JCas
JCasFactory.createJCas
(String... typeSystemDescriptorNames) Creates a new JCas from type system descriptor files found by name.static JCas
JCasFactory.createJCas
(String fileName, TypeSystemDescription typeSystemDescription) This method creates a new JCas and loads the contents of an XMI or XCAS file into it.static JCas
JCasFactory.createJCas
(TypeSystemDescription typeSystemDescription) Create a new JCas for the given type system description.static JCas
JCasFactory.createJCasFromPath
(String... typeSystemDescriptorPaths) Creates a new JCas from type system descriptor files.static JCas
JCasFactory.createText
(String aText) Creates a new JCas with the given text.static JCas
JCasFactory.createText
(String aText, String aLanguage) Creates a new JCas with the given text and language. -
Uses of CASException in org.apache.uima.fit.pipeline
ModifierConstructorDescriptionJCasIterator
(CollectionReaderDescription aReader, AnalysisEngineDescription... aEngines) Iterate over the documents loaded by the given reader, running the analysis engines on each one before yielding them.JCasIterator
(CollectionReader aReader, AnalysisEngine... aEngines) Iterate over the documents loaded by the CollectionReader, running the AnalysisEngine on each one before yielding them.JCasIterator
(CollectionReader aReader, TypeSystemDescription aTypeSystemDescription) Iterate over the documents loaded by the CollectionReader.JCasIterator
(ResourceManager aResMgr, CollectionReaderDescription aReader, AnalysisEngineDescription... aEngines) Iterate over the documents loaded by the given reader, running the analysis engines on each one before yielding them.JCasIterator
(ResourceManager aResMgr, CollectionReader aReader, AnalysisEngine... aEngines) Iterate over the documents loaded by the CollectionReader, running the AnalysisEngine on each one before yielding them. -
Uses of CASException in org.apache.uima.jcas
Modifier and TypeMethodDescriptionJCas.createView
(String sofaID) Create a view and its underlying Sofa (subject of analysis).Create a JCas view for a Sofa.JCas.getRequiredFeature
(Type t, String s) JCas.getRequiredType
(String s) Get the view for a Sofa (subject of analysis).Get the view for a Sofa (subject of analysis).JCas.getViewIterator()
Get iterator over all views in this JCas.JCas.getViewIterator
(String localViewNamePrefix) Get iterator over all views with the given name prefix. -
Uses of CASException in org.apache.uima.jcas.impl
Modifier and TypeMethodDescriptionJCasImpl.createView
(String sofaID) JCasImpl.getRequiredFeature
(Type t, String s) JCasImpl.getRequiredType
(String s) JCasImpl.getViewIterator()
JCasImpl.getViewIterator
(String localViewNamePrefix) -
Uses of CASException in org.apache.uima.tools.viewer
-
Uses of CASException in org.apache.uima.util
Modifier and TypeMethodDescriptionFormats 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.void
CasToInlineXml.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.
CAS.getView(String)
followed byCAS.getJCas()
.