]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc/src/main/java/org/argeo/slc/core/structure/StructureElement.java
Simplify structure framework
[gpl/argeo-slc.git] / org.argeo.slc / src / main / java / org / argeo / slc / core / structure / StructureElement.java
index b7400d58ad31ebef723eecfa703b7a9d5f6c8d79..708fbc74ec526a9102a030e24df16be62d7c718b 100644 (file)
@@ -2,9 +2,6 @@ package org.argeo.slc.core.structure;
 \r
 /** Atomic element holding the reference to the element which is structured. */\r
 public interface StructureElement {\r
-       /** Path to this element. */\r
-       public StructurePath getPath();\r
-\r
        /** Description of this element. */\r
        public String getDescription();\r
 }\r