Uses of Interface
org.aksw.jenax.arq.decisiontree.api.LeafNode
Packages that use LeafNode
-
Uses of LeafNode in org.aksw.jenax.arq.decisiontree.api
Classes in org.aksw.jenax.arq.decisiontree.api that implement LeafNodeFields in org.aksw.jenax.arq.decisiontree.api with type parameters of type LeafNodeMethods in org.aksw.jenax.arq.decisiontree.api that return LeafNodeModifier and TypeMethodDescriptionDtNode.asLeafNode()InnerNode.getLeafNode(V value) Get the leaf node for the given value; returns null if it does not existInnerNodeImpl.getLeafNode(Object value) InnerNode.getOrCreateLeafNode(V value) Get the leaf node for the given value; create it if it does not existInnerNodeImpl.getOrCreateLeafNode(V value) Methods in org.aksw.jenax.arq.decisiontree.api that return types with arguments of type LeafNodeModifier and TypeMethodDescriptionCollection<LeafNode<org.apache.jena.sparql.expr.Expr,org.apache.jena.graph.Node, T>> DecisionTreeSparqlBase.findLeafNodes(org.apache.jena.sparql.engine.binding.Binding binding) Collection<? extends LeafNode<C,V, T>> InnerNode.getLeafNodes()Collection<? extends LeafNode<C,V, T>> InnerNodeImpl.getLeafNodes()Methods in org.aksw.jenax.arq.decisiontree.api with parameters of type LeafNodeMethod parameters in org.aksw.jenax.arq.decisiontree.api with type arguments of type LeafNodeModifier and TypeMethodDescriptionvoidDecisionTreeSparqlBase.recursiveFind(org.apache.jena.sparql.engine.binding.Binding binding, DtNode<org.apache.jena.sparql.expr.Expr, org.apache.jena.graph.Node, T> node, Collection<LeafNode<org.apache.jena.sparql.expr.Expr, org.apache.jena.graph.Node, T>> outResults) -
Uses of LeafNode in org.aksw.jenax.arq.decisiontree.impl.jena
Methods in org.aksw.jenax.arq.decisiontree.impl.jena with parameters of type LeafNode