wordle/src/package.bluej

133 lines
2.9 KiB
Plaintext
Raw Normal View History

2022-02-06 21:41:45 +01:00
#BlueJ package file
2022-02-10 11:12:17 +01:00
dependency1.from=DatabaseConnector
dependency1.to=QueryResult
2022-02-06 21:41:45 +01:00
dependency1.type=UsesDependency
2022-02-20 17:44:44 +01:00
dependency10.from=User
dependency10.to=DatabaseConnector
dependency10.type=UsesDependency
2022-02-10 11:12:17 +01:00
dependency2.from=DatabaseConnector
dependency2.to=Queue
2022-02-06 21:41:45 +01:00
dependency2.type=UsesDependency
2022-02-14 09:29:56 +01:00
dependency3.from=Server
dependency3.to=List
2022-02-06 21:41:45 +01:00
dependency3.type=UsesDependency
2022-02-20 17:44:44 +01:00
dependency4.from=Game
dependency4.to=WordleServer
2022-02-06 21:41:45 +01:00
dependency4.type=UsesDependency
2022-02-20 17:44:44 +01:00
dependency5.from=Game
dependency5.to=User
2022-02-06 21:41:45 +01:00
dependency5.type=UsesDependency
2022-02-20 17:44:44 +01:00
dependency6.from=Game
dependency6.to=DatabaseConnector
2022-02-06 21:41:45 +01:00
dependency6.type=UsesDependency
2022-02-20 17:44:44 +01:00
dependency7.from=WordleServer
dependency7.to=List
2022-02-06 21:41:45 +01:00
dependency7.type=UsesDependency
2022-02-20 17:44:44 +01:00
dependency8.from=WordleServer
dependency8.to=Game
dependency8.type=UsesDependency
2022-02-20 17:44:44 +01:00
dependency9.from=WordleServer
2022-02-14 09:29:56 +01:00
dependency9.to=DatabaseConnector
dependency9.type=UsesDependency
2022-03-02 13:25:21 +01:00
editor.fx.0.height=1026
editor.fx.0.width=1696
editor.fx.0.x=-8
editor.fx.0.y=-8
2022-02-20 17:51:49 +01:00
objectbench.height=153
2022-03-02 13:25:21 +01:00
objectbench.width=1656
2022-02-06 21:41:45 +01:00
package.divider.horizontal=0.6
2022-03-02 13:25:21 +01:00
package.divider.vertical=0.8272138228941684
package.editor.height=759
package.editor.width=1545
package.editor.x=0
package.editor.y=0
2022-03-02 13:25:21 +01:00
package.frame.height=1026
package.frame.width=1696
2022-02-20 17:44:44 +01:00
package.numDependencies=10
2022-03-02 13:25:21 +01:00
package.numTargets=11
2022-02-06 21:41:45 +01:00
package.showExtends=true
package.showUses=true
2022-02-14 09:29:56 +01:00
project.charset=windows-1252
2022-03-02 13:25:21 +01:00
readme.height=60
2022-02-06 21:41:45 +01:00
readme.name=@README
2022-03-02 13:25:21 +01:00
readme.width=49
2022-02-06 21:41:45 +01:00
readme.x=10
readme.y=10
2022-02-10 11:12:17 +01:00
target1.height=70
2022-03-02 13:25:21 +01:00
target1.name=Letter
2022-02-06 21:41:45 +01:00
target1.showInterface=false
target1.type=ClassTarget
2022-03-02 13:25:21 +01:00
target1.width=120
target1.x=10
target1.y=80
target10.height=70
target10.name=GUI
target10.showInterface=false
target10.type=ClassTarget
target10.width=120
target10.x=140
target10.y=150
target11.height=60
target11.name=Queue
target11.showInterface=false
target11.type=ClassTarget
target11.width=160
target11.x=100
target11.y=520
target2.height=70
target2.name=DatabaseConnector
2022-02-06 21:41:45 +01:00
target2.showInterface=false
target2.type=ClassTarget
2022-03-02 13:25:21 +01:00
target2.width=150
target2.x=180
target2.y=70
target3.height=60
target3.name=QueryResult
2022-02-06 21:41:45 +01:00
target3.showInterface=false
target3.type=ClassTarget
2022-03-02 13:25:21 +01:00
target3.width=100
target3.x=100
target3.y=600
target4.height=100
target4.name=Game
2022-02-06 21:41:45 +01:00
target4.showInterface=false
target4.type=ClassTarget
2022-03-02 13:25:21 +01:00
target4.width=180
target4.x=630
target4.y=340
2022-02-10 11:12:17 +01:00
target5.height=70
2022-03-02 13:25:21 +01:00
target5.name=User
2022-02-06 21:41:45 +01:00
target5.showInterface=false
2022-03-02 13:25:21 +01:00
target5.type=ClassTarget
target5.width=130
target5.x=900
target5.y=180
2022-02-10 11:12:17 +01:00
target6.height=70
2022-03-02 13:25:21 +01:00
target6.name=Server
2022-02-06 21:41:45 +01:00
target6.showInterface=false
2022-03-02 13:25:21 +01:00
target6.type=AbstractTarget
2022-02-20 17:44:44 +01:00
target6.width=110
2022-03-02 13:25:21 +01:00
target6.x=310
2022-02-20 17:44:44 +01:00
target6.y=500
2022-02-10 11:12:17 +01:00
target7.height=70
2022-03-02 13:25:21 +01:00
target7.name=WordleServer
2022-02-10 11:12:17 +01:00
target7.showInterface=false
target7.type=ClassTarget
2022-03-02 13:25:21 +01:00
target7.width=110
target7.x=480
target7.y=500
target8.height=70
target8.name=Guest
2022-02-10 11:12:17 +01:00
target8.showInterface=false
target8.type=ClassTarget
2022-03-02 13:25:21 +01:00
target8.width=130
target8.x=900
target8.y=310
2022-02-20 17:44:44 +01:00
target9.height=60
2022-03-02 13:25:21 +01:00
target9.name=List
2022-02-10 11:12:17 +01:00
target9.showInterface=false
target9.type=ClassTarget
2022-03-02 13:25:21 +01:00
target9.width=150
target9.x=560
target9.y=640