]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc/src/main/java/org/argeo/slc/core/structure/StructurePath.java
Add test result part
[gpl/argeo-slc.git] / org.argeo.slc / src / main / java / org / argeo / slc / core / structure / StructurePath.java
index 6df30499cc37e3c328db177468c8aaeb903cc8eb..452dc951472163d44783e9ac83ae51e0fe18507a 100644 (file)
@@ -1,5 +1,16 @@
 package org.argeo.slc.core.structure;\r
 \r
+/**\r
+ * Path allowing to uniquely identify a <code>StructureElement</code> within a\r
+ * registry.\r
+ * \r
+ * @see StructureElement\r
+ * @see StructurePath\r
+ */\r
 public interface StructurePath {\r
+       /**\r
+        * Unique representation as a string. Most implementation will also provide\r
+        * a mean to interpret this string.\r
+        */\r
        public String getAsUniqueString();\r
 }\r