Exakat\Analyzer\Analyzer::outIsNot PHP Method

outIsNot() public method

public outIsNot ( $edgeName )
    public function outIsNot($edgeName)
    {
        $this->addMethod('where( __.outE(' . $this->SorA($edgeName) . ').count().is(eq(0)))');
        return $this;
    }
Analyzer