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