Class Mean
java.lang.Object
com.semedy.reasoner.builtin.aggregation.AbstractAggregation
com.semedy.reasoner.builtin.aggregation.Mean
- All Implemented Interfaces:
Aggregation
,Builtin
,VariableArgumentLengthBuiltin
mean builtin with first argument is the grouping argument
-
Constructor Summary
-
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
-
Mean
public Mean()
-
-
Method Details
-
cloneBuiltin
Description copied from interface:Builtin
clone the builtin- Returns:
- the cloned built-in
-
getName
Description copied from interface:Builtin
get the name of the builtin- Specified by:
getName
in interfaceBuiltin
- Specified by:
getName
in classAbstractAggregation
- Returns:
- the name of the built-in
-
getArgumentDescriptions
Description copied from interface:Builtin
get descriptions for the different arguments- Specified by:
getArgumentDescriptions
in interfaceBuiltin
- Specified by:
getArgumentDescriptions
in classAbstractAggregation
- Returns:
- a description of the arguments of the built-in
-
getDescription
Description copied from interface:Builtin
get a description for the builtin- Specified by:
getDescription
in interfaceBuiltin
- Specified by:
getDescription
in classAbstractAggregation
- Returns:
- a description of the built-in
-