process_registry
Registry for mapping process IDs to concrete Process classes.
ProcessRegistry
Central mapping of process_id to Process class.
register
classmethod
Register a Process class by its process_id.
Source code in cltk/core/process_registry.py
get_process
classmethod
Return the registered Process class for process_id.