org.semanticweb.owlapi.owllink.builtin.response
Interface Hierarchy<O extends OWLObject>
- All Superinterfaces:
- Confirmation, KBResponse, Response
- All Known Subinterfaces:
- ClassHierarchy, DataPropertyHierarchy, ObjectPropertyHierarchy
public interface Hierarchy<O extends OWLObject>
- extends KBResponse
Abstract Hierarchy object for OWLLogicalEntities (e.g. classes, properties).
Author: Olaf Noppens
| Methods inherited from interface org.semanticweb.owlapi.owllink.Response |
accept |
getPairs
java.util.Set<HierarchyPair<O>> getPairs()
- Returns the set of
HierarchyPairs.
- Returns:
- Set of HierarhcyPair object, always not-null.
getUnsatisfiables
getUnsatisfiables()
- returns the synset of unsatisfiable elements. Note that the returned Node must not be null
nor as it represents a Synset object in OWLlink must not be empty.
- Returns:
- non-empty Node object, always not-null.