Salome HOME
Debug
[modules/smesh.git] / src / SMESH_I / SMESH_Hypothesis_i.hxx
index 6add2c26395942ece9a98bd210519911cdec70a8..939c55c3a5013986a945eb52b04adc6fab29ac65 100644 (file)
@@ -65,13 +65,13 @@ public:
   // Get unique id of hypothesis
   CORBA::Long GetId();
   
-  // ...
+  // Get internal entry of hypothesis
   virtual char* GetEntry();
 
-  // ...
+  // Get name of the component
   virtual char* GetComponent();
 
-  // ...
+  // Get validity status of hypothesis
   virtual CORBA::Boolean IsValid();
 
   // Set list of parameters, used for Hypothesis creation
@@ -80,9 +80,12 @@ public:
   // Return list of notebook variables used for Hypothesis creation
   virtual SALOME::StringArray* GetParameters();
 
-  // ...
+  // Update hypothesis according to the SALOME Notebook
   virtual void Update( SALOME::Notebook_ptr theNotebook );
 
+  // Update string attribute of hypothesis
+  virtual void UpdateStringAttribute();
+
   //Return true if hypothesis was published in study
   bool IsPublished();