org.semanticweb.elk.owl.iris
Interface ElkPrefixDeclarations

All Known Implementing Classes:
ElkPrefixDeclarationsImpl

public interface ElkPrefixDeclarations

Author:
Frantisek Simancik

Method Summary
 boolean addPrefix(ElkPrefix prefix)
          Prefix declaration.
 ElkPrefix getPrefix(String prefixName)
           
 

Method Detail

addPrefix

boolean addPrefix(ElkPrefix prefix)
Prefix declaration. Rejects if a prefix with the same name has already been declared.

Parameters:
prefix -
Returns:
true is successful

getPrefix

ElkPrefix getPrefix(String prefixName)
Parameters:
prefixName -
Returns:
The ElkPrefix associated with the prefixName or null if none.


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