| 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.util | Utility classes and interfaces used by UIMA components. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ServiceDataCargo. unmarshalCas(CAS aCas,
            boolean aReplaceCasTypeSystem)Unmarshalls the CAS data in this  ServiceDataCargointo an existingCASinstance. | 
| void | ServiceDataCargo. unmarshalInto(AnalysisProcessData aDataContainer,
             boolean aReplaceCasTypeSystem)Unmarshalls this  SerializableAnalysisProcessDatainto an existingAnalysisProcessDataobject. | 
| Modifier and Type | Method and Description | 
|---|---|
| JCas | CAS. getJCas()Get the JCas view for this CAS view | 
| 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 byCAS.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. | 
| Modifier and Type | Method and Description | 
|---|---|
| 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 | 
| Modifier and Type | Method and Description | 
|---|---|
| void | LinearTypeOrderBuilderImpl. add(String[] types) | 
| JCas | CASImpl. getJCas(SofaFS aSofa) | 
| JCas | CASImpl. getJCas(SofaID aSofaID)Deprecated.  | 
| LinearTypeOrder | LinearTypeOrderBuilderImpl. getOrder() | 
| void | CASImpl. initCASIndexes() | 
| Modifier and Type | Method and Description | 
|---|---|
| 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) | 
| Type | JCas. getRequiredType(String s) | 
| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| JCas | JCasImpl. createView(String sofaID) | 
| JCas | JCasImpl. getJCas(Sofa sofa) | 
| Feature | JCasImpl. getRequiredFeature(Type t,
                  String s) | 
| Type | JCasImpl. getRequiredType(String s) | 
| JCas | JCasImpl. getView(SofaFS aSofa) | 
| JCas | JCasImpl. getView(String localViewName) | 
| Iterator<JCas> | JCasImpl. getViewIterator() | 
| Iterator<JCas> | JCasImpl. getViewIterator(String localViewNamePrefix) | 
| Modifier and Type | Method and Description | 
|---|---|
| String | CasToInlineXml. format(CAS aCAS)Formats a CAS as a String. | 
| String | TCasToInlineXml. format(CAS aCAS)Deprecated.  | 
| String | TCasFormatter. format(CAS aCAS)Produces a string representation of a CAS. | 
| String | CasToInlineXml. format(CAS aCAS,
      FSMatchConstraint aFilter)Formats a CAS as a String. | 
| String | TCasToInlineXml. format(CAS aCAS,
      FSMatchConstraint aFilter)Deprecated.  | 
| String | TCasFormatter. format(CAS aCAS,
      FSMatchConstraint aFilter)Produces a string representation of a CAS. | 
| String | CasToInlineXml. generateXML(CAS aCAS)Generates inline XML from a CAS. | 
| String | TCasToInlineXml. generateXML(CAS aCAS)Deprecated.  | 
| String | CasToInlineXml. generateXML(CAS aCAS,
           FSMatchConstraint aFilter)Generates inline XML from a CAS. | 
| String | TCasToInlineXml. generateXML(CAS aCAS,
           FSMatchConstraint aFilter)Deprecated.  | 
| void | CasToInlineXml. generateXML(CAS aCAS,
           FSMatchConstraint aFilter,
           ContentHandler aHandler)Generates inline XML from a CAS using a passed in ContentHandler | 
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.