public interface ProvaAgent
ProvaCommunicator;
(2) implement send to allow a Prova agent to send goals as messages via bus;
(3) accept messages from the bus and use ProvaCommunicator.add() to queue these messages on the agent.| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAgentName() |
void |
receive(ProvaList terms) |
void |
send(java.lang.String dest,
ProvaList terms) |
Copyright © 2019. All Rights Reserved.