]> SALOME platform Git repositories - modules/yacs.git/blobdiff - src/engine/Bloc.hxx
Salome HOME
First version of alg for max level of parallelism computation.
[modules/yacs.git] / src / engine / Bloc.hxx
index 0bd35120d27a6d7bf648a66e6675705d0d623e97..18a0dfd76dded192fd69e0ed461b44d8b8bc0a38 100644 (file)
@@ -51,6 +51,7 @@ namespace YACS
       void edRemoveChild(Node *node) throw(Exception);
       std::list<Node *> getChildren() const { return _setOfNode; }
       std::list<Node *> edGetDirectDescendants() const { return _setOfNode; }
+      std::vector< std::list<Node *> > splitIntoIndependantGraph() const;
       Node *getChildByShortName(const std::string& name) const throw(Exception);
       virtual void writeDot(std::ostream &os) const;
       void accept(Visitor *visitor);