org.wsmo.common
Interface Namespace


public interface Namespace

An interface representing a namespace A namespace is comprised of a (prefix, IRI) pair

Version:
$Revision: 1.6 $ $Date: 2005/06/01 10:30:48 $
Author:
not attributable

Method Summary
 IRI getIRI()
          Retrieve the full IRI of the namespace
 java.lang.String getPrefix()
          Retrieve the prefix of the namespace Note: if this namespace is a default namespace then the prefix is null
 

Method Detail

getPrefix

java.lang.String getPrefix()
Retrieve the prefix of the namespace Note: if this namespace is a default namespace then the prefix is null

Returns:
prefix

getIRI

IRI getIRI()
Retrieve the full IRI of the namespace

Returns: