Class NodeCmp

java.lang.Object
org.apache.jena.sparql.util.NodeCmp

public class NodeCmp extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    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

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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