|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
This package contains the main interfaces provided by the framework.
See:
Description
Interface Summary | |
---|---|
Condition<T> | This interfaces is used to provide evaulation conditions in skeletons like: divide & conquer, if, and while. |
Conquer<T> | This class is used to conquer a vector of parameters into a single parameters. |
Divide<T> | This class is used to divide a parameter into a vector of parameteres. |
Execute<T> | Classes implementing this interface can be executed. |
Instruction<T> | This inteface indicates that the skeletal instruction can be interpreted. |
Muscle | |
Skeleton<T> | This class is used to mark an object as a skeleton. |
This package contains the main interfaces provided by the framework.
Some of the interfaces located in this folder correspond to the muscle code that must be implemented by the user. Since it is specific to each application.
@author ProActive Team. December 2006 @since ProActive 3.2
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |