Uses of Class
org.aksw.jenax.arq.util.node.ComparableNodeValue
Packages that use ComparableNodeValue
-
Uses of ComparableNodeValue in org.aksw.jenax.arq.util.node
Methods in org.aksw.jenax.arq.util.node that return ComparableNodeValueModifier and TypeMethodDescriptionstatic ComparableNodeValueComparableNodeValue.wrap(org.apache.jena.graph.Node node) static ComparableNodeValueComparableNodeValue.wrap(org.apache.jena.sparql.expr.NodeValue nodeValue) Methods in org.aksw.jenax.arq.util.node with parameters of type ComparableNodeValueModifier and TypeMethodDescriptionintComparableNodeValue.compareTo(ComparableNodeValue that) Compare strictly by value if possible.Method parameters in org.aksw.jenax.arq.util.node with type arguments of type ComparableNodeValueModifier and TypeMethodDescriptionstatic org.apache.jena.sparql.expr.ExprRangeUtils.createExpr(org.apache.jena.graph.Node node, com.google.common.collect.Range<? extends ComparableNodeValue> range) Create an (in)equality expression from the given node (typically a variable) and range.