X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2Fengine%2FSwitch.hxx;h=4d6670d131dba2134f34380df6b9e83e4545796a;hb=2d7ef9f9768a58b0f6ccbfa403d39ecf8b7356a3;hp=bc4b7460e8b7ccbb69f8704ed5f4ca51998c3149;hpb=b797825313f7af9fd691d137c7c6df4950e7de2c;p=modules%2Fyacs.git diff --git a/src/engine/Switch.hxx b/src/engine/Switch.hxx old mode 100755 new mode 100644 index bc4b7460e..4d6670d13 --- a/src/engine/Switch.hxx +++ b/src/engine/Switch.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2006-2014 CEA/DEN, EDF R&D +// Copyright (C) 2006-2015 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 @@ -111,11 +111,11 @@ namespace YACS virtual bool edAddChild(Node *DISOWNnode) throw(Exception); int getMaxCase(); void getReadyTasks(std::vector& tasks); - void selectRunnableTasks(std::vector& tasks); std::list edGetDirectDescendants() const; InputPort *edGetConditionPort() { return &_condition; } void writeDot(std::ostream &os) const; int getNumberOfInputPorts() const; + int getMaxLevelOfParallelism() const; void edRemoveChild(Node *node) throw(Exception); std::list getSetOfInputPort() const; std::list getLocalInputPorts() const;