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