|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CASException | |
---|---|
org.apache.uima.cas | Common Analysis System (CAS) Interfaces. |
org.apache.uima.cas.admin | |
org.apache.uima.jcas | Interfaces for accessing the JCAS. |
org.apache.uima.util | Utility classes and interfaces used by UIMA components. |
Uses of CASException in org.apache.uima.cas |
---|
Methods in org.apache.uima.cas that throw CASException | |
---|---|
JCas |
CAS.getJCas()
Get the JCas for this CAS. |
JCas |
CAS.getJCas(SofaFS aSofa)
Create a JCas view for a Sofa. |
JCas |
CAS.getJCas(SofaID aSofaID)
Deprecated. As of v2.0, use CAS.getView(String) followed by CAS.getJCas() . |
void |
FeaturePath.initialize(String featurePath)
Initialize the feature path object with the given feature path string. |
void |
FeaturePath.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 | |
---|---|
void |
LinearTypeOrderBuilder.add(String[] types)
Add pairs types[i] < types[i+1], for each i < (types.length-1), to the partial sort order. |
LinearTypeOrder |
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.jcas |
---|
Methods in org.apache.uima.jcas that throw CASException | |
---|---|
JCas |
JCas.createView(String sofaID)
Create a view and its underlying Sofa (subject of analysis). |
JCas |
JCas.getJCas(Sofa sofa)
Create a JCas view for a Sofa. |
Feature |
JCas.getRequiredFeature(Type t,
String s)
Internal use - look up a feature-name-string in the CAS type system and returns the Cas Feature object. |
Type |
JCas.getRequiredType(String s)
Internal use - looks up a type-name-string in the CAS type system and returns the Cas Type object. |
JCas |
JCas.getView(SofaFS aSofa)
Get the view for a Sofa (subject of analysis). |
JCas |
JCas.getView(String localViewName)
Get the view for a Sofa (subject of analysis). |
Iterator<JCas> |
JCas.getViewIterator()
Get iterator over all views in this JCas. |
Iterator<JCas> |
JCas.getViewIterator(String localViewNamePrefix)
Get iterator over all views with the given name prefix. |
Uses of CASException in org.apache.uima.util |
---|
Methods in org.apache.uima.util that throw CASException | |
---|---|
String |
CasToInlineXml.format(CAS aCAS)
Formats a CAS as a String. |
String |
TCasFormatter.format(CAS aCAS)
Produces a string representation of a CAS. |
String |
TCasToInlineXml.format(CAS aCAS)
Deprecated. |
String |
CasToInlineXml.format(CAS aCAS,
FSMatchConstraint aFilter)
Formats a CAS as a String. |
String |
TCasFormatter.format(CAS aCAS,
FSMatchConstraint aFilter)
Produces a string representation of a CAS. |
String |
TCasToInlineXml.format(CAS aCAS,
FSMatchConstraint aFilter)
Deprecated. |
String |
CasToInlineXml.generateXML(CAS aCAS)
Generates inline XML from a CAS. |
String |
TCasToInlineXml.generateXML(CAS aCAS)
Deprecated. Generates inline XML from a CAS. |
String |
CasToInlineXml.generateXML(CAS aCAS,
FSMatchConstraint aFilter)
Generates inline XML from a CAS. |
String |
TCasToInlineXml.generateXML(CAS aCAS,
FSMatchConstraint aFilter)
Deprecated. Generates inline XML from a CAS. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |