|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UpdateableInstanceNode | |
|---|---|
| org.semanticweb.elk.reasoner.taxonomy | |
| org.semanticweb.elk.reasoner.taxonomy.model | |
| Uses of UpdateableInstanceNode in org.semanticweb.elk.reasoner.taxonomy |
|---|
| Classes in org.semanticweb.elk.reasoner.taxonomy that implement UpdateableInstanceNode | |
|---|---|
class |
IndividualNode
Class for storing information about a class in the context of classification. |
| Methods in org.semanticweb.elk.reasoner.taxonomy that return UpdateableInstanceNode | |
|---|---|
UpdateableInstanceNode<ElkClass,ElkNamedIndividual> |
ConcurrentInstanceTaxonomy.getInstanceNode(ElkNamedIndividual individual)
Obtain a TypeNode object for a given ElkClass, or
null if none assigned. |
| Uses of UpdateableInstanceNode in org.semanticweb.elk.reasoner.taxonomy.model |
|---|
| Methods in org.semanticweb.elk.reasoner.taxonomy.model that return UpdateableInstanceNode | |
|---|---|
UpdateableInstanceNode<T,I> |
UpdateableInstanceTaxonomy.getCreateInstanceNode(Collection<I> member)
|
UpdateableInstanceNode<T,I> |
UpdateableInstanceTaxonomy.getInstanceNode(I individual)
|
| Methods in org.semanticweb.elk.reasoner.taxonomy.model that return types with arguments of type UpdateableInstanceNode | |
|---|---|
Set<? extends UpdateableInstanceNode<T,I>> |
UpdateableTypeNode.getDirectInstanceNodes()
|
| Methods in org.semanticweb.elk.reasoner.taxonomy.model with parameters of type UpdateableInstanceNode | |
|---|---|
void |
UpdateableTypeNode.addDirectInstanceNode(UpdateableInstanceNode<ElkClass,ElkNamedIndividual> instanceNode)
|
void |
UpdateableTypeNode.removeDirectInstanceNode(UpdateableInstanceNode<ElkClass,ElkNamedIndividual> instanceNode)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||