Package jadex.bridge
Interface ITransferableStep<T>
- 
- All Superinterfaces:
 IComponentStep<T>
public interface ITransferableStep<T> extends IComponentStep<T>
Marker interface for transferable component steps. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.String>getTransferableObject()The object to be transferred as replacement for the component step.- 
Methods inherited from interface jadex.bridge.IComponentStep
execute 
 - 
 
 -