Uses of Interface
mgui.interfaces.pipelines.trees.TaskTreeNodeListener
Package | Description |
---|---|
mgui.interfaces.pipelines.trees | |
mgui.pipelines |
Provides a framework for defining and running processing pipelines in the ModelGUI
environment.
|
-
Uses of TaskTreeNodeListener in mgui.interfaces.pipelines.trees
Methods in mgui.interfaces.pipelines.trees with parameters of type TaskTreeNodeListener Modifier and Type Method Description void
TaskTreeNode. addTreeNodeListener(TaskTreeNodeListener l)
void
TaskTreeNode. removeTreeNodeListener(TaskTreeNodeListener l)
-
Uses of TaskTreeNodeListener in mgui.pipelines
Classes in mgui.pipelines that implement TaskTreeNodeListener Modifier and Type Class Description class
InterfacePipeline
Represents a series ofTask
s that are to be run sequentially, such that the output of a task becomes the input of the subsequent one.class
PipelineFork
Represents a fork in a pipeline; i.e., a branching point, where the output of the previous process becomes the input of two or more independent pipelines.class
PipelineProcessInstance
Represents a specific instance of a Java process.class
PipelineTask
A task is a launchable component of a pipeline.