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 / StudyService.java
index e8d8c6fd8258980f30b3c0074c42f0a1e66224e1..d697bb41a75de5ff4eb6fc9b5d8bef9273b3b879 100644 (file)
@@ -29,6 +29,8 @@ public interface StudyService {
 
        public int generateLocalIndex(Study aStudy);
 
+       public Study selectStudy(int index);
+
        public Study createStudy(Study.Properties sprop)
                        throws MissedPropertyException, InvalidPropertyException,
                        MultiplyDefinedException, RuntimeException;