Class ProcessModelState.ModelDiff
java.lang.Object
neqsim.process.processmodel.lifecycle.ProcessModelState.ModelDiff
- All Implemented Interfaces:
Serializable
- Enclosing class:
ProcessModelState
Represents the difference between two ProcessModelState instances.
- Version:
- 1.0
- Author:
- ESOL
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final long -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the list of added equipment or process names.Gets modified parameters with change descriptions.Gets the list of removed equipment or process names.booleanChecks if there are any differences.toString()
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
addedEquipment
-
removedEquipment
-
modifiedParameters
-
-
Constructor Details
-
ModelDiff
public ModelDiff()
-
-
Method Details
-
getAddedEquipment
-
getRemovedEquipment
-
getModifiedParameters
-
hasChanges
public boolean hasChanges()Checks if there are any differences.- Returns:
- true if there are changes
-
toString
-