class ReferenceBlock;
class FunctionalBlock;
class AbstractInterface;
+#include "Exception.h"
class Exception;
using namespace std;
using namespace Qt;
// methods for group blocks
GroupBlock* createChildGroupBlock(GroupBlock* parent);
- bool removeGroupBlock(GroupBlock *group);
+ void removeGroupBlock(GroupBlock *group);
GroupBlock* getGroupBlockByName(QString name);
// methods for functional blocks
*/
void createPatterns() throw(Exception);
void resetPatternComputed();
- bool computeOutputPatterns(int nbExec);
+ void computeOutputPatterns(int nbExec) throw(Exception);
private: