org.semanticweb.owlapi.owllink.builtin.response
Interface HierarchyPair<O>


public interface HierarchyPair<O>

Created by IntelliJ IDEA. Author: Olaf Noppens Date: 02.11.2009


Method Summary
 SubSynsets<O> getSubs()
          Returns the SetOfSynsets of the sub elements.
 Synset<O> getSuper()
          Returns the Synset of the super elements.
 

Method Detail

getSuper

Synset<O> getSuper()
Returns the Synset of the super elements.

Returns:

getSubs

SubSynsets<O> getSubs()
Returns the SetOfSynsets of the sub elements.

Returns: