string GetVarParameter (in string methodName);
/*!
- * Set list of parameters
- * \param theParameters is a string containing the notebook variables separated by ":" symbol,
- * used for Hypothesis creation
+ * \brief Store a hypothesis wrapping this not published one.
+ *
+ * This hyp, which has no own parameters but is published, is used to store variables
+ * defining parameters of this hypothesis.
*/
- // 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();
+ void SetHolderHypothesis(in SMESH::SMESH_Hypothesis hyp);
/*!
* Verify whether hypothesis supports given entity type