Class OrderByExpression

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

    public class OrderByExpression
    extends java.lang.Object
    implements java.io.Serializable, java.lang.Comparable<OrderByExpression>
    Order-by operator: τ_criterion(solutionSpace)
    See Also:
    Serialized Form
    • Field Detail

      • TYPE_

        public static final Name TYPE_
        Name of the com.gdblab.pathAlgebra.expressions.OrderByExpression type.
      • CRITERION

        public static final Name CRITERION
        Name of the com.gdblab.pathAlgebra.expressions.OrderByExpression.criterion field.
      • EXPRESSION

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