public class ManchesterOWLSyntaxOntologyHeader
extends java.lang.Object
Constructor and Description |
---|
ManchesterOWLSyntaxOntologyHeader(IRI ontologyIRI,
IRI versionIRI,
java.util.Set<OWLAnnotation> annotations,
java.util.Set<OWLImportsDeclaration> importsDeclarations) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<OWLAnnotation> |
getAnnotations() |
java.util.Collection<OWLImportsDeclaration> |
getImportsDeclarations() |
OWLOntologyID |
getOntologyID() |
public ManchesterOWLSyntaxOntologyHeader(IRI ontologyIRI, IRI versionIRI, java.util.Set<OWLAnnotation> annotations, java.util.Set<OWLImportsDeclaration> importsDeclarations)
ontologyIRI
- the ontology IRIversionIRI
- the version IRIannotations
- the ontology annotationsimportsDeclarations
- the imports declarationspublic OWLOntologyID getOntologyID()
public java.util.Collection<OWLAnnotation> getAnnotations()
public java.util.Collection<OWLImportsDeclaration> getImportsDeclarations()