示例#1
0
 def report_basin_inputs(self):
     """Report all current inputs of all basins in the network"""
     basin_list = []
     for node in self.nodes.list:
         for basin in node.basins:
             basin_list.append(basin)
     rp.report_object_list_inputs('Basins', basin_list)
     return
示例#2
0
 def report_basin_inputs(self):
     """Report all current inputs of all basins in the network"""
     basin_list = []
     for node in self.nodes.list:
         for basin in node.basins:
             basin_list.append(basin)
     rp.report_object_list_inputs('Basins', basin_list)
     return
示例#3
0
 def report_link_inputs(self):
     """Report all current inputs of all links in the network"""
     rp.report_object_list_inputs('Links', self.links.list)
     return
示例#4
0
 def report_node_inputs(self):
     """Report all current inputs of all nodes in the network"""
     rp.report_object_list_inputs('Nodes', self.nodes.list)
     return
示例#5
0
 def report_link_inputs(self):
     """Report all current inputs of all links in the network"""
     rp.report_object_list_inputs('Links', self.links.list)
     return
示例#6
0
 def report_node_inputs(self):
     """Report all current inputs of all nodes in the network"""
     rp.report_object_list_inputs('Nodes', self.nodes.list)
     return