|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - the type of objects in this nodeI - the type of instances of this nodepublic interface TypeNode<T extends ElkObject,I extends ElkObject>
A node in a taxonomy that has instances. This mainly makes sense for classes and individuals, and for properties and pairs of individuals.
| Method Summary | |
|---|---|
Set<? extends InstanceNode<T,I>> |
getAllInstanceNodes()
Get an unmodifiable set of InstanceNodes that are (possibly
indirect) instances of this TypeNode. |
Set<? extends TypeNode<T,I>> |
getAllSubNodes()
Computes an unmodifiable set of nodes for ElkObjects that are (possibly indirect) sub-objects of members of this Node. |
Set<? extends TypeNode<T,I>> |
getAllSuperNodes()
Computes an unmodifiable set of nodes for ElkObjects that are (possibly indirect) super-objects of members of this Node. |
Set<? extends InstanceNode<T,I>> |
getDirectInstanceNodes()
Get an unmodifiable set of InstanceNodes that are direct
instances of this TypeNode. |
Set<? extends TypeNode<T,I>> |
getDirectSubNodes()
Get an unmodifiable set of nodes for ElkObjects that are direct sub-objects of this Node. |
Set<? extends TypeNode<T,I>> |
getDirectSuperNodes()
Get an unmodifiable set of nodes for ElkObjects that are direct super-objects of this Node. |
| Methods inherited from interface org.semanticweb.elk.reasoner.taxonomy.model.Node |
|---|
getCanonicalMember, getMembers |
| Method Detail |
|---|
Set<? extends InstanceNode<T,I>> getDirectInstanceNodes()
InstanceNodes that are direct
instances of this TypeNode. An InstanceNode is a direct
instance of a TypeNode if it is an instance of the
TypeNode and not an instance of any sub-node of a
TypeNode.
Set<? extends InstanceNode<T,I>> getAllInstanceNodes()
InstanceNodes that are (possibly
indirect) instances of this TypeNode.
Set<? extends TypeNode<T,I>> getDirectSuperNodes()
TaxonomyNode
getDirectSuperNodes in interface TaxonomyNode<T extends ElkObject>Set<? extends TypeNode<T,I>> getAllSuperNodes()
TaxonomyNode
getAllSuperNodes in interface TaxonomyNode<T extends ElkObject>Set<? extends TypeNode<T,I>> getDirectSubNodes()
TaxonomyNode
getDirectSubNodes in interface TaxonomyNode<T extends ElkObject>Set<? extends TypeNode<T,I>> getAllSubNodes()
TaxonomyNode
getAllSubNodes in interface TaxonomyNode<T extends ElkObject>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||