Package | Description |
---|---|
org.opennars.entity |
Data entities that are independently stored
|
org.opennars.storage |
Storage management
|
Modifier and Type | Class | Description |
---|---|---|
static class |
Item.ItemPriorityComparator<E extends Item> |
Modifier and Type | Class | Description |
---|---|---|
class |
Concept |
Concept as defined by the NARS-theory
Concepts are used to keep track of interrelated sentences
|
static class |
Item.StringKeyItem |
|
class |
Task<T extends Term> |
A task to be processed, consists of a Sentence and a BudgetValue.
|
class |
TaskLink |
Reference to a Task.
|
class |
TermLink |
A link between a compound term and a component term
|
Modifier and Type | Method | Description |
---|---|---|
Item |
Item.merge(Item that) |
Merge with another Item with identical key
|
Item |
Task.merge(Item that) |
Merge one Task into another
|
Modifier and Type | Method | Description |
---|---|---|
Item |
Item.merge(Item that) |
Merge with another Item with identical key
|
Item |
Task.merge(Item that) |
Merge one Task into another
|
Modifier and Type | Method | Description |
---|---|---|
static float |
Item.getPrioritySum(Iterable<? extends Item> c) |
Modifier and Type | Class | Description |
---|---|---|
class |
Bag<Type extends Item<K>,K> |
Original Bag implementation which distributes items into
discrete levels (queues) according to priority
|
Copyright © 2020 OpenNARS. All rights reserved.