Uses of Interface
neqsim.process.util.optimizer.FlowRateOptimizer.ProgressCallback
Packages that use FlowRateOptimizer.ProgressCallback
Package
Description
Process optimization engine and constraint evaluation utilities.
-
Uses of FlowRateOptimizer.ProgressCallback in neqsim.process.util.optimizer
Fields in neqsim.process.util.optimizer declared as FlowRateOptimizer.ProgressCallbackModifier and TypeFieldDescriptionFlowRateOptimizer.LiftCurveConfiguration.progressCallbackFlowRateOptimizer.progressCallbackMethods in neqsim.process.util.optimizer that return FlowRateOptimizer.ProgressCallbackModifier and TypeMethodDescriptionFlowRateOptimizer.getProgressCallback()Gets the progress callback.FlowRateOptimizer.LiftCurveConfiguration.getProgressCallback()Methods in neqsim.process.util.optimizer with parameters of type FlowRateOptimizer.ProgressCallbackModifier and TypeMethodDescriptionvoidFlowRateOptimizer.setProgressCallback(FlowRateOptimizer.ProgressCallback callback) Sets a progress callback for monitoring long-running operations.FlowRateOptimizer.LiftCurveConfiguration.withProgressCallback(FlowRateOptimizer.ProgressCallback callback) Sets a progress callback.