Uses of Class
neqsim.process.fielddevelopment.evaluation.BatchConceptRunner
Packages that use BatchConceptRunner
Package
Description
Concept evaluation and batch processing for field development.
-
Uses of BatchConceptRunner in neqsim.process.fielddevelopment.evaluation
Methods in neqsim.process.fielddevelopment.evaluation that return BatchConceptRunnerModifier and TypeMethodDescriptionBatchConceptRunner.addConcept(FieldConcept concept) Adds a concept to the batch.BatchConceptRunner.addConcepts(List<FieldConcept> conceptList) Adds multiple concepts to the batch.BatchConceptRunner.clear()Clears all concepts from the batch.BatchConceptRunner.onProgress(BatchConceptRunner.ProgressListener listener) Sets a progress listener.BatchConceptRunner.parallelism(int threads) Sets the parallelism level.