Uses of Class
neqsim.process.processmodel.ProcessModel
Packages that use ProcessModel
Package
Description
Lifecycle management for ProcessSystem models (Digital Twins).
-
Uses of ProcessModel in neqsim.process.processmodel
Methods in neqsim.process.processmodel that return ProcessModelModifier and TypeMethodDescriptionstatic ProcessModelLoads a ProcessModel with automatic format detection based on file extension.static ProcessModelProcessModel.loadFromNeqsim(String filename) Loads a ProcessModel from a compressed .neqsim file.static ProcessModelProcessModel.loadStateFromFile(String filename) Loads ProcessModel state from a JSON file. -
Uses of ProcessModel in neqsim.process.processmodel.lifecycle
Methods in neqsim.process.processmodel.lifecycle that return ProcessModelModifier and TypeMethodDescriptionProcessModelState.toProcessModel()Reconstructs a ProcessModel from this state.Methods in neqsim.process.processmodel.lifecycle with parameters of type ProcessModelModifier and TypeMethodDescriptionprivate voidProcessModelState.captureInterProcessConnections(ProcessModel model) Captures connections between different ProcessSystems in the model.static ProcessModelStateProcessModelState.fromProcessModel(ProcessModel model) Creates a state snapshot from a ProcessModel. -
Uses of ProcessModel in neqsim.process.util.report
Fields in neqsim.process.util.report declared as ProcessModelConstructors in neqsim.process.util.report with parameters of type ProcessModel