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

Private GIT Repository
changed sources to stimulis
[blast.git] / FunctionalBlock.h
index 8c469d5b2936d545eadd7c1baf4249f391dc8f07..ced4ab679d871b8f25abe5291f0512ed373c21bc 100644 (file)
@@ -46,7 +46,7 @@ public:
 \r
   // testers\r
   bool isFunctionalBlock();\r
 \r
   // testers\r
   bool isFunctionalBlock();\r
-  bool isSourceBlock(); //! a source block has no parent and has no data inputs\r
+  bool isStimuliBlock(); //! a stimuli block has no parent and has no data inputs\r
 \r
   // others\r
 \r
 \r
   // others\r
 \r
@@ -63,8 +63,8 @@ public:
   \r
   // patterns\r
   void createPatterns() throw(Exception); // called in Graph, before checking compatibility and computing output pattern\r
   \r
   // patterns\r
   void createPatterns() throw(Exception); // called in Graph, before checking compatibility and computing output pattern\r
-  void checkInputPatternCompatibility() throw(Exception);\r
-  void computeOutputPattern(int nbExec = -1) throw(Exception);\r
+  virtual void checkInputPatternCompatibility() throw(Exception);\r
+  virtual void computeOutputPattern(int nbExec = -1) throw(Exception);\r
   void computeAdmittanceDelays() throw(Exception); // compute differences between IP and admittance\r
 \r
 protected:\r
   void computeAdmittanceDelays() throw(Exception); // compute differences between IP and admittance\r
 \r
 protected:\r