Uses of Enum Class
neqsim.process.fielddevelopment.tieback.capacity.HoldbackPolicy
Packages that use HoldbackPolicy
Package
Description
Host tie-in capacity planning, holdback allocation, process-model checks, and debottleneck
decision support for field-development studies.
-
Uses of HoldbackPolicy in neqsim.process.fielddevelopment.tieback.capacity
Subclasses with type arguments of type HoldbackPolicy in neqsim.process.fielddevelopment.tieback.capacityModifier and TypeClassDescriptionenumPolicy for handling satellite production that cannot pass through the host in a period.Fields in neqsim.process.fielddevelopment.tieback.capacity declared as HoldbackPolicyModifier and TypeFieldDescriptionprivate HoldbackPolicyTieInCapacityPlanner.holdbackPolicyHoldback policy for unaccepted satellite production.private final HoldbackPolicyTieInCapacityResult.holdbackPolicyHoldback policy used.Methods in neqsim.process.fielddevelopment.tieback.capacity that return HoldbackPolicyModifier and TypeMethodDescriptionTieInCapacityResult.getHoldbackPolicy()Gets the holdback policy.static HoldbackPolicyReturns the enum constant of this class with the specified name.static HoldbackPolicy[]HoldbackPolicy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in neqsim.process.fielddevelopment.tieback.capacity with parameters of type HoldbackPolicyModifier and TypeMethodDescriptionTieInCapacityPlanner.setHoldbackPolicy(HoldbackPolicy holdbackPolicy) Sets the holdback policy.Constructors in neqsim.process.fielddevelopment.tieback.capacity with parameters of type HoldbackPolicyModifierConstructorDescriptionTieInCapacityResult(String hostName, CapacityAllocationPolicy allocationPolicy, HoldbackPolicy holdbackPolicy, List<TieInPeriodResult> periodResults, List<DebottleneckDecision> debottleneckDecisions, String summary) Creates an aggregated capacity result.