|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--org.concord.molecular.engine.ConditionValue
|
+--org.concord.molecular.engine.AggregateValue
| Field Summary | |
protected java.util.Vector |
functions
|
| Fields inherited from class org.concord.molecular.engine.ConditionValue |
allIndices, conditionEvent, COUNT, indices, listeners, max, MEAN, min, negate, NO_INTERVAL, notifying, running, runningCount, runningMean, SIGMA, SINGLE, singleIndex, timedAverageInterval, TOTAL, type, valueList, values |
| Constructor Summary | |
AggregateValue()
|
|
| Method Summary | |
void |
addValueFunction(ConditionValue function)
|
int |
getNumberOfValues()
|
double |
getValue(int index)
|
void |
removeValueFunction(ConditionValue function)
|
void |
setValueFunction(ConditionValue function,
int index)
|
| Methods inherited from class org.concord.molecular.engine.ConditionValue |
addConditionListener, check, count, getValue, getValue, isTimedAverage, mean, notifyConditionListeners, removeConditionListener, resetRange, resetTimedAverage, setIndex, setIndices, setIndices, setMax, setMin, setNegate, setRange, setTimedAverage, setTimedAverageInterval, setType, sigma, single, total |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected java.util.Vector functions
| Constructor Detail |
public AggregateValue()
| Method Detail |
public void addValueFunction(ConditionValue function)
public void removeValueFunction(ConditionValue function)
public void setValueFunction(ConditionValue function,
int index)
public double getValue(int index)
getValue in class ConditionValuepublic int getNumberOfValues()
getNumberOfValues in class ConditionValue
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||