|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface SubsumptionHierarchy.Node
Represents a node in the subsumption hiearchy.
| Method Summary | |
|---|---|
java.util.Set<SubsumptionHierarchy.Node> |
getAncestorNodes()
Returns the set of all ancestors of this node in the hierarchy. |
java.util.Set<SubsumptionHierarchy.Node> |
getChildNodes()
Returns the child nodes in the hierarchy. |
java.util.Set<SubsumptionHierarchy.Node> |
getDescendantNodes()
Returns the set of all descendants of this node in the hierarchy. |
java.util.Set<OWLClass> |
getOWLClasses()
Returns the set of mutually equivalent classes in this hierarchy node. |
java.util.Set<SubsumptionHierarchy.Node> |
getParentNodes()
Returns the parent nodes in the hierarchy. |
| Method Detail |
|---|
java.util.Set<OWLClass> getOWLClasses()
java.util.Set<SubsumptionHierarchy.Node> getParentNodes()
java.util.Set<SubsumptionHierarchy.Node> getChildNodes()
java.util.Set<SubsumptionHierarchy.Node> getAncestorNodes()
java.util.Set<SubsumptionHierarchy.Node> getDescendantNodes()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||