Table of Contents

Class: WeightedGraphInformer ./GraphUtil.py

Provides information about weighted edges and vertices of a graph. Used as argument for GraphDisplay.RegisterGraphInformer()

Base Classes   
GraphInformer
Methods   
EdgeInfo
__init__
  EdgeInfo 
EdgeInfo (
        self,
        tail,
        head,
        )

Provide an info text for weighted edge (tail,head)

  __init__ 
__init__ (
        self,
        G,
        weightDesc="weight",
        )

G is the graph we want to supply information about and weightDesc a textual interpretation of the weight


Table of Contents

This document was automatically generated on Fri Mar 15 11:15:02 2002 by HappyDoc version 2.0