Salome HOME
refactoring calculation progress meth
[modules/yacs.git] / src / engine / ElementaryNode.hxx
index 843de41e12e8140931381c11ebe46ccb15dc8c77..07fe8a485a740b4fbe629e20246b23168bab3e05 100644 (file)
@@ -69,6 +69,7 @@ namespace YACS
       void getReadyTasks(std::vector<Task *>& tasks);
       void edRemovePort(Port *port) throw(Exception);
       std::list<ElementaryNode *> getRecursiveConstituents() const;
+      std::list<ProgressWeight> getProgressWeight() const;
       Node *getChildByName(const std::string& name) const throw(Exception);
       virtual void checkBasicConsistency() const throw(Exception);
       ComposedNode *getDynClonerIfExists(const ComposedNode *levelToStop) const;