Package org.openremote.model.rules.flow
Class NodeCollection
java.lang.Object
org.openremote.model.rules.flow.NodeCollection
-
Constructor Summary
ConstructorsConstructorDescriptionNodeCollection
(String name, String description, Node[] nodes, NodeConnection[] connections) -
Method Summary
Modifier and TypeMethodDescriptiongetName()
getNodeById
(String id) Node[]
getNodes()
getSocketById
(String id) void
setConnections
(NodeConnection[] connections) void
setDescription
(String description) void
void
-
Constructor Details
-
NodeCollection
-
NodeCollection
public NodeCollection()
-
-
Method Details
-
getNodeById
- Throws:
IllegalArgumentException
-
getSocketById
- Throws:
IllegalArgumentException
-
getName
-
setName
-
getDescription
-
setDescription
-
getNodes
-
setNodes
-
getConnections
-
setConnections
-