// public attributes
static int counter;
+ bool computeOutputPattern(int nbExec = -1);
private:
// patterns
* found by taking the output pattern of the connectedFrom interface.
*/
void initInputPattern();
- bool computeOutputPattern(int nbExec = -1);
+
bool topGroup;
QList<AbstractBlock*> blocks; // contains instances of FunctionalBlock or GroupBlock that are children of this group