public class LastPropertyInChainNotInImposedRange extends OWLProfileViolation implements OWL2ELProfileViolation
Constructor and Description |
---|
LastPropertyInChainNotInImposedRange(OWLOntology ontology,
OWLSubPropertyChainOfAxiom axiom,
OWLObjectPropertyRangeAxiom rangeAxiom) |
Modifier and Type | Method and Description |
---|---|
void |
accept(OWL2ELProfileViolationVisitor visitor) |
OWLObjectPropertyRangeAxiom |
getOWLObjectPropertyRangeAxiom() |
OWLSubPropertyChainOfAxiom |
getOWLSubPropertyChainOfAxiom() |
java.lang.String |
toString() |
getAxiom, getDocumentIRI, getImportsClosure, getOntologyID
public LastPropertyInChainNotInImposedRange(OWLOntology ontology, OWLSubPropertyChainOfAxiom axiom, OWLObjectPropertyRangeAxiom rangeAxiom)
public void accept(OWL2ELProfileViolationVisitor visitor)
accept
in interface OWL2ELProfileViolation
public OWLSubPropertyChainOfAxiom getOWLSubPropertyChainOfAxiom()
public OWLObjectPropertyRangeAxiom getOWLObjectPropertyRangeAxiom()
public java.lang.String toString()
toString
in class java.lang.Object