Interface IvmlGraphMapper.IvmlGraph
- All Superinterfaces:
IvmlGraphMapper.IvmlGraphElement
- All Known Implementing Classes:
DefaultGraph,ServiceMeshGraph
- Enclosing interface:
IvmlGraphMapper
Represents an IVML graph.
- Author:
- Holger Eichelberger, SSE
-
Method Summary
Modifier and TypeMethodDescriptionvoidAdds a node to this graph.intReturns the number of nodes of this graph.Iterable<? extends IvmlGraphMapper.IvmlGraphNode> nodes()Returns the nodes in the graph.Methods inherited from interface de.iip_ecosphere.platform.configuration.easyProducer.ivml.IvmlGraphMapper.IvmlGraphElement
getName, getVariable, setName
-
Method Details
-
addNode
Adds a node to this graph.- Parameters:
node- the node
-
nodes
Iterable<? extends IvmlGraphMapper.IvmlGraphNode> nodes()Returns the nodes in the graph.- Returns:
- the nodes
-
getNodeCount
int getNodeCount()Returns the number of nodes of this graph.- Returns:
- the number of nodes
-