java.lang.Object
org.apache.jena.sparql.util.NodeCmp
Node compare operations - these compare operations are not value sensitive.
See
NodeValue.compare(org.apache.jena.sparql.expr.NodeValue, org.apache.jena.sparql.expr.NodeValue)
and NodeValue.compareAlways(org.apache.jena.sparql.expr.NodeValue, org.apache.jena.sparql.expr.NodeValue)
.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic int
compareRDFTerms
(org.apache.jena.graph.Node node1, org.apache.jena.graph.Node node2) Compare two Nodes, based on their RDF terms forms, not value
-
Constructor Details
-
NodeCmp
public NodeCmp()
-
-
Method Details
-
compareRDFTerms
public static int compareRDFTerms(org.apache.jena.graph.Node node1, org.apache.jena.graph.Node node2) Compare two Nodes, based on their RDF terms forms, not value
-