Package sysdef :: Module api :: Class Layer
[hide private]
[frames] | no frames]

Class Layer

source code

   object --+        
            |        
SysDefElement --+    
                |    
       _UnitGroup --+
                    |
                   Layer

Abstract layer from SDF file.

Instance Methods [hide private]
 
__init__(self, node, sysDef)
Initialisation
source code
 
__getmodules(self)
Module list accessor.
source code
 
__getmodulescount(self)
Module cound accessor.
source code
 
modules(self)
Module list accessor.
source code
 
modules_count(self)
Module cound accessor.
source code

Inherited from _UnitGroup: name, units

Inherited from SysDefElement: __str__, get_id

Inherited from SysDefElement (private): _getname

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, node, sysDef)
(Constructor)

source code 
Initialisation
Overrides: _UnitGroup.__init__