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

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

public atomIsNot ( $atom )
    public function atomIsNot($atom)
    {
        $this->addMethod('not(hasLabel(' . $this->SorA($atom) . '))');
        return $this;
    }
Analyzer