|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.proactive.calcium.skeletons.Pipe<T>
public class Pipe<T>
The Pipe skeleton represents staged computation. A Pipe will execute each skeleton in sequence of the next.
Field Summary |
---|
Fields inherited from interface org.objectweb.proactive.calcium.interfaces.Skeleton |
---|
logger |
Constructor Summary | |
---|---|
Pipe(java.util.List<Skeleton<T>> stages)
|
|
Pipe(Skeleton<T>... args)
|
|
Pipe(Skeleton<T> child1,
Skeleton<T> child2)
|
Method Summary | |
---|---|
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 Pipe(Skeleton<T> child1, Skeleton<T> child2)
public Pipe(Skeleton<T>... args)
public Pipe(java.util.List<Skeleton<T>> stages)
Method Detail |
---|
public java.util.Vector<Instruction<T>> getInstructionStack()
getInstructionStack
in interface Skeleton<T>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |