Class Node_Extended

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    Node_Expr, Node_ExprList, Node_Template

    public abstract class Node_Extended
    extends Node_Fluid
    The class of expression nodes: a node that can be used anywhere variables are legal, and that bind a (implicit) variable to a SPARQL expression.
    Author:
    Maxime Lefrançois
    See Also:
    Serialized Form
    • Method Detail

      • getLabel

        public String getLabel()
        Identifier for the node, should be a unique random string. Should be legal for SPARQL variable naming.
        Returns: