@Override
 /**
  * This implementation calls the corresponding method of the parent graph
  *
  * @see org.graphstream.graph.implementations.AbstractElement#nullAttributesAreErrors()
  */
 protected boolean nullAttributesAreErrors() {
   return graph.nullAttributesAreErrors();
 }