Uses of Class
org.apache.uima.cas.CASException
-
Packages that use CASException Package Description org.apache.uima.analysis_engine.service.impl org.apache.uima.cas Common Analysis System (CAS) Interfaces.org.apache.uima.cas.admin org.apache.uima.cas.impl Implementation and Low-Level API for the CAS Interfaces.org.apache.uima.jcas Interfaces for accessing the JCAS.org.apache.uima.jcas.impl Provides the classes that support the Java Cas Model (JCM).org.apache.uima.tools.viewer org.apache.uima.util Utility classes and interfaces used by UIMA components. -
-
Uses of CASException in org.apache.uima.analysis_engine.service.impl
Methods in org.apache.uima.analysis_engine.service.impl that throw CASException Modifier and Type Method Description voidServiceDataCargo. unmarshalCas(CAS aCas, boolean aReplaceCasTypeSystem)Unmarshalls the CAS data in thisServiceDataCargointo an existingCASinstance.voidServiceDataCargo. unmarshalInto(AnalysisProcessData aDataContainer, boolean aReplaceCasTypeSystem)Unmarshalls thisSerializableAnalysisProcessDatainto an existingAnalysisProcessDataobject. -
Uses of CASException in org.apache.uima.cas
Methods in org.apache.uima.cas that throw CASException Modifier and Type Method Description JCasCAS. getJCas()Get the JCas for this CAS.JCasCAS. getJCas(SofaFS aSofa)Create a JCas view for a Sofa.JCasCAS. getJCas(SofaID aSofaID)Deprecated.As of v2.0, useCAS.getView(String)followed byCAS.getJCas().voidFeaturePath. initialize(java.lang.String featurePath)Initialize the feature path object with the given feature path string.voidFeaturePath. typeInit(Type featurePathType)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
Methods in org.apache.uima.cas.admin that throw CASException Modifier and Type Method Description voidLinearTypeOrderBuilder. add(java.lang.String[] types)Add pairs types[i] < types[i+1], for each i < (types.length-1), to the partial sort order.LinearTypeOrderLinearTypeOrderBuilder. getOrder()Return a total order of the type names added earlier that is consistent with the pre-order defined through calls to add().voidCASMgr. initCASIndexes()Install the standard built-in indexes into the base CAS -
Uses of CASException in org.apache.uima.cas.impl
Methods in org.apache.uima.cas.impl that throw CASException Modifier and Type Method Description voidLinearTypeOrderBuilderImpl. add(java.lang.String[] types)JCasCASImpl. getJCas()JCasCASImpl. getJCas(SofaFS aSofa)JCasCASImpl. getJCas(SofaID aSofaID)Deprecated.LinearTypeOrderLinearTypeOrderBuilderImpl. getOrder()voidCASImpl. initCASIndexes() -
Uses of CASException in org.apache.uima.jcas
Methods in org.apache.uima.jcas that throw CASException Modifier and Type Method Description JCasJCas. createView(java.lang.String sofaID)Create a view and its underlying Sofa (subject of analysis).JCasJCas. getJCas(Sofa sofa)Create a JCas view for a Sofa.FeatureJCas. getRequiredFeature(Type t, java.lang.String s)TypeJCas. getRequiredType(java.lang.String s)JCasJCas. getView(java.lang.String localViewName)Get the view for a Sofa (subject of analysis).JCasJCas. getView(SofaFS aSofa)Get the view for a Sofa (subject of analysis).java.util.Iterator<JCas>JCas. getViewIterator()Get iterator over all views in this JCas.java.util.Iterator<JCas>JCas. getViewIterator(java.lang.String localViewNamePrefix)Get iterator over all views with the given name prefix. -
Uses of CASException in org.apache.uima.jcas.impl
Methods in org.apache.uima.jcas.impl that throw CASException Modifier and Type Method Description JCasJCasImpl. createView(java.lang.String sofaID)static JCasJCasImpl. getJCas(CASImpl cas)creates a new JCas instance that corresponds to a CAS instance.JCasJCasImpl. getJCas(Sofa sofa)FeatureJCasImpl. getRequiredFeature(Type t, java.lang.String s)TypeJCasImpl. getRequiredType(java.lang.String s)Make the instance of the JCas xxx_Type class for this CAS.JCasJCasImpl. getView(java.lang.String localViewName)JCasJCasImpl. getView(SofaFS aSofa)java.util.Iterator<JCas>JCasImpl. getViewIterator()java.util.Iterator<JCas>JCasImpl. getViewIterator(java.lang.String localViewNamePrefix) -
Uses of CASException in org.apache.uima.tools.viewer
Constructors in org.apache.uima.tools.viewer that throw CASException Constructor Description CasTreeViewer(CAS aCAS)Creates a CAS Tree Viewer. -
Uses of CASException in org.apache.uima.util
Methods in org.apache.uima.util that throw CASException Modifier and Type Method Description java.lang.StringCasToInlineXml. format(CAS aCAS)Formats a CAS as a String.java.lang.StringCasToInlineXml. format(CAS aCAS, FSMatchConstraint aFilter)Formats a CAS as a String.java.lang.StringTCasFormatter. format(CAS aCAS)Produces a string representation of a CAS.java.lang.StringTCasFormatter. format(CAS aCAS, FSMatchConstraint aFilter)Produces a string representation of a CAS.java.lang.StringTCasToInlineXml. format(CAS aCAS)Deprecated.java.lang.StringTCasToInlineXml. format(CAS aCAS, FSMatchConstraint aFilter)Deprecated.java.lang.StringCasToInlineXml. generateXML(CAS aCAS)Generates inline XML from a CAS.java.lang.StringCasToInlineXml. generateXML(CAS aCAS, FSMatchConstraint aFilter)Generates inline XML from a CAS.voidCasToInlineXml. generateXML(CAS aCAS, FSMatchConstraint aFilter, org.xml.sax.ContentHandler aHandler)Generates inline XML from a CAS using a passed in ContentHandlerjava.lang.StringTCasToInlineXml. generateXML(CAS aCAS)Deprecated.java.lang.StringTCasToInlineXml. generateXML(CAS aCAS, FSMatchConstraint aFilter)Deprecated.
-