X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/blast.git/blobdiff_plain/48f48e6a26a54751ecd0ab90b10ab972cc5e89cd..2019e5afdaf7fd0ad21607848710348bbc3be256:/GroupBlock.h?ds=inline diff --git a/GroupBlock.h b/GroupBlock.h index 593b854..4a147ab 100644 --- a/GroupBlock.h +++ b/GroupBlock.h @@ -46,6 +46,13 @@ public: private: // patterns + /* NB: in opposition to FunctionalBlock, the input pattern and output pattern of a block + is not computed but just deduced from the output pattern of functional interfaces that + are connected to some block interfaces. Thus, there is no need to have an outputPattern QMap linking + interfaces and patterns as in FunctionalBlock. + Thus, the output patterns are directly set/retrieved from interfaces. + + */ /*! * \brief initInputPattern * Since input GroupInterface are just tunnels to input interfaces of inner blocks, they must