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 label) |
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 label)
label - 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 - useNamespaceEntitiespublic 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 © 2019 The University of Manchester. All rights reserved.