Package mgui.interfaces.pipelines
Class PipelineProcessOptions
java.lang.Object
mgui.interfaces.InterfaceOptions
mgui.interfaces.pipelines.PipelineProcessOptions
- All Implemented Interfaces:
InterfaceObject
,NamedObject
,TreeObject
,CleanableObject
public class PipelineProcessOptions extends InterfaceOptions
Options for a
PipelineProcess
.- Since:
- 1.0
- Version:
- 1.0
- Author:
- Andrew Reid
-
Field Summary
Fields Modifier and Type Field Description PipelineProcess
process
-
Constructor Summary
Constructors Constructor Description PipelineProcessOptions()
PipelineProcessOptions(PipelineProcess process)
-
Method Summary
Methods inherited from class mgui.interfaces.InterfaceOptions
clean, destroy, getName, getTreeLabel, isDestroyed, issueTreeNode, setName, setTreeNode
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
process
-
-
Constructor Details
-
PipelineProcessOptions
public PipelineProcessOptions() -
PipelineProcessOptions
-