Interface IVariableProvider


public interface IVariableProvider
A provider of variables.
  • Method Summary

    Modifier and Type
    Method
    Description
    get(int id)
    Retrieve a variable by id.
    getContaining(int id)
    Retrieve a variable whose id "contains" the provided id.
  • Method Details

    • get

      IVariable get(int id)
      Retrieve a variable by id.
      Parameters:
      id -
      Returns:
    • getContaining

      IVariable getContaining(int id)
      Retrieve a variable whose id "contains" the provided id. (The definition of "contains" is defined by the implementation.)
      Parameters:
      id -
      Returns: