appl.parallel.test
Class AverageNeighborhoodTestTask

java.lang.Object
  extended by appl.parallel.spmd.AbstractSPMDTask
      extended by appl.parallel.test.AverageNeighborhoodTestTask
All Implemented Interfaces:
SPMDTask, Serializable

public class AverageNeighborhoodTestTask
extends AbstractSPMDTask

Author:
Dominik Appl
See Also:
Serialized Form

Field Summary
 
Fields inherited from class appl.parallel.spmd.AbstractSPMDTask
serverController
 
Constructor Summary
AverageNeighborhoodTestTask()
           
 
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 appl.parallel.spmd.AbstractSPMDTask
getAdvancedSPMDServerController, getSPMDServerController, incomingUpdate, initialize, isInitialized, outgoingUpdate, setSPMDServerController, supportsMultiThreading
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AverageNeighborhoodTestTask

public AverageNeighborhoodTestTask()
Method Detail

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