$fineTuning
$fineTuning :
AbstractCentrality transforms a bunch of php files into a digraph and exports it into a report file with centrality informations
Design pattern : Template Method
processGraph(\Trismegiste\Mondrian\Graph\Graph $graph, \Symfony\Component\Console\Output\OutputInterface $output) : \Trismegiste\Mondrian\Graph\Graph
The method that does the job : it computes/decorates/redifines the graph passed in parameter.
\Trismegiste\Mondrian\Graph\Graph | $graph | |
\Symfony\Component\Console\Output\OutputInterface | $output |
the processed graph (the same or another)
createCentrality(\Trismegiste\Mondrian\Graph\Graph $g) : \Trismegiste\Mondrian\Command\Centrality
\Trismegiste\Mondrian\Graph\Graph | $g |