Package | Description |
---|---|
casa |
The casa package is the main package for CASA (Collaborative Agent System
Architecture), which is an infrastructure for agent based systems.
|
casa.abcl | |
org.armedbear.lisp | |
org.armedbear.lisp.scripting |
Modifier and Type | Field and Description |
---|---|
(package private) static Interpreter |
TransientAgent.lisp |
Modifier and Type | Method and Description |
---|---|
static Interpreter |
Lisp.getInterpreter() |
Modifier and Type | Field and Description |
---|---|
static Interpreter |
Interpreter.interpreter |
Modifier and Type | Method and Description |
---|---|
static Interpreter |
Interpreter.createDefaultInstance(String[] args) |
static Interpreter |
Interpreter.createInstance() |
static Interpreter |
Interpreter.createJLispInstance(InputStream in,
OutputStream out,
String initialDirectory,
String version) |
static Interpreter |
Interpreter.getInstance() |
Modifier and Type | Field and Description |
---|---|
private Interpreter |
AbclScriptEngine.interpreter |
Modifier and Type | Method and Description |
---|---|
Interpreter |
AbclScriptEngine.getInterpreter() |
Modifier and Type | Method and Description |
---|---|
void |
AbclScriptEngine.setInterpreter(Interpreter interpreter) |