Uses of Class
neqsim.process.fielddevelopment.evaluation.DevelopmentOptionRanker.DevelopmentOption
Packages that use DevelopmentOptionRanker.DevelopmentOption
Package
Description
Concept evaluation and batch processing for field development.
-
Uses of DevelopmentOptionRanker.DevelopmentOption in neqsim.process.fielddevelopment.evaluation
Fields in neqsim.process.fielddevelopment.evaluation with type parameters of type DevelopmentOptionRanker.DevelopmentOptionModifier and TypeFieldDescriptionDevelopmentOptionRanker.optionsDevelopment options to rank.DevelopmentOptionRanker.RankingResult.rankedOptionsMethods in neqsim.process.fielddevelopment.evaluation that return DevelopmentOptionRanker.DevelopmentOptionModifier and TypeMethodDescriptionAdd a development option.DevelopmentOptionRanker.RankingResult.getBestOption()Get the best option.Methods in neqsim.process.fielddevelopment.evaluation that return types with arguments of type DevelopmentOptionRanker.DevelopmentOptionModifier and TypeMethodDescriptionDevelopmentOptionRanker.getOptions()Get all options.DevelopmentOptionRanker.RankingResult.getRankedOptions()Get ranked options (best first).DevelopmentOptionRanker.rankByCriterion(DevelopmentOptionRanker.Criterion criterion) Quick rank by a single criterion.Methods in neqsim.process.fielddevelopment.evaluation with parameters of type DevelopmentOptionRanker.DevelopmentOptionModifier and TypeMethodDescriptionvoidDevelopmentOptionRanker.addOption(DevelopmentOptionRanker.DevelopmentOption option) Add a development option directly.