1 #ifndef MHO_NODEINTERFACE_H
2 #define MHO_NODEINTERFACE_H
5 #include "GraphCommon.h"
20 virtual int getId(
void) =0;
31 #endif // MHO_NODEINTERFACE_H
Definition: NodeInterface.h:11
Definition: EdgeInterface.h:12
template interface for a graph
Definition: GraphInterface.h:13