X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2Fengine%2FSwitch.hxx;h=4d6670d131dba2134f34380df6b9e83e4545796a;hb=2d7ef9f9768a58b0f6ccbfa403d39ecf8b7356a3;hp=bc80388a416c02429bae2126d83dce8be58fa3c1;hpb=f3b2b68ffecc5033287a7a255c8507f8989fb87f;p=modules%2Fyacs.git diff --git a/src/engine/Switch.hxx b/src/engine/Switch.hxx index bc80388a4..4d6670d13 100644 --- a/src/engine/Switch.hxx +++ b/src/engine/Switch.hxx @@ -1,9 +1,9 @@ -// Copyright (C) 2006-2013 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 // License as published by the Free Software Foundation; either -// version 2.1 of the License. +// version 2.1 of the License, or (at your option) any later version. // // This library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -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;