![]() |
The Gaudi Framework
master (e68eea06)
|


Public Member Functions | |
| name (self) | |
| library (self) | |
| type (self) | |
| classname (self) | |
| properties (self) | |
| load (self) | |
| __repr__ (self) | |
Public Attributes | |
| library | |
| name | |
| type | |
| classname | |
| properties | |
Static Protected Attributes | |
| list | _fields_ |
Factory holds informations about a component's factory: - its name - the library hosting that component - the type of component (algorithm, service, tool, ...) - the return type of this factory - the C++ class name of that component - the properties which may decorate that component.
Definition at line 100 of file cpluginsvc.py.
| cpluginsvc.Factory.__repr__ | ( | self | ) |
Definition at line 145 of file cpluginsvc.py.
| cpluginsvc.Factory.classname | ( | self | ) |
Definition at line 129 of file cpluginsvc.py.
| cpluginsvc.Factory.library | ( | self | ) |
Definition at line 121 of file cpluginsvc.py.
| cpluginsvc.Factory.load | ( | self | ) |
load the C++ library hosting this factory
Definition at line 141 of file cpluginsvc.py.
| cpluginsvc.Factory.name | ( | self | ) |
Definition at line 117 of file cpluginsvc.py.
| cpluginsvc.Factory.properties | ( | self | ) |
Definition at line 133 of file cpluginsvc.py.
| cpluginsvc.Factory.type | ( | self | ) |
Definition at line 125 of file cpluginsvc.py.
|
staticprotected |
Definition at line 111 of file cpluginsvc.py.
| cpluginsvc.Factory.classname |
Definition at line 150 of file cpluginsvc.py.
| cpluginsvc.Factory.library |
Definition at line 143 of file cpluginsvc.py.
| cpluginsvc.Factory.name |
Definition at line 147 of file cpluginsvc.py.
| cpluginsvc.Factory.properties |
Definition at line 151 of file cpluginsvc.py.
| cpluginsvc.Factory.type |
Definition at line 149 of file cpluginsvc.py.