Interface IvmlGraphMapper.IvmlGraphElement

All Known Subinterfaces:
IvmlGraphMapper.IvmlGraph, IvmlGraphMapper.IvmlGraphEdge, IvmlGraphMapper.IvmlGraphNode
All Known Implementing Classes:
DefaultEdge, DefaultGraph, DefaultGraphElement, DefaultNode, ServiceMeshEdge, ServiceMeshGraph, ServiceMeshNode
Enclosing interface:
IvmlGraphMapper

public static interface IvmlGraphMapper.IvmlGraphElement
Basic interface for all graph elements.
Author:
Holger Eichelberger, SSE
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the name of the element.
    net.ssehub.easy.varModel.confModel.IDecisionVariable
    Returns the underlying IVML variable.
    void
    Changes the name of the element.
  • Method Details

    • getName

      String getName()
      Returns the name of the element.
      Returns:
      the name
    • setName

      void setName(String name)
      Changes the name of the element.
      Parameters:
      name - the new name
    • getVariable

      net.ssehub.easy.varModel.confModel.IDecisionVariable getVariable()
      Returns the underlying IVML variable.
      Returns:
      the variable