public interface SubAxiomProvider
default OWLSubClassOfAxiom getOWLSubClassOfAxiom(OWLClassExpression subClass, OWLClassExpression superClass)
subClass - sub classsuperClass - super classOWLSubClassOfAxiom getOWLSubClassOfAxiom(OWLClassExpression subClass, OWLClassExpression superClass, Collection<OWLAnnotation> annotations)
subClass - sub classsuperClass - super classannotations - A set of annotations. Cannot be null or contain nulls.default OWLSubObjectPropertyOfAxiom getOWLSubObjectPropertyOfAxiom(OWLObjectPropertyExpression subProperty, OWLObjectPropertyExpression superProperty)
subProperty - sub propertysuperProperty - super propertyOWLSubObjectPropertyOfAxiom getOWLSubObjectPropertyOfAxiom(OWLObjectPropertyExpression subProperty, OWLObjectPropertyExpression superProperty, Collection<OWLAnnotation> annotations)
subProperty - sub PropertysuperProperty - super Propertyannotations - A set of annotations. Cannot be null or contain nulls.default OWLSubDataPropertyOfAxiom getOWLSubDataPropertyOfAxiom(OWLDataPropertyExpression subProperty, OWLDataPropertyExpression superProperty)
subProperty - sub PropertysuperProperty - super PropertyOWLSubDataPropertyOfAxiom getOWLSubDataPropertyOfAxiom(OWLDataPropertyExpression subProperty, OWLDataPropertyExpression superProperty, Collection<OWLAnnotation> annotations)
subProperty - sub PropertysuperProperty - super Propertyannotations - A set of annotations. Cannot be null or contain nulls.default OWLSubAnnotationPropertyOfAxiom getOWLSubAnnotationPropertyOfAxiom(OWLAnnotationProperty sub, OWLAnnotationProperty sup)
sub - sub propertysup - super propertyOWLSubAnnotationPropertyOfAxiom getOWLSubAnnotationPropertyOfAxiom(OWLAnnotationProperty sub, OWLAnnotationProperty sup, Collection<OWLAnnotation> annotations)
sub - sub propertysup - super propertyannotations - A set of annotations. Cannot be null or contain nulls.Copyright © 2020 The University of Manchester. All rights reserved.