Element index for package Structures_Graph
[ a ]
[ c ]
[ g ]
[ i ]
[ m ]
[ n ]
[ o ]
[ r ]
[ s ]
[ t ]
[ u ]
top
top
top
top
top
top
top
top
s
- setData
- in file Node.php, method Structures_Graph_Node::setData()
Node data setter
- setGraph
- in file Node.php, method Structures_Graph_Node::setGraph()
Node graph setter. This method should not be called directly. Use Graph::addNode instead.
- setMetadata
- in file Node.php, method Structures_Graph_Node::setMetadata()
Node metadata setter
- sort
- in file TopologicalSorter.php, method Structures_Graph_Manipulator_TopologicalSorter::sort()
sort returns the graph's nodes, sorted by topological order.
- Structures_Graph
- in file Graph.php, class Structures_Graph
The Structures_Graph class represents a graph data structure.
- Structures_Graph
- in file Graph.php, method Structures_Graph::Structures_Graph()
Constructor
- STRUCTURES_GRAPH_ERROR_GENERIC
- in file Graph.php, constant STRUCTURES_GRAPH_ERROR_GENERIC
- Structures_Graph_Manipulator_AcyclicTest
- in file AcyclicTest.php, class Structures_Graph_Manipulator_AcyclicTest
The Structures_Graph_Manipulator_AcyclicTest is a graph manipulator which tests whether a graph contains a cycle.
- Structures_Graph_Manipulator_TopologicalSorter
- in file TopologicalSorter.php, class Structures_Graph_Manipulator_TopologicalSorter
The Structures_Graph_Manipulator_TopologicalSorter is a manipulator which is able to return the set of nodes in a graph, sorted by topological order.
- Structures_Graph_Node
- in file Node.php, method Structures_Graph_Node::Structures_Graph_Node()
Constructor
- Structures_Graph_Node
- in file Node.php, class Structures_Graph_Node
The Structures_Graph_Node class represents a Node that can be member of a graph node set.
top
top
top
Documentation generated on Mon, 11 Mar 2019 13:51:44 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|
|