|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.proactive.calcium.skeletons.While<T>
T
- public class While<T>
The while skeleton represents conditioned iteration. The child skeleton will be executed while the Condition holds true.
Field Summary |
---|
Fields inherited from interface org.objectweb.proactive.calcium.interfaces.Skeleton |
---|
logger |
Constructor Summary | |
---|---|
While(Condition<T> cond,
Skeleton<T> child)
|
Method Summary | |
---|---|
Task<T> |
compute(Task<T> task)
|
java.util.Vector<Instruction<T>> |
getInstructionStack()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public While(Condition<T> cond, Skeleton<T> child)
Method Detail |
---|
public java.util.Vector<Instruction<T>> getInstructionStack()
getInstructionStack
in interface Skeleton<T>
public Task<T> compute(Task<T> task) throws java.lang.Exception
compute
in interface Instruction<T>
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |