]> SALOME platform Git repositories - modules/superv.git/blobdiff - idl/SUPERV.idl
Salome HOME
NRI : Merge from 1.2c.
[modules/superv.git] / idl / SUPERV.idl
index c92b7bfe11e2a74e407f98d39db97e33617a61ec..b78f1e40abe07a7e5e02dd2f127dd9bdc8c8c477 100644 (file)
 
 /*! \file SUPERV.idl This file contains a set of interfaces of the %SUPERVISION module
 */
-/*!
- \defgroup Supervision SALOME SUPERVISION module
-*/
+
 #ifndef __SUPERV_IDL__
 #define __SUPERV_IDL__
 
 #include "SALOME_ModuleCatalog.idl"
 #include "SALOME_Component.idl"
 #include "SALOMEDS.idl"
-/*! \ingroup Supervision
+/*! 
  The main package of interfaces of %SUPERVISION module
 */
 module SUPERV {
@@ -414,7 +412,7 @@ Returns the current state of the graph.
     boolean Resume();
 
 /*!
- Restarts execution of the node(graph).
+ Restarts execution of the node.
 */
     boolean ReRun();
 /*!
@@ -427,7 +425,7 @@ Restarts execution of the graph beginning from a definite node.
 */ 
     boolean ReStart();
 /*!
-Restarts and suspends execution of the graph beginning from a definite node.
+Restarts and suspends execution of the graph beginning from a defined node.
 */
     boolean ReStartAt( in string aNodeName );
 
@@ -456,7 +454,9 @@ Returns the position of the node along X-axis.
 Returns the position of the node along Y-axis.
 */
     long Y() ;
-
+/*! 
+Returns the Cpu used by a node in seconds.
+*/
     long CpuUsed() ;
 
   } ;