org.semanticweb.owl.model
Class OWLOntologyManagerProperties
java.lang.Object
org.semanticweb.owl.model.OWLOntologyManagerProperties
public class OWLOntologyManagerProperties
- extends java.lang.Object
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 10-Apr-2008
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 |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OWLOntologyManagerProperties
public OWLOntologyManagerProperties()
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.