Uses of Interface
org.objectweb.proactive.calcium.interfaces.Conquer

Packages that use Conquer
org.objectweb.proactive.calcium.examples.blast

This package contains an example of distributing the blast application with calcium. 

org.objectweb.proactive.calcium.examples.findprimes

This package contains a toy examples of finding prime number with calcium. 

org.objectweb.proactive.calcium.examples.nqueens

This package contains an example of solving the nqueens counting problem using the framework. 

org.objectweb.proactive.calcium.skeletons

This package contains the skeletons supported by the framework

@author ProActive Team. 

 

Uses of Conquer in org.objectweb.proactive.calcium.examples.blast
 

Classes in org.objectweb.proactive.calcium.examples.blast that implement Conquer
 class ConquerResults
           
 

Uses of Conquer in org.objectweb.proactive.calcium.examples.findprimes
 

Classes in org.objectweb.proactive.calcium.examples.findprimes that implement Conquer
 class ConquerChallenge
           
 

Uses of Conquer in org.objectweb.proactive.calcium.examples.nqueens
 

Classes in org.objectweb.proactive.calcium.examples.nqueens that implement Conquer
 class ConquerBoard
           
 

Uses of Conquer in org.objectweb.proactive.calcium.skeletons
 

Constructors in org.objectweb.proactive.calcium.skeletons with parameters of type Conquer
DaC(Divide<T> div, Condition<T> cond, Skeleton<T> child, Conquer<T> conq)
          Creates a Divide and Conquer skeleton structure
Map(Divide<T> div, Skeleton<T> child, Conquer<T> conq)
           
 



Copyright 2001-2007 INRIA All Rights Reserved.