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 PipelineProcessLibraryInterfaceEnvironment. 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 booleanInterfaceEnvironment. addPipelineProcessLibrary(PipelineProcessLibrary library)Adds pipeline process library to this environment.static voidInterfaceEnvironment. 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 PipelineProcessLibraryPipelineProcessLibraryOptions. libraryConstructors 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 PipelineProcessLibraryPipelineProcessLibraryLoader. loadLibrary()PipelineProcessLibraryPipelineProcessLibraryLoader. loadLibrary(ProgressUpdater progress, InterfaceIOOptions options)Methods in mgui.io.domestic.pipelines with parameters of type PipelineProcessLibrary Modifier and Type Method Description booleanPipelineProcessLibraryWriter. writeLibrary(PipelineProcessLibrary library, ProgressUpdater progressBar) -
Uses of PipelineProcessLibrary in mgui.pipelines
Fields in mgui.pipelines declared as PipelineProcessLibrary Modifier and Type Field Description protected PipelineProcessLibraryPipelineProcess. libraryMethods in mgui.pipelines that return PipelineProcessLibrary Modifier and Type Method Description PipelineProcessLibraryPipelineProcess. getLibrary()Methods in mgui.pipelines with parameters of type PipelineProcessLibrary Modifier and Type Method Description voidPipelineProcess. setLibrary(PipelineProcessLibrary library)