The Gaudi Framework
master (37c0b60a)
|
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 | |
_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.
def cpluginsvc.Factory.__repr__ | ( | self | ) |
Definition at line 145 of file cpluginsvc.py.
def cpluginsvc.Factory.classname | ( | self | ) |
Definition at line 129 of file cpluginsvc.py.
def cpluginsvc.Factory.library | ( | self | ) |
Definition at line 121 of file cpluginsvc.py.
def cpluginsvc.Factory.load | ( | self | ) |
load the C++ library hosting this factory
Definition at line 141 of file cpluginsvc.py.
def cpluginsvc.Factory.name | ( | self | ) |
Definition at line 117 of file cpluginsvc.py.
def cpluginsvc.Factory.properties | ( | self | ) |
Definition at line 133 of file cpluginsvc.py.
def cpluginsvc.Factory.type | ( | self | ) |
Definition at line 125 of file cpluginsvc.py.
|
staticprivate |
Definition at line 111 of file cpluginsvc.py.