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

Private GIT Repository
corrected some warnings
[blast.git] / ReferenceBlock.h
index ebd46c93d4f07d644105a169eafa1024531c271d..b1ebd84808940c4fcdc2656dfc11f7f19f8a952e 100644 (file)
@@ -65,6 +65,11 @@ private:
   // AbstractBlock interface
 public:
   void parametersValidation(QList<AbstractBlock*>* checkedBlocks, QList<AbstractBlock*>* blocksToConfigure);
+  
+private:
+  // patterns
+  void checkInputPatternCompatibility() throw(Exception);
+  void computeOutputPattern(int nbExec = -1) throw(Exception);
 };
 
 #endif // __REFERENCEBLOCK_H__