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

Private GIT Repository
added new project dialog
[blast.git] / ReferenceBlock.h
index 8212fcd5afb75117b840733d375d4dfb2bd5ff24..baa8aaffa78d2bd90164c9358c399f588c451cbc 100644 (file)
@@ -68,8 +68,9 @@ public:
   
 private:
   // patterns
-  bool checkInputPatternCompatibility();
-  bool computeOutputPattern(int nbExec = -1);
+  void checkInputPatternCompatibility() throw(Exception);
+  void computeOutputPattern(int nbExec = -1) throw(Exception);
+  void computeAdmittanceDelays() throw(Exception);
 };
 
 #endif // __REFERENCEBLOCK_H__