![]() |
The Gaudi Framework
v31r0 (aeb156f0)
|
Public Member Functions | |
def | name (self) |
def | library (self) |
def | type (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 88 of file cpluginsvc.py.
def GaudiPluginService.cpluginsvc.Factory.__repr__ | ( | self | ) |
Definition at line 133 of file cpluginsvc.py.
def GaudiPluginService.cpluginsvc.Factory.classname | ( | self | ) |
Definition at line 116 of file cpluginsvc.py.
def GaudiPluginService.cpluginsvc.Factory.library | ( | self | ) |
Definition at line 108 of file cpluginsvc.py.
def GaudiPluginService.cpluginsvc.Factory.load | ( | self | ) |
def GaudiPluginService.cpluginsvc.Factory.name | ( | self | ) |
Definition at line 104 of file cpluginsvc.py.
def GaudiPluginService.cpluginsvc.Factory.properties | ( | self | ) |
Definition at line 120 of file cpluginsvc.py.
def GaudiPluginService.cpluginsvc.Factory.type | ( | self | ) |
Definition at line 112 of file cpluginsvc.py.
|
staticprivate |
Definition at line 98 of file cpluginsvc.py.