Class CountUnique
java.lang.Object
com.semedy.reasoner.builtin.aggregation.AbstractAggregation
com.semedy.reasoner.builtin.aggregation.CountUnique
- All Implemented Interfaces:
Aggregation
,Builtin
,VariableArgumentLengthBuiltin
count 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, setProperties, setSymbolTable, start, stop, writesSymbolTable
-
Constructor Details
-
CountUnique
public CountUnique()
-
-
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
-
readsSymbolTable
public boolean readsSymbolTable()Description copied from interface:Builtin
does the builtin read the symbol table- Specified by:
readsSymbolTable
in interfaceBuiltin
- Overrides:
readsSymbolTable
in classAbstractAggregation
- Returns:
- true if it reads the symbol table
-