ror.stages.common package#
Submodules#
ror.stages.common.i_base_stage module#
- class ror.stages.common.i_base_stage.IBaseStage[source]#
Bases:
Generic
[I
,O
]Interface extended by all the additional stages which exclicitly defines that all stages should expect the set_input, compute`and `get_output as public methods which is essential for the controllers.
- Parameters:
Generic (Generic) – Typing generic used to explicitly define the input dataclass of the stage and the output dataclass in the stage.