50 #ifndef _SWITCHPORT_H_
51 #define _SWITCHPORT_H_
53 #include "../components/Node.h"
54 using namespace ::br::pucrio::telemidia::ncl::components;
56 #include "InterfacePoint.h"
67 namespace interfaces {
70 vector<Port*>* portList;
75 bool addPort(
Port* port);
76 bool containsMap(Node* node);
77 vector<Port*>* getPorts();
78 bool removePort(
Port* port);
88 #endif //_SWITCHPORT_H_
Definition: SwitchPort.h:68
Definition: InterfacePoint.h:61