Uses of Class
mgui.pipelines.PipelineException
Package | Description |
---|---|
mgui.pipelines |
Provides a framework for defining and running processing pipelines in the ModelGUI
environment.
|
-
Uses of PipelineException in mgui.pipelines
Methods in mgui.pipelines that throw PipelineException Modifier and Type Method Description boolean
InterfacePipeline. interrupt()
boolean
JavaProcess. interrupt(long uid)
boolean
NativeProcess. interrupt(long uid)
abstract boolean
PipelineProcess. interrupt(long uid)
Interrupts an instance of this processboolean
PipelineProcessInstance. interrupt()
boolean
PipelineTask. interrupt()
Attempts to terminate the execution of this task, if it is started, and sets its status toTerminated
.boolean
InterfacePipeline. launch()
boolean
InterfacePipeline. launch(boolean blocking)
boolean
InterfacePipeline. launch(java.lang.String instance, java.lang.String root)
boolean
InterfacePipeline. launch(java.lang.String instance, java.lang.String root_dir, boolean blocking)
boolean
InterfacePipeline. launch(java.lang.String instance, InterfaceProject project, boolean blocking)
boolean
PipelineFork. launch()
boolean
PipelineFork. launch(boolean blocking)
boolean
PipelineFork. launch(java.lang.String instance, java.lang.String root)
boolean
PipelineFork. launch(java.lang.String instance, java.lang.String root, boolean blocking)
boolean
PipelineFork. launch(java.lang.String instance, InterfaceProject project, boolean blocking)
protected boolean
PipelineJob. launch()
boolean
PipelineProcessInstance. launch()
boolean
PipelineProcessInstance. launch(boolean blocking)
boolean
PipelineProcessInstance. launch(java.lang.String instance, java.lang.String root)
boolean
PipelineProcessInstance. launch(java.lang.String instance, java.lang.String root, boolean blocking)
boolean
PipelineProcessInstance. launch(java.lang.String instance, InterfaceProject project, boolean blocking)
abstract boolean
PipelineTask. launch()
Launches this taskabstract boolean
PipelineTask. launch(boolean blocking)
Launches this taskabstract boolean
PipelineTask. launch(java.lang.String instance, java.lang.String root)
Launches this task with the given project instance and root directoryabstract boolean
PipelineTask. launch(java.lang.String instance, java.lang.String root, boolean blocking)
Launches this task with the given project instance and root directoryboolean
PipelineTask. launch(java.lang.String instance, InterfaceProject project)
Launches this task with the given project instance and projectabstract boolean
PipelineTask. launch(java.lang.String instance, InterfaceProject project, boolean blocking)
static boolean
PipelineFunctions. launchPipelineAsJob(InterfacePipeline pipeline, boolean blocking)
boolean
JavaProcess. run(java.lang.String[] args, long uid)
boolean
NativeProcess. run(java.lang.String[] args, long uid)
abstract boolean
PipelineProcess. run(java.lang.String[] args, long uid)
Runs an instance of this process