private:
// patterns
- void computeOutputPattern(int nbExec = -1);
+ void checkInputPatternCompatibility() throw(Exception);
+ void computeOutputPattern(int nbExec = -1) throw(Exception);
+ void computeAdmittanceDelays() throw(Exception);
};
#endif // __REFERENCEBLOCK_H__