Class ConfigurationAas.IipGraph
java.lang.Object
de.iip_ecosphere.platform.configuration.ivml.DefaultGraphElement
de.iip_ecosphere.platform.configuration.ivml.DefaultGraph
de.iip_ecosphere.platform.configuration.ConfigurationAas.IipGraph
- All Implemented Interfaces:
IvmlGraphMapper.IvmlGraph,IvmlGraphMapper.IvmlGraphElement
- Enclosing class:
ConfigurationAas
Represents a graph.
- Author:
- Holger Eichelberger, SSE
-
Field Summary
Fields inherited from class de.iip_ecosphere.platform.configuration.ivml.DefaultGraphElement
INVALID_POSITION, INVALID_SIZE -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateIipGraph(net.ssehub.easy.varModel.confModel.IDecisionVariable var) Creates a graph instance. -
Method Summary
Methods inherited from class de.iip_ecosphere.platform.configuration.ivml.DefaultGraph
addNode, getNodeCount, nodesMethods inherited from class de.iip_ecosphere.platform.configuration.ivml.DefaultGraphElement
getIntValue, 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.ivml.IvmlGraphMapper.IvmlGraphElement
getVariable, setName
-
Constructor Details
-
IipGraph
private IipGraph(net.ssehub.easy.varModel.confModel.IDecisionVariable var) Creates a graph instance.- Parameters:
var- the underlying variable
-
-
Method Details
-
getName
Description copied from interface:IvmlGraphMapper.IvmlGraphElementReturns the name of the element.- Specified by:
getNamein interfaceIvmlGraphMapper.IvmlGraphElement- Overrides:
getNamein classDefaultGraphElement- Returns:
- the name
-