Salome HOME
NRI : -lSalomeLoggerServer replaced by -lSALOMELocalTrace according to bug KERNEL4778.
[modules/superv.git] / idl / SUPERV.idl
index cfe17a4fde62250f7721af72dce7d2ec0c684443..b78f1e40abe07a7e5e02dd2f127dd9bdc8c8c477 100644 (file)
@@ -1,22 +1,38 @@
-// File: SUPERV.idl
-// Created: Jan 03 2002
-// Author: Jean Rahuel
-// Project: SALOME
-// Copyright : CEA/DEN/DMSS/LGLS
-// $Header: 
+//  Copyright (C) 2003  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
+//  CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS 
+// 
+//  This library is free software; you can redistribute it and/or 
+//  modify it under the terms of the GNU Lesser General Public 
+//  License as published by the Free Software Foundation; either 
+//  version 2.1 of the License. 
+// 
+//  This library is distributed in the hope that it will be useful, 
+//  but WITHOUT ANY WARRANTY; without even the implied warranty of 
+//  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
+//  Lesser General Public License for more details. 
+// 
+//  You should have received a copy of the GNU Lesser General Public 
+//  License along with this library; if not, write to the Free Software 
+//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA 
+// 
+//  See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org 
+//
+//
+//
+//  File   : SUPERV.idl
+//  Author : Jean Rahuel
+//  $Header: 
 
 /*! \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 {
@@ -396,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();
 /*!
@@ -409,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 );
 
@@ -438,6 +454,10 @@ 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() ;
 
   } ;