PHP Trismegiste\Mondrian\Graph Пространство имен

Interfaces

Имя Описание
Graph Design pattern: Decorator Component : Component

Классы

Имя Описание
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