.. _factory_module: General Factory and Builder Interface ===================================== Module Factory -------------- .. autoclass:: orchestrator.utils.module_factory.ModuleFactory :members: :undoc-members: :show-inheritance: Module Builder -------------- Concrete implementations of the :class:`~orchestrator.utils.module_factory.ModuleBuilder` can be found in the corresponding modules, such as the :class:`~orchestrator.oracle.factory.oracle_builder` Abstract Base Class ^^^^^^^^^^^^^^^^^^^ .. autoclass:: orchestrator.utils.module_factory.ModuleBuilder :members: :undoc-members: :show-inheritance: