Exakat\Analyzer\Analyzer::outIsIE PHP Method

outIsIE() protected method

follows a link if it is there (and do nothing otherwise)
protected outIsIE ( $edgeName )
    protected function outIsIE($edgeName)
    {
        // alternative : coalesce(out('LEFT'),  __.filter{true} )
        $this->addMethod("until(__.outE(" . $this->SorA($edgeName) . ").count().is(eq(0))).repeat(out(" . $this->SorA($edgeName) . "))");
        return $this;
    }
Analyzer