org.semanticweb.elk.owl.iris
Class ElkPrefix

java.lang.Object
  extended by org.semanticweb.elk.owl.iris.ElkPrefix

public class ElkPrefix
extends Object

This class represents a prefix declaration. It holds both the prefix name and the corresponding full IRI.

Author:
Frantisek Simancik

Field Summary
protected  ElkFullIri iri
           
protected  String name
           
 
Constructor Summary
ElkPrefix(String prefixName, ElkFullIri iri)
           
 
Method Summary
 ElkFullIri getIri()
           
 String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected final String name

iri

protected final ElkFullIri iri
Constructor Detail

ElkPrefix

public ElkPrefix(String prefixName,
                 ElkFullIri iri)
Method Detail

getName

public String getName()

getIri

public ElkFullIri getIri()


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