Salome HOME
Rename the scenario functionality is implemented
[tools/siman.git] / Workspace / Siman-Common / src / org / splat / service / ScenarioService.java
index 939a0ef5c78d76c017a73c2e85daf3513c109b49..200d3a94d0106bd521df53a0ef65f967151f3435 100644 (file)
@@ -200,4 +200,10 @@ public interface ScenarioService {
         * @return true if removal succeeded
         */
        boolean removeKnowledgeElement(Scenario scenario, KnowledgeElement kelm);
+       
+       /**
+        * Rename the scenario.
+        * @param scenario - the scenario with a new title.
+        */
+       void renameScenario(final Scenario scenario);
 }