X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/blast.git/blobdiff_plain/3bcfe4df6fdde086eb1b59f7a0173358170174a1..8fb3c55ee009a11db5e1c08a4cfb286979412745:/FunctionalBlock.h?ds=sidebyside diff --git a/FunctionalBlock.h b/FunctionalBlock.h index 8c469d5..ced4ab6 100644 --- a/FunctionalBlock.h +++ b/FunctionalBlock.h @@ -46,7 +46,7 @@ public: // testers bool isFunctionalBlock(); - bool isSourceBlock(); //! a source block has no parent and has no data inputs + bool isStimuliBlock(); //! a stimuli block has no parent and has no data inputs // others @@ -63,8 +63,8 @@ public: // patterns void createPatterns() throw(Exception); // called in Graph, before checking compatibility and computing output pattern - void checkInputPatternCompatibility() throw(Exception); - void computeOutputPattern(int nbExec = -1) throw(Exception); + virtual void checkInputPatternCompatibility() throw(Exception); + virtual void computeOutputPattern(int nbExec = -1) throw(Exception); void computeAdmittanceDelays() throw(Exception); // compute differences between IP and admittance protected: