Class CDTKey

java.lang.Object
org.apache.jena.cdt.CDTKey

public abstract class CDTKey extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns a string representation of this element to be included in the lexical form of literals.
    org.apache.jena.graph.Node
    Returns this object as an RDF term (i.e., an IRI, a literal, or a blank node), assuming it is one.
    boolean
    equals(Object other)
     
    int
     
     

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • CDTKey

      public CDTKey()
  • Method Details

    • asNode

      public org.apache.jena.graph.Node asNode()
      Returns this object as an RDF term (i.e., an IRI, a literal, or a blank node), assuming it is one. If it is not, then an UnsupportedOperationException is thrown.
    • equals

      public boolean equals(Object other)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • asLexicalForm

      public String asLexicalForm()
      Returns a string representation of this element to be included in the lexical form of literals.