Class Node_Blank

  • All Implemented Interfaces:
    java.io.Serializable

    public class Node_Blank
    extends Node_Concrete
    RDF blank nodes, ie nodes with identity but without URIs.
    See Also:
    Serialized Form
    • Method Detail

      • isBlank

        public boolean isBlank()
        Description copied from class: Node
        Answer true iff this node is a blank node [subclasses override]
        Overrides:
        isBlank in class Node
      • getBlankNodeId

        public BlankNodeId getBlankNodeId()
        Description copied from class: Node
        get the blank node id if the node is blank, otherwise die horribly
        Overrides:
        getBlankNodeId in class Node
      • visitWith

        public java.lang.Object visitWith​(NodeVisitor v)
        Description copied from class: Node
        Visit a Node and dispatch on it to the appropriate method from the NodeVisitor v.
        Specified by:
        visitWith in class Node
        Parameters:
        v - the visitor to apply to the node
        Returns:
        the value returned by the applied method
      • equals

        public boolean equals​(java.lang.Object other)
        Description copied from class: Node
        Nodes only equal other Nodes that have equal labels.
        Specified by:
        equals in class Node