X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/blast.git/blobdiff_plain/0d3590739ff5a4ca9e87c052ac142f5d1d3a68ab..2019e5afdaf7fd0ad21607848710348bbc3be256:/Graph.h diff --git a/Graph.h b/Graph.h index 7be35c2..f3e9923 100644 --- a/Graph.h +++ b/Graph.h @@ -43,7 +43,16 @@ public: bool removeSourceBlock(FunctionalBlock* block); // others - QList getOutsideInterfaces(); + QList getOutsideInterfaces(); + /*! + * \brief initPatterns + * initPatterns() crosses the graph and for each functional block, it computes + * the consumptionPattern, the productionPattern, the production counter and delta + * using the parameters fo the block. + */ + bool createPatterns(); + void resetPatternComputed(); + bool computeOutputPatterns(int nbExec); private: