Class TieInCapacityPlanner.ProcessAdjustedAllocation
java.lang.Object
neqsim.process.fielddevelopment.tieback.capacity.TieInCapacityPlanner.ProcessAdjustedAllocation
- Enclosing class:
TieInCapacityPlanner
Process-adjusted allocation result.
- Version:
- 1.0
- Author:
- ESOL
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final ProductionLoadAccepted base production after process checks.private final ProductionLoadAccepted satellite production after process checks.private final TieInCapacityPlanner.ProcessOutcomeProcess outcome.private final doubleSatellite allocation scale after process checks. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateProcessAdjustedAllocation(ProductionLoad acceptedBase, ProductionLoad acceptedSatellite, double satelliteAllocationScale, TieInCapacityPlanner.ProcessOutcome processOutcome) Creates a process-adjusted allocation. -
Method Summary
-
Field Details
-
acceptedBase
Accepted base production after process checks. -
acceptedSatellite
Accepted satellite production after process checks. -
satelliteAllocationScale
private final double satelliteAllocationScaleSatellite allocation scale after process checks. -
processOutcome
Process outcome.
-
-
Constructor Details
-
ProcessAdjustedAllocation
private ProcessAdjustedAllocation(ProductionLoad acceptedBase, ProductionLoad acceptedSatellite, double satelliteAllocationScale, TieInCapacityPlanner.ProcessOutcome processOutcome) Creates a process-adjusted allocation.- Parameters:
acceptedBase- accepted base productionacceptedSatellite- accepted satellite productionsatelliteAllocationScale- satellite allocation scaleprocessOutcome- process-model outcome
-