Interface IVar

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static interface  IVar.Var
      This is the root interface of any integer variable, handled either in the parser or the modeler.
      static interface  IVar.VarSymbolic
      This is the root interface of any symbolic variable, handled either in the parser or the modeler.
    • Method Detail

      • id

        String id()
        Returns the id (unique name) of the variable.
        Returns:
        the id (unique name) of the variable
      • idPrefix

        default String idPrefix()