PHP Trismegiste\Mondrian\Graph Namespace

Interfaces

Name Description
Graph Design pattern: Decorator Component : Component

Classes

Name Description
Algorithm Design pattern: Decorator Component : Decorator
BreadthFirstSearch BreadthFirstSearch is a decorator for digraph to find a directed path between two vertices.
DepthFirstSearch DepthFirstSearch is a decorator for digraph to find a directed path between two vertices.
Digraph Design pattern: Decorator Component : Concrete Component
Edge Edge is a directed edge
FloydWarshall FloydWarshall is a .
PowerIteration PowerIteration is a the a decorator for Power Iteration algorithm
PrettyPrint PrettyPrint is Decorator for pretty printing a graph
ReversedDigraph ReversedDigraph is a decorator which provides a reversed graph of this directed graph
Tarjan Design pattern: Decorator Component : Concrete Decorator
Vertex Vertex is a vertex of a graph