org.objectweb.proactive.calcium.interfaces
Interface Condition<T>
- Type Parameters:
T
-
- All Superinterfaces:
- Muscle, java.io.Serializable
- All Known Implementing Classes:
- ChallengeDivideCondition, DivideCondition, DivideDBCondition
public interface Condition<T>
- extends Muscle
This interfaces is used to provide evaulation
conditions in skeletons like: divide & conquer,
if, and while.
- Author:
- The ProActive Team (mleyton)
evalCondition
boolean evalCondition(T param)
throws java.lang.RuntimeException,
EnvironmentException
- Throws:
java.lang.RuntimeException
EnvironmentException
Copyright 2001-2007 INRIA All Rights Reserved.