Salome HOME
Copyrights update 2013
[modules/smesh.git] / idl / SMESH_Hypothesis.idl
index 9fe17a1bf17691c4de83f72b3c803a03f794736f..673c74700b0c7685e39a24b7ce88adefc7ee2fb5 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2011  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2013  CEA/DEN, EDF R&D, OPEN CASCADE
 //
 // Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
 // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
@@ -22,7 +22,6 @@
 
 //  File   : SMESH_Hypothesis.idl
 //  Author : Paul RASCLE, EDF
-//  $Header$
 //
 #ifndef _SMESH_HYPOTHESIS_IDL_
 #define _SMESH_HYPOTHESIS_IDL_
@@ -61,33 +60,49 @@ module SMESH
     long GetId();
 
     /*!
-     *  Set list of parameters
-     *  \param theParameters is a string containing the notebook variables separated by ":" symbol,
+     *  Set the variable parameter
+     *  \param parameter is a string containing the notebook variable
      *         used for Hypothesis creation
+     *  \param method is a name of Hypothesis method setting this parameter
+     *
+     *  This method must be called before calling method()
      */
-    void SetParameters (in string theParameters);
-
-    /*!
-     *  Return list of notebook variables used for Hypothesis creation separated by ":" symbol
-     */
-    string GetParameters();
+    void SetVarParameter (in string parameter, in string method);
 
     /*!
-     *  Return list of last notebook variables used for Hypothesis creation.
+     *  Return the variable parameter used for Hypothesis creation by name of method
+     *  setting this parameter
      */
-    ListOfParameters GetLastParameters();
+    string GetVarParameter (in string methodName);
 
     /*!
      *  Set list of parameters
-     *  \param theParameters is a string containing the last notebook variables separated by ":" symbol,
+     *  \param theParameters is a string containing the notebook variables separated by ":" symbol,
      *         used for Hypothesis creation
      */
-    void SetLastParameters(in string theParameters);
+    // void SetParameters (in string theParameters);
+
+    // /*!
+    //  *  Return list of notebook variables used for Hypothesis creation separated by ":" symbol
+    //  */
+    // string GetParameters();
+
+    // /*!
+    //  *  Return list of last notebook variables used for Hypothesis creation.
+    //  */
+    // ListOfParameters GetLastParameters();
+
+    // /*!
+    //  *  Set list of parameters
+    //  *  \param theParameters is a string containing the last notebook variables separated by ":" symbol,
+    //  *         used for Hypothesis creation
+    //  */
+    // void SetLastParameters(in string theParameters);
     
-    /*!
-     * Clear parameters list
-     */
-    void ClearParameters();
+    // /*!
+    //  * Clear parameters list
+    //  */
+    // void ClearParameters();
 
     /*!
      * Verify whether hypothesis supports given entity type