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 PipelineStateInterfacePipeline. stateMethods in mgui.pipelines that return PipelineState Modifier and Type Method Description PipelineStateInterfacePipeline. 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 ofStringvalues, 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 ofStringvalues, for the specific instance and root directory.java.lang.String[]PipelineProcessInstance. getArguments(PipelineState state)Returns the parameters of this process instance as an array ofStringvalues.static booleanPipelineFunctions. 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 booleanPipelineFunctions. launchPipelineProcess(PipelineProcessInstance process, boolean blocking, PipelineState state)static booleanPipelineFunctions. launchPipelineProcess(PipelineProcessInstance process, java.lang.String instance, InterfaceProject project, java.lang.String logger, boolean blocking, PipelineState state)static booleanPipelineFunctions. launchPipelineProcess(PipelineProcessInstance process, java.lang.String instance, InterfaceProject project, java.lang.String logger, PipelineState state)static booleanPipelineFunctions. launchPipelineProcess(PipelineProcessInstance process, java.lang.String instance, InterfaceProject project, PipelineState state)static booleanPipelineFunctions. launchPipelineProcess(PipelineProcessInstance process, PipelineState state)protected static voidPipelineFunctions. processCompleted(PipelineProcessInstance process, boolean success, PipelineState state)Called when aSwingWorkerinvoked bylaunchPipelineProcesscompletes.booleanPipelineProcessInstance. 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)