Package | Description |
---|---|
org.opennars.interfaces.pub | |
org.opennars.io |
Input/output management
|
org.opennars.main | |
org.opennars.plugin.perception |
Modifier and Type | Method | Description |
---|---|---|
Reasoner |
Reasoner.ask(String termString,
AnswerHandler answered) |
ask reasoner a eternal question
|
Reasoner |
Reasoner.askNow(String termString,
AnswerHandler answered) |
ask reasoner a now question
|
Modifier and Type | Method | Description |
---|---|---|
private static Plugin |
ConfigReader.createPluginByClassnameAndArguments(String pluginClassPath,
NodeList arguments,
Reasoner reasoner) |
|
static List<Plugin> |
ConfigReader.loadParamsFromFileAndReturnPlugins(String filepath,
Reasoner reasoner,
Parameters parameters) |
Modifier and Type | Class | Description |
---|---|---|
class |
Nar |
Non-Axiomatic Reasoner
Instances of this represent a reasoner connected to a Memory, and set of Input and Output channels.
|
Constructor | Description |
---|---|
VisionChannel(String label,
Reasoner nar,
Reasoner reportResultsTo,
int width,
int height,
int duration,
float defaultOutputConfidence,
int nPrototypes) |
Copyright © 2020 OpenNARS. All rights reserved.