public class ManchesterOWLSyntaxOntologyHeader extends Object
| Constructor and Description |
|---|
ManchesterOWLSyntaxOntologyHeader(org.semanticweb.owlapi.model.IRI ontologyIRI,
org.semanticweb.owlapi.model.IRI versionIRI,
Set<org.semanticweb.owlapi.model.OWLAnnotation> annotations,
Set<org.semanticweb.owlapi.model.OWLImportsDeclaration> importsDeclarations) |
| Modifier and Type | Method and Description |
|---|---|
Collection<org.semanticweb.owlapi.model.OWLAnnotation> |
getAnnotations() |
Collection<org.semanticweb.owlapi.model.OWLImportsDeclaration> |
getImportsDeclarations() |
org.semanticweb.owlapi.model.OWLOntologyID |
getOntologyID() |
public ManchesterOWLSyntaxOntologyHeader(org.semanticweb.owlapi.model.IRI ontologyIRI,
org.semanticweb.owlapi.model.IRI versionIRI,
Set<org.semanticweb.owlapi.model.OWLAnnotation> annotations,
Set<org.semanticweb.owlapi.model.OWLImportsDeclaration> importsDeclarations)
ontologyIRI - the ontology IRIversionIRI - the version IRIannotations - the ontology annotationsimportsDeclarations - the imports declarationspublic org.semanticweb.owlapi.model.OWLOntologyID getOntologyID()
public Collection<org.semanticweb.owlapi.model.OWLAnnotation> getAnnotations()
public Collection<org.semanticweb.owlapi.model.OWLImportsDeclaration> getImportsDeclarations()
Copyright © 2014 The University of Manchester. All Rights Reserved.