Uses of Class
neqsim.process.processmodel.lifecycle.ProcessSystemState.EquipmentState
Packages that use ProcessSystemState.EquipmentState
Package
Description
Lifecycle management for ProcessSystem models (Digital Twins).
-
Uses of ProcessSystemState.EquipmentState in neqsim.process.processmodel.lifecycle
Fields in neqsim.process.processmodel.lifecycle with type parameters of type ProcessSystemState.EquipmentStateModifier and TypeFieldDescriptionprivate List<ProcessSystemState.EquipmentState> ProcessSystemState.equipmentStatesMethods in neqsim.process.processmodel.lifecycle that return ProcessSystemState.EquipmentStateModifier and TypeMethodDescriptionProcessSystemState.EquipmentState.fromEquipment(ProcessEquipmentInterface equipment) Creates an EquipmentState from an equipment instance.Methods in neqsim.process.processmodel.lifecycle that return types with arguments of type ProcessSystemState.EquipmentStateMethods in neqsim.process.processmodel.lifecycle with parameters of type ProcessSystemState.EquipmentStateModifier and TypeMethodDescriptionprivate static voidProcessSystemState.EquipmentState.captureEquipmentProperties(ProcessEquipmentInterface equipment, ProcessSystemState.EquipmentState state) Captures equipment-specific numeric and string properties.