Uses of Enum Class
neqsim.process.mpc.ProcessDerivativeCalculator.DerivativeMethod
Packages that use ProcessDerivativeCalculator.DerivativeMethod
Package
Description
Model Predictive Control (MPC) integration package for NeqSim ProcessSystem.
-
Uses of ProcessDerivativeCalculator.DerivativeMethod in neqsim.process.mpc
Subclasses with type arguments of type ProcessDerivativeCalculator.DerivativeMethod in neqsim.process.mpcModifier and TypeClassDescriptionstatic enumDerivative calculation methods.Fields in neqsim.process.mpc declared as ProcessDerivativeCalculator.DerivativeMethodModifier and TypeFieldDescriptionProcessDerivativeCalculator.methodDerivative calculation method.Methods in neqsim.process.mpc that return ProcessDerivativeCalculator.DerivativeMethodModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.ProcessDerivativeCalculator.DerivativeMethod.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in neqsim.process.mpc with parameters of type ProcessDerivativeCalculator.DerivativeMethodModifier and TypeMethodDescriptionProcessDerivativeCalculator.setMethod(ProcessDerivativeCalculator.DerivativeMethod method) Set the derivative calculation method.