Class DUUILinearExecutionPlanGenerator.DUUILinearExecutionPlan
java.lang.Object
org.texttechnologylab.DockerUnifiedUIMAInterface.DUUILinearExecutionPlanGenerator.DUUILinearExecutionPlan
- All Implemented Interfaces:
IDUUIExecutionPlan
- Enclosing class:
- DUUILinearExecutionPlanGenerator
public class DUUILinearExecutionPlanGenerator.DUUILinearExecutionPlan
extends Object
implements IDUUIExecutionPlan
-
Constructor Summary
ConstructorDescriptionDUUILinearExecutionPlan
(Vector<DUUIComposer.PipelinePart> flow, org.apache.uima.jcas.JCas jc) DUUILinearExecutionPlan
(Vector<DUUIComposer.PipelinePart> flow, org.apache.uima.jcas.JCas jc, int index) -
Method Summary
-
Constructor Details
-
DUUILinearExecutionPlan
public DUUILinearExecutionPlan(Vector<DUUIComposer.PipelinePart> flow, org.apache.uima.jcas.JCas jc) -
DUUILinearExecutionPlan
public DUUILinearExecutionPlan(Vector<DUUIComposer.PipelinePart> flow, org.apache.uima.jcas.JCas jc, int index)
-
-
Method Details
-
getNextExecutionPlans
- Specified by:
getNextExecutionPlans
in interfaceIDUUIExecutionPlan
-
getPipelinePart
- Specified by:
getPipelinePart
in interfaceIDUUIExecutionPlan
-
getJCas
public org.apache.uima.jcas.JCas getJCas()- Specified by:
getJCas
in interfaceIDUUIExecutionPlan
-
awaitMerge
- Specified by:
awaitMerge
in interfaceIDUUIExecutionPlan
-