ethos_penalps.utilities.to_dataclass_conversions#

Module Contents#

Functions#

create_dataclass(→ Any)

create_batch_stream_production_plan_entry(...)

create_continuous_stream_production_plan_entry(...)

create_process_step_production_plan_entry(...)

create_storage_production_plan_entry(...)

create_process_step_production_plan_entry_with_stream_state(...)

ethos_penalps.utilities.to_dataclass_conversions.create_dataclass(data: pandas.Series, factory: Any) Any#
ethos_penalps.utilities.to_dataclass_conversions.create_batch_stream_production_plan_entry(data: pandas.DataFrame) list[ethos_penalps.stream.BatchStreamProductionPlanEntry]#
ethos_penalps.utilities.to_dataclass_conversions.create_continuous_stream_production_plan_entry(data: pandas.DataFrame) list[ethos_penalps.stream.ContinuousStreamProductionPlanEntry]#
ethos_penalps.utilities.to_dataclass_conversions.create_process_step_production_plan_entry(data: pandas.DataFrame) list[ethos_penalps.data_classes.ProcessStepProductionPlanEntry]#
ethos_penalps.utilities.to_dataclass_conversions.create_storage_production_plan_entry(data: pandas.DataFrame) list[ethos_penalps.data_classes.StorageProductionPlanEntry]#
ethos_penalps.utilities.to_dataclass_conversions.create_process_step_production_plan_entry_with_stream_state(data: pandas.DataFrame) list[ethos_penalps.stream.ProcessStepProductionPlanEntryWithInputStreamState]#