X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2Fengine%2FForLoop.hxx;h=7597a34b0023b7b8c7253c2d97dfc0eeefa2a7c2;hb=0243f55b2c630fdc91ff284499c33337d3630afe;hp=762253c9fdcefed4e0a67e13638abd13e857c2ea;hpb=216c15bc1ec59372c7313d273cc0fa1d206a68d4;p=modules%2Fyacs.git diff --git a/src/engine/ForLoop.hxx b/src/engine/ForLoop.hxx index 762253c9f..7597a34b0 100644 --- a/src/engine/ForLoop.hxx +++ b/src/engine/ForLoop.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2006-2014 CEA/DEN, EDF R&D +// Copyright (C) 2006-2016 CEA/DEN, EDF R&D // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -55,6 +55,9 @@ namespace YACS OutputPort *edGetIndexPort() { return &_indexPort; } virtual std::string typeName() {return "YACS__ENGINE__ForLoop";} std::string getProgress() const; + std::list getProgressWeight() const; + int getNbSteps() const; + protected: YACS::Event updateStateOnFinishedEventFrom(Node *node); void checkCFLinks(const std::list& starts, InputPort *end, unsigned char& alreadyFed,