LinkRegistry ============ .. rubric:: *module* :mod:`wntr.network.model` .. currentmodule:: wntr.network.model .. autoclass:: LinkRegistry .. HACK -- the point here is that we don't want this to appear in the output, but the autosummary should still generate the pages. .. autosummary:: LinkRegistry.__call__ LinkRegistry.add_pipe LinkRegistry.add_pump LinkRegistry.add_usage LinkRegistry.add_valve LinkRegistry.check_valves LinkRegistry.clear LinkRegistry.clear_usage LinkRegistry.fcvs LinkRegistry.get LinkRegistry.get_usage LinkRegistry.gpvs LinkRegistry.head_pumps LinkRegistry.items LinkRegistry.keys LinkRegistry.orphaned LinkRegistry.pbvs LinkRegistry.pipes LinkRegistry.pop LinkRegistry.popitem LinkRegistry.power_pumps LinkRegistry.prvs LinkRegistry.psvs LinkRegistry.pumps LinkRegistry.remove_usage LinkRegistry.setdefault LinkRegistry.tcvs LinkRegistry.to_dict LinkRegistry.to_list LinkRegistry.unused LinkRegistry.update LinkRegistry.usage LinkRegistry.values LinkRegistry.valves .. HACK -- the point here is that we don't want this to appear in the output, but the autosummary should still generate the pages. .. autosummary:: LinkRegistry.fcv_names LinkRegistry.gpv_names LinkRegistry.head_pump_names LinkRegistry.pbv_names LinkRegistry.pipe_names LinkRegistry.power_pump_names LinkRegistry.prv_names LinkRegistry.psv_names LinkRegistry.pump_names LinkRegistry.tcv_names LinkRegistry.valve_names ~~~~~~~~~~~~~~~~~~~~~~~~~~~