Class AbstractGraphTest.TestNode
java.lang.Object
de.iip_ecosphere.platform.configuration.easyProducer.ivml.DefaultGraphElement
de.iip_ecosphere.platform.configuration.easyProducer.ivml.DefaultNode
test.de.iip_ecosphere.platform.configuration.easyProducer.AbstractGraphTest.TestNode
- All Implemented Interfaces:
de.iip_ecosphere.platform.configuration.easyProducer.ivml.IvmlGraphMapper.IvmlGraphElement,de.iip_ecosphere.platform.configuration.easyProducer.ivml.IvmlGraphMapper.IvmlGraphNode
- Enclosing class:
AbstractGraphTest
public static class AbstractGraphTest.TestNode
extends de.iip_ecosphere.platform.configuration.easyProducer.ivml.DefaultNode
A test node overriding IVML accesses.
- Author:
- Holger Eichelberger, SSE
-
Field Summary
FieldsFields inherited from class de.iip_ecosphere.platform.configuration.easyProducer.ivml.DefaultGraphElement
INVALID_POSITION, INVALID_SIZE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.iip_ecosphere.platform.configuration.easyProducer.ivml.DefaultNode
addEdge, getHeightVarName, getImpl, getImplVarName, getInEdgesCount, getOutEdgesCount, getWidthVarName, getXPosVarName, getYPosVarName, inEdges, outEdges, setImplMethods inherited from class de.iip_ecosphere.platform.configuration.easyProducer.ivml.DefaultGraphElement
getIntValue, getNameVarName, getStringValue, getVariableMethods 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
getVariable
-
Field Details
-
name
-
xPos
private int xPos -
yPos
private int yPos -
width
private int width -
height
private int height
-
-
Constructor Details
-
TestNode
public TestNode()Creates a graph node.
-
-
Method Details
-
getName
- Specified by:
getNamein interfacede.iip_ecosphere.platform.configuration.easyProducer.ivml.IvmlGraphMapper.IvmlGraphElement- Overrides:
getNamein classde.iip_ecosphere.platform.configuration.easyProducer.ivml.DefaultNode
-
setName
- Specified by:
setNamein interfacede.iip_ecosphere.platform.configuration.easyProducer.ivml.IvmlGraphMapper.IvmlGraphElement- Overrides:
setNamein classde.iip_ecosphere.platform.configuration.easyProducer.ivml.DefaultGraphElement
-
getXPos
public int getXPos()- Specified by:
getXPosin interfacede.iip_ecosphere.platform.configuration.easyProducer.ivml.IvmlGraphMapper.IvmlGraphNode- Overrides:
getXPosin classde.iip_ecosphere.platform.configuration.easyProducer.ivml.DefaultNode
-
getYPos
public int getYPos()- Specified by:
getYPosin interfacede.iip_ecosphere.platform.configuration.easyProducer.ivml.IvmlGraphMapper.IvmlGraphNode- Overrides:
getYPosin classde.iip_ecosphere.platform.configuration.easyProducer.ivml.DefaultNode
-
getWidth
public int getWidth()- Specified by:
getWidthin interfacede.iip_ecosphere.platform.configuration.easyProducer.ivml.IvmlGraphMapper.IvmlGraphNode- Overrides:
getWidthin classde.iip_ecosphere.platform.configuration.easyProducer.ivml.DefaultNode
-
getHeight
public int getHeight()- Specified by:
getHeightin interfacede.iip_ecosphere.platform.configuration.easyProducer.ivml.IvmlGraphMapper.IvmlGraphNode- Overrides:
getHeightin classde.iip_ecosphere.platform.configuration.easyProducer.ivml.DefaultNode
-
setXPos
public void setXPos(int xPos) - Specified by:
setXPosin interfacede.iip_ecosphere.platform.configuration.easyProducer.ivml.IvmlGraphMapper.IvmlGraphNode- Overrides:
setXPosin classde.iip_ecosphere.platform.configuration.easyProducer.ivml.DefaultNode
-
setYPos
public void setYPos(int yPos) - Specified by:
setYPosin interfacede.iip_ecosphere.platform.configuration.easyProducer.ivml.IvmlGraphMapper.IvmlGraphNode- Overrides:
setYPosin classde.iip_ecosphere.platform.configuration.easyProducer.ivml.DefaultNode
-
setWidth
public void setWidth(int width) - Specified by:
setWidthin interfacede.iip_ecosphere.platform.configuration.easyProducer.ivml.IvmlGraphMapper.IvmlGraphNode- Overrides:
setWidthin classde.iip_ecosphere.platform.configuration.easyProducer.ivml.DefaultNode
-
setHeight
public void setHeight(int height) - Specified by:
setHeightin interfacede.iip_ecosphere.platform.configuration.easyProducer.ivml.IvmlGraphMapper.IvmlGraphNode- Overrides:
setHeightin classde.iip_ecosphere.platform.configuration.easyProducer.ivml.DefaultNode
-