Uses of Class
neqsim.process.fielddevelopment.screening.RegionalCostFactors
Packages that use RegionalCostFactors
Package
Description
Screening tools for flow assurance, safety, emissions, and economics.
-
Uses of RegionalCostFactors in neqsim.process.fielddevelopment.screening
Fields in neqsim.process.fielddevelopment.screening declared as RegionalCostFactorsModifier and TypeFieldDescriptionprivate RegionalCostFactorsEconomicsEstimator.regionalFactorsRegional cost adjustment factors.Fields in neqsim.process.fielddevelopment.screening with type parameters of type RegionalCostFactorsModifier and TypeFieldDescriptionprivate static final Map<String, RegionalCostFactors> RegionalCostFactors.REGISTRYMethods in neqsim.process.fielddevelopment.screening that return RegionalCostFactorsModifier and TypeMethodDescriptionstatic RegionalCostFactorsGets cost factors for a predefined region.static RegionalCostFactorsRegionalCostFactors.forRegionOrDefault(String regionCode) Gets cost factors for a region, with fallback to baseline.EconomicsEstimator.getRegionalFactors()Gets the current regional cost factors.Methods in neqsim.process.fielddevelopment.screening that return types with arguments of type RegionalCostFactorsModifier and TypeMethodDescriptionstatic Map<String, RegionalCostFactors> RegionalCostFactors.getAllRegions()Gets all registered regions.Methods in neqsim.process.fielddevelopment.screening with parameters of type RegionalCostFactorsModifier and TypeMethodDescriptionstatic voidRegionalCostFactors.register(RegionalCostFactors factors) Registers a custom region.voidEconomicsEstimator.setRegionalFactors(RegionalCostFactors factors) Sets custom regional cost factors.Constructors in neqsim.process.fielddevelopment.screening with parameters of type RegionalCostFactorsModifierConstructorDescriptionEconomicsEstimator(RegionalCostFactors regionalFactors) Creates a new economics estimator with custom cost factors.