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 TypeMethodDescriptionMaximal capacity (at all times, sum over all needed capacities of all executed jobs must be smaller or equal to this).voidsetMaximalValue(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
Maximal capacity (at all times, sum over all needed capacities of all executed jobs must be smaller or equal to this).
-