Class AddFlowControllerDialog
- java.lang.Object
-
- de.julielab.jcore.pipeline.builder.cli.menu.dialog.AddFlowControllerDialog
-
- All Implemented Interfaces:
ILoopablePipelineManipulationDialog,IMenuDialog,IMenuItem,Comparable<IMenuItem>
public class AddFlowControllerDialog extends Object implements ILoopablePipelineManipulationDialog
-
-
Field Summary
Fields Modifier and Type Field Description static StringANALYSIS_ENGINE_AGGREGATEstatic StringCAS_CONSUMER_AGGREGATE
-
Constructor Summary
Constructors Constructor Description AddFlowControllerDialog(Map<PipelineBuilderConstants.JcoreMeta.Category,List<MetaDescription>> categoryMap)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IMenuItemexecuteMenuItem(JCoReUIMAPipeline pipeline, org.beryx.textio.TextIO textIO, Deque<String> path)StringgetName()StringtoString()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface de.julielab.jcore.pipeline.builder.cli.menu.dialog.ILoopablePipelineManipulationDialog
enterInputLoop
-
Methods inherited from interface de.julielab.jcore.pipeline.builder.cli.menu.dialog.IMenuDialog
clearTerminal, printPosition
-
-
-
-
Field Detail
-
ANALYSIS_ENGINE_AGGREGATE
public static final String ANALYSIS_ENGINE_AGGREGATE
- See Also:
- Constant Field Values
-
CAS_CONSUMER_AGGREGATE
public static final String CAS_CONSUMER_AGGREGATE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
AddFlowControllerDialog
public AddFlowControllerDialog(Map<PipelineBuilderConstants.JcoreMeta.Category,List<MetaDescription>> categoryMap)
-
-
Method Detail
-
executeMenuItem
public IMenuItem executeMenuItem(JCoReUIMAPipeline pipeline, org.beryx.textio.TextIO textIO, Deque<String> path) throws MenuItemExecutionException
- Specified by:
executeMenuItemin interfaceILoopablePipelineManipulationDialog- Throws:
MenuItemExecutionException
-
-