Modifier and Type | Field and Description |
---|---|
Bot |
Bot.parent |
static Bot |
Bot.systemCache |
Modifier and Type | Method and Description |
---|---|
static Bot |
Bot.createInstance() |
static Bot |
Bot.createInstance(java.lang.String configFile,
java.lang.String memory,
boolean isSchema) |
static Bot |
Bot.createInstanceFromPool(java.lang.String instanceName,
boolean isSchema)
Return the cached instance from the pool if available, otherwise create a new instance.
|
static Bot |
Bot.fastCreateInstance(java.lang.String configFile,
java.lang.String memory,
boolean isSchema) |
Bot |
Bot.getParent() |
static Bot |
Bot.getSystemCache() |
Modifier and Type | Method and Description |
---|---|
static java.util.concurrent.ConcurrentMap<java.lang.String,Bot> |
Bot.getInstances() |
Modifier and Type | Method and Description |
---|---|
void |
Bot.setParent(Bot parent) |
static void |
Bot.setSystemCache(Bot systemCache) |
Modifier and Type | Method and Description |
---|---|
Bot |
Avatar.getBot() |
Modifier and Type | Method and Description |
---|---|
void |
Avatar.setBot(Bot Bot) |
Modifier and Type | Method and Description |
---|---|
Bot |
Mood.getBot() |
Modifier and Type | Method and Description |
---|---|
void |
Mood.setBot(Bot Bot) |
Modifier and Type | Method and Description |
---|---|
Bot |
Network.getBot()
Return the associated Bot instance.
|
Bot |
Memory.getBot() |
Modifier and Type | Method and Description |
---|---|
void |
Network.setBot(Bot Bot)
Set the associated Bot instance.
|
void |
Memory.setBot(Bot Bot) |
Modifier and Type | Method and Description |
---|---|
Bot |
Tool.getBot()
Return the associated Bot instance.
|
Bot |
Sense.getBot()
Return the associated Bot instance.
|
Bot |
Awareness.getBot() |
Modifier and Type | Method and Description |
---|---|
void |
Tool.setBot(Bot Bot)
Set the associated Bot instance.
|
void |
Sense.setBot(Bot Bot)
Set the associated Bot instance.
|
void |
Awareness.setBot(Bot Bot) |
Modifier and Type | Method and Description |
---|---|
Bot |
Thought.getBot()
Return the associated Bot instance.
|
Bot |
Mind.getBot() |
Modifier and Type | Method and Description |
---|---|
void |
Thought.setBot(Bot Bot)
Set the associated Bot instance.
|
void |
Mind.setBot(Bot Bot) |
Modifier and Type | Method and Description |
---|---|
Bot |
BasicAvatar.getBot()
Return Bot.
|
Modifier and Type | Method and Description |
---|---|
void |
BasicAvatar.setBot(Bot bot)
Set Bot.
|
Modifier and Type | Method and Description |
---|---|
Bot |
BasicMood.getBot()
Return Bot.
|
Modifier and Type | Method and Description |
---|---|
void |
BasicMood.setBot(Bot bot)
Set Bot.
|
Modifier and Type | Method and Description |
---|---|
Bot |
BasicMemory.getBot()
Return Bot.
|
Bot |
AbstractNetwork.getBot()
Return the associated Bot instance.
|
Modifier and Type | Method and Description |
---|---|
void |
Bootstrap.bootstrapSystem(Bot Bot,
boolean addStates)
Initialize Bot with the bootstrap xml networks.
|
void |
BasicMemory.setBot(Bot bot)
Set Bot.
|
void |
AbstractNetwork.setBot(Bot bot)
Set the associated Bot instance.
|
Modifier and Type | Method and Description |
---|---|
Bot |
BasicTool.getBot()
Return the associated Bot instance.
|
Bot |
BasicSense.getBot()
Return the associated Bot instance.
|
Bot |
BasicAwareness.getBot()
Return Bot.
|
Modifier and Type | Method and Description |
---|---|
void |
BasicTool.setBot(Bot Bot)
Set the associated Bot instance.
|
void |
BasicSense.setBot(Bot Bot)
Set the associated Bot instance.
|
void |
BasicAwareness.setBot(Bot bot)
Set Bot.
|
Modifier and Type | Method and Description |
---|---|
Bot |
BasicThought.getBot()
Return the associated Bot instance.
|
Bot |
BasicMind.getBot()
Return Bot.
|
Modifier and Type | Method and Description |
---|---|
void |
BasicThought.setBot(Bot bot)
Set the associated Bot instance.
|
void |
BasicMind.setBot(Bot bot)
Set Bot.
|