|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectuk.ac.bbk.dcs.automed.qproc.functions.BuiltInFunction
uk.ac.bbk.dcs.automed.qproc.functions.aggregation.Min
public class Min
| Field Summary | |
|---|---|
private Cell |
minCell
|
| Fields inherited from class uk.ac.bbk.dcs.automed.qproc.functions.BuiltInFunction |
|---|
arity, evaluationMeta, logger, typeList |
| Constructor Summary | |
|---|---|
Min()
|
|
| Method Summary | |
|---|---|
protected void |
findmin(Cell n)
|
Cell |
perform(Cell[] args,
Evaluator e)
|
Cell |
post_processing(Cell[] args)
Dimitris added on 14/07/07 |
| Methods inherited from class uk.ac.bbk.dcs.automed.qproc.functions.BuiltInFunction |
|---|
finalize, getArity, getEvaluationMeta, getTypeList |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private Cell minCell
| Constructor Detail |
|---|
public Min()
throws ParseException
ParseException| Method Detail |
|---|
protected void findmin(Cell n)
throws QProcException
QProcException
public Cell post_processing(Cell[] args)
throws QProcException
BuiltInFunction
post_processing in class BuiltInFunctionQProcException
public Cell perform(Cell[] args,
Evaluator e)
throws TypeException,
QProcException
perform in class BuiltInFunctionTypeException
QProcException
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||