|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Operator | |
---|---|
nars.main | Top-level classes of the system |
nars.operation | Built-in operators |
Uses of Operator in nars.main |
---|
Fields in nars.main with type parameters of type Operator | |
---|---|
private static java.util.HashMap<java.lang.String,Operator> |
Memory.operators
Operators (built-in terms) table. |
Methods in nars.main that return Operator | |
---|---|
static Operator |
Memory.nameToOperator(java.lang.String name)
Check if a string is an operator name |
Uses of Operator in nars.operation |
---|
Subclasses of Operator in nars.operation | |
---|---|
class |
Break
A class used in testing only. |
class |
GoTo
A class used in testing only. |
class |
Open
A class used in testing only. |
class |
Pick
A class used in testing only. |
Methods in nars.operation that return types with arguments of type Operator | |
---|---|
static java.util.HashMap<java.lang.String,Operator> |
Operator.setOperators()
Register all built-in operators in the Memory |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |