| Package | Description | 
|---|---|
| org.opennars.interfaces | |
| org.opennars.main | |
| org.opennars.plugin.perception | 
| Modifier and Type | Method | Description | 
|---|---|---|
void | 
SensoryChannelConsumer.addSensoryChannel(String term,
                 SensoryChannel channel) | 
 registers a sensory channel by/for the term 
 | 
| 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. 
 | 
| Modifier and Type | Field | Description | 
|---|---|---|
protected Map<Term,SensoryChannel> | 
Nar.sensoryChannels | 
| Modifier and Type | Method | Description | 
|---|---|---|
void | 
Nar.addSensoryChannel(String term,
                 SensoryChannel channel) | 
| Modifier and Type | Class | Description | 
|---|---|---|
class  | 
VisionChannel | 
| Modifier and Type | Field | Description | 
|---|---|---|
private Collection<SensoryChannel> | 
SensoryChannel.reportResultsTo | 
| Constructor | Description | 
|---|---|
SensoryChannel(Nar nar,
              SensoryChannel reportResultsTo,
              int width,
              int height,
              int duration,
              Term label) | 
| Constructor | Description | 
|---|---|
SensoryChannel(Nar nar,
              Collection<SensoryChannel> reportResultsTo,
              int width,
              int height,
              int duration,
              Term label) | 
Copyright © 2020 OpenNARS. All rights reserved.