// public attributes
static int counter;
- bool checkInputPatternCompatibility();
- bool computeOutputPattern(int nbExec = -1);
+ void checkInputPatternCompatibility() throw(Exception);
+ void computeOutputPattern(int nbExec = -1) throw(Exception);
private:
// patterns