Uses of Class
openllet.core.taxonomy.TaxonomyNode
-
Packages that use TaxonomyNode Package Description openllet.core.taxonomy -
-
Uses of TaxonomyNode in openllet.core.taxonomy
Methods in openllet.core.taxonomy that return TaxonomyNode Modifier and Type Method Description default TaxonomyNode<T>Taxonomy. addNode(java.util.Collection<T> equivalents, java.util.Collection<T> sups, java.util.Collection<T> subs, boolean hidden)Add a node with known supers and subs.default TaxonomyNode<T>Taxonomy. addNode(T t, boolean hidden)TaxonomyNode<T>Taxonomy. getBottomNode()TaxonomyNode<T>TaxonomyImpl. getBottomNode()default TaxonomyNode<T>Taxonomy. getNode(T t)default TaxonomyNode<T>Taxonomy. getTop()TaxonomyNode<T>TaxonomyImpl. getTop()TaxonomyNode<T>Taxonomy. getTopNode()TaxonomyNode<T>TaxonomyImpl. getTopNode()Methods in openllet.core.taxonomy that return types with arguments of type TaxonomyNode Modifier and Type Method Description java.util.Map<T,TaxonomyNode<T>>Taxonomy. getNodes()java.util.Map<T,TaxonomyNode<T>>TaxonomyImpl. getNodes()java.util.Collection<TaxonomyNode<T>>TaxonomyNode. getSubs()java.util.Collection<TaxonomyNode<T>>TaxonomyNode. getSupers()Methods in openllet.core.taxonomy with parameters of type TaxonomyNode Modifier and Type Method Description default voidTaxonomy. addEquivalentNode(T t, TaxonomyNode<T> node)voidTaxonomyNode. addSub(TaxonomyNode<T> other)voidTaxonomy. merge(TaxonomyNode<T> node1, TaxonomyNode<T> node2)voidTaxonomyImpl. merge(TaxonomyNode<T> node1, TaxonomyNode<T> node2)voidTaxonomy. removeCycles(TaxonomyNode<T> node)Walk through the super getNodes() of the given _node and when a cycle is detected merge all the getNodes() in that pathvoidTaxonomyImpl. removeCycles(TaxonomyNode<T> node)Walk through the super _nodes of the given _node and when a cycle is detected merge all the _nodes in that pathvoidTaxonomyNode. removeSub(TaxonomyNode<T> other)voidTaxonomy. setBottomNode(TaxonomyNode<T> bottomNode)voidTaxonomyImpl. setBottomNode(TaxonomyNode<T> bottomNode)voidTaxonomy. setTopNode(TaxonomyNode<T> topNode)voidTaxonomyImpl. setTopNode(TaxonomyNode<T> topNode)Method parameters in openllet.core.taxonomy with type arguments of type TaxonomyNode Modifier and Type Method Description voidTaxonomyNode. addSubs(java.util.Collection<TaxonomyNode<T>> others)voidTaxonomyNode. addSupers(java.util.Collection<TaxonomyNode<T>> others)voidTaxonomy. setNodes(java.util.Map<T,TaxonomyNode<T>> nodes)voidTaxonomyImpl. setNodes(java.util.Map<T,TaxonomyNode<T>> nodes)
-