![]() |
The Gaudi Framework
v36r9 (fd2bdac3)
|
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 101 of file cpluginsvc.py.
def GaudiPluginService.cpluginsvc.Factory.__repr__ | ( | self | ) |
Definition at line 146 of file cpluginsvc.py.
def GaudiPluginService.cpluginsvc.Factory.classname | ( | self | ) |
Definition at line 130 of file cpluginsvc.py.
def GaudiPluginService.cpluginsvc.Factory.library | ( | self | ) |
Definition at line 122 of file cpluginsvc.py.
def GaudiPluginService.cpluginsvc.Factory.load | ( | self | ) |
load the C++ library hosting this factory
Definition at line 142 of file cpluginsvc.py.
def GaudiPluginService.cpluginsvc.Factory.name | ( | self | ) |
Definition at line 118 of file cpluginsvc.py.
def GaudiPluginService.cpluginsvc.Factory.properties | ( | self | ) |
Definition at line 134 of file cpluginsvc.py.
def GaudiPluginService.cpluginsvc.Factory.type | ( | self | ) |
Definition at line 126 of file cpluginsvc.py.
|
staticprivate |
Definition at line 112 of file cpluginsvc.py.