uk.ac.manchester.cs.owl.owlapi
Class ImplUtils

java.lang.Object
  extended by uk.ac.manchester.cs.owl.owlapi.ImplUtils

public class ImplUtils
extends java.lang.Object

Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 16-Mar-2007


Constructor Summary
ImplUtils()
           
 
Method Summary
static java.util.Set<OWLAnnotationAssertionAxiom> getAnnotationAxioms(OWLEntity entity, java.util.Set<OWLOntology> ontologies)
           
static java.util.Set<OWLAnnotation> getAnnotations(OWLEntity entity, OWLAnnotationProperty annotationProperty, java.util.Set<OWLOntology> ontologies)
           
static java.util.Set<OWLAnnotation> getAnnotations(OWLEntity entity, java.util.Set<OWLOntology> ontologies)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImplUtils

public ImplUtils()
Method Detail

getAnnotationAxioms

public static java.util.Set<OWLAnnotationAssertionAxiom> getAnnotationAxioms(OWLEntity entity,
                                                                             java.util.Set<OWLOntology> ontologies)

getAnnotations

public static java.util.Set<OWLAnnotation> getAnnotations(OWLEntity entity,
                                                          java.util.Set<OWLOntology> ontologies)

getAnnotations

public static java.util.Set<OWLAnnotation> getAnnotations(OWLEntity entity,
                                                          OWLAnnotationProperty annotationProperty,
                                                          java.util.Set<OWLOntology> ontologies)