Skip to content
Snippets Groups Projects
Commit 3d6e743a authored by AREZKI Celia's avatar AREZKI Celia
Browse files

ElementFactory : add the methode createElements and getCount

parent 086e757c
No related branches found
No related tags found
No related merge requests found
...@@ -3,5 +3,6 @@ package model; ...@@ -3,5 +3,6 @@ package model;
import java.util.List; import java.util.List;
public interface ElementFactory<T extends ModelElement> { public interface ElementFactory<T extends ModelElement> {
List<T> createElements(int rowCount, int columnCount);
int getCount();
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment