Uses of Class
neqsim.process.fielddevelopment.tieback.capacity.TieInPeriodResult
Packages that use TieInPeriodResult
Package
Description
Host tie-in capacity planning, holdback allocation, process-model checks, and debottleneck
decision support for field-development studies.
-
Uses of TieInPeriodResult in neqsim.process.fielddevelopment.tieback.capacity
Fields in neqsim.process.fielddevelopment.tieback.capacity with type parameters of type TieInPeriodResultModifier and TypeFieldDescriptionprivate final List<TieInPeriodResult> TieInCapacityResult.periodResultsPeriod-by-period results.Methods in neqsim.process.fielddevelopment.tieback.capacity that return types with arguments of type TieInPeriodResultMethod parameters in neqsim.process.fielddevelopment.tieback.capacity with type arguments of type TieInPeriodResultModifier and TypeMethodDescriptionprivate List<DebottleneckDecision> TieInCapacityPlanner.buildDebottleneckDecisions(List<TieInPeriodResult> periods) Builds debottleneck decisions from period results.private StringTieInCapacityPlanner.buildResultSummary(List<TieInPeriodResult> periods, List<DebottleneckDecision> decisions) Builds an aggregate result summary.Constructor parameters in neqsim.process.fielddevelopment.tieback.capacity with type arguments of type TieInPeriodResultModifierConstructorDescriptionTieInCapacityResult(String hostName, CapacityAllocationPolicy allocationPolicy, HoldbackPolicy holdbackPolicy, List<TieInPeriodResult> periodResults, List<DebottleneckDecision> debottleneckDecisions, String summary) Creates an aggregated capacity result.