Salome HOME
[EDF28020] Fix nested foreach-switch.
[modules/yacs.git] / src / engine / Scheduler.hxx
index ed58e07ef623c212aabc72d6f392009077b466d0..e7290c3480758ca85b871a785ee55385d8d588f9 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2006-2020  CEA/DEN, EDF R&D
+// Copyright (C) 2006-2022  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
@@ -49,6 +49,8 @@ namespace YACS
       virtual bool isPlacementPredictableB4Run() const = 0;
       virtual bool isMultiplicitySpecified(unsigned& value) const = 0;
       virtual void forceMultiplicity(unsigned value) = 0;
+      virtual void setProperty(const std::string& name,const std::string& value)=0;
+      virtual std::string getProperty(const std::string& name)=0;
       virtual ~Scheduler();
     };
   }