#BlueJ class context comment0.target=class\ WaterWay comment0.text=I\ represent\ a\ waterway,\ e.g.\ a\ river,\ creak,\ or\ a\ stream\nEn\ \u00C5,\ b\u00E6k\ eller\ gr\u00F8ft\n\n comment1.target=source comment10.target=tributaries comment11.params= comment11.target=double\ totalLength() comment11.text=Return\ the\ total\ length\ og\ this\ waterway\ and\ all\ its\ tributaries\ \n comment12.params=index comment12.target=WaterWay\ getTributary(int) comment12.text=indexed\ accessor\ \n comment2.params=name\ length\ source comment2.target=WaterWay(String,double,WaterSource) comment3.params=ww comment3.target=double\ totalLitersPrHour(WaterWay) comment3.text=Return\ the\ total\ waterPrHour\ for\ the\ waterway\ given\ as\ parameter.\nNotice,\ this\ is\ a\ static\ method,\ to\ illustrate\ recursion\ with\ the\ outset\nin\ a\ parameter.\n\n comment4.target=name comment5.target=length comment6.params=ww comment6.target=void\ addTributary(WaterWay) comment6.text=Add\ a\ tributary\ to\ this\ waterway.\ A\ max\ of\ 20\ can\ be\ added\ \n comment7.target=numberOfTributaries comment8.params= comment8.target=int\ getNumberOfTributaries() comment8.text=accessor\ \n comment9.params= comment9.target=WaterSource\ getSource() comment9.text=accessor\ \n numComments=13