Uses of Interface
org.aksw.jenax.arq.decisiontree.api.InnerNode
Packages that use InnerNode
-
Uses of InnerNode in org.aksw.jenax.arq.decisiontree.api
Classes in org.aksw.jenax.arq.decisiontree.api that implement InnerNodeFields in org.aksw.jenax.arq.decisiontree.api declared as InnerNodeFields in org.aksw.jenax.arq.decisiontree.api with type parameters of type InnerNodeModifier and TypeFieldDescriptionprotected com.google.common.collect.Table<com.google.common.base.Optional<V>,com.google.common.base.Optional<C>, InnerNode<C, V, T>> InnerNodeImpl.valueToConditionToInnerNodeBeware of theOptionalvsOptionalbecause the latter is NOT serializable...Methods in org.aksw.jenax.arq.decisiontree.api that return InnerNodeModifier and TypeMethodDescriptionDtNode.asInnerNode()InnerNode.getInnerNode(V value, C classifier) Get the inner node for the given value and classifier; returns null if it does not existInnerNodeImpl.getInnerNode(V value, C classifier) InnerNode.getOrCreateInnerNode(V value, C classifier) Get the inner node for the given value and classifier; create it if it does not existInnerNodeImpl.getOrCreateInnerNode(V value, C classifier) DtNodeBase.getParent()InnerNodeImpl.getParent()DecisionTreeSparqlBase.getRoot()Methods in org.aksw.jenax.arq.decisiontree.api that return types with arguments of type InnerNodeModifier and TypeMethodDescriptionCollection<? extends InnerNode<C,V, T>> InnerNode.getInnerNodes()Return all child inner nodesCollection<? extends InnerNode<C,V, T>> InnerNode.getInnerNodes(Object value) Lookup a node for a given valueCollection<? extends InnerNode<C,V, T>> InnerNodeImpl.getInnerNodes()Get all child inner nodesCollection<? extends InnerNode<C,V, T>> InnerNodeImpl.getInnerNodes(Object value) Methods in org.aksw.jenax.arq.decisiontree.api with parameters of type InnerNodeConstructors in org.aksw.jenax.arq.decisiontree.api with parameters of type InnerNode -
Uses of InnerNode in org.aksw.jenax.arq.decisiontree.impl.jena
Methods in org.aksw.jenax.arq.decisiontree.impl.jena with parameters of type InnerNode