Handler classes related to properties¶
PropertyHandler¶
- class simu.core.model.property.PropertyHandler¶
This class, being instantiated as the
simu.Model.propertiesattribute, allows to declare and define process properties.- __init__()¶
- create_proxy() → PropertyProxy¶
Create a proxy object for configuration in hierarchy context
PropertyProxy¶
- class simu.core.model.property.PropertyProxy¶
This class is instantiated by the parent’s
PropertyHandlerto handle the property availability to the parent context.- __init__(handler: PropertyHandler)¶