OpenMPCD
|
Public Member Functions | |
def | __init__ (self) |
def | register (self, cls) |
def | getRegisteredClasses (self) |
Class that registers the various analysis tools for star polymers.
Definition at line 8 of file Registry.py.
def MPCDAnalysis.StarPolymersAnalysis.Registry.Registry.__init__ | ( | self | ) |
The constructor. This is called automatically by the encolsing file, and must not be called thereafter.
Definition at line 17 of file Registry.py.
def MPCDAnalysis.StarPolymersAnalysis.Registry.Registry.getRegisteredClasses | ( | self | ) |
Returns a dictionary of registered classes.
Definition at line 48 of file Registry.py.
def MPCDAnalysis.StarPolymersAnalysis.Registry.Registry.register | ( | self, | |
cls | |||
) |
Register the given class with the registry. @param[in] cls The class to register.
Definition at line 31 of file Registry.py.