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: 1.3 $ $Date: 2005/10/17 15:08:53 $
Author:
not attributable

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

Method Detail

getLocalName

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

Returns:
The local part of this IRI.

getNamespace

java.lang.String getNamespace()
Retrieve the namespace part of IRI

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