- GroupInterface *inter = new GroupInterface(owner,name,direction);
- inter->setWidth(width);
- inter->setDirection(direction);
- inter->setPurpose(purpose);
- inter->connectFrom(NULL);
-
+ GroupInterface *inter = new GroupInterface(owner,name,direction, purpose);
+ inter->setWidth(width);