finesse.element.ModelElement
¶
Overview
- class finesse.element.ModelElement(name, *args, **kwargs)¶
Bases:
object
Base for any object which can be an element of a
Model
.When added to a model it will attempt to call the method _on_add so that the element can do some initialisation if required.
- Parameters:
- namestr
Name of newly created model element.
Properties
The default parameter to assume when the component is directly referenced. |
|
Returns true if this element has been associated with a Model. |
|
Name of the element. |
|
Returns a list of the parameters available for this element |
|
Reference to the default model parameter, if set. |
Methods
|
|
|
Element information. |
Info parameter table. |
|
Model parameter table. |