forked from IF-LK-2020/breitensuche
105 lines
2.3 KiB
Plaintext
105 lines
2.3 KiB
Plaintext
#BlueJ package file
|
|
dependency1.from=Graph
|
|
dependency1.to=List
|
|
dependency1.type=UsesDependency
|
|
dependency10.from=Breitensuche
|
|
dependency10.to=List
|
|
dependency10.type=UsesDependency
|
|
dependency2.from=Graph
|
|
dependency2.to=Vertex
|
|
dependency2.type=UsesDependency
|
|
dependency3.from=Graph
|
|
dependency3.to=Edge
|
|
dependency3.type=UsesDependency
|
|
dependency4.from=Edge
|
|
dependency4.to=Vertex
|
|
dependency4.type=UsesDependency
|
|
dependency5.from=BreitensucheTest
|
|
dependency5.to=Breitensuche
|
|
dependency5.type=UsesDependency
|
|
dependency6.from=Breitensuche
|
|
dependency6.to=Graph
|
|
dependency6.type=UsesDependency
|
|
dependency7.from=Breitensuche
|
|
dependency7.to=Vertex
|
|
dependency7.type=UsesDependency
|
|
dependency8.from=Breitensuche
|
|
dependency8.to=Edge
|
|
dependency8.type=UsesDependency
|
|
dependency9.from=Breitensuche
|
|
dependency9.to=Queue
|
|
dependency9.type=UsesDependency
|
|
editor.fx.0.height=0
|
|
editor.fx.0.width=0
|
|
editor.fx.0.x=0
|
|
editor.fx.0.y=0
|
|
objectbench.height=193
|
|
objectbench.width=2536
|
|
package.divider.horizontal=0.6
|
|
package.divider.vertical=0.8480243161094225
|
|
package.editor.height=1109
|
|
package.editor.width=2425
|
|
package.editor.x=0
|
|
package.editor.y=0
|
|
package.frame.height=1416
|
|
package.frame.width=2576
|
|
package.numDependencies=10
|
|
package.numTargets=7
|
|
package.showExtends=true
|
|
package.showUses=true
|
|
project.charset=UTF-8
|
|
readme.height=58
|
|
readme.name=@README
|
|
readme.width=47
|
|
readme.x=10
|
|
readme.y=10
|
|
target1.height=50
|
|
target1.name=BreitensucheTest
|
|
target1.showInterface=false
|
|
target1.type=UnitTestTargetJunit4
|
|
target1.width=130
|
|
target1.x=990
|
|
target1.y=540
|
|
target2.height=50
|
|
target2.name=Vertex
|
|
target2.showInterface=false
|
|
target2.type=ClassTarget
|
|
target2.width=80
|
|
target2.x=800
|
|
target2.y=400
|
|
target3.height=50
|
|
target3.name=Graph
|
|
target3.showInterface=false
|
|
target3.type=ClassTarget
|
|
target3.width=80
|
|
target3.x=650
|
|
target3.y=450
|
|
target4.height=50
|
|
target4.name=Breitensuche
|
|
target4.showInterface=false
|
|
target4.type=ClassTarget
|
|
target4.width=100
|
|
target4.x=870
|
|
target4.y=610
|
|
target5.height=50
|
|
target5.name=List
|
|
target5.showInterface=false
|
|
target5.type=ClassTarget
|
|
target5.width=150
|
|
target5.x=730
|
|
target5.y=510
|
|
target6.height=50
|
|
target6.name=Edge
|
|
target6.showInterface=false
|
|
target6.type=ClassTarget
|
|
target6.width=80
|
|
target6.x=720
|
|
target6.y=340
|
|
target7.height=50
|
|
target7.name=Queue
|
|
target7.showInterface=false
|
|
target7.type=ClassTarget
|
|
target7.width=160
|
|
target7.x=720
|
|
target7.y=280
|