Exakat\Analyzer\Analyzer::noChildWithRank PHP Method

noChildWithRank() public method

public noChildWithRank ( $edgeName, $rank = '0' )
    public function noChildWithRank($edgeName, $rank = '0')
    {
        $this->addMethod('where( __.out(' . $this->SorA($edgeName) . ').has("rank", ' . abs(intval($rank)) . ').count().is(eq(0)) )');
        return $this;
    }
Analyzer