@startuml interface DecisionAlgorithm { {abstract} forceNextMove(coords) {abstract} pickMove() {abstract} clearBoard() } @enduml