translator.visitor.DEVSlibrary.Module
index
/home/yentl/UA/devs-eindwerk/translator/translator/visitor/DEVSlibrary/Module.py

 
Modules
       
configparser

 
Classes
       
builtins.object
Module

 
class Module(builtins.object)
     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)

 
Data
        config = 0
progressmeasure = 0