@ -5,13 +5,15 @@ package "Boards" {
class Cell
}
package "Tests" {
interface testI
class testC
package "Games" {
class Game
interface IPlayer
interface IRules
Board ..> Cell
Cell ..> Board
Cell <--* Board
IPlayer --|> Game
IRules --|> Game
Boards ..> Tests : <<access>>
@enduml