X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/blast.git/blobdiff_plain/0d3590739ff5a4ca9e87c052ac142f5d1d3a68ab..7b1c7e44123b9b2626205a89e27b2a4712ea30c6:/Graph.h diff --git a/Graph.h b/Graph.h index 7be35c2..03d1882 100644 --- a/Graph.h +++ b/Graph.h @@ -10,7 +10,7 @@ class GroupBlock; class ReferenceBlock; class FunctionalBlock; class AbstractInterface; - +class Exception; using namespace std; using namespace Qt; @@ -43,7 +43,16 @@ public: bool removeSourceBlock(FunctionalBlock* block); // others - QList getOutsideInterfaces(); + QList getOutsideInterfaces(); + /*! + * \brief createPatterns + * createPatterns() 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. + */ + void createPatterns() throw(Exception); + void resetPatternComputed(); + bool computeOutputPatterns(int nbExec); private: