Class SolutionSpaceExpression.OrderBy
- java.lang.Object
-
- com.gdblab.pathAlgebra.expressions.SolutionSpaceExpression
-
- com.gdblab.pathAlgebra.expressions.SolutionSpaceExpression.OrderBy
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<SolutionSpaceExpression>
- Enclosing class:
- SolutionSpaceExpression
public static final class SolutionSpaceExpression.OrderBy extends SolutionSpaceExpression implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.gdblab.pathAlgebra.expressions.SolutionSpaceExpression
SolutionSpaceExpression.GroupBy, SolutionSpaceExpression.OrderBy, SolutionSpaceExpression.PartialVisitor<R>, SolutionSpaceExpression.Visitor<R>
-
-
Field Summary
Fields Modifier and Type Field Description OrderByExpressionvalue-
Fields inherited from class com.gdblab.pathAlgebra.expressions.SolutionSpaceExpression
GROUP_BY, ORDER_BY, TYPE_
-
-
Constructor Summary
Constructors Constructor Description OrderBy(OrderByExpression value)Constructs an immutableSolutionSpaceExpression.OrderBy.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R> Raccept(SolutionSpaceExpression.Visitor<R> visitor)Dispatch tovisitor.intcompareTo(SolutionSpaceExpression other)booleanequals(java.lang.Object other)inthashCode()
-
-
-
Field Detail
-
value
public final OrderByExpression value
-
-
Constructor Detail
-
OrderBy
public OrderBy(OrderByExpression value)
Constructs an immutableSolutionSpaceExpression.OrderBy.
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
compareTo
public int compareTo(SolutionSpaceExpression other)
- Specified by:
compareToin interfacejava.lang.Comparable<SolutionSpaceExpression>
-
accept
public <R> R accept(SolutionSpaceExpression.Visitor<R> visitor)
Dispatch tovisitor.- Specified by:
acceptin classSolutionSpaceExpression
-
-