edu.stanford.smi.protegex.owl.writer.rdfxml.util
Class ProtegeWriterSettings
java.lang.Object
edu.stanford.smi.protegex.owl.writer.rdfxml.util.ProtegeWriterSettings
- All Implemented Interfaces:
- WriterSettings
- public class ProtegeWriterSettings
- extends Object
- implements WriterSettings
- Author:
- Holger Knublauch
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
owlModel
private JenaOWLModel owlModel
SORT_ALPHABETICALLY_PROPERTY
public static final String SORT_ALPHABETICALLY_PROPERTY
USE_XML_ENTITIES_PROPERTY
public static final String USE_XML_ENTITIES_PROPERTY
ProtegeWriterSettings
public ProtegeWriterSettings(JenaOWLModel owlModel)
getUseXMLEntities
public boolean getUseXMLEntities()
isSortAlphabetically
public boolean isSortAlphabetically()
setSortAlphabetically
public void setSortAlphabetically(boolean value)
setUseXMLEntities
public void setUseXMLEntities(boolean value)