Uses of Class
neqsim.process.mpc.ProcessLinkedMPC
Packages that use ProcessLinkedMPC
Package
Description
Model Predictive Control (MPC) integration package for NeqSim ProcessSystem.
-
Uses of ProcessLinkedMPC in neqsim.process.mpc
Fields in neqsim.process.mpc declared as ProcessLinkedMPCModifier and TypeFieldDescriptionprivate final ProcessLinkedMPCControllerDataExchange.controllerThe linked MPC controller.private final ProcessLinkedMPCIndustrialMPCExporter.controllerThe MPC controller to export.Methods in neqsim.process.mpc with parameters of type ProcessLinkedMPCModifier and TypeMethodDescriptionSubrModlExporter.populateFromMPC(ProcessLinkedMPC controller) Auto-populate from ProcessLinkedMPC controller.Constructors in neqsim.process.mpc with parameters of type ProcessLinkedMPCModifierConstructorDescriptionControllerDataExchange(ProcessLinkedMPC controller) Construct a data exchange interface for a controller.IndustrialMPCExporter(ProcessLinkedMPC controller) Construct an exporter for a ProcessLinkedMPC.