Uses of Class
neqsim.process.processmodel.lifecycle.ProcessSystemState
Packages that use ProcessSystemState
Package
Description
Lifecycle management for ProcessSystem models (Digital Twins).
-
Uses of ProcessSystemState in neqsim.process.processmodel
Methods in neqsim.process.processmodel that return ProcessSystemStateModifier and TypeMethodDescriptionProcessSystem.exportState()Exports the current state of this process system for checkpointing or versioning. -
Uses of ProcessSystemState in neqsim.process.processmodel.lifecycle
Fields in neqsim.process.processmodel.lifecycle with type parameters of type ProcessSystemStateModifier and TypeFieldDescriptionprivate Map<String, ProcessSystemState> ProcessModelState.processStatesMap of process name to its state.Methods in neqsim.process.processmodel.lifecycle that return ProcessSystemStateModifier and TypeMethodDescriptionstatic ProcessSystemStateCreates a ProcessSystemState from a JSON string.static ProcessSystemStateProcessSystemState.fromProcessSystem(ProcessSystem process) Creates a state snapshot from a ProcessSystem.static ProcessSystemStateProcessSystemState.loadFromCompressedFile(File file) Loads a state from a GZIP-compressed JSON file.static ProcessSystemStateProcessSystemState.loadFromCompressedFile(String filePath) Loads a state from a GZIP-compressed JSON file.static ProcessSystemStateProcessSystemState.loadFromFile(File file) Loads a state from a JSON file.static ProcessSystemStateProcessSystemState.loadFromFile(String filePath) Loads a state from a JSON file.static ProcessSystemStateProcessSystemState.loadFromFileAuto(File file) Loads a state from a file, automatically detecting whether it is compressed.static ProcessSystemStateProcessSystemState.loadFromFileAuto(String filePath) Loads a state from a file, automatically detecting whether it is compressed.private static ProcessSystemStateProcessSystemState.migrateIfNeeded(ProcessSystemState state, String filePath) Migrates a loaded state to the current schema version if needed.Methods in neqsim.process.processmodel.lifecycle that return types with arguments of type ProcessSystemStateModifier and TypeMethodDescriptionProcessModelState.getProcessStates()Gets the process states map.Methods in neqsim.process.processmodel.lifecycle with parameters of type ProcessSystemStateModifier and TypeMethodDescriptionprivate static ProcessSystemStateProcessSystemState.migrateIfNeeded(ProcessSystemState state, String filePath) Migrates a loaded state to the current schema version if needed.