Uses of Enum Class
neqsim.process.fielddevelopment.tieback.capacity.CapacityAllocationPolicy
Packages that use CapacityAllocationPolicy
Package
Description
Host tie-in capacity planning, holdback allocation, process-model checks, and debottleneck
decision support for field-development studies.
-
Uses of CapacityAllocationPolicy in neqsim.process.fielddevelopment.tieback.capacity
Subclasses with type arguments of type CapacityAllocationPolicy in neqsim.process.fielddevelopment.tieback.capacityModifier and TypeClassDescriptionenumAllocation policy used when host capacity is insufficient for base and satellite production.Fields in neqsim.process.fielddevelopment.tieback.capacity declared as CapacityAllocationPolicyModifier and TypeFieldDescriptionprivate CapacityAllocationPolicyTieInCapacityPlanner.allocationPolicyAllocation policy for constrained periods.private final CapacityAllocationPolicyTieInCapacityResult.allocationPolicyAllocation policy used.Methods in neqsim.process.fielddevelopment.tieback.capacity that return CapacityAllocationPolicyModifier and TypeMethodDescriptionTieInCapacityResult.getAllocationPolicy()Gets the allocation policy.static CapacityAllocationPolicyReturns the enum constant of this class with the specified name.static CapacityAllocationPolicy[]CapacityAllocationPolicy.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 CapacityAllocationPolicyModifier and TypeMethodDescriptionTieInCapacityPlanner.setAllocationPolicy(CapacityAllocationPolicy allocationPolicy) Sets the allocation policy.Constructors in neqsim.process.fielddevelopment.tieback.capacity with parameters of type CapacityAllocationPolicyModifierConstructorDescriptionTieInCapacityResult(String hostName, CapacityAllocationPolicy allocationPolicy, HoldbackPolicy holdbackPolicy, List<TieInPeriodResult> periodResults, List<DebottleneckDecision> debottleneckDecisions, String summary) Creates an aggregated capacity result.