Package org.apache.uima.fit.component
Class CasMultiplier_ImplBase
java.lang.Object
org.apache.uima.analysis_component.AnalysisComponent_ImplBase
org.apache.uima.analysis_component.CasMultiplier_ImplBase
org.apache.uima.fit.component.CasMultiplier_ImplBase
- All Implemented Interfaces:
org.apache.uima.analysis_component.AnalysisComponent
public abstract class CasMultiplier_ImplBase
extends org.apache.uima.analysis_component.CasMultiplier_ImplBase
Base class for a CAS multiplier which initializes itself based on annotations.
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.uima.analysis_component.CasMultiplier_ImplBase
getCasInstancesRequired, getEmptyCAS, getRequiredCasInterface, process, process, typeSystemInit
Methods inherited from class org.apache.uima.analysis_component.AnalysisComponent_ImplBase
batchProcessComplete, collectionProcessComplete, destroy, getContext, getLogger, getResultSpecification, reconfigure, setResultSpecification
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.uima.analysis_component.AnalysisComponent
hasNext, next
-
Constructor Details
-
CasMultiplier_ImplBase
public CasMultiplier_ImplBase()
-
-
Method Details
-
initialize
public void initialize(org.apache.uima.UimaContext context) throws org.apache.uima.resource.ResourceInitializationException - Specified by:
initialize
in interfaceorg.apache.uima.analysis_component.AnalysisComponent
- Overrides:
initialize
in classorg.apache.uima.analysis_component.AnalysisComponent_ImplBase
- Throws:
org.apache.uima.resource.ResourceInitializationException
-