|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InstanceNode | |
|---|---|
| org.semanticweb.elk.reasoner | |
| org.semanticweb.elk.reasoner.taxonomy | |
| org.semanticweb.elk.reasoner.taxonomy.hashing | |
| org.semanticweb.elk.reasoner.taxonomy.model | |
| Uses of InstanceNode in org.semanticweb.elk.reasoner |
|---|
| Methods in org.semanticweb.elk.reasoner that return InstanceNode | |
|---|---|
protected InstanceNode<ElkClass,ElkNamedIndividual> |
Reasoner.getInstanceNode(ElkNamedIndividual elkNamedIndividual)
Helper method to get an InstanceNode from the taxonomy. |
| Uses of InstanceNode in org.semanticweb.elk.reasoner.taxonomy |
|---|
| Classes in org.semanticweb.elk.reasoner.taxonomy that implement InstanceNode | |
|---|---|
class |
IndividualNode
Class for storing information about a class in the context of classification. |
class |
OrphanInstanceNode<T extends ElkObject,I extends ElkObject>
An OrphanNode with one member type node |
| Methods in org.semanticweb.elk.reasoner.taxonomy that return InstanceNode | |
|---|---|
InstanceNode<T,I> |
SingletoneInstanceTaxonomy.getInstanceNode(I elkObject)
|
| Methods in org.semanticweb.elk.reasoner.taxonomy that return types with arguments of type InstanceNode | |
|---|---|
Set<? extends InstanceNode<ElkClass,ElkNamedIndividual>> |
ConcurrentInstanceTaxonomy.getInstanceNodes()
|
Set<? extends InstanceNode<T,I>> |
SingletoneInstanceTaxonomy.getInstanceNodes()
|
| Method parameters in org.semanticweb.elk.reasoner.taxonomy with type arguments of type InstanceNode | |
|---|---|
protected static void |
TaxonomyPrinter.printIndividualDeclarations(Set<? extends InstanceNode<ElkClass,ElkNamedIndividual>> individualNodes,
ElkObjectFactory objectFactory,
Writer writer)
|
| Uses of InstanceNode in org.semanticweb.elk.reasoner.taxonomy.hashing |
|---|
| Methods in org.semanticweb.elk.reasoner.taxonomy.hashing with parameters of type InstanceNode | |
|---|---|
int |
InstanceNodeHasher.hash(InstanceNode<? extends ElkEntity,? extends ElkEntity> node)
|
| Uses of InstanceNode in org.semanticweb.elk.reasoner.taxonomy.model |
|---|
| Subinterfaces of InstanceNode in org.semanticweb.elk.reasoner.taxonomy.model | |
|---|---|
interface |
UpdateableInstanceNode<T extends ElkObject,I extends ElkObject>
|
| Classes in org.semanticweb.elk.reasoner.taxonomy.model that implement InstanceNode | |
|---|---|
class |
FreshInstanceNode<T extends ElkObject,I extends ElkObject>
A fresh InstanceNode containing an object that does not occur in a taxonomy. |
| Methods in org.semanticweb.elk.reasoner.taxonomy.model that return InstanceNode | |
|---|---|
InstanceNode<T,I> |
InstanceTaxonomy.getInstanceNode(I elkObject)
|
| Methods in org.semanticweb.elk.reasoner.taxonomy.model that return types with arguments of type InstanceNode | |
|---|---|
Set<? extends InstanceNode<T,I>> |
FreshTypeNode.getAllInstanceNodes()
|
Set<? extends InstanceNode<T,I>> |
TypeNode.getAllInstanceNodes()
Get an unmodifiable set of InstanceNodes that are (possibly
indirect) instances of this TypeNode. |
Set<? extends InstanceNode<T,I>> |
FreshTypeNode.getDirectInstanceNodes()
|
Set<? extends InstanceNode<T,I>> |
TypeNode.getDirectInstanceNodes()
Get an unmodifiable set of InstanceNodes that are direct
instances of this TypeNode. |
Set<? extends InstanceNode<T,I>> |
InstanceTaxonomy.getInstanceNodes()
Obtain an unmodifiable Set of all instance nodes in this taxonomy. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||