Exakat\Analyzer\Analyzer::inIsIE PHP Method

inIsIE() protected method

follows a link if it is there (and do nothing otherwise)
protected inIsIE ( $edgeName )
    protected function inIsIE($edgeName)
    {
        $this->addMethod('until(__.inE(' . $this->SorA($edgeName) . ').count().is(eq(0))).repeat(__.in(' . $this->SorA($edgeName) . '))');
        return $this;
    }
Analyzer