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

ModelElement : add the methode getPosition

parent c78a359e
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 util.Position; import util.Position;
public interface ModelElement { public interface ModelElement {
public Position getPosition();
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment