Exakat\Analyzer\Analyzer::inIsNot PHP Method

inIsNot() public method

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