Class AbstractGraphTest.TestGraph

java.lang.Object
de.iip_ecosphere.platform.configuration.easyProducer.ivml.DefaultGraphElement
de.iip_ecosphere.platform.configuration.easyProducer.ivml.DefaultGraph
test.de.iip_ecosphere.platform.configuration.easyProducer.AbstractGraphTest.TestGraph
All Implemented Interfaces:
de.iip_ecosphere.platform.configuration.easyProducer.ivml.IvmlGraphMapper.IvmlGraph, de.iip_ecosphere.platform.configuration.easyProducer.ivml.IvmlGraphMapper.IvmlGraphElement
Enclosing class:
AbstractGraphTest

public static class AbstractGraphTest.TestGraph extends de.iip_ecosphere.platform.configuration.easyProducer.ivml.DefaultGraph
A test graph 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.easyProducer.ivml.DefaultGraphElement

    INVALID_POSITION, INVALID_SIZE
  • Constructor Summary

    Constructors
    Constructor
    Description
    Creates a graph instance.
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
     

    Methods inherited from class de.iip_ecosphere.platform.configuration.easyProducer.ivml.DefaultGraph

    addNode, getNodeCount, nodes

    Methods inherited from class de.iip_ecosphere.platform.configuration.easyProducer.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.easyProducer.ivml.IvmlGraphMapper.IvmlGraphElement

    getVariable
  • Field Details

  • Constructor Details

    • TestGraph

      public TestGraph()
      Creates a graph instance.
  • Method Details

    • getName

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

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