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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic int
compareRDFTerms
(Node node1, Node node2) Compare two Nodes, based on their RDF terms forms, not valuestatic int
compareRDFTermsOLD
(Node node1, Node node2) Version of Jena 4.5.0 and earlier.
-
Constructor Details
-
NodeCmp
public NodeCmp()
-
-
Method Details
-
compareRDFTerms
Compare two Nodes, based on their RDF terms forms, not value -
compareRDFTermsOLD
Version of Jena 4.5.0 and earlier. Unstable. Unlike NodeValue.compare, it uses lexical form before lang/datatype.
-