Salome HOME
[EDF28974] : Move to python implementation of driver and integrate monitoring into...
[modules/yacs.git] / src / engine / Node.hxx
index 9955cb13e6285481cc73512bda1968abc8d26f6f..1e045a94bb3a829ea20507805d3be5696397a2c8 100644 (file)
@@ -129,6 +129,7 @@ namespace YACS
       bool exIsControlReady() const;
       std::list<Node *> getOutNodes() const;
       virtual void writeDot(std::ostream &os) const;
+      void writeDotInFile(const std::string& fileName) const;
       virtual void exUpdateState();
       virtual void exFailedState();
       virtual void exDisabledState();