de.unihalle.informatik.Alida.demo
Class ALDArrayMean

java.lang.Object
  extended by de.unihalle.informatik.Alida.operator.ALDOperator
      extended by de.unihalle.informatik.Alida.demo.ALDSummarizeArrayOp
          extended by de.unihalle.informatik.Alida.demo.ALDArrayMean
All Implemented Interfaces:
ALDConfigurationValidator

@ALDDerivedClass
@ALDAOperator(genericExecutionMode=ALL,
              level=STANDARD)
public class ALDArrayMean
extends ALDSummarizeArrayOp

Operator returning the mean value of an 1D array.

Author:
posch

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.demo.ALDSummarizeArrayOp
data, summary
 
Fields inherited from class de.unihalle.informatik.Alida.operator.ALDOperator
completeDAG, name, portHashAccess, verbose, versionProvider
 
Constructor Summary
ALDArrayMean()
          Default constructor.
ALDArrayMean(java.lang.Double[] data)
          Constructor.
 
Method Summary
protected  void operate()
          This method does the actual work and needs to be implemented by every subclass.
 
Methods inherited from class de.unihalle.informatik.Alida.demo.ALDSummarizeArrayOp
getData, getSummary, setData
 
Methods inherited from class de.unihalle.informatik.Alida.operator.ALDOperator
deserializeFromXmlFile, fieldContained, getALDPortHashAccessKey, getConstructionMode, getInInoutNames, getInInoutNames, getInNames, getInOutNames, getMissingRequiredInputs, getName, getNumParameters, getOutInoutNames, getOutNames, getParameter, getParameterDescriptor, getParameterNames, getSupplementalNames, getVerbose, getVersion, isConfigured, parametersToXmlObject, print, print, print, printInterface, printInterface, readHistory, readResolve, reinitializeParameterDescriptors, runOp, runOp, runOp, serializeToXmlFile, setConstructionMode, setName, setParameter, setParametersFromXml, setParametersFromXml, setVerbose, toStringVerbose, unconfiguredItems, validate, validateCustom, validateGeneric, writeHistory, writeHistory, writeHistory, writeParametersToXml
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ALDArrayMean

public ALDArrayMean()
             throws ALDOperatorException
Default constructor.

Throws:
ALDOperatorException

ALDArrayMean

public ALDArrayMean(java.lang.Double[] data)
             throws ALDOperatorException
Constructor.

Parameters:
data - Input array.
Throws:
ALDOperatorException
Method Detail

operate

protected void operate()
Description copied from class: ALDOperator
This method does the actual work and needs to be implemented by every subclass.

Specified by:
operate in class ALDOperator


Copyright © 2010-2014 Martin Luther University Halle-Wittenberg. All Rights Reserved.