org.objectweb.proactive.calcium.interfaces
Interface Instruction<T>

Type Parameters:
T -
All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
DaC, For, If, Map, Seq, While

public interface Instruction<T>
extends java.io.Serializable

This inteface indicates that the skeletal instruction can be interpreted.

Author:
The ProActive Team (mleyton)

Method Summary
 Task<T> compute(Task<T> t)
           
 

Method Detail

compute

Task<T> compute(Task<T> t)
                throws java.lang.Exception
Throws:
java.lang.Exception


Copyright 2001-2007 INRIA All Rights Reserved.