x,y € [0,10]
This commit is contained in:
parent
608a4e0706
commit
13cfe513fe
2 changed files with 266 additions and 296 deletions
|
@ -62,6 +62,8 @@ attributes
|
|||
operations
|
||||
changerEtat(nouveauEtat: TypeCase)
|
||||
getEtat(): TypeCase
|
||||
constraints
|
||||
inv coordonne: x <= 10 and x > 0 and y > 0 and y <= 10
|
||||
end
|
||||
|
||||
class Bateau
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue