es.upm.dit.gsi.beast.mock.common
Class AgentBehaviour
java.lang.Object
es.upm.dit.gsi.beast.mock.common.AgentBehaviour
public class AgentBehaviour
- extends Object
Project: beast
File: es.upm.dit.gsi.beast.mock.common.AgentBehaviour.java
Empty skeleton to be copied by mocks, it will provide the actions to perform
by mock agents. Each time processMessage is called, the mock will retrieve an
String, which will be used to know the receiver, type or content of answer
message
Grupo de Sistemas Inteligentes
Departamento de Ingeniería de Sistemas Telemáticos
Universidad Politécnica de Madrid (UPM)
- Version:
- 0.1
- Author:
- Jorge Solitario, alvarocarrera
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AgentBehaviour
public AgentBehaviour()
processMessage
public Object processMessage(String message_type,
String sender_id,
Object content)
processMessage
public Object processMessage(String message_type,
Object content)
Copyright © 2014 Grupo de Sistemas Inteligentes - Universidad Politécnica de Madrid. All Rights Reserved.