Skip to content
Snippets Groups Projects
Commit b5eece0a authored by Sarah CHERCHEM's avatar Sarah CHERCHEM
Browse files

BoardProperties : Add the methode setState

parent 8b6150f7
No related branches found
No related tags found
No related merge requests found
......@@ -8,4 +8,5 @@ public interface BoardProperties {
int rowCount(); // Nombre de lignes.
int columnCount(); // Nombre de colonnes.
List<ModelElement> getState(Position position); // État des éléments sur une position donnée.
void setState(List<ModelElement> state, Position position);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment