Interface | Description |
---|---|
ImaginationSpace |
ImaginationSpace: A group of operations that when executed in a certain sequence
add up to a certain declarative "picture".
|
Class | Description |
---|---|
FunctionOperator |
Superclass of functions that execute synchronously (blocking, in thread) and take
N input parameters and one variable argument (as the final argument), generating a new task
with the result of the function substituted in the variable's place.
|
NullOperator |
A class used as a template for Operator definition.
|
Operation |
An operation is interpreted as an Inheritance relation.
|
Operator |
An individual operator that can be execute by the system, which can be either
inside NARS or outside it, in another system or device.
|
Operator.ExecutionResult |
Copyright © 2020 OpenNARS. All rights reserved.