Class Node_Concrete

java.lang.Object
org.apache.jena.graph.Node
org.apache.jena.graph.Node_Concrete
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
Node_Blank, Node_Literal, Node_URI

public abstract class Node_Concrete extends Node
This is the class of "concrete" nodes, ie those which correspond to actual RDF data - URIs, blank nodes, and literals.
See Also:
  • Method Details

    • isConcrete

      public boolean isConcrete()
      Description copied from class: Node
      Answer true iff this node is concrete, ie not variable, ie URI, blank, or literal.
      Specified by:
      isConcrete in class Node