SimulationPlan#

class hydromodpy.simulation.SimulationPlan(name, description, runs=<factory>)[source]#

Bases: object

Resolved execution schedule ready for runtime orchestration.

runs is intentionally ordered: the runner executes it sequentially without re-sorting or topological reconstruction.

Parameters:
is_empty()[source]#

Return True when the planner emitted no executable run.

Return type:

bool