Class ServiceMeshEdge
java.lang.Object
de.iip_ecosphere.platform.configuration.easyProducer.ivml.DefaultGraphElement
de.iip_ecosphere.platform.configuration.easyProducer.ivml.DefaultEdge
de.iip_ecosphere.platform.configuration.easyProducer.serviceMesh.ServiceMeshEdge
- All Implemented Interfaces:
IvmlGraphMapper.IvmlGraphEdge,IvmlGraphMapper.IvmlGraphElement
Represents a graph edge. Prepared for refinement.
- Author:
- Holger Eichelberger, SSE
-
Field Summary
Fields inherited from class de.iip_ecosphere.platform.configuration.easyProducer.ivml.DefaultGraphElement
INVALID_POSITION, INVALID_SIZE -
Constructor Summary
ConstructorsConstructorDescriptionServiceMeshEdge(net.ssehub.easy.varModel.confModel.IDecisionVariable var, IvmlGraphMapper.IvmlGraphNode start, IvmlGraphMapper.IvmlGraphNode end) Creates an edge. -
Method Summary
Methods inherited from class de.iip_ecosphere.platform.configuration.easyProducer.ivml.DefaultEdge
getEnd, getStartMethods inherited from class de.iip_ecosphere.platform.configuration.easyProducer.ivml.DefaultGraphElement
getIntValue, getName, getNameVarName, getStringValue, getVariable, setNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.iip_ecosphere.platform.configuration.easyProducer.ivml.IvmlGraphMapper.IvmlGraphElement
getName, getVariable, setName
-
Constructor Details
-
ServiceMeshEdge
public ServiceMeshEdge(net.ssehub.easy.varModel.confModel.IDecisionVariable var, IvmlGraphMapper.IvmlGraphNode start, IvmlGraphMapper.IvmlGraphNode end) Creates an edge.- Parameters:
var- the underlying variablestart- the start nodeend- the end node
-