org.wsmo.common
Interface IRI

All Superinterfaces:
Identifier, Term

public interface IRI
extends Identifier

An interface representing an Internationalised Resource Identifier.

Since:
0.4.0
Version:
$Revision: 1160 $ $Date: 2005-10-17 18:10:00 +0300 (Mon, 17 Oct 2005) $
Author:
not attributable

Method Summary
 String getLocalName()
          Returns the local part of the IRI.
 String getNamespace()
          Retrieve the namespace part of IRI
 
Methods inherited from interface org.omwg.logicalexpression.terms.Term
accept
 

Method Detail

getLocalName

String getLocalName()
Returns the local part of the IRI.

Returns:
The local part of this IRI.

getNamespace

String getNamespace()
Retrieve the namespace part of IRI

Returns:
the namespace or null in case the namespace is not known.


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