|
||||||||||
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 |
---|
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 |
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 |