Class Sum
java.lang.Object
com.semedy.reasoner.builtin.aggregation.AbstractAggregation
com.semedy.reasoner.builtin.aggregation.Sum
- All Implemented Interfaces:
Aggregation,Builtin,VariableArgumentLengthBuiltin
sum builtin with first argument is the grouping argument
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.semedy.reasoner.builtin.aggregation.AbstractAggregation
clear, deliversOneResultOnly, evaluate, evaluationFinished, getArity, getMaxLength, getMinLength, getType, getWeight, init, input, isEvaluable, isInternal, objectGeneratingArguments, readsSymbolTable, setProperties, setSymbolTable, start, stop, writesSymbolTable
-
Constructor Details
-
Sum
public Sum()
-
-
Method Details
-
cloneBuiltin
Description copied from interface:Builtinclone the builtin- Returns:
- the cloned built-in
-
getName
Description copied from interface:Builtinget the name of the builtin- Specified by:
getNamein interfaceBuiltin- Specified by:
getNamein classAbstractAggregation- Returns:
- the name of the built-in
-
getArgumentDescriptions
Description copied from interface:Builtinget descriptions for the different arguments- Specified by:
getArgumentDescriptionsin interfaceBuiltin- Specified by:
getArgumentDescriptionsin classAbstractAggregation- Returns:
- a description of the arguments of the built-in
-
getDescription
Description copied from interface:Builtinget a description for the builtin- Specified by:
getDescriptionin interfaceBuiltin- Specified by:
getDescriptionin classAbstractAggregation- Returns:
- a description of the built-in
-