Salome HOME
Copyright update 2021
[modules/yacs.git] / src / engine / StaticDefinedComposedNode.hxx
index 03c8ac512dbcaa1034d6ed368777b7e13dc739d8..87f4a62e8fb1f31d4df826a66271b8c4ccb429e7 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2006-2014  CEA/DEN, EDF R&D
+// Copyright (C) 2006-2021  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
@@ -40,6 +40,7 @@ namespace YACS
       bool isPlacementPredictableB4Run() const;
       bool isMultiplicitySpecified(unsigned& value) const;
       void forceMultiplicity(unsigned value);
+      void selectRunnableTasks(std::vector<Task *>& tasks);
     protected:
       void checkControlDependancy(OutPort *start, InPort *end, bool cross,
                                   std::map < ComposedNode *,  std::list < OutPort * >, SortHierarc >& fw,