|
|
|
@ -433,15 +433,15 @@ package Data <<Database>> #ddd {
|
|
|
|
|
|
|
|
|
|
package Dice #fdb {
|
|
|
|
|
|
|
|
|
|
class NumberDieEntity $todo
|
|
|
|
|
|
|
|
|
|
class NumberDieExtensions <<static>> $todo
|
|
|
|
|
|
|
|
|
|
class DieEntity $inprogress
|
|
|
|
|
|
|
|
|
|
class DieExtensions <<static>> $inprogress
|
|
|
|
|
|
|
|
|
|
class DiceGroupDbManager $todo
|
|
|
|
|
|
|
|
|
|
class NumberFaceEntity $todo
|
|
|
|
|
class FaceEntity $inprogress
|
|
|
|
|
|
|
|
|
|
class NumberFaceExtensions <<static>> $todo
|
|
|
|
|
class FaceExtensions <<static>> $inprogress
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
package Games #daf {
|
|
|
|
@ -452,9 +452,9 @@ package Data <<Database>> #ddd {
|
|
|
|
|
|
|
|
|
|
class GameDbManager $todo
|
|
|
|
|
|
|
|
|
|
class TurnEntity $todo
|
|
|
|
|
class TurnEntity $done
|
|
|
|
|
|
|
|
|
|
class TurnExtensions <<static>> $todo
|
|
|
|
|
class TurnExtensions <<static>> $inprogress
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
package Players #bcf {
|
|
|
|
@ -483,14 +483,14 @@ DiceAppDbContext .left.|> ILoader
|
|
|
|
|
|
|
|
|
|
PlayerExtensions ..> PlayerEntity
|
|
|
|
|
|
|
|
|
|
NumberDieExtensions ..> NumberDieEntity
|
|
|
|
|
NumberFaceExtensions ..> NumberFaceEntity
|
|
|
|
|
DieExtensions ..> DieEntity
|
|
|
|
|
FaceExtensions ..> FaceEntity
|
|
|
|
|
|
|
|
|
|
GameExtensions ..> GameEntity
|
|
|
|
|
TurnExtensions ..> TurnEntity
|
|
|
|
|
|
|
|
|
|
DiceAppDbContext -down-> "[*]" PlayerEntity
|
|
|
|
|
DiceAppDbContext -right-> "[*]" NumberDieEntity
|
|
|
|
|
DiceAppDbContext -right-> "[*]" DieEntity
|
|
|
|
|
DiceAppDbContext -up-> "[*]" GameEntity
|
|
|
|
|
DiceAppDbContext --> "[*]" TurnEntity
|
|
|
|
|
|
|
|
|
@ -520,15 +520,15 @@ package Data <<Database>> #ddd {
|
|
|
|
|
|
|
|
|
|
package Dice #fdb {
|
|
|
|
|
|
|
|
|
|
class NumberDieEntity $todo
|
|
|
|
|
class DieEntity $inprogress
|
|
|
|
|
|
|
|
|
|
class NumberDieExtensions <<static>> $todo
|
|
|
|
|
class DieExtensions <<static>> $inprogress
|
|
|
|
|
|
|
|
|
|
class DiceGroupDbManager $todo
|
|
|
|
|
|
|
|
|
|
class NumberFaceEntity $todo
|
|
|
|
|
class FaceEntity $inprogress
|
|
|
|
|
|
|
|
|
|
class NumberFaceExtensions <<static>> $todo
|
|
|
|
|
class FaceExtensions <<static>> $inprogress
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
package Games #daf {
|
|
|
|
@ -539,9 +539,9 @@ package Data <<Database>> #ddd {
|
|
|
|
|
|
|
|
|
|
class GameDbManager $todo
|
|
|
|
|
|
|
|
|
|
class TurnEntity $todo
|
|
|
|
|
class TurnEntity $done
|
|
|
|
|
|
|
|
|
|
class TurnExtensions <<static>> $todo
|
|
|
|
|
class TurnExtensions <<static>> $inprogress
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
package Players #bcf {
|
|
|
|
@ -565,14 +565,14 @@ DiceAppDbContextWithStub -down-|> DiceAppDbContext
|
|
|
|
|
|
|
|
|
|
PlayerExtensions ..> PlayerEntity
|
|
|
|
|
|
|
|
|
|
NumberDieExtensions ..> NumberDieEntity
|
|
|
|
|
NumberFaceExtensions ..> NumberFaceEntity
|
|
|
|
|
DieExtensions ..> DieEntity
|
|
|
|
|
FaceExtensions ..> FaceEntity
|
|
|
|
|
|
|
|
|
|
GameExtensions ..> GameEntity
|
|
|
|
|
TurnExtensions ..> TurnEntity
|
|
|
|
|
|
|
|
|
|
DiceAppDbContext -down-> "[*]" PlayerEntity
|
|
|
|
|
DiceAppDbContext -right-> "[*]" NumberDieEntity
|
|
|
|
|
DiceAppDbContext -right-> "[*]" DieEntity
|
|
|
|
|
DiceAppDbContext -up-> "[*]" GameEntity
|
|
|
|
|
DiceAppDbContext -up-> "[*]" TurnEntity
|
|
|
|
|
|
|
|
|
@ -669,11 +669,11 @@ package Data <<Database>> #ddd {
|
|
|
|
|
|
|
|
|
|
package Dice #fdb {
|
|
|
|
|
|
|
|
|
|
class NumberDieEntity $todo
|
|
|
|
|
class DieEntity $inprogress
|
|
|
|
|
|
|
|
|
|
class DiceGroupDbManager $todo
|
|
|
|
|
|
|
|
|
|
class NumberFaceEntity $todo
|
|
|
|
|
class FaceEntity $inprogress
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
package Games #daf {
|
|
|
|
@ -682,7 +682,7 @@ package Data <<Database>> #ddd {
|
|
|
|
|
|
|
|
|
|
class GameDbManager $todo
|
|
|
|
|
|
|
|
|
|
class TurnEntity $todo
|
|
|
|
|
class TurnEntity $done
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
package Players #bcf {
|
|
|
|
@ -709,8 +709,8 @@ DiceAppDbContextWithStub --|> DiceAppDbContext
|
|
|
|
|
DiceAppDbContext --|> System.Data.Entity.DbContext
|
|
|
|
|
|
|
|
|
|
DiceAppDbContext --> "[*] /+Players" PlayerEntity
|
|
|
|
|
DiceAppDbContext --> "[*] /+Dice" NumberDieEntity
|
|
|
|
|
DiceAppDbContext --> "[*] /+Faces" NumberFaceEntity
|
|
|
|
|
DiceAppDbContext --> "[*] /+Dice" DieEntity
|
|
|
|
|
DiceAppDbContext --> "[*] /+Faces" FaceEntity
|
|
|
|
|
DiceAppDbContext -up-> "[*] /+Games" GameEntity
|
|
|
|
|
DiceAppDbContext -up-> "[*] /+Turns" TurnEntity
|
|
|
|
|
|
|
|
|
|