Salome HOME
Fixed: adding a knowledge element (but there is still a double addition), opening...
[tools/siman.git] / Workspace / Siman-Common / src / org / splat / service / KnowledgeElementService.java
index 5ccb94c0bb49db0549f684513d1a1157b3add3c1..12cdc275274c3a65aae6654514e454912b32ee96 100644 (file)
@@ -26,4 +26,6 @@ public interface KnowledgeElementService {
 
        public void rename(KnowledgeElement knowledgeElement, String title)
                        throws InvalidPropertyException;
+
+       public KnowledgeElement selectKnowledgeElement(int index);
 }