public class LexicalNotInLexicalSpace extends OWLProfileViolation implements OWL2ProfileViolation
Constructor and Description |
---|
LexicalNotInLexicalSpace(OWLOntology ontology,
OWLAxiom axiom,
OWLLiteral literal) |
Modifier and Type | Method and Description |
---|---|
void |
accept(OWL2ProfileViolationVisitor visitor) |
OWLLiteral |
getLiteral() |
java.lang.String |
toString() |
getAxiom, getDocumentIRI, getImportsClosure, getOntologyID
public LexicalNotInLexicalSpace(OWLOntology ontology, OWLAxiom axiom, OWLLiteral literal)
public void accept(OWL2ProfileViolationVisitor visitor)
accept
in interface OWL2ProfileViolation
public OWLLiteral getLiteral()
public java.lang.String toString()
toString
in class java.lang.Object