Interface IvmlGraphMapper.IvmlGraphElement

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getName()
      Returns the name of the element.
      net.ssehub.easy.varModel.confModel.IDecisionVariable getVariable()
      Returns the underlying IVML variable.
      void setName​(java.lang.String name)
      Changes the name of the element.
    • Method Detail

      • getName

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

        void setName​(java.lang.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