public class OWLOntologyWrapper extends Object implements OWLOntologyDocument
| Constructor and Description |
|---|
OWLOntologyWrapper(org.semanticweb.owlapi.model.OWLOntology delegate) |
| Modifier and Type | Method and Description |
|---|---|
Set<org.semanticweb.owlapi.model.OWLAnnotationProperty> |
getAnnotationPropertiesInSignature() |
Set<org.semanticweb.owlapi.model.OWLAnnotation> |
getAnnotations() |
<T extends org.semanticweb.owlapi.model.OWLAxiom> |
getAxioms(org.semanticweb.owlapi.model.AxiomType<T> axiomType) |
Set<org.semanticweb.owlapi.model.OWLClass> |
getClassesInSignature() |
Set<org.semanticweb.owlapi.model.OWLDataProperty> |
getDataPropertiesInSignature() |
Set<org.semanticweb.owlapi.model.OWLDatatype> |
getDatatypesInSignature() |
Set<org.semanticweb.owlapi.model.OWLImportsDeclaration> |
getImportsDeclarations() |
Set<org.semanticweb.owlapi.model.OWLNamedIndividual> |
getIndividualsInSignature() |
Set<org.semanticweb.owlapi.model.OWLObjectProperty> |
getObjectPropertiesInSignature() |
org.semanticweb.owlapi.model.OWLOntologyID |
getOntologyID() |
public OWLOntologyWrapper(org.semanticweb.owlapi.model.OWLOntology delegate)
public org.semanticweb.owlapi.model.OWLOntologyID getOntologyID()
getOntologyID in interface HasOntologyIDpublic Set<org.semanticweb.owlapi.model.OWLAnnotation> getAnnotations()
getAnnotations in interface HasAnnotationspublic Set<org.semanticweb.owlapi.model.OWLImportsDeclaration> getImportsDeclarations()
getImportsDeclarations in interface HasImportsDeclarationspublic <T extends org.semanticweb.owlapi.model.OWLAxiom> Set<T> getAxioms(org.semanticweb.owlapi.model.AxiomType<T> axiomType)
public Set<org.semanticweb.owlapi.model.OWLClass> getClassesInSignature()
getClassesInSignature in interface HasSignaturepublic Set<org.semanticweb.owlapi.model.OWLObjectProperty> getObjectPropertiesInSignature()
getObjectPropertiesInSignature in interface HasSignaturepublic Set<org.semanticweb.owlapi.model.OWLDataProperty> getDataPropertiesInSignature()
getDataPropertiesInSignature in interface HasSignaturepublic Set<org.semanticweb.owlapi.model.OWLAnnotationProperty> getAnnotationPropertiesInSignature()
getAnnotationPropertiesInSignature in interface HasSignaturepublic Set<org.semanticweb.owlapi.model.OWLNamedIndividual> getIndividualsInSignature()
getIndividualsInSignature in interface HasSignaturepublic Set<org.semanticweb.owlapi.model.OWLDatatype> getDatatypesInSignature()
getDatatypesInSignature in interface HasSignatureCopyright © 2015. All Rights Reserved.