Package edu.bonn.xulu.plugin.model.parallel.demo

Class Summary
AverageNeighborhoodContentManager This class defines and handle the three resources for the models AverageNeighborhoodSerialDemoModel AverageNeighborhoodParallelDemoModel AVNTuned
AverageNeighborhoodParallelDemoModel This class is a simple demo algorithm for the usage of Xulu / V.
AverageNeighborhoodSerialDemoModel This very simple model looks at every grid cell and takes the average over a the surrounding cells in a specified neighborhood.
AVNTask This is the SPMDTask which will be executed on server side by the parallel model AverageNeighborhoodParallelDemoModel.
AVNTuned This is a tuned version of the AverageNeighborhoodParallelDemoModel, which uses multithreading and preloading.
AVNTunedTask This is the SPMDTask which will be executed on server side by the parallel model AverageNeighborhoodParallelDemoModel.