|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.memphis.ccrg.lida.pam.MockPamListener
public class MockPamListener
Field Summary | |
---|---|
Link |
l
|
Node |
n
|
NodeStructure |
ns
|
Constructor Summary | |
---|---|
MockPamListener()
|
Method Summary | |
---|---|
void |
receivePercept(Link l)
Receive a Link percept. |
void |
receivePercept(Node n)
Receive a Node percept. |
void |
receivePercept(NodeStructure ns)
Receive a NodeStructure percept. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public NodeStructure ns
public Node n
public Link l
Constructor Detail |
---|
public MockPamListener()
Method Detail |
---|
public void receivePercept(NodeStructure ns)
PamListener
NodeStructure
percept.
receivePercept
in interface PamListener
ns
- a NodeStructurepublic void receivePercept(Node n)
PamListener
Node
percept.
receivePercept
in interface PamListener
n
- a Node
public void receivePercept(Link l)
PamListener
Link
percept.
receivePercept
in interface PamListener
l
- a Link
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |