Uses of Enum Class
neqsim.process.util.optimizer.BatchStudy.Objective
Packages that use BatchStudy.Objective
Package
Description
Process optimization engine and constraint evaluation utilities.
-
Uses of BatchStudy.Objective in neqsim.process.util.optimizer
Subclasses with type arguments of type BatchStudy.Objective in neqsim.process.util.optimizerFields in neqsim.process.util.optimizer declared as BatchStudy.ObjectiveModifier and TypeFieldDescriptionfinal BatchStudy.ObjectiveBatchStudy.ObjectiveDefinition.directionMethods in neqsim.process.util.optimizer that return BatchStudy.ObjectiveModifier and TypeMethodDescriptionstatic BatchStudy.ObjectiveReturns the enum constant of this class with the specified name.static BatchStudy.Objective[]BatchStudy.Objective.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in neqsim.process.util.optimizer with parameters of type BatchStudy.ObjectiveModifier and TypeMethodDescriptionBatchStudy.Builder.addObjective(String name, BatchStudy.Objective direction, Function<ProcessSystem, Double> extractor) Adds an objective to optimize.Constructors in neqsim.process.util.optimizer with parameters of type BatchStudy.Objective