Class NestedFunction

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<NestedFunction>

    public class NestedFunction
    extends java.lang.Object
    implements java.io.Serializable, java.lang.Comparable<NestedFunction>
    See Also:
    Serialized Form
    • Field Detail

      • TYPE_

        public static final Name TYPE_
        Name of the com.gdblab.pathAlgebra.syntax.NestedFunction type.
      • NAME

        public static final Name NAME
        Name of the com.gdblab.pathAlgebra.syntax.NestedFunction.name field.
      • INNER_FUNCTION

        public static final Name INNER_FUNCTION
        Name of the com.gdblab.pathAlgebra.syntax.NestedFunction.innerFunction field.
      • name

        public final java.lang.String name
      • innerFunction

        public final Function innerFunction
    • Constructor Detail

      • NestedFunction

        public NestedFunction​(java.lang.String name,
                              Function innerFunction)
        Constructs an immutable NestedFunction.
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object