Interface IVariable

All Known Implementing Classes:
Variable

public interface IVariable
represent a name/value pair that can be used in some API methods (e.g. IDimension.evaluateGlobalSubset(String, IVariable[]))
Author:
khaddadin
  • Method Details

    • getName

      String getName()
      get the name
      Returns:
      the variable name
    • getValue

      String getValue()
      get the value
      Returns:
      the variable value
    • getValues

      String[][] getValues()