Class Node_List

  • All Implemented Interfaces:
    Serializable

    public class Node_List
    extends Node_Concrete
    The class of list nodes of type LIST( <expr> ). They can be used in the place of objects in the GENERATE pattern.
    Author:
    Maxime Lefrançois
    See Also:
    Serialized Form
    • Constructor Detail

      • Node_List

        public Node_List​(Expr expr)
        Constructor
        Parameters:
        expr - The SPARQL expression specified in this node.
    • Method Detail

      • getExpr

        public Expr getExpr()
        The SPARQL expression specified in this node.
        Returns:
      • getLabel

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

        public boolean equals​(Object o)
        Specified by:
        equals in class Node
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Node