org.semanticweb.elk.owl.implementation
Class ElkIriObject

java.lang.Object
  extended by org.semanticweb.elk.owl.implementation.ElkObjectImpl
      extended by org.semanticweb.elk.owl.implementation.ElkIriObject
All Implemented Interfaces:
ElkObject
Direct Known Subclasses:
ElkAnnotationPropertyImpl, ElkClassImpl, ElkDataPropertyImpl, ElkDatatypeImpl, ElkNamedIndividualImpl, ElkObjectPropertyImpl

public abstract class ElkIriObject
extends ElkObjectImpl

Implementation for ElkObjects that maintain an IRI.

Author:
Markus Kroetzsch

Field Summary
protected  ElkIri iri
           
 
Method Summary
 ElkIri getIri()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.semanticweb.elk.owl.interfaces.ElkObject
accept
 

Field Detail

iri

protected final ElkIri iri
Method Detail

getIri

public ElkIri getIri()

toString

public String toString()
Overrides:
toString in class Object


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