Class TieInCapacityPlanner.ProcessAdjustedAllocation

java.lang.Object
neqsim.process.fielddevelopment.tieback.capacity.TieInCapacityPlanner.ProcessAdjustedAllocation
Enclosing class:
TieInCapacityPlanner

private static final class TieInCapacityPlanner.ProcessAdjustedAllocation extends Object
Process-adjusted allocation result.
Version:
1.0
Author:
ESOL
  • Field Details

    • acceptedBase

      private final ProductionLoad acceptedBase
      Accepted base production after process checks.
    • acceptedSatellite

      private final ProductionLoad acceptedSatellite
      Accepted satellite production after process checks.
    • satelliteAllocationScale

      private final double satelliteAllocationScale
      Satellite allocation scale after process checks.
    • processOutcome

      private final TieInCapacityPlanner.ProcessOutcome 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 production
      acceptedSatellite - accepted satellite production
      satelliteAllocationScale - satellite allocation scale
      processOutcome - process-model outcome