| Package | Description | 
|---|---|
| org.apache.uima | The main package for the Unstructured Information Management Middleware 
Architecture. | 
| org.apache.uima.analysis_component | |
| org.apache.uima.analysis_engine | The Analysis Engine interface, along with supporting 
interfaces and exception classes. | 
| org.apache.uima.analysis_engine.annotator | The Annotator Interfaces, along with supporting interfaces
and exception classes. | 
| org.apache.uima.flow | |
| org.apache.uima.uimacpp | |
| org.apache.uima.util | Utility classes and interfaces used by UIMA components. | 
| Modifier and Type | Method and Description | 
|---|---|
| ResultSpecification | ResourceSpecifierFactory. createResultSpecification()Creates a  ResultSpecification. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected ResultSpecification | AnalysisComponent_ImplBase. getResultSpecification()Gets the ResultSpecification for this AnalysisComponent. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | AnalysisComponent. setResultSpecification(ResultSpecification aResultSpec)Sets the ResultSpecification that this AnalysisComponent should use. | 
| void | AnalysisComponent_ImplBase. setResultSpecification(ResultSpecification aResultSpec)Sets the Result Specification for this Analysis Component. | 
| Modifier and Type | Method and Description | 
|---|---|
| ResultSpecification | AnalysisEngine. createResultSpecification()A factory method used to create an instance of  ResultSpecificationfor use with this
 AnalysisEngine. | 
| ResultSpecification | AnalysisEngine. createResultSpecification(TypeSystem aTypeSystem)A factory method used to create an instance of  ResultSpecificationfor use with this
 AnalysisEngine. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | AnalysisEngine. process(AnalysisProcessData aProcessData,
       ResultSpecification aResultSpec)Deprecated. 
 This is no longer used by the framework and was never intended for users to call.
             Use {#link #process(CAS)} instead. | 
| ProcessTrace | AnalysisEngine. process(CAS aCAS,
       ResultSpecification aResultSpec)Invokes this AnalysisEngine's analysis logic. | 
| void | AnalysisEngine. process(CAS aCAS,
       ResultSpecification aResultSpec,
       ProcessTrace aTrace)Invokes this AnalysisEngine's analysis logic. | 
| ProcessTrace | AnalysisEngine. process(JCas aJCas,
       ResultSpecification aResultSpec)Similar to  AnalysisEngine.process(CAS,ResultSpecification)but uses the Java-object-basedJCasinterface instead of the generalCASinterface. | 
| void | AnalysisEngine. process(JCas aJCas,
       ResultSpecification aResultSpec,
       ProcessTrace aTrace)Similar to  AnalysisEngine.process(CAS, ResultSpecification, ProcessTrace)but uses the
 Java-object-basedJCasinterface instead of the generalCASinterface. | 
| void | AnalysisEngine. setResultSpecification(ResultSpecification aResultSpec)Sets the list of output types and features that the application wants this AnalysisEngine to
 produce. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | GenericAnnotator. process(CAS aCAS,
       ResultSpecification aResultSpec)Deprecated.  Invokes this annotator's analysis logic. | 
| void | TextAnnotator. process(CAS aCAS,
       ResultSpecification aResultSpec)Deprecated.  Invokes this annotator's analysis logic. | 
| void | JTextAnnotator. process(JCas aJCas,
       ResultSpecification aResultSpec)Deprecated.  Invokes this annotator's analysis logic. | 
| Modifier and Type | Method and Description | 
|---|---|
| ResultSpecification | SimpleStepWithResultSpec. getResultSpecification()Deprecated.  Gets the results specification | 
| Modifier and Type | Method and Description | 
|---|---|
| void | SimpleStepWithResultSpec. setResultSpecification(ResultSpecification aResultSpec)Deprecated.  Sets the results specification | 
| Constructor and Description | 
|---|
| SimpleStepWithResultSpec(String aCasProcessorKey,
                        ResultSpecification aResultSpec)Deprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| void | UimacppAnalysisComponent. process(CAS cas,
       ResultSpecification aResultSpec) | 
| void | UimacppEngine. process(ResultSpecification rs,
       CAS aCas,
       boolean casIsEmpty)process the document. | 
| Modifier and Type | Method and Description | 
|---|---|
| ResultSpecification | XMLParser. parseResultSpecification(XMLInputSource aInput)Parses a ResultSpecification from an XML input stream. | 
| ResultSpecification | XMLParser. parseResultSpecification(XMLInputSource aInput,
                        XMLParser.ParsingOptions aOptions)Parses a ResultSpecification from an XML input stream. | 
Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.