org.semanticweb.owlapi.model
Class OWLOntologyManagerProperties

java.lang.Object
  extended by org.semanticweb.owlapi.model.OWLOntologyManagerProperties

public class OWLOntologyManagerProperties
extends java.lang.Object

Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 10-Apr-2008


Constructor Summary
OWLOntologyManagerProperties()
           
 
Method Summary
 boolean isLoadAnnotationAxioms()
          Determines if annotation axioms should be loaded or discarded.
 void setLoadAnnotationAxioms(boolean loadAnnotationAxioms)
          Specifies whether annotation axioms should be loaded or ignored.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OWLOntologyManagerProperties

public OWLOntologyManagerProperties()
Method Detail

isLoadAnnotationAxioms

public boolean isLoadAnnotationAxioms()
Determines if annotation axioms should be loaded or discarded.

Returns:
true if annotation axioms should be loaded or false if annotation axioms should be ignored.

setLoadAnnotationAxioms

public void setLoadAnnotationAxioms(boolean loadAnnotationAxioms)
Specifies whether annotation axioms should be loaded or ignored.

Parameters:
loadAnnotationAxioms - true if annotation axioms should be loaded (default) or false if annotation axioms should be ignored. Note that this is merely a hint to parsers and loaders - a setting of false does not guarentee that annotations won't be loaded.