X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2Fengine%2FSwitch.hxx;h=4d6670d131dba2134f34380df6b9e83e4545796a;hb=2d7ef9f9768a58b0f6ccbfa403d39ecf8b7356a3;hp=5d0ccb7175c455644b8939808ca95d279e8fc4b2;hpb=5e3d4c34b008ce0726db84073c523ef58441a3c5;p=modules%2Fyacs.git diff --git a/src/engine/Switch.hxx b/src/engine/Switch.hxx index 5d0ccb717..4d6670d13 100644 --- 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 @@ -115,6 +115,7 @@ namespace YACS 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;