Interface | Description |
---|---|
CargoCreatorService | Domain service for high-level creation of Cargo instances. |
MaxAllowedTeuCountPolicy | Domain policy service for prescribing maximum allowed number of container TEU units. |
MaxAllowedWeightPerContainerPolicy | Domain policy service for calculating maximum allowed weight per container. |
Class | Description |
---|---|
ConstantBasedMaxAllowedTeuCountPolicy | MaxAllowedTeuCountPolicy implementation that limits container TEU count based on provided constant. |
DefaultCargoCreatorService | Default implementation of CargoCreatorService. |
PercentBasedMaxAllowedWeightPerContainerPolicy | MaxAllowedWeightPerContainerPolicy implementation that calculates the allowed weight based on percentage of absolute maximum weight allowed by container type. |