Class TieInCapacityPlanner.AllocationResult

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

private static final class TieInCapacityPlanner.AllocationResult extends Object
Nameplate allocation result.
Version:
1.0
Author:
ESOL
  • Field Details

    • acceptedBase

      private final ProductionLoad acceptedBase
      Accepted base production.
    • acceptedSatellite

      private final ProductionLoad acceptedSatellite
      Accepted satellite production.
    • satelliteScale

      private final double satelliteScale
      Satellite allocation scale.
    • bottleneckName

      private final String 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 production
      acceptedSatellite - accepted satellite production
      satelliteScale - satellite allocation scale
      bottleneckName - nameplate bottleneck name