Class ConfigurationAas.IipEdge
- java.lang.Object
-
- de.iip_ecosphere.platform.configuration.ivml.DefaultGraphElement
-
- de.iip_ecosphere.platform.configuration.ivml.DefaultEdge
-
- de.iip_ecosphere.platform.configuration.ConfigurationAas.IipEdge
-
- All Implemented Interfaces:
IvmlGraphMapper.IvmlGraphEdge,IvmlGraphMapper.IvmlGraphElement
- Enclosing class:
- ConfigurationAas
private static class ConfigurationAas.IipEdge extends DefaultEdge
Represents a graph edge. Prepared for refinement.- Author:
- Holger Eichelberger, SSE
-
-
Field Summary
-
Fields inherited from class de.iip_ecosphere.platform.configuration.ivml.DefaultGraphElement
INVALID_POSITION, INVALID_SIZE
-
-
Constructor Summary
Constructors Constructor Description IipEdge(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.ivml.DefaultEdge
getEnd, getStart
-
Methods inherited from class de.iip_ecosphere.platform.configuration.ivml.DefaultGraphElement
getIntValue, getName, getNameVarName, getStringValue, getVariable, setName
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.iip_ecosphere.platform.configuration.ivml.IvmlGraphMapper.IvmlGraphElement
getName, getVariable, setName
-
-
-
-
Constructor Detail
-
IipEdge
public IipEdge(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
-
-