class FunctionalBlock : public AbstractBlock {\r
public:\r
\r
- FunctionalBlock(GroupBlock* _parent, ReferenceBlock* _reference, bool createIfaces = true) throw(Exception);\r
+ FunctionalBlock(Graph* _graph, GroupBlock* _parent, ReferenceBlock* _reference, bool createIfaces = true) throw(Exception);\r
~FunctionalBlock();\r
// getters\r
inline ReferenceBlock* getReference() { return reference; }\r
\r
// testers\r
bool isFunctionalBlock();\r
- bool isStimuliBlock(); //! a stimuli block has no parent and has no data inputs\r
+ bool isStimuliBlock(); //! a stimuli block has no parent and is out of the top group\r
\r
// others\r
\r