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


public interface HierarchyPair<O extends OWLObject>

Generic interface for hierarchy pairs. Author: Olaf Noppens Date: 02.11.2009


Method Summary
 SubEntitySynsets<O> getSubs()
          Returns the SynsetSet of the sub elements.
  getSuper()
          Returns the Node of super elements.
 

Method Detail

getSuper

 getSuper()
Returns the Node of super elements.

Returns:

getSubs

SubEntitySynsets<O> getSubs()
Returns the SynsetSet of the sub elements.

Returns: