Uses of Class
neqsim.process.fielddevelopment.evaluation.ConceptKPIs
Packages that use ConceptKPIs
Package
Description
Concept evaluation and batch processing for field development.
Field development workflow orchestration.
-
Uses of ConceptKPIs in neqsim.process.fielddevelopment.evaluation
Classes in neqsim.process.fielddevelopment.evaluation that implement interfaces with type arguments of type ConceptKPIsModifier and TypeClassDescriptionprivate classTask for parallel concept evaluation.Fields in neqsim.process.fielddevelopment.evaluation with type parameters of type ConceptKPIsModifier and TypeFieldDescriptionprivate final List<ConceptKPIs> BatchConceptRunner.BatchResults.resultsMethods in neqsim.process.fielddevelopment.evaluation that return ConceptKPIsModifier and TypeMethodDescriptionConceptKPIs.Builder.build()BatchConceptRunner.EvaluationTask.call()ConceptEvaluator.evaluate(FieldConcept concept) Evaluates a concept with auto-generated facility configuration.ConceptEvaluator.evaluate(FieldConcept concept, FacilityConfig facilityConfig) Evaluates a concept with a provided facility configuration.BatchConceptRunner.BatchResults.getBestConcept()Gets the best concept by overall score.BatchConceptRunner.BatchResults.getBestEconomicConcept()Gets the best concept by economic score.BatchConceptRunner.BatchResults.getBestEnvironmentalConcept()Gets the best concept by environmental score.BatchConceptRunner.BatchResults.getLowestCapexConcept()Gets the lowest CAPEX concept.BatchConceptRunner.BatchResults.getLowestEmissionsConcept()Gets the lowest emissions concept.ConceptEvaluator.quickScreen(FieldConcept concept) Performs quick screening without full facility evaluation.Methods in neqsim.process.fielddevelopment.evaluation that return types with arguments of type ConceptKPIsModifier and TypeMethodDescriptionBatchConceptRunner.BatchResults.getRankedResults()Gets results sorted by overall score (best first).BatchConceptRunner.BatchResults.getResults()Gets all results.BatchConceptRunner.BatchResults.getViableConcepts()Gets concepts without blocking issues.Constructor parameters in neqsim.process.fielddevelopment.evaluation with type arguments of type ConceptKPIs -
Uses of ConceptKPIs in neqsim.process.fielddevelopment.workflow
Fields in neqsim.process.fielddevelopment.workflow declared as ConceptKPIsModifier and TypeFieldDescriptionWorkflowResult.conceptKPIsConcept KPIs - only for CONCEPTUAL and DETAILED.