Search in sources :

Example 1 with CompletingBlockingFPBot

use of won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsTextBot.CompletingBlockingFPBot in project webofneeds by researchstudio-sat.

the class BAAtomicCCBot method getFirstPhaseScripts.

protected List<BATestBotScript> getFirstPhaseScripts() {
    List<BATestBotScript> scripts = new ArrayList<BATestBotScript>(2);
    // Coordination message is sent as TEXT
    scripts.add(new CompletingBlockingFPBot());
    scripts.add(new CompletedBlockedFPBot());
    return scripts;
}
Also used : CompletingBlockingFPBot(won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsTextBot.CompletingBlockingFPBot) ArrayList(java.util.ArrayList) CompletedBlockedFPBot(won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsTextBot.CompletedBlockedFPBot) BATestBotScript(won.bot.framework.eventbot.listener.baStateBots.BATestBotScript)

Aggregations

ArrayList (java.util.ArrayList)1 BATestBotScript (won.bot.framework.eventbot.listener.baStateBots.BATestBotScript)1 CompletedBlockedFPBot (won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsTextBot.CompletedBlockedFPBot)1 CompletingBlockingFPBot (won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsTextBot.CompletingBlockingFPBot)1