Salome HOME
Refactoring
[modules/smesh.git] / src / SMESH_I / SMESH_Hypothesis_i.hxx
index 7f738567e3723a04c9f1379a8f7713b0be476009..6add2c26395942ece9a98bd210519911cdec70a8 100644 (file)
@@ -65,12 +65,24 @@ public:
   // Get unique id of hypothesis
   CORBA::Long GetId();
   
+  // ...
+  virtual char* GetEntry();
+
+  // ...
+  virtual char* GetComponent();
+
+  // ...
+  virtual CORBA::Boolean IsValid();
+
   // Set list of parameters, used for Hypothesis creation
   virtual void SetParameters( SALOME::Notebook_ptr theNotebook, const SALOME::StringArray& theParameters );
   
   // Return list of notebook variables used for Hypothesis creation
   virtual SALOME::StringArray* GetParameters();
 
+  // ...
+  virtual void Update( SALOME::Notebook_ptr theNotebook );
+
   //Return true if hypothesis was published in study
   bool IsPublished();