|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnars.language.Term
nars.operation.Operator
nars.operation.GoTo
public class GoTo
A class used in testing only.
| Field Summary |
|---|
| Fields inherited from class nars.language.Term |
|---|
name |
| Constructor Summary | |
|---|---|
GoTo(java.lang.String name)
|
|
| Method Summary | |
|---|---|
java.util.ArrayList<Task> |
execute(Task task)
Required method for every operation, specifying the operation |
| Methods inherited from class nars.operation.Operator |
|---|
call, setOperators |
| Methods inherited from class nars.language.Term |
|---|
clone, compareTo, equals, getComplexity, getConstantName, getName, getOrder, hashCode, isConstant, toString |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public GoTo(java.lang.String name)
| Method Detail |
|---|
public java.util.ArrayList<Task> execute(Task task)
Operator
execute in class Operatortask - The task with the arguments to be passed to the operator
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||