![]() |
MoDeNa
1.0
Software framework facilitating sequential multi-scale modelling
|
Empty initialisation strategy, used by Forward Mapping Models. More...
Inheritance diagram for python.Strategy.EmptyInitialisationStrategy:Public Member Functions | |
| def | newPoints (self) |
Public Member Functions inherited from python.Strategy.InitialisationStrategy | |
| def | __init__ (self, args, kwargs) |
| Constructor. | |
| def | newPoints (self) |
| Method which adds new points to the database. More... | |
| def | workflow (self, model) |
| def | to_dict (self) |
| Method used by FireWorks to deserialise the object instance. More... | |
| def | from_dict (cls, m_dict) |
| Method used by FireWorks to deserialise all insatnces. More... | |
| def | __repr__ (self) |
Empty initialisation strategy, used by Forward Mapping Models.
Definition at line 404 of file Strategy.py.