MetaMap::isEnabled PHP Method

isEnabled() protected method

Is Map enabled?
protected isEnabled ( ) : boolean
return boolean
    protected function isEnabled()
    {
        return $this->m_dbObject->isEnabled();
    }