public abstract class StatValue
extends java.lang.Object
| Constructor and Description |
|---|
StatValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
computeAll(SQStats stats,
StatsTypeCombination combination,
SQOrderList ordersList,
SQSettings settings,
SQStats statsLong,
SQStats statsShort)
Compute all.
|
void |
computeForOrder(SQStats stats,
StatsTypeCombination combination,
SQOrder order,
SQSettings settings,
SQStats statsLong,
SQStats statsShort)
Compute for order.
|
java.lang.String |
dependsOn()
Depends on.
|
abstract void |
endCompute(SQStats stats,
StatsTypeCombination combination,
SQOrderList ordersList,
SQSettings settings,
SQStats statsLong,
SQStats statsShort)
End compute.
|
abstract void |
initCompute(SQStats stats,
StatsTypeCombination combination,
SQOrderList ordersList,
SQSettings settings,
SQStats statsLong,
SQStats statsShort)
Inits the compute.
|
public abstract void initCompute(SQStats stats, StatsTypeCombination combination, SQOrderList ordersList, SQSettings settings, SQStats statsLong, SQStats statsShort) throws java.lang.Exception
stats - the statscombination - the combinationordersList - the orders listsettings - the settingsstatsLong - the stats longstatsShort - the stats shortjava.lang.Exception - the exceptionpublic void computeForOrder(SQStats stats, StatsTypeCombination combination, SQOrder order, SQSettings settings, SQStats statsLong, SQStats statsShort) throws java.lang.Exception
stats - the statscombination - the combinationorder - the ordersettings - the settingsstatsLong - the stats longstatsShort - the stats shortjava.lang.Exception - the exceptionpublic abstract void endCompute(SQStats stats, StatsTypeCombination combination, SQOrderList ordersList, SQSettings settings, SQStats statsLong, SQStats statsShort) throws java.lang.Exception
stats - the statscombination - the combinationordersList - the orders listsettings - the settingsstatsLong - the stats longstatsShort - the stats shortjava.lang.Exception - the exceptionpublic void computeAll(SQStats stats, StatsTypeCombination combination, SQOrderList ordersList, SQSettings settings, SQStats statsLong, SQStats statsShort) throws java.lang.Exception
stats - the statscombination - the combinationordersList - the orders listsettings - the settingsstatsLong - the stats longstatsShort - the stats shortjava.lang.Exception - the exceptionpublic java.lang.String dependsOn()