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(@Nullable IRI ontologyIRI, @Nullable IRI versionIRI, Set<OWLAnnotation> annotations, Set<OWLImportsDeclaration> importsDeclarations)
ontologyIRI
- the ontology IRIversionIRI
- the version IRIannotations
- the ontology annotationsimportsDeclarations
- the imports declarationspublic OWLOntologyID getOntologyID()
public Collection<OWLAnnotation> getAnnotations()
public Collection<OWLImportsDeclaration> getImportsDeclarations()
Copyright © 2020 The University of Manchester. All rights reserved.