A C D E F G H I K L M N P R S T V W X Y
All Classes All Packages
All Classes All Packages
All Classes All Packages
N
- newChild() - Method in interface eu.mihosoft.vrl.workflow.IdGenerator
-
Returns a new child id generator.
- newConnections(String) - Static method in class eu.mihosoft.vrl.workflow.VConnections
- newFlow() - Static method in class eu.mihosoft.vrl.workflow.FlowFactory
-
Creates a new instance of a flow
- newFlow(SkinFactory<? extends ConnectionSkin, ? extends VNodeSkin>) - Static method in class eu.mihosoft.vrl.workflow.FlowFactory
-
Creates a new instance of a flow and specify its skin
- newFlowModel() - Static method in class eu.mihosoft.vrl.workflow.FlowFactory
-
Creates a new flow model
- newFlowNode() - Method in interface eu.mihosoft.vrl.workflow.VFlowModel
- newFlowNode(ValueObject) - Method in interface eu.mihosoft.vrl.workflow.VFlowModel
- newId() - Method in interface eu.mihosoft.vrl.workflow.IdGenerator
-
Generates a new id and adds it to this id generator.
- newId(String) - Method in interface eu.mihosoft.vrl.workflow.IdGenerator
-
Generates a new id with the specified prefix and adds it to rhis id generator.
- newIdGenerator() - Static method in class eu.mihosoft.vrl.workflow.FlowFactory
-
Returns a new id generator.
- newNode() - Method in interface eu.mihosoft.vrl.workflow.NodeFactory
-
Creates a new node.
- newNode() - Method in interface eu.mihosoft.vrl.workflow.VFlow
-
Adds a new node to this flow.
- newNode() - Method in interface eu.mihosoft.vrl.workflow.VFlowModel
- newNode(ValueObject) - Method in interface eu.mihosoft.vrl.workflow.VFlow
-
Adds a new node to this flow.
- newNode(ValueObject) - Method in interface eu.mihosoft.vrl.workflow.VFlowModel
- newSubFlow() - Method in interface eu.mihosoft.vrl.workflow.VFlow
-
Adds a new subflow to this flow.
- newSubFlow(ValueObject) - Method in interface eu.mihosoft.vrl.workflow.VFlow
-
Adds a new subflow to this flow.
- nodeConnected(String) - Static method in class eu.mihosoft.vrl.workflow.WorkflowUtil
-
Returns a predicate that indicates whether a node is connected with the specified connection type.
- NodeFactory<T extends VNode,V extends Skin<T>> - Interface in eu.mihosoft.vrl.workflow
-
Node factory.
- NoDefaultConnectorValueObject - Class in eu.mihosoft.vrl.workflow
- NoDefaultConnectorValueObject() - Constructor for class eu.mihosoft.vrl.workflow.NoDefaultConnectorValueObject
- NoDefaultConnectorValueObject(VNode) - Constructor for class eu.mihosoft.vrl.workflow.NoDefaultConnectorValueObject
- NodeLookup - Interface in eu.mihosoft.vrl.workflow
-
This interface define a node look up.
- NodeLookupImpl - Class in eu.mihosoft.vrl.workflow
-
This class allows nodes to be looked up by id.
- NodeLookupImpl(VFlowModel) - Constructor for class eu.mihosoft.vrl.workflow.NodeLookupImpl
- nodeNotConnected(String) - Static method in class eu.mihosoft.vrl.workflow.WorkflowUtil
-
Returns a predicate that indicates whether a node is not connected with the specified connection type.
- NONE - eu.mihosoft.vrl.workflow.MouseButton
-
No button.
- numberOfConnections(int, String) - Static method in class eu.mihosoft.vrl.workflow.WorkflowUtil
-
Returns a predicate that indicates whether the number of connections of the specified connector is equal to the expected number of connections.
All Classes All Packages