X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/blast.git/blobdiff_plain/2019e5afdaf7fd0ad21607848710348bbc3be256..84eeae848c9d322ea4c935b8ec7338f69becbc10:/GroupBlock.h?ds=inline diff --git a/GroupBlock.h b/GroupBlock.h index 4a147ab..27e43cc 100644 --- a/GroupBlock.h +++ b/GroupBlock.h @@ -42,6 +42,7 @@ public: // public attributes static int counter; + bool checkInputPatternCompatibility(); bool computeOutputPattern(int nbExec = -1); private: @@ -54,12 +55,12 @@ private: */ /*! - * \brief initInputPattern + * \brief createInputPattern * Since input GroupInterface are just tunnels to input interfaces of inner blocks, they must * have an output pattern that can be provided to inner interfaces. That outpu pattern is just * found by taking the output pattern of the connectedFrom interface. */ - void initInputPattern(); + void createInputPattern(); bool topGroup;