appl.parallel.data
Class WritableGridArrayPartition

java.lang.Object
  extended by appl.parallel.data.WritableGridArrayPartition

public abstract class WritableGridArrayPartition
extends Object

A WritableGridArrayPartition extends the WritableGridArray so that it can be used in parallel computation. Every partition represents a rectangle-shaped part of a father-grid. It has information about its bounds and about its father-grid. The partition may be used for data transfer between computing resources. It is very fast, because it is not proxyied by a DataProxy, but uses the WritableGridArray directly.

Author:
Dominik Appl
See Also:
WritableGridArrayPartition

Nested Class Summary
static class WritableGridArrayPartition.Double
          For Double data types
static class WritableGridArrayPartition.Float
          For Float data types
static class WritableGridArrayPartition.Integer
          For Integer data types
 
Constructor Summary
WritableGridArrayPartition()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WritableGridArrayPartition

public WritableGridArrayPartition()