Thu, 11 Nov 2004 11:12:42 +0000UndirFullGraphBase is added
deba [Thu, 11 Nov 2004 11:12:42 +0000] rev 983
UndirFullGraphBase is added
It is a graph base which contains only one way directed edges in a full graph.

Thu, 11 Nov 2004 10:29:25 +0000mappable_graph_extender.h erased
deba [Thu, 11 Nov 2004 10:29:25 +0000] rev 982
mappable_graph_extender.h erased

the map extenders are moved to the map implementation headers

Thu, 11 Nov 2004 10:17:20 +0000maxUndirEdgeId modified to maxId(UndirEdge)
deba [Thu, 11 Nov 2004 10:17:20 +0000] rev 981
maxUndirEdgeId modified to maxId(UndirEdge)
maxEdgeId modified to maxId(Edge)

Thu, 11 Nov 2004 09:31:55 +0000maxNodeId() and maxEdgeId() changed to maxId(Node) and maxId(Edge)
deba [Thu, 11 Nov 2004 09:31:55 +0000] rev 980
maxNodeId() and maxEdgeId() changed to maxId(Node) and maxId(Edge)
getNodeObserverRegistry() and getEdgeObserverRegistry() changed to
getObserverRegistry(Node) and getObserverRegistry(Edge)

IdMappableGraphExtender erased