Package | Description |
---|---|
org.botlibre.api.sense | |
org.botlibre.sense | |
org.botlibre.tool |
Modifier and Type | Method and Description |
---|---|
Tool |
Awareness.getTool(java.lang.String name)
Return the tool with the name.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,Tool> |
Awareness.getTools() |
Modifier and Type | Method and Description |
---|---|
void |
Awareness.addTool(Tool sense) |
void |
Awareness.removeTool(Tool sense) |
Modifier and Type | Class and Description |
---|---|
class |
BasicTool
Defines an external interface.
|
Modifier and Type | Method and Description |
---|---|
Tool |
BasicAwareness.getTool(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,Tool> |
BasicAwareness.getTools() |
Modifier and Type | Method and Description |
---|---|
void |
BasicAwareness.addTool(Tool tool) |
void |
BasicAwareness.removeTool(Tool tool) |
Modifier and Type | Class and Description |
---|---|
class |
Calculator
Does math.
|
class |
Date
Return current date and time.
|
class |
JSON
JavaScript JSON class.
|
class |
Math
Does math.
|
class |
Utils
Return current date and time.
|
class |
Watch
Return current date and time.
|