Uses of Enum Class
neqsim.process.util.optimizer.FlowRateOptimizer.Mode
Packages that use FlowRateOptimizer.Mode
Package
Description
Process optimization engine and constraint evaluation utilities.
-
Uses of FlowRateOptimizer.Mode in neqsim.process.util.optimizer
Subclasses with type arguments of type FlowRateOptimizer.Mode in neqsim.process.util.optimizerModifier and TypeClassDescriptionstatic enumMode of operation for the optimizer.Fields in neqsim.process.util.optimizer declared as FlowRateOptimizer.ModeMethods in neqsim.process.util.optimizer that return FlowRateOptimizer.ModeModifier and TypeMethodDescriptionFlowRateOptimizer.getMode()Gets the operation mode.static FlowRateOptimizer.ModeReturns the enum constant of this class with the specified name.static FlowRateOptimizer.Mode[]FlowRateOptimizer.Mode.values()Returns an array containing the constants of this enum class, in the order they are declared.