Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Class Game Method: addPlayer(param Player)
メソッド addPlayer の不変条件を作成して、パラメーター Player が存在することを確認したいと思います。
例:
context Game::addPlayer(pl:Player) inv pl->exists( p : Player | p.playerID = pl.playerID )
構文が有効かどうかわからない