Class AbstractGraphTest.TestEdge
java.lang.Object
de.iip_ecosphere.platform.configuration.easyProducer.ivml.DefaultGraphElement
de.iip_ecosphere.platform.configuration.easyProducer.ivml.DefaultEdge
test.de.iip_ecosphere.platform.configuration.easyProducer.AbstractGraphTest.TestEdge
- All Implemented Interfaces:
de.iip_ecosphere.platform.configuration.easyProducer.ivml.IvmlGraphMapper.IvmlGraphEdge,de.iip_ecosphere.platform.configuration.easyProducer.ivml.IvmlGraphMapper.IvmlGraphElement
- Enclosing class:
AbstractGraphTest
public static class AbstractGraphTest.TestEdge
extends de.iip_ecosphere.platform.configuration.easyProducer.ivml.DefaultEdge
A test edge 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
ConstructorsConstructorDescriptionTestEdge(de.iip_ecosphere.platform.configuration.easyProducer.ivml.IvmlGraphMapper.IvmlGraphNode start, de.iip_ecosphere.platform.configuration.easyProducer.ivml.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, 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
-
-
Constructor Details
-
TestEdge
public TestEdge(de.iip_ecosphere.platform.configuration.easyProducer.ivml.IvmlGraphMapper.IvmlGraphNode start, de.iip_ecosphere.platform.configuration.easyProducer.ivml.IvmlGraphMapper.IvmlGraphNode end) Creates an edge.- Parameters:
start- the start nodeend- the end 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.DefaultGraphElement
-
setName
- Specified by:
setNamein interfacede.iip_ecosphere.platform.configuration.easyProducer.ivml.IvmlGraphMapper.IvmlGraphElement- Overrides:
setNamein classde.iip_ecosphere.platform.configuration.easyProducer.ivml.DefaultGraphElement
-