org.wsmo.common
Interface Namespace


public interface Namespace

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

Version:
$Revision: 385 $ $Date: 2005-06-01 13:34:43 +0300 (Wed, 01 Jun 2005) $
Author:
not attributable

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

Method Detail

getPrefix

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:


Copyright © 2004-2008 Ontotext Lab.. All Rights Reserved.