Package openGql.grammar
Class BinarySetFunctionType
- java.lang.Object
-
- openGql.grammar.BinarySetFunctionType
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<BinarySetFunctionType>
- Direct Known Subclasses:
BinarySetFunctionType.PercentileCont,BinarySetFunctionType.PercentileDisc
public abstract class BinarySetFunctionType extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<BinarySetFunctionType>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceBinarySetFunctionType.PartialVisitor<R>Partial visitor overBinarySetFunctionTypewith a defaultBinarySetFunctionType.PartialVisitor.otherwise(openGql.grammar.BinarySetFunctionType)branch.static classBinarySetFunctionType.PercentileContstatic classBinarySetFunctionType.PercentileDiscstatic interfaceBinarySetFunctionType.Visitor<R>Visitor overBinarySetFunctionType.
-
Field Summary
Fields Modifier and Type Field Description static NamePERCENTILE_CONTName of theopenGql.grammar.BinarySetFunctionType.percentileContfield.static NamePERCENTILE_DISCName of theopenGql.grammar.BinarySetFunctionType.percentileDiscfield.static NameTYPE_Name of theopenGql.grammar.BinarySetFunctionTypetype.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract <R> Raccept(BinarySetFunctionType.Visitor<R> visitor)Dispatch tovisitor.
-
-
-
Field Detail
-
TYPE_
public static final Name TYPE_
Name of theopenGql.grammar.BinarySetFunctionTypetype.
-
PERCENTILE_CONT
public static final Name PERCENTILE_CONT
Name of theopenGql.grammar.BinarySetFunctionType.percentileContfield.
-
PERCENTILE_DISC
public static final Name PERCENTILE_DISC
Name of theopenGql.grammar.BinarySetFunctionType.percentileDiscfield.
-
-
Method Detail
-
accept
public abstract <R> R accept(BinarySetFunctionType.Visitor<R> visitor)
Dispatch tovisitor.
-
-