Interface IvmlGraphMapper.IvmlGraphEdge
-
- All Superinterfaces:
IvmlGraphMapper.IvmlGraphElement
- All Known Implementing Classes:
ConfigurationAas.IipEdge,DefaultEdge
- Enclosing interface:
- IvmlGraphMapper
public static interface IvmlGraphMapper.IvmlGraphEdge extends IvmlGraphMapper.IvmlGraphElement
Represents an IVML graph edge.- Author:
- Holger Eichelberger, SSE
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IvmlGraphMapper.IvmlGraphNodegetEnd()Returns the end node.IvmlGraphMapper.IvmlGraphNodegetStart()Returns the start node.-
Methods inherited from interface de.iip_ecosphere.platform.configuration.ivml.IvmlGraphMapper.IvmlGraphElement
getName, getVariable, setName
-
-
-
-
Method Detail
-
getStart
IvmlGraphMapper.IvmlGraphNode getStart()
Returns the start node.- Returns:
- the start node
-
getEnd
IvmlGraphMapper.IvmlGraphNode getEnd()
Returns the end node.- Returns:
- the end node
-
-