X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/blast.git/blobdiff_plain/c8c1e24dac94abfacb78fb3b661c9a5dbbb0d86a..7b1c7e44123b9b2626205a89e27b2a4712ea30c6:/Graph.h diff --git a/Graph.h b/Graph.h index f3e9923..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; @@ -45,12 +45,12 @@ public: // others QList getOutsideInterfaces(); /*! - * \brief initPatterns - * initPatterns() crosses the graph and for each functional block, it computes + * \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. */ - bool createPatterns(); + void createPatterns() throw(Exception); void resetPatternComputed(); bool computeOutputPatterns(int nbExec);