public void rebuild(OWLObjectPropertyRangeAxiom axiom) {
   axiom.getRange().accept(this);
   OWLDescription rangeClass = this.getRelevantDescription();
   this.rebuiltAxioms.add(
       this.factory.getOWLObjectPropertyRangeAxiom(axiom.getProperty(), rangeClass));
 }