Class DGraphEdge

Inherits from:
Object
Declared in:
DGraph.h

Class Hierarchy

    Object
      |
      +---DGraphEdge

Class Description

The graph edge object stores an object in an edge of a graph.

Last modified:
10-Jul-2005 (DGraph.h)

Instance Variables

private DGraphNode *_source
the source node
private DGraphNode *_target
the target node
private DText *_name
the name (set by DGraph)
private DText *_label
the (graphviz) label
private double _weight
the weight of the edge (> 0.0)
private DText *_attributes
the (graphviz) attributes
private id _object
the stored object

Method Index


generated 08-Jan-2006 by ObjcDoc 3.0.0