first commit

This commit is contained in:
Boris
2024-01-15 20:14:10 +00:00
commit 8c81ee28b7
3106 changed files with 474415 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
#BlueJ class context
comment0.params=bricksInPlane\ height
comment0.target=Pallet(int,\ int)
comment0.text=\n\ Create\ a\ pallet\ with\ a\ given\ number\ of\ bricks.\n\ @param\ bricksInPlane\ The\ number\ of\ bricks\ in\ each\ level\ on\ the\ base.\n\ @param\ height\ The\ number\ of\ bricks\ stacked\ on\ top\ of\ each\ other.\n
comment1.params=
comment1.target=double\ getWeight()
comment1.text=\n\ @return\ The\ weight\ of\ the\ pallet\ (in\ kg)\n
comment2.params=
comment2.target=double\ getHeight()
comment2.text=\n\ @return\ The\ height\ of\ this\ stack\ (in\ cm)\n
numComments=3