org.semanticweb.elk.owl.iris
Class ElkPrefix
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
protected final String name
iri
protected final ElkFullIri iri
ElkPrefix
public ElkPrefix(String prefixName,
ElkFullIri iri)
getName
public String getName()
getIri
public ElkFullIri getIri()
Copyright © 2011-2013 Department of Computer Science, University of Oxford. All Rights Reserved.