Package com.gdblab.pathAlgebra.syntax
Class OrderByOption
- java.lang.Object
-
- com.gdblab.pathAlgebra.syntax.OrderByOption
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<OrderByOption>
- Direct Known Subclasses:
OrderByOption.Group,OrderByOption.GroupPath,OrderByOption.Partition,OrderByOption.PartitionGroup,OrderByOption.PartitionGroupPath,OrderByOption.PartitionPath,OrderByOption.Path
public abstract class OrderByOption extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<OrderByOption>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classOrderByOption.Groupstatic classOrderByOption.GroupPathstatic interfaceOrderByOption.PartialVisitor<R>Partial visitor overOrderByOptionwith a defaultOrderByOption.PartialVisitor.otherwise(com.gdblab.pathAlgebra.syntax.OrderByOption)branch.static classOrderByOption.Partitionstatic classOrderByOption.PartitionGroupstatic classOrderByOption.PartitionGroupPathstatic classOrderByOption.PartitionPathstatic classOrderByOption.Pathstatic interfaceOrderByOption.Visitor<R>Visitor overOrderByOption.
-
Field Summary
Fields Modifier and Type Field Description static NameGROUPName of thecom.gdblab.pathAlgebra.syntax.OrderByOption.groupfield.static NameGROUP_PATHName of thecom.gdblab.pathAlgebra.syntax.OrderByOption.groupPathfield.static NamePARTITIONName of thecom.gdblab.pathAlgebra.syntax.OrderByOption.partitionfield.static NamePARTITION_GROUPName of thecom.gdblab.pathAlgebra.syntax.OrderByOption.partitionGroupfield.static NamePARTITION_GROUP_PATHName of thecom.gdblab.pathAlgebra.syntax.OrderByOption.partitionGroupPathfield.static NamePARTITION_PATHName of thecom.gdblab.pathAlgebra.syntax.OrderByOption.partitionPathfield.static NamePATHName of thecom.gdblab.pathAlgebra.syntax.OrderByOption.pathfield.static NameTYPE_Name of thecom.gdblab.pathAlgebra.syntax.OrderByOptiontype.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract <R> Raccept(OrderByOption.Visitor<R> visitor)Dispatch tovisitor.
-
-
-
Field Detail
-
TYPE_
public static final Name TYPE_
Name of thecom.gdblab.pathAlgebra.syntax.OrderByOptiontype.
-
PARTITION
public static final Name PARTITION
Name of thecom.gdblab.pathAlgebra.syntax.OrderByOption.partitionfield.
-
GROUP
public static final Name GROUP
Name of thecom.gdblab.pathAlgebra.syntax.OrderByOption.groupfield.
-
PATH
public static final Name PATH
Name of thecom.gdblab.pathAlgebra.syntax.OrderByOption.pathfield.
-
PARTITION_GROUP
public static final Name PARTITION_GROUP
Name of thecom.gdblab.pathAlgebra.syntax.OrderByOption.partitionGroupfield.
-
PARTITION_PATH
public static final Name PARTITION_PATH
Name of thecom.gdblab.pathAlgebra.syntax.OrderByOption.partitionPathfield.
-
GROUP_PATH
public static final Name GROUP_PATH
Name of thecom.gdblab.pathAlgebra.syntax.OrderByOption.groupPathfield.
-
PARTITION_GROUP_PATH
public static final Name PARTITION_GROUP_PATH
Name of thecom.gdblab.pathAlgebra.syntax.OrderByOption.partitionGroupPathfield.
-
-
Method Detail
-
accept
public abstract <R> R accept(OrderByOption.Visitor<R> visitor)
Dispatch tovisitor.
-
-