in NARS, each task is processed in two stages:
| Interface | Description |
|---|---|
| TLink<T> |
| Class | Description |
|---|---|
| BudgetValue |
A triple of priority (current), durability (decay), and quality (long-term average).
|
| Concept |
Concept as defined by the NARS-theory
Concepts are used to keep track of interrelated sentences
|
| Concept.AnticipationEntry | |
| Item<K> |
An item is an object that can be put into a Bag,
to participate in the resource competition of the system.
|
| Item.ItemPriorityComparator<E extends Item> | |
| Item.StringKeyItem | |
| Sentence<T extends Term> |
Sentence as defined by the NARS-theory
A Sentence is used as the premises and conclusions of all inference rules.
|
| Stamp |
Stamps are used to keep track of done derivations
|
| Stamp.BaseEntry |
Element of the evidential base of stamp
|
| Task<T extends Term> |
A task to be processed, consists of a Sentence and a BudgetValue.
|
| TaskLink |
Reference to a Task.
|
| TaskLink.Recording | |
| TermLink |
A link between a compound term and a component term
|
| TruthValue |
Truth is a tuple of frequency and confidence as defined by NARS theory
|
| Enum | Description |
|---|---|
| Task.EnumType |
Copyright © 2020 OpenNARS. All rights reserved.