public class ProcessTask extends Object
Constructor | Description |
---|---|
ProcessTask() |
Modifier and Type | Method | Description |
---|---|---|
static boolean |
processTask(Concept concept,
DerivationContext nal,
Task task,
Timable time) |
Directly process a new task within a concept.Here task can either be a judgement, goal, question or quest.The function is called exactly once on each task.Using
local information and finishing in a constant time.
|
public static boolean processTask(Concept concept, DerivationContext nal, Task task, Timable time)
concept
- The concept of the tasknal
- The derivation contexttask
- The task to be processedtime
- The timeCopyright © 2020 OpenNARS. All rights reserved.