org.coode.owlapi.manchesterowlsyntax
Class ManchesterOWLSyntaxOntologyHeader

java.lang.Object
  extended by org.coode.owlapi.manchesterowlsyntax.ManchesterOWLSyntaxOntologyHeader

public class ManchesterOWLSyntaxOntologyHeader
extends java.lang.Object

Author: Matthew Horridge
The University of Manchester
Information Management Group
Date: 24-Mar-2009


Constructor Summary
ManchesterOWLSyntaxOntologyHeader(IRI ontologyIRI, IRI versionIRI, java.util.Set<OWLAnnotation> annotations, java.util.Set<OWLImportsDeclaration> importsDeclarations)
           
 
Method Summary
 java.util.Set<OWLAnnotation> getAnnotations()
           
 java.util.Set<OWLImportsDeclaration> getImportsDeclarations()
           
 OWLOntologyID getOntologyID()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ManchesterOWLSyntaxOntologyHeader

public ManchesterOWLSyntaxOntologyHeader(IRI ontologyIRI,
                                         IRI versionIRI,
                                         java.util.Set<OWLAnnotation> annotations,
                                         java.util.Set<OWLImportsDeclaration> importsDeclarations)
Method Detail

getOntologyID

public OWLOntologyID getOntologyID()

getAnnotations

public java.util.Set<OWLAnnotation> getAnnotations()

getImportsDeclarations

public java.util.Set<OWLImportsDeclaration> getImportsDeclarations()