appl.parallel.test
Class AverageNeighborhoodTestTask_MultiGrid
java.lang.Object
appl.parallel.spmd.AbstractSPMDTask
appl.parallel.test.AverageNeighborhoodTestTask_MultiGrid
- All Implemented Interfaces:
- SPMDTask, Serializable
public class AverageNeighborhoodTestTask_MultiGrid
- extends AbstractSPMDTask
- Author:
- Dominik Appl
- See Also:
- Serialized Form
Method Summary |
void |
init()
Use this method to implement if you want t |
Object |
run(Object... parameters)
Starts the task with the given parameters. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AverageNeighborhoodTestTask_MultiGrid
public AverageNeighborhoodTestTask_MultiGrid()
run
public Object run(Object... parameters)
- Description copied from interface:
SPMDTask
- Starts the task with the given parameters. Overwrite this method to
implement the task.
- Specified by:
run
in interface SPMDTask
- Specified by:
run
in class AbstractSPMDTask
- Returns:
- the result of the task computation (if any)
init
public void init()
- Description copied from class:
AbstractSPMDTask
- Use this method to implement if you want t
- Specified by:
init
in class AbstractSPMDTask