| Package | Description | 
|---|---|
| org.botlibre.aiml | |
| org.botlibre.api.knowledge | |
| org.botlibre.knowledge | |
| org.botlibre.self | 
| Modifier and Type | Method and Description | 
|---|---|
SelfCompiler | 
AIMLParser.getSelfCompiler()  | 
| Modifier and Type | Method and Description | 
|---|---|
Vertex | 
Network.createPattern(java.lang.String text,
             SelfCompiler compiler)
Tokenize the sentence pattern into its words and wildcrads, and create a vertex representation. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Vertex | 
AbstractNetwork.createPattern(java.lang.String text,
             SelfCompiler compiler)
Tokenize the sentence pattern into its words and wildcrads, and create a vertex representation. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
Self4ByteCodeCompiler
Self scripting language compiler. 
 | 
class  | 
Self4Compiler
Self scripting language compiler. 
 | 
class  | 
SelfByteCodeCompiler
Self scripting language compiler. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static SelfCompiler | 
SelfCompiler.getCompiler()  | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
SelfCompiler.setCompiler(SelfCompiler compiler)  |