|
||||||||
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.ALDTransposeMatrix
@ALDAOperator(genericExecutionMode=ALL, allowBatchMode=false) public class ALDTransposeMatrix
Operator for transposing matrices.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class de.unihalle.informatik.Alida.operator.ALDOperator |
---|
ALDOperator.HidingMode |
Field Summary | |
---|---|
private int[][] |
data
Input data array. |
private int[][] |
tdata
Output data array. |
Fields inherited from class de.unihalle.informatik.Alida.operator.ALDOperator |
---|
completeDAG, name, portHashAccess, verbose, versionProvider |
Constructor Summary | |
---|---|
ALDTransposeMatrix()
Default constructor. |
|
ALDTransposeMatrix(int[][] _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 java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
@Parameter(label="Input data", required=true, direction=IN, description="Input data.") private int[][] data
@Parameter(label="Transposed array", direction=OUT, description="Result.") private transient int[][] tdata
Constructor Detail |
---|
public ALDTransposeMatrix() throws ALDOperatorException
ALDOperatorException
public ALDTransposeMatrix(int[][] _data) throws ALDOperatorException
_data
- Input data.
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 |