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 voidTaskTreeNode. addTreeNodeListener(TaskTreeNodeListener l)voidTaskTreeNode. removeTreeNodeListener(TaskTreeNodeListener l) -
Uses of TaskTreeNodeListener in mgui.pipelines
Classes in mgui.pipelines that implement TaskTreeNodeListener Modifier and Type Class Description classInterfacePipelineRepresents a series ofTasks that are to be run sequentially, such that the output of a task becomes the input of the subsequent one.classPipelineForkRepresents 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.classPipelineProcessInstanceRepresents a specific instance of a Java process.classPipelineTaskA task is a launchable component of a pipeline.