Uses of Class
mgui.pipelines.PipelineState
Package | Description |
---|---|
mgui.pipelines |
Provides a framework for defining and running processing pipelines in the ModelGUI
environment.
|
-
Uses of PipelineState in mgui.pipelines
Fields in mgui.pipelines declared as PipelineState Modifier and Type Field Description protected PipelineState
InterfacePipeline. state
Methods in mgui.pipelines that return PipelineState Modifier and Type Method Description PipelineState
InterfacePipeline. getState()
Returns the state of this pipeline, or the root pipeline if this is not the root.Methods in mgui.pipelines with parameters of type PipelineState Modifier and Type Method Description java.lang.String[]
PipelineProcessInstance. getArguments(java.lang.String instance, InterfaceProject project, PipelineState state)
Returns the parameters of this process instance as an array ofString
values, for the specific instance and project.java.lang.String[]
PipelineProcessInstance. getArguments(java.lang.String instance, PipelineState state)
Returns the parameters of this process instance as an array ofString
values, for the specific instance and root directory.java.lang.String[]
PipelineProcessInstance. getArguments(PipelineState state)
Returns the parameters of this process instance as an array ofString
values.static boolean
PipelineFunctions. launchBlockingPipelineProcess(PipelineProcessInstance process_instance, java.lang.String instance, InterfaceProject project, java.lang.String logger, PipelineState state)
Launches a pipeline process instance and blocks until it terminates.static boolean
PipelineFunctions. launchPipelineProcess(PipelineProcessInstance process, boolean blocking, PipelineState state)
static boolean
PipelineFunctions. launchPipelineProcess(PipelineProcessInstance process, java.lang.String instance, InterfaceProject project, java.lang.String logger, boolean blocking, PipelineState state)
static boolean
PipelineFunctions. launchPipelineProcess(PipelineProcessInstance process, java.lang.String instance, InterfaceProject project, java.lang.String logger, PipelineState state)
static boolean
PipelineFunctions. launchPipelineProcess(PipelineProcessInstance process, java.lang.String instance, InterfaceProject project, PipelineState state)
static boolean
PipelineFunctions. launchPipelineProcess(PipelineProcessInstance process, PipelineState state)
protected static void
PipelineFunctions. processCompleted(PipelineProcessInstance process, boolean success, PipelineState state)
Called when aSwingWorker
invoked bylaunchPipelineProcess
completes.boolean
PipelineProcessInstance. processingFinished(boolean success, PipelineState state)
Called when a process worker thread finishes execution or terminates unexpectedly.Constructors in mgui.pipelines with parameters of type PipelineState Constructor Description ErrorStreamListener(PipelineState state)