public class UseOfNonSimplePropertyInAsymmetricObjectPropertyAxiom extends OWLProfileViolation implements OWL2DLProfileViolation
Constructor and Description |
---|
UseOfNonSimplePropertyInAsymmetricObjectPropertyAxiom(OWLOntology ontology,
OWLAsymmetricObjectPropertyAxiom axiom) |
Modifier and Type | Method and Description |
---|---|
void |
accept(OWL2DLProfileViolationVisitor visitor) |
OWLAsymmetricObjectPropertyAxiom |
getAxiom() |
java.lang.String |
toString() |
getDocumentIRI, getImportsClosure, getOntologyID
public UseOfNonSimplePropertyInAsymmetricObjectPropertyAxiom(OWLOntology ontology, OWLAsymmetricObjectPropertyAxiom axiom)
public OWLAsymmetricObjectPropertyAxiom getAxiom()
getAxiom
in class OWLProfileViolation
public void accept(OWL2DLProfileViolationVisitor visitor)
accept
in interface OWL2DLProfileViolation
public java.lang.String toString()
toString
in class java.lang.Object