Package jadex.bridge
Interface ITransferableStep<T>
-
- All Superinterfaces:
IComponentStep<T>
public interface ITransferableStep<T> extends IComponentStep<T>
Marker interface for transferable component steps.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface jadex.bridge.IComponentStep
IComponentStep.MyInit
-
-
Field Summary
-
Fields inherited from interface jadex.bridge.IComponentStep
__myinit, CURRENT_STEP
-
-
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
-
-