Package | Description |
---|---|
org.opennars.entity |
Data entities that are independently stored
|
org.opennars.storage |
Storage management
|
Modifier and Type | Field | Description |
---|---|---|
Stamp.BaseEntry[] |
Stamp.evidentialBase |
serial numbers.
|
private Stamp.BaseEntry[] |
Stamp.evidentialSet |
caches evidentialBase as a set for comparisons and hashcode, stores the unique Long's in-order for efficiency
|
Modifier and Type | Method | Description |
---|---|---|
private Stamp.BaseEntry[] |
Stamp.toSet() |
Convert the evidentialBase into a set
|
static Stamp.BaseEntry[] |
Stamp.toSetArray(Stamp.BaseEntry[] x) |
Modifier and Type | Method | Description |
---|---|---|
static Stamp.BaseEntry[] |
Stamp.toSetArray(Stamp.BaseEntry[] x) |
Constructor | Description |
---|---|
Stamp(long time,
Tense tense,
Stamp.BaseEntry serial,
int duration) |
Generate a new stamp, with a new serial number, for a new Task
|
Stamp(Tense tense,
Stamp.BaseEntry serial) |
used for when the ocrrence time will be set later; so should not be called from externally but through another Stamp constructor
|
Modifier and Type | Method | Description |
---|---|---|
Stamp.BaseEntry |
Memory.newStampSerial() |
Copyright © 2020 OpenNARS. All rights reserved.