581582583584585586587588589
@Override public void visit(OWLAsymmetricObjectPropertyAxiom axiom) { if (getPropertyManager().isNonSimple(axiom.getProperty())) { profileViolations .add(new UseOfNonSimplePropertyInAsymmetricObjectPropertyAxiom( getCurrentOntology(), axiom)); } }