public interface BotManager
| Modifier and Type | Method and Description |
|---|---|
void |
addBot(Bot bot) |
Bot |
getBotForNeedURI(java.net.URI needUri) |
java.util.List<Bot> |
getBotsForNodeURI(java.net.URI nodeUri) |
boolean |
isWorkDone()
Indicates if all managed bots' work is done.
|
void |
setBots(java.util.Collection<Bot> bots)
Drops all registered bots and uses the specified ones.
|
Bot getBotForNeedURI(java.net.URI needUri)
java.util.List<Bot> getBotsForNodeURI(java.net.URI nodeUri)
void addBot(Bot bot)
void setBots(java.util.Collection<Bot> bots)
bots - boolean isWorkDone()
Copyright © 2018. All Rights Reserved.