Class TieInCapacityPlanner.AllocationResult
java.lang.Object
neqsim.process.fielddevelopment.tieback.capacity.TieInCapacityPlanner.AllocationResult
- Enclosing class:
TieInCapacityPlanner
Nameplate allocation result.
- Version:
- 1.0
- Author:
- ESOL
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final ProductionLoadAccepted base production.private final ProductionLoadAccepted satellite production.private final StringNameplate bottleneck name.private final doubleSatellite allocation scale. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateAllocationResult(ProductionLoad acceptedBase, ProductionLoad acceptedSatellite, double satelliteScale, String bottleneckName) Creates a nameplate allocation result. -
Method Summary
-
Field Details
-
acceptedBase
Accepted base production. -
acceptedSatellite
Accepted satellite production. -
satelliteScale
private final double satelliteScaleSatellite allocation scale. -
bottleneckName
Nameplate bottleneck name.
-
-
Constructor Details
-
AllocationResult
private AllocationResult(ProductionLoad acceptedBase, ProductionLoad acceptedSatellite, double satelliteScale, String bottleneckName) Creates a nameplate allocation result.- Parameters:
acceptedBase- accepted base productionacceptedSatellite- accepted satellite productionsatelliteScale- satellite allocation scalebottleneckName- nameplate bottleneck name
-