public interface OfflineConfiguration
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_NS
The key used to configure the base namespace of the ontology network.
|
static String |
ONTOLOGY_PATHS
The key used to configure the paths of local ontologies.
|
| Modifier and Type | Method and Description |
|---|---|
org.semanticweb.owlapi.model.IRI |
getDefaultOntologyNetworkNamespace()
Returns the namespace that will be used as the prefix for all named artifacts when exported to RDF/OWL,
unless overridden manually (e.g. by calling the RESTful API on another base IRI).
|
List<org.semanticweb.owlapi.model.IRI> |
getOntologySourceLocations()
Returns the paths of all the directories where the ontology network manager will try to locate
ontologies.
|
static final String DEFAULT_NS
static final String ONTOLOGY_PATHS
org.semanticweb.owlapi.model.IRI getDefaultOntologyNetworkNamespace()
List<org.semanticweb.owlapi.model.IRI> getOntologySourceLocations()
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.