Class AbstractGraphTest.TestEdge

java.lang.Object
de.iip_ecosphere.platform.configuration.ivml.DefaultGraphElement
de.iip_ecosphere.platform.configuration.ivml.DefaultEdge
test.de.iip_ecosphere.platform.configuration.AbstractGraphTest.TestEdge
All Implemented Interfaces:
de.iip_ecosphere.platform.configuration.ivml.IvmlGraphMapper.IvmlGraphEdge, de.iip_ecosphere.platform.configuration.ivml.IvmlGraphMapper.IvmlGraphElement
Enclosing class:
AbstractGraphTest

public static class AbstractGraphTest.TestEdge extends de.iip_ecosphere.platform.configuration.ivml.DefaultEdge
A test edge overriding IVML accesses.
Author:
Holger Eichelberger, SSE
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private String
     

    Fields inherited from class de.iip_ecosphere.platform.configuration.ivml.DefaultGraphElement

    INVALID_POSITION, INVALID_SIZE
  • Constructor Summary

    Constructors
    Constructor
    Description
    TestEdge(de.iip_ecosphere.platform.configuration.ivml.IvmlGraphMapper.IvmlGraphNode start, de.iip_ecosphere.platform.configuration.ivml.IvmlGraphMapper.IvmlGraphNode end)
    Creates an edge.
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
     

    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, getNameVarName, getStringValue, getVariable

    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
  • Field Details

  • Constructor Details

    • TestEdge

      public TestEdge(de.iip_ecosphere.platform.configuration.ivml.IvmlGraphMapper.IvmlGraphNode start, de.iip_ecosphere.platform.configuration.ivml.IvmlGraphMapper.IvmlGraphNode end)
      Creates an edge.
      Parameters:
      start - the start node
      end - the end node
  • Method Details

    • getName

      public String getName()
      Specified by:
      getName in interface de.iip_ecosphere.platform.configuration.ivml.IvmlGraphMapper.IvmlGraphElement
      Overrides:
      getName in class de.iip_ecosphere.platform.configuration.ivml.DefaultGraphElement
    • setName

      public void setName(String name)
      Specified by:
      setName in interface de.iip_ecosphere.platform.configuration.ivml.IvmlGraphMapper.IvmlGraphElement
      Overrides:
      setName in class de.iip_ecosphere.platform.configuration.ivml.DefaultGraphElement