Package jline.lang
Class RegionStruct
-
- All Implemented Interfaces:
public class RegionStructData structure representing a finite capacity region with all its constraints and properties. This structure is extracted from FiniteCapacityRegion objects and stored in NetworkStruct.
-
-
Field Summary
Fields Modifier and Type Field Description public List<Integer>stationIndicespublic intglobalMaxJobspublic intglobalMaxMemorypublic Map<Integer, Integer>classMaxJobspublic Map<Integer, Integer>classMaxMemorypublic Map<Integer, Boolean>dropRulepublic Map<Integer, Integer>classSize
-
Constructor Summary
Constructors Constructor Description RegionStruct()
-