PHP Interface Trismegiste\Mondrian\Analysis\Strategy\Search

Show file Open project: trismegiste/mondrian

Public Methods

Method Description
collapseEdge ( Vertex $src, Vertex $dst, array $path ) Add or not a shortcut from $src to $dst by following $path

Method Details

collapseEdge() public method

Add or not a shortcut from $src to $dst by following $path
public collapseEdge ( Vertex $src, Vertex $dst, array $path )
$src Trismegiste\Mondrian\Graph\Vertex
$dst Trismegiste\Mondrian\Graph\Vertex
$path array