Package jadex.bridge

Interface IComponentStep<T>

    • Method Detail

      • execute

        IFuture<T> execute​(IInternalAccess ia)
        Execute the command.
        Parameters:
        args - The argument(s) for the call.
        Returns:
        The result of the command.