public class OWLOntologyWriterConfiguration extends Object implements Serializable
Constructor and Description |
---|
OWLOntologyWriterConfiguration() |
Modifier and Type | Method and Description |
---|---|
int |
getIndentSize() |
boolean |
isIndenting() |
boolean |
isLabelsAsBanner() |
boolean |
isUseNamespaceEntities() |
boolean |
shouldRemapAllAnonymousIndividualsIds() |
boolean |
shouldSaveIdsForAllAnonymousIndividuals() |
boolean |
shouldUseBanners() |
OWLOntologyWriterConfiguration |
withBannersEnabled(boolean banners) |
OWLOntologyWriterConfiguration |
withIndenting(boolean indent) |
OWLOntologyWriterConfiguration |
withIndentSize(int indent) |
OWLOntologyWriterConfiguration |
withLabelsAsBanner(boolean label) |
OWLOntologyWriterConfiguration |
withRemapAllAnonymousIndividualsIds(boolean b) |
OWLOntologyWriterConfiguration |
withSaveIdsForAllAnonymousIndividuals(boolean b) |
OWLOntologyWriterConfiguration |
withUseNamespaceEntities(boolean useEntities) |
public boolean shouldUseBanners()
public boolean shouldSaveIdsForAllAnonymousIndividuals()
public boolean shouldRemapAllAnonymousIndividualsIds()
public boolean isUseNamespaceEntities()
public boolean isIndenting()
public int getIndentSize()
public boolean isLabelsAsBanner()
public OWLOntologyWriterConfiguration withBannersEnabled(boolean banners)
banners
- True if banner comments should be enabled.public OWLOntologyWriterConfiguration withSaveIdsForAllAnonymousIndividuals(boolean b)
b
- true if all anonymous individuals should have their ids persistedpublic OWLOntologyWriterConfiguration withRemapAllAnonymousIndividualsIds(boolean b)
b
- true if all anonymous individuals should have their ids remapped after parsingpublic OWLOntologyWriterConfiguration withUseNamespaceEntities(boolean useEntities)
useEntities
- true if namespace entities should be usedpublic OWLOntologyWriterConfiguration withIndenting(boolean indent)
indent
- indentpublic OWLOntologyWriterConfiguration withIndentSize(int indent)
indent
- indent sizepublic OWLOntologyWriterConfiguration withLabelsAsBanner(boolean label)
label
- true if labels should be used for banner commentsCopyright © 2020 The University of Manchester. All rights reserved.