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

 
Modules
       
configparser

 
Classes
       
translator.visitor.DEVSlibrary.Wiring.Wiring(translator.visitor.DEVSlibrary.Model.Model)
Constant

 
class Constant(translator.visitor.DEVSlibrary.Wiring.Wiring)
    
Method resolution order:
Constant
translator.visitor.DEVSlibrary.Wiring.Wiring
translator.visitor.DEVSlibrary.Model.Model
builtins.object

Methods defined here:
__init__(self, bitSize, delay, outputs, value)
The basic constructor of the model, name should be unique for the Model's configuration
generateClassBase(self)
Generates the basic constructor for the constructed Model
generateExtTransition(self)
No external transition can occur, so just do nothing...
generateIntTransition(self)
An internal transition just causes the Model to go inactive
generateOutputFnc(self)
The output function for the model, this is the main part of the Model
generateState(self)
All required state info for the Model, including toXML exports
generateTimeAdvance(self)

Methods inherited from translator.visitor.DEVSlibrary.Model.Model:
generateHeader(self)
Generates the headers for the model, necessary to handle all imports

Data descriptors inherited from translator.visitor.DEVSlibrary.Model.Model:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

 
Data
        config = 0
progressmeasure = 0