Uses of Class
mgui.interfaces.pipelines.libraries.PipelineProcessLibrary
Package | Description |
---|---|
mgui.interfaces |
This package contains all main/abstract interface objects (object which provides user interations)
for ModelGUI.
|
mgui.interfaces.pipelines.libraries | |
mgui.io.domestic.pipelines | |
mgui.pipelines |
Provides a framework for defining and running processing pipelines in the ModelGUI
environment.
|
-
Uses of PipelineProcessLibrary in mgui.interfaces
Methods in mgui.interfaces that return PipelineProcessLibrary Modifier and Type Method Description static PipelineProcessLibrary
InterfaceEnvironment. getPipelineProcessLibrary(java.lang.String name)
Returns the pipeline process library with the given name.Methods in mgui.interfaces that return types with arguments of type PipelineProcessLibrary Modifier and Type Method Description static java.util.ArrayList<PipelineProcessLibrary>
InterfaceEnvironment. getPipelineProcessLibraries()
Gets a list of all registered pipeline process libraries.Methods in mgui.interfaces with parameters of type PipelineProcessLibrary Modifier and Type Method Description static boolean
InterfaceEnvironment. addPipelineProcessLibrary(PipelineProcessLibrary library)
Adds pipeline process library to this environment.static void
InterfaceEnvironment. registerPipelineProcessLibrary(PipelineProcessLibrary library)
Registers a new pipeline process library. -
Uses of PipelineProcessLibrary in mgui.interfaces.pipelines.libraries
Fields in mgui.interfaces.pipelines.libraries declared as PipelineProcessLibrary Modifier and Type Field Description PipelineProcessLibrary
PipelineProcessLibraryOptions. library
Constructors in mgui.interfaces.pipelines.libraries with parameters of type PipelineProcessLibrary Constructor Description PipelineProcessLibraryOptions(PipelineProcessLibrary library)
-
Uses of PipelineProcessLibrary in mgui.io.domestic.pipelines
Methods in mgui.io.domestic.pipelines that return PipelineProcessLibrary Modifier and Type Method Description PipelineProcessLibrary
PipelineProcessLibraryLoader. loadLibrary()
PipelineProcessLibrary
PipelineProcessLibraryLoader. loadLibrary(ProgressUpdater progress, InterfaceIOOptions options)
Methods in mgui.io.domestic.pipelines with parameters of type PipelineProcessLibrary Modifier and Type Method Description boolean
PipelineProcessLibraryWriter. writeLibrary(PipelineProcessLibrary library, ProgressUpdater progressBar)
-
Uses of PipelineProcessLibrary in mgui.pipelines
Fields in mgui.pipelines declared as PipelineProcessLibrary Modifier and Type Field Description protected PipelineProcessLibrary
PipelineProcess. library
Methods in mgui.pipelines that return PipelineProcessLibrary Modifier and Type Method Description PipelineProcessLibrary
PipelineProcess. getLibrary()
Methods in mgui.pipelines with parameters of type PipelineProcessLibrary Modifier and Type Method Description void
PipelineProcess. setLibrary(PipelineProcessLibrary library)