public class PerceptionProxy
extends java.lang.Object
Constructor and Description |
---|
PerceptionProxy(CodeRack codeRack)
Default Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
add(Codelet interpreter)
Add an new interpreter to this proxy.
|
void |
remove(Codelet co)
Removes the given codelet from this proxy but keepts it in CodeRack.
|
void |
removeWithDelete(Codelet co)
Removes the given codelet from this proxy and destroys it in code rack.
|
void |
start()
Starts all interpreters in this proxy.
|
void |
stop()
Stops all interpreters in this proxy.
|
public PerceptionProxy(CodeRack codeRack)
codeRack
- public void start()
public void stop()
public void add(Codelet interpreter)
interpreter
- to be added to this proxypublic void removeWithDelete(Codelet co)
co
- public void remove(Codelet co)
co
-