Class DGraphEdge

Inherits from:
Object
Declared in:
DGraph.h

Class Hierarchy

    Object
      |
      +---DGraphEdge

Class Description

The graph edge object implements an edge in a graph. This edge can store another object, so that it can be used as a collection. It can also store a label and attributes for graphviz visualation.

Last modified:
11-Aug-2008 (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 06-Sep-2008 by ObjcDoc 3.0.0