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
private static class ConfigurationAas.IipGraph extends DefaultGraph
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
Constructors Modifier Constructor Description privateIipGraph(net.ssehub.easy.varModel.confModel.IDecisionVariable var)Creates a graph instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetName()Returns the name of the element.-
Methods inherited from class de.iip_ecosphere.platform.configuration.ivml.DefaultGraph
addNode, getNodeCount, nodes
-
Methods inherited from class de.iip_ecosphere.platform.configuration.ivml.DefaultGraphElement
getIntValue, 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
getVariable, setName
-
-
-
-
Method Detail
-
getName
public java.lang.String getName()
Description copied from interface:IvmlGraphMapper.IvmlGraphElementReturns the name of the element.- Specified by:
getNamein interfaceIvmlGraphMapper.IvmlGraphElement- Overrides:
getNamein classDefaultGraphElement- Returns:
- the name
-
-