org.deri.iris.api.terms.concrete
Interface IIri

All Superinterfaces:
Comparable<ITerm>, IConcreteTerm, ITerm
All Known Implementing Classes:
Iri

public interface IIri
extends IConcreteTerm

An interface for representing an IRI (Internationalized Resource Identifiers) identifier.

Author:
Richard P??ttler

Method Summary
 URI getURI()
          Returns the URI.
 String getValue()
          Return the wrapped type.
 
Methods inherited from interface org.deri.iris.api.terms.IConcreteTerm
getDatatypeIRI, toCanonicalString
 
Methods inherited from interface org.deri.iris.api.terms.ITerm
isGround
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getValue

String getValue()
Return the wrapped type.

Specified by:
getValue in interface ITerm
Returns:
The term value.

getURI

URI getURI()
Returns the URI.

Returns:
The URI.