Class RecursiveExpression

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

    public class RecursiveExpression
    extends java.lang.Object
    implements java.io.Serializable, java.lang.Comparable<RecursiveExpression>
    Recursive operator with path semantics
    See Also:
    Serialized Form
    • Field Detail

      • TYPE_

        public static final Name TYPE_
        Name of the com.gdblab.pathAlgebra.expressions.RecursiveExpression type.
      • SEMANTICS

        public static final Name SEMANTICS
        Name of the com.gdblab.pathAlgebra.expressions.RecursiveExpression.semantics field.
      • EXPRESSION

        public static final Name EXPRESSION
        Name of the com.gdblab.pathAlgebra.expressions.RecursiveExpression.expression field.