- IdGenerator - Interface in eu.mihosoft.vrl.workflow
-
This interface specifies the methods necessary to define an Id generator Each
node and connector is given a unique id.
- idProperty() - Method in interface eu.mihosoft.vrl.workflow.VNode
-
- IOConnector - Class in eu.mihosoft.vrl.workflow
-
- IOConnector(VNode, String, String, boolean) - Constructor for class eu.mihosoft.vrl.workflow.IOConnector
-
- isCompatible() - Method in interface eu.mihosoft.vrl.workflow.CompatibilityResult
-
- isInput() - Method in interface eu.mihosoft.vrl.workflow.Connector
-
Determines whether this connector is an input connector.
- isInput() - Method in class eu.mihosoft.vrl.workflow.io.PersistentConnector
-
- isInputConnected(Connector) - Method in interface eu.mihosoft.vrl.workflow.Connections
-
Determines whether the specified input connector is connected.
- isOutput() - Method in interface eu.mihosoft.vrl.workflow.Connector
-
Determines whether this connector is an output connector.
- isOutput() - Method in class eu.mihosoft.vrl.workflow.io.PersistentConnector
-
- isOutputConnected(Connector) - Method in interface eu.mihosoft.vrl.workflow.Connections
-
Determines whether the specified output connector is connected.
- isPassthru() - Method in class eu.mihosoft.vrl.workflow.io.PersistentConnector
-
- isRoot(VNode, String) - Static method in class eu.mihosoft.vrl.workflow.WorkflowUtil
-
- isSelectable() - Method in interface eu.mihosoft.vrl.workflow.VNode
-
Gets the value of the property selectable.
- isSelected() - Method in interface eu.mihosoft.vrl.workflow.Selectable
-
Determines whether this object is selected.
- isVisible() - Method in class eu.mihosoft.vrl.workflow.FlowModelImpl
-
Gets the value of the property visible.
- isVisible() - Method in class eu.mihosoft.vrl.workflow.io.PersistentFlow
-
- isVisible() - Method in interface eu.mihosoft.vrl.workflow.VFlow
-
- isVisible() - Method in interface eu.mihosoft.vrl.workflow.VisibleState
-
Gets the value of the property visible.
- isVisualizationRequestInitialized() - Method in class eu.mihosoft.vrl.workflow.FlowModelImpl
-
- isVisualizationRequestInitialized() - Method in interface eu.mihosoft.vrl.workflow.Model
-
Determines whether the visualization request is already initialized.