PropertyUserBase Class Reference
Last update: 16.07.2025This class provies a unified acces to use the MOP frameworks property system. Just derive your class from it if you need proeprties. More...
Public Member Functions | |
| virtual | addProperty (PropertyBase p) |
| Properties that help the ScalarMOP scheduling the Models to be built The properties class needs to be implemented for the specific model type. | |
| virtual PropertyList | getProperties () |
| Returns the properties stored by this user. | |
| virtual | transferProperties (PropertyList property_list) |
| Convenience function to transfer a complete PropertyList into the model. More... | |
Friends | |
| class | boost::serialization::access |
Detailed Description
This class provies a unified acces to use the MOP frameworks property system. Just derive your class from it if you need proeprties.
Member Function Documentation
◆ transferProperties()
|
virtual |
Convenience function to transfer a complete PropertyList into the model.
- Parameters
-
property_list The properties to transfer into this model