]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc.core/src/main/java/org/argeo/slc/core/structure/tree/TreeSRelated.java
Remove unused DAOs
[gpl/argeo-slc.git] / org.argeo.slc.core / src / main / java / org / argeo / slc / core / structure / tree / TreeSRelated.java
index 8bf57efdd821bb1ec480bd0c7607a22a0447c572..43a145a4ed30d5eed0b0c35a5de4145978f5894a 100644 (file)
@@ -1,10 +1,13 @@
 package org.argeo.slc.core.structure.tree;\r
 \r
+import org.argeo.slc.core.structure.StructureAware;\r
 import org.argeo.slc.core.structure.StructureElement;\r
 import org.argeo.slc.core.structure.StructureRegistry;\r
 \r
-public interface TreeSRelated {\r
+public interface TreeSRelated extends StructureAware<TreeSPath> {\r
        public TreeSPath getBasePath();\r
+\r
        public StructureRegistry<TreeSPath> getRegistry();\r
+\r
        public StructureElement getStructureElement(String key);\r
 }\r