|
||||||||
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.ALDSummarizeArrayOp
de.unihalle.informatik.Alida.demo.ALDArrayMin
@ALDDerivedClass @ALDAOperator(genericExecutionMode=ALL, level=STANDARD) public class ALDArrayMin
Operator returning the minimum value of an 1D array.
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 | |
---|---|
ALDArrayMin()
Default constructor. |
|
ALDArrayMin(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, getALDPortHashAccessKey, getInInoutNames, getInInoutNames, getName, getNumParameters, getOutInoutNames, getParameter, getParameterDescriptor, getParameterNames, getSupplementalNames, getVerbose, getVersion, parametersToXmlObject, print, print, print, printInterface, printInterface, readHistory, runOp, runOp, runOp, serializeToXmlFile, setParameter, setParametersFromXml, setParametersFromXml, setVerbose, toString, validate, validateCustom, validateGeneric, writeHistory, writeHistory, writeHistory, writeParametersToXml |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ALDArrayMin() throws ALDOperatorException
ALDOperatorException
public ALDArrayMin(java.lang.Double[] data) throws ALDOperatorException
data
- Input array.
ALDOperatorException
Method Detail |
---|
protected void operate()
ALDOperator
operate
in class ALDOperator
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |