Package nars.operation

Built-in operators

See:
          Description

Class Summary
Break A class used in testing only.
GoTo A class used in testing only.
Open A class used in testing only.
Operator An individual operator that can be execute by the system, though implemented outside NARS.
Pick A class used in testing only.
 

Package nars.operation Description

Built-in operators

Package Specification

The built-in operator classes are all subclasses of Operator, which extends Term.

All operators are also registered in Operator.

Each built-in operator must implement a method execute, which takes a Task as argument, and returns an ArrayList of Task as direct results and feedback.