123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102 |
- #BlueJ package file
- dependency1.from=MainApplication
- dependency1.to=Pet
- dependency1.type=UsesDependency
- dependency2.from=MainApplication
- dependency2.to=Cat
- dependency2.type=UsesDependency
- dependency3.from=MainApplication
- dependency3.to=Dog
- dependency3.type=UsesDependency
- dependency4.from=MainApplication
- dependency4.to=Fish
- dependency4.type=UsesDependency
- dependency5.from=PetTest
- dependency5.to=Pet
- dependency5.type=UsesDependency
- dependency6.from=MainApplicationTest
- dependency6.to=MainApplication
- dependency6.type=UsesDependency
- dependency7.from=MainApplicationTest
- dependency7.to=Pet
- dependency7.type=UsesDependency
- editor.fx.0.height=721
- editor.fx.0.width=800
- editor.fx.0.x=254
- editor.fx.0.y=23
- editor.fx.1.height=721
- editor.fx.1.width=800
- editor.fx.1.x=448
- editor.fx.1.y=275
- objectbench.height=101
- objectbench.width=461
- package.divider.horizontal=0.6
- package.divider.vertical=0.8007380073800738
- package.editor.height=427
- package.editor.width=674
- package.editor.x=241
- package.editor.y=23
- package.frame.height=600
- package.frame.width=800
- package.numDependencies=7
- 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=MainApplicationTest
- target1.showInterface=false
- target1.type=UnitTestTargetJunit4
- target1.width=120
- target1.x=90
- target1.y=90
- target2.height=50
- target2.name=Cat
- target2.showInterface=false
- target2.type=ClassTarget
- target2.width=80
- target2.x=290
- target2.y=300
- target3.height=50
- target3.name=PetTest
- target3.showInterface=false
- target3.type=UnitTestTargetJunit4
- target3.width=80
- target3.x=320
- target3.y=160
- target4.height=50
- target4.name=Fish
- target4.showInterface=false
- target4.type=ClassTarget
- target4.width=80
- target4.x=480
- target4.y=300
- target5.height=50
- target5.name=Dog
- target5.showInterface=false
- target5.type=ClassTarget
- target5.width=80
- target5.x=90
- target5.y=300
- target6.association=PetTest
- target6.height=50
- target6.name=Pet
- target6.showInterface=false
- target6.type=ClassTarget
- target6.width=80
- target6.x=290
- target6.y=190
- target7.association=MainApplicationTest
- target7.height=50
- target7.name=MainApplication
- target7.showInterface=false
- target7.type=ClassTarget
- target7.width=120
- target7.x=60
- target7.y=120
|