![]() |
The Gaudi Framework
v29r5 (37229091)
|
Public Member Functions | |
def | name (self) |
def | library (self) |
def | type (self) |
def | rtype (self) |
def | classname (self) |
def | properties (self) |
def | load (self) |
def | __repr__ (self) |
Static Private 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 87 of file cpluginsvc.py.
def GaudiPluginService.cpluginsvc.Factory.__repr__ | ( | self | ) |
Definition at line 136 of file cpluginsvc.py.
def GaudiPluginService.cpluginsvc.Factory.classname | ( | self | ) |
Definition at line 119 of file cpluginsvc.py.
def GaudiPluginService.cpluginsvc.Factory.library | ( | self | ) |
Definition at line 107 of file cpluginsvc.py.
def GaudiPluginService.cpluginsvc.Factory.load | ( | self | ) |
def GaudiPluginService.cpluginsvc.Factory.name | ( | self | ) |
Definition at line 103 of file cpluginsvc.py.
def GaudiPluginService.cpluginsvc.Factory.properties | ( | self | ) |
Definition at line 123 of file cpluginsvc.py.
def GaudiPluginService.cpluginsvc.Factory.rtype | ( | self | ) |
Definition at line 115 of file cpluginsvc.py.
def GaudiPluginService.cpluginsvc.Factory.type | ( | self | ) |
Definition at line 111 of file cpluginsvc.py.
|
staticprivate |
Definition at line 97 of file cpluginsvc.py.