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

Private GIT Repository
added patterns and started OP computation
[blast.git] / ReferenceBlock.h
index 324e2890d234ba7666f5cdea5a70e749ff77c4c5..2e34984d09dbd8f4ee7be82d15056224e31fc5bd 100644 (file)
@@ -56,6 +56,7 @@ private:
   void loadInformations(QDomElement &elt) throw(Exception);
   void loadParameters(QDomElement &elt) throw(Exception);
   void loadInterfaces(QDomElement &elt) throw(Exception);
+  void createInterfaceForParameters() throw(Exception);
 
   friend QDataStream &operator<<(QDataStream &out, const ReferenceBlock &b);
   friend QDataStream &operator>>(QDataStream &in, ReferenceBlock &b);
@@ -64,6 +65,10 @@ private:
   // AbstractBlock interface
 public:
   void parametersValidation(QList<AbstractBlock*>* checkedBlocks, QList<AbstractBlock*>* blocksToConfigure);
+  
+private:
+  // patterns
+  void computeOutputPattern(int nbExec = -1);
 };
 
 #endif // __REFERENCEBLOCK_H__