Class DGraphNode

Inherits from:
Object
Declared in:
DGraph.h

Class Hierarchy

    Object
      |
      +---DGraphNode

Class Description

The graph node object stores an object in a node in a graph.

Last modified:
31-Oct-2007 (DGraph.h)

Instance Variables

private DList *_ingoing
the ingoing edges
private DList *_outgoing
the outgoing edges
private DText *_name
the name (set by DGraph)
private DText *_label
the (graphviz) label
private DText *_attributes
the (graphviz) attributes
private id _object
the stored object
private DGraphNode *_prev
the previous node (during shortest path)
private double _sum
the weight sum (during shortest path)

Method Index


generated 05-Nov-2007 by ObjcDoc 3.0.0