Exakat\Analyzer\Analyzer::inIsNot PHP Метод

inIsNot() публичный Метод

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