|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.unihalle.informatik.Alida.operator.ALDOperator
de.unihalle.informatik.Alida.demo.ALDCalcMean
@ALDAOperator(genericExecutionMode=ALL) public class ALDCalcMean
Operator for calculating the mean of given double values.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class de.unihalle.informatik.Alida.operator.ALDOperator |
---|
ALDOperator.HidingMode |
Field Summary |
---|
Fields inherited from class de.unihalle.informatik.Alida.operator.ALDOperator |
---|
completeDAG, name, portHashAccess, verbose, versionProvider |
Constructor Summary | |
---|---|
ALDCalcMean()
Default constructor. |
|
ALDCalcMean(java.lang.Double[] _data)
Constructor. |
Method Summary | |
---|---|
java.lang.Double |
getResultMean()
Returns the calculated mean value. |
protected void |
operate()
This method does the actual work and needs to be implemented by every subclass. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ALDCalcMean() throws ALDOperatorException
ALDOperatorException
public ALDCalcMean(java.lang.Double[] _data) throws ALDOperatorException
_data
- Input data.
ALDOperatorException
Method Detail |
---|
protected void operate()
ALDOperator
operate
in class ALDOperator
public java.lang.Double getResultMean()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |