public class ImplUtils extends Object
| Constructor and Description |
|---|
ImplUtils() |
| Modifier and Type | Method and Description |
|---|---|
static Set<OWLAnnotationAssertionAxiom> |
getAnnotationAxioms(OWLEntity entity,
Set<OWLOntology> ontologies) |
static Set<OWLAnnotation> |
getAnnotations(OWLEntity entity,
OWLAnnotationProperty annotationProperty,
Set<OWLOntology> ontologies) |
static Set<OWLAnnotation> |
getAnnotations(OWLEntity entity,
Set<OWLOntology> ontologies) |
public static Set<OWLAnnotationAssertionAxiom> getAnnotationAxioms(OWLEntity entity, Set<OWLOntology> ontologies)
entity - entity to searchontologies - ontologis to searchpublic static Set<OWLAnnotation> getAnnotations(OWLEntity entity, Set<OWLOntology> ontologies)
entity - entity to searchontologies - ontologies to searchpublic static Set<OWLAnnotation> getAnnotations(OWLEntity entity, OWLAnnotationProperty annotationProperty, Set<OWLOntology> ontologies)
entity - entity to searchannotationProperty - annotation property to matchontologies - ontologies to searchCopyright © 2014 The University of Manchester. All Rights Reserved.