Methods of Class DGraph


- (BOOL) addEdge :(DGraphEdge *) edge :(DGraphNode *) source :(DGraphNode *) target - [DGraph]
- (DGraphEdge *) addEdge :(const char *) label :(const char *) attributes :(double) weight :(id) object :(DGraphNode *) source :(DGraphNode *) target - [DGraph]
- (BOOL) addNode :(DGraphNode *) node - [DGraph]
- (DGraphNode *) addNode :(const char *) label :(const char *) attributes :(id) object - [DGraph]
- (const char *) attributes - [DGraph]
- (DGraph *) attributes :(const char *) attributes - [DGraph]
- deepen - [DGraph]
- (DListIterator *) edges - [DGraph]
- free - [DGraph]
- (BOOL) hasEdge :(DGraphEdge *) edge - [DGraph]
- (BOOL) hasNode :(DGraphNode *) node - [DGraph]
- (DGraph *) init - [DGraph]
- (DGraph *) init :(const char *) attributes - [DGraph]
- (DListIterator *) nodes - [DGraph]
- (id) removeEdge :(DGraphEdge *) edge - [DGraph]
- (id) removeNode :(DGraphNode *) node - [DGraph]
- (BOOL) reroute :(DGraphEdge *) edge :(DGraphNode *) source :(DGraphNode *) target - [DGraph]
- shallowCopy - [DGraph]
- shallowFree - [DGraph]
- (DList *) shortestPath :(double *) weight :(DGraphNode *) from :(DGraphNode *) to - [DGraph]
- (BOOL) toDot :(id <DTextWritable>) writer - [DGraph]

generated 25-Jul-2006 by ObjcDoc 3.0.0