| |
Methods defined here:
- __init__(self, name, inputs, outputs, elements, elementMap, connections)
- The basic constructor of the module, name should be unique for the Model's configuration
- generateClassBase(self, connections)
- Generates the basic constructor for the constructed Model
- generateHeader(self)
- Generates the headers for the module, necessary to handle all imports
- generateSelect(self)
- Generates the select function, though this might be a complicated function
- nameInList(self, name, searchlist)
- Searches whether the name is in the list as a name attribute
Data descriptors defined here:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
|