public static interface OboInOwlCardinalityTools.AnnotationCardinalityReporter
Modifier and Type | Method and Description |
---|---|
void |
reportConflict(OWLAnnotationProperty property,
Collection<OWLAnnotation> ontologyAnnotations)
Report a conflict for a given annotation property and ontology
annotations.
|
void |
reportConflict(OWLEntity entity,
OWLAnnotationProperty property,
Collection<OWLAnnotationAssertionAxiom> axioms)
Report a conflict for a given annotation property and axioms.
|
void reportConflict(@Nonnull OWLEntity entity, @Nonnull OWLAnnotationProperty property, @Nonnull Collection<OWLAnnotationAssertionAxiom> axioms)
entity
- entityproperty
- propertyaxioms
- axiomsvoid reportConflict(@Nonnull OWLAnnotationProperty property, @Nonnull Collection<OWLAnnotation> ontologyAnnotations)
property
- propertyontologyAnnotations
- ontologyAnnotationsCopyright © 2020 The University of Manchester. All rights reserved.