X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/blast.git/blobdiff_plain/cfe8322b50c9ef08ffbc3e52b0849bca4cd1d0bf..48f48e6a26a54751ecd0ab90b10ab972cc5e89cd:/GroupBlock.h diff --git a/GroupBlock.h b/GroupBlock.h index 0aeb006..593b854 100644 --- a/GroupBlock.h +++ b/GroupBlock.h @@ -42,6 +42,7 @@ public: // public attributes static int counter; + bool computeOutputPattern(int nbExec = -1); private: // patterns @@ -52,7 +53,7 @@ private: * found by taking the output pattern of the connectedFrom interface. */ void initInputPattern(); - void computeOutputPattern(int nbExec = -1); + bool topGroup; QList blocks; // contains instances of FunctionalBlock or GroupBlock that are children of this group