Package jadex.bridge

Interface ITransferableStep<T>

  • All Superinterfaces:
    IComponentStep<T>

    public interface ITransferableStep<T>
    extends IComponentStep<T>
    Marker interface for transferable component steps.
    • Method Detail

      • getTransferableObject

        java.util.Map<java.lang.String,​java.lang.String> getTransferableObject()
        The object to be transferred as replacement for the component step. May also be the step itself, if properly serializable to/from XML.