The Structures_Graph class represents a graph data structure.
A Graph is a data structure composed by a set of nodes, connected by arcs. Graphs may either be directed or undirected. In a directed graph, arcs are directional, and can be traveled only one way. In an undirected graph, arcs are bidirectional, and can be traveled both ways.
Located in /Structures/Graph.php (line 56)
Constructor
Return the node set, in no particular order. For ordered node sets, use a Graph Manipulator insted.
Return true if a graph is directed
Remove a Node from the Graph
Documentation generated on Fri, 30 Jan 2004 16:37:28 +0000 by phpDocumentor 1.2.3