Uses of Class
adalid.core.enums.RowsAggregateOp
-
Packages that use RowsAggregateOp Package Description adalid.core adalid.core.enums adalid.core.expressions adalid.core.interfaces -
-
Uses of RowsAggregateOp in adalid.core
Methods in adalid.core that return RowsAggregateOp Modifier and Type Method Description RowsAggregateOpNumericAggregate. getOperator()Methods in adalid.core with parameters of type RowsAggregateOp Modifier and Type Method Description protected voidAbstractDataArtifact. addAggregate(RowsAggregateOp operator, Property... properties)Constructors in adalid.core with parameters of type RowsAggregateOp Constructor Description NumericAggregate(RowsAggregateOp operator, Property property) -
Uses of RowsAggregateOp in adalid.core.enums
Methods in adalid.core.enums that return RowsAggregateOp Modifier and Type Method Description static RowsAggregateOpRowsAggregateOp. valueOf(String name)Returns the enum constant of this type with the specified name.static RowsAggregateOp[]RowsAggregateOp. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of RowsAggregateOp in adalid.core.expressions
Methods in adalid.core.expressions that return RowsAggregateOp Modifier and Type Method Description RowsAggregateOpAbstractRowsAggregateX. getOperator()Constructors in adalid.core.expressions with parameters of type RowsAggregateOp Constructor Description AbstractRowsAggregateX(RowsAggregateOp operator, Object measure)AbstractRowsAggregateX(RowsAggregateOp operator, Object measure, Entity dimension)AbstractRowsAggregateX(RowsAggregateOp operator, Object measure, Segment filter)AbstractRowsAggregateX(RowsAggregateOp operator, Object measure, Segment filter, Entity dimension) -
Uses of RowsAggregateOp in adalid.core.interfaces
Methods in adalid.core.interfaces that return RowsAggregateOp Modifier and Type Method Description RowsAggregateOpRowsAggregateX. getOperator()
-