public class UseOfDefinedDatatypeInLiteral extends OWLProfileViolation
Constructor and Description |
---|
UseOfDefinedDatatypeInLiteral(OWLOntology ontology,
OWLAxiom axiom,
OWLLiteral literal) |
Modifier and Type | Method and Description |
---|---|
void |
accept(OWLProfileViolationVisitor visitor)
visitor accept method
|
<O> O |
accept(OWLProfileViolationVisitorEx<O> visitor) |
OWLLiteral |
getExpression() |
String |
toString() |
getAxiom, getOntology, getOntologyID, repair
public UseOfDefinedDatatypeInLiteral(OWLOntology ontology, @Nullable OWLAxiom axiom, OWLLiteral literal)
ontology
- ontologyaxiom
- axiomliteral
- literalpublic OWLLiteral getExpression()
getExpression
in class OWLProfileViolation
public void accept(OWLProfileViolationVisitor visitor)
OWLProfileViolation
accept
in class OWLProfileViolation
visitor
- visitorpublic <O> O accept(OWLProfileViolationVisitorEx<O> visitor)
accept
in class OWLProfileViolation
O
- visitor return typevisitor
- visitorCopyright © 2020 The University of Manchester. All rights reserved.