]> AND Private Git Repository - blast.git/blobdiff - GroupBlock.h
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
pattern comput done
[blast.git] / GroupBlock.h
index 547159ef52199424ed410fb72de7275c9be3fad1..593b8541bde4b74008387e7ea68c90f31969ceff 100644 (file)
@@ -42,6 +42,7 @@ public:
   // public attributes
   static int counter;
 
   // public attributes
   static int counter;
 
+  bool computeOutputPattern(int nbExec = -1);
   
 private:    
   // patterns  
   
 private:    
   // patterns  
@@ -52,7 +53,7 @@ private:
    * found by taking the output pattern of the connectedFrom interface.
    */   
   void initInputPattern();
    * found by taking the output pattern of the connectedFrom interface.
    */   
   void initInputPattern();
-  bool computeOutputPattern(int nbExec = -1);
+  
   
   bool topGroup;  
   QList<AbstractBlock*> blocks; // contains instances of FunctionalBlock or GroupBlock that are children of this group
   
   bool topGroup;  
   QList<AbstractBlock*> blocks; // contains instances of FunctionalBlock or GroupBlock that are children of this group