PHP Class Trismegiste\Mondrian\Command\AbstractCentrality

Inheritance: extends AbstractParse
Show file Open project: trismegiste/mondrian

Protected Methods

Method Description
createCentrality ( Trismegiste\Mondrian\Graph\Graph $g ) : Centrality
getAlgorithm ( )
getFullDesc ( )
getSubname ( )
processGraph ( Trismegiste\Mondrian\Graph\Graph $graph, Symfony\Component\Console\Output\OutputInterface $output )

Method Details

createCentrality() abstract protected method

abstract protected createCentrality ( Trismegiste\Mondrian\Graph\Graph $g ) : Centrality
$g Trismegiste\Mondrian\Graph\Graph
return Centrality

getAlgorithm() abstract protected method

abstract protected getAlgorithm ( )

getFullDesc() protected method

protected getFullDesc ( )

getSubname() protected method

protected getSubname ( )

processGraph() protected method

protected processGraph ( Trismegiste\Mondrian\Graph\Graph $graph, Symfony\Component\Console\Output\OutputInterface $output )
$graph Trismegiste\Mondrian\Graph\Graph
$output Symfony\Component\Console\Output\OutputInterface