org.objectweb.proactive.calcium.interfaces
Interface Skeleton<T>
- All Superinterfaces:
- java.io.Serializable
- All Known Implementing Classes:
- DaC, Farm, For, If, Map, Pipe, Seq, While
public interface Skeleton<T>
- extends java.io.Serializable
This class is used to mark an object as a skeleton.
A skeleton is able to return the stack of instructions
nested inside the skeleton.
- Author:
- The ProActive Team (mleyton)
Field Summary |
static org.apache.log4j.Logger |
logger
|
logger
static final org.apache.log4j.Logger logger
getInstructionStack
java.util.Vector<Instruction<T>> getInstructionStack()
Copyright 2001-2007 INRIA All Rights Reserved.