Package visgraph :: Module graphcore
[hide private]
[frames] | no frames]

Module graphcore

source code

Graphcore contains all the base graph manipulation objects.

Classes [hide private]
  Graph
The base Graph object implements a simple nodes and edges graph.
  HierarchicalGraph
An extension to the graph base which implements the idea of hierarchy keeping a weight relationship based on the added edges.
Variables [hide private]
  __package__ = 'visgraph'