Package | Description |
---|---|
org.opennars.entity |
Data entities that are independently stored
|
Modifier and Type | Method | Description |
---|---|---|
static Task.EnumType |
Task.EnumType.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static Task.EnumType[] |
Task.EnumType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor | Description |
---|---|
Task(Sentence<T> s,
BudgetValue b,
Task.EnumType type) |
Constructor for input task and single premise derived task
|
Copyright © 2020 OpenNARS. All rights reserved.