Package com.gdblab.pathAlgebra.syntax
Class OrderByOption.Path
- java.lang.Object
-
- com.gdblab.pathAlgebra.syntax.OrderByOption
-
- com.gdblab.pathAlgebra.syntax.OrderByOption.Path
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<OrderByOption>
- Enclosing class:
- OrderByOption
public static final class OrderByOption.Path extends OrderByOption implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.gdblab.pathAlgebra.syntax.OrderByOption
OrderByOption.Group, OrderByOption.GroupPath, OrderByOption.PartialVisitor<R>, OrderByOption.Partition, OrderByOption.PartitionGroup, OrderByOption.PartitionGroupPath, OrderByOption.PartitionPath, OrderByOption.Path, OrderByOption.Visitor<R>
-
-
Field Summary
-
Fields inherited from class com.gdblab.pathAlgebra.syntax.OrderByOption
GROUP, GROUP_PATH, PARTITION, PARTITION_GROUP, PARTITION_GROUP_PATH, PARTITION_PATH, PATH, TYPE_
-
-
Constructor Summary
Constructors Constructor Description Path()Constructs an immutableOrderByOption.Path.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R> Raccept(OrderByOption.Visitor<R> visitor)Dispatch tovisitor.intcompareTo(OrderByOption other)booleanequals(java.lang.Object other)inthashCode()
-
-
-
Constructor Detail
-
Path
public Path()
Constructs an immutableOrderByOption.Path.
-
-
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(OrderByOption other)
- Specified by:
compareToin interfacejava.lang.Comparable<OrderByOption>
-
accept
public <R> R accept(OrderByOption.Visitor<R> visitor)
Dispatch tovisitor.- Specified by:
acceptin classOrderByOption
-
-