X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/blast.git/blobdiff_plain/561d4f45e60504cc9e041370dd908b002fe776a5..c85843afb9bd492b46d6fe87a8287157097483f5:/ReferenceBlock.h diff --git a/ReferenceBlock.h b/ReferenceBlock.h index ebd46c9..baa8aaf 100644 --- a/ReferenceBlock.h +++ b/ReferenceBlock.h @@ -65,6 +65,12 @@ private: // AbstractBlock interface public: void parametersValidation(QList* checkedBlocks, QList* blocksToConfigure); + +private: + // patterns + void checkInputPatternCompatibility() throw(Exception); + void computeOutputPattern(int nbExec = -1) throw(Exception); + void computeAdmittanceDelays() throw(Exception); }; #endif // __REFERENCEBLOCK_H__