Definition at line 14 of file ModelFactory.py.
◆ addFactory()
def ModelFactory.ModelFactory.addFactory |
( |
|
factory | ) |
|
◆ createFdb()
def ModelFactory.ModelFactory.createFdb |
( |
|
id, |
|
|
|
dir |
|
) |
| |
◆ createOdb()
def ModelFactory.ModelFactory.createOdb |
( |
|
id, |
|
|
|
file |
|
) |
| |
◆ createPlot()
def ModelFactory.ModelFactory.createPlot |
( |
|
id | ) |
|
◆ title()
def ModelFactory.ModelFactory.title |
( |
|
id | ) |
|
◆ __factories
dictionary ModelFactory.ModelFactory.__factories = {} |
|
staticprivate |
◆ addFactory
ModelFactory.ModelFactory.addFactory = staticmethod(addFactory) |
|
static |
◆ createFdb
ModelFactory.ModelFactory.createFdb = staticmethod(createFdb) |
|
static |
◆ createOdb
ModelFactory.ModelFactory.createOdb = staticmethod(createOdb) |
|
static |
◆ createPlot
ModelFactory.ModelFactory.createPlot = staticmethod(createPlot) |
|
static |
◆ title
ModelFactory.ModelFactory.title = staticmethod(title) |
|
static |
The documentation for this class was generated from the following file: