53 #include "../components/NodeEntity.h"
54 using namespace ::br::pucrio::telemidia::ncl::components;
56 #include "InterfacePoint.h"
66 namespace interfaces {
73 Port(
string id, Node* someNode,
79 virtual Node* getEndNode();
81 vector<Node*>* getMapNodeNesting();
83 void setNode(Node* someNode);
Definition: InterfacePoint.h:61