Check if the graph contains any statements
boolean True if the graph contains no statements
public function isEmpty() { return count($this->index) == 0; }