Class WellScheduler.Intervention.Builder

java.lang.Object
neqsim.process.util.fielddevelopment.WellScheduler.Intervention.Builder
Enclosing class:
WellScheduler.Intervention

public static final class WellScheduler.Intervention.Builder extends Object
Builder for creating Intervention instances.
Version:
1.0
Author:
ESOL
  • Field Details

    • wellName

      private final String wellName
    • type

    • startDate

      private LocalDate startDate
    • durationDays

      private int durationDays
    • expectedProductionGain

      private double expectedProductionGain
    • cost

      private double cost
    • currency

      private String currency
    • description

      private String description
    • priority

      private int priority
  • Constructor Details

    • Builder

      private Builder(String wellName)
  • Method Details