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