Class Node_Marker

All Implemented Interfaces:
Serializable

public class Node_Marker extends Node_Ext<String>
Marker special nodes for datastructures. The application is responsible for allocating unique strings.
See Also:
  • Method Details

    • marker

      public static Node marker(String str)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Node_Ext<String>
    • isConcrete

      public boolean isConcrete()
      Description copied from class: Node
      Answer true iff this node is concrete, meaning a node that is data in an RDF Graph.
      Overrides:
      isConcrete in class Node_Ext<String>
    • toString

      public String toString(PrefixMapping pmap)
      Description copied from class: Node
      Answer a human-readable representation of the Node. For URIs, abbreviate URI. For literals, quoting literals and abbreviating datatype URI.
      Specified by:
      toString in class Node
    • toString

      public String toString()
      Description copied from class: Node
      Answer a human-readable representation of this Node.
      Specified by:
      toString in class Node