7 #include "NodeInterface.h"
8 #include "GraphCommon.h"
22 std::vector<EdgeInterface *> &sons(
void);
23 int getId(
void){
return _id;}
32 std::vector<EdgeInterface*> _edges;
36 static int __current_id;
Classe représentant une Edge d'un Graph.
Definition: edge.hpp:24
Definition: NodeInterface.h:11
Definition: EdgeInterface.h:12
template interface for a graph
Definition: GraphInterface.h:13