org.semanticweb.elk.owl.iris
Class ElkFullIri

java.lang.Object
  extended by org.semanticweb.elk.owl.iris.ElkIri
      extended by org.semanticweb.elk.owl.iris.ElkFullIri
All Implemented Interfaces:
Comparable<ElkIri>, ElkAnnotationSubject, ElkAnnotationValue, ElkObject

public class ElkFullIri
extends ElkIri

Represents a fully expanded IRI. This class is just a String wrapper.

Author:
Frantisek Simancik

Field Summary
protected  String iri
           
 
Fields inherited from class org.semanticweb.elk.owl.iris.ElkIri
hashCode
 
Constructor Summary
ElkFullIri(ElkPrefix prefix, String localName)
           
ElkFullIri(String iri)
           
 
Method Summary
 String getFullIriAsString()
           
 String toString()
           
 
Methods inherited from class org.semanticweb.elk.owl.iris.ElkIri
accept, compareTo, equals, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

iri

protected final String iri
Constructor Detail

ElkFullIri

public ElkFullIri(String iri)

ElkFullIri

public ElkFullIri(ElkPrefix prefix,
                  String localName)
Method Detail

getFullIriAsString

public String getFullIriAsString()
Specified by:
getFullIriAsString in class ElkIri
Returns:
the full IRI as a string

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011-2013 Department of Computer Science, University of Oxford. All Rights Reserved.