Class Node_Concrete

  • All Implemented Interfaces:
    java.io.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:
    Serialized Form
    • Method Detail

      • 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