Interface IDtoDeviceCapacity

All Known Implementing Classes:
DtoDeviceCapacity

public interface IDtoDeviceCapacity
Details about a device that allows processes to run in parallel, only restricted by some maximal capacity.
  • Method Summary

    Modifier and Type
    Method
    Description
    Maximal capacity (at all times, sum over all needed capacities of all executed jobs must be smaller or equal to this).
    void
    setMaximalValue(Integer maximalValue)
    Maximal capacity (at all times, sum over all needed capacities of all executed jobs must be smaller or equal to this).
  • Method Details

    • getMaximalValue

      Integer getMaximalValue()
      Maximal capacity (at all times, sum over all needed capacities of all executed jobs must be smaller or equal to this).
    • setMaximalValue

      void setMaximalValue(Integer maximalValue)
      Maximal capacity (at all times, sum over all needed capacities of all executed jobs must be smaller or equal to this).