|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Condition | |
---|---|
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 Condition in org.objectweb.proactive.calcium.examples.blast |
---|
Classes in org.objectweb.proactive.calcium.examples.blast that implement Condition | |
---|---|
class |
DivideDBCondition
|
Uses of Condition in org.objectweb.proactive.calcium.examples.findprimes |
---|
Classes in org.objectweb.proactive.calcium.examples.findprimes that implement Condition | |
---|---|
class |
ChallengeDivideCondition
|
Uses of Condition in org.objectweb.proactive.calcium.examples.nqueens |
---|
Classes in org.objectweb.proactive.calcium.examples.nqueens that implement Condition | |
---|---|
class |
DivideCondition
|
Uses of Condition in org.objectweb.proactive.calcium.skeletons |
---|
Constructors in org.objectweb.proactive.calcium.skeletons with parameters of type Condition | |
---|---|
DaC(Divide<T> div,
Condition<T> cond,
Skeleton<T> child,
Conquer<T> conq)
Creates a Divide and Conquer skeleton structure |
|
If(Condition<T> cond,
Skeleton<T> ifChild,
Skeleton<T> elseChild)
|
|
While(Condition<T> cond,
Skeleton<T> child)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |