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

All Superinterfaces:
Confirmation, KBResponse, Response
All Known Subinterfaces:
ClassHierarchy, DataPropertyHierarchy, ObjectPropertyHierarchy

public interface Hierarchy<O>
extends KBResponse

Author: Olaf Noppens


Method Summary
 java.util.Set<HierarchyPair<O>> getPairs()
          Returns the set of HierarchyPairs.
 Synset<O> getUnsatisfiables()
          returns the synset of unsatisfiable elements.
 
Methods inherited from interface org.semanticweb.owlapi.owllink.builtin.response.Confirmation
getWarning, hasWarning
 
Methods inherited from interface org.semanticweb.owlapi.owllink.builtin.Response
accept
 

Method Detail

getPairs

java.util.Set<HierarchyPair<O>> getPairs()
Returns the set of HierarchyPairs.

Returns:

getUnsatisfiables

Synset<O> getUnsatisfiables()
returns the synset of unsatisfiable elements. Note that this synset is always not null but may be empty.

Returns: