public interface NamedArtifact
| Modifier and Type | Method and Description |
|---|---|
org.semanticweb.owlapi.model.IRI |
getDefaultNamespace()
Returns the namespace that should prefix the ID of this resource and all the resources managed thereby.
|
String |
getID()
Returns a string (assumed to be unique in the system) that identifies this resource.
|
org.semanticweb.owlapi.model.IRI |
getNamespace()
Deprecated.
use
getDefaultNamespace() instead. |
void |
setDefaultNamespace(org.semanticweb.owlapi.model.IRI namespace)
Sets the namespace that should prefix the ID of this resource and all the resources managed thereby.
|
void |
setNamespace(org.semanticweb.owlapi.model.IRI namespace)
Deprecated.
use
setDefaultNamespace(IRI) instead. |
org.semanticweb.owlapi.model.IRI getDefaultNamespace()
String getID()
org.semanticweb.owlapi.model.IRI getNamespace()
getDefaultNamespace() instead.void setDefaultNamespace(org.semanticweb.owlapi.model.IRI namespace)
namespace - the new default namespace for this resources.void setNamespace(org.semanticweb.owlapi.model.IRI namespace)
setDefaultNamespace(IRI) instead.namespace - Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.