es.upm.dit.gsi.beast.mock.common
Class MockConfiguration

java.lang.Object
  extended by es.upm.dit.gsi.beast.mock.common.MockConfiguration

public class MockConfiguration
extends Object

Project: beast File: es.upm.dit.gsi.beast.mock.common.MockConfiguration.java MockConfiguration, where it is saved the behaviour of the mock agents dfServiceName is the name that the mock must publish in the DF behaviour is where the information for answering messages is saved 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

Constructor Summary
MockConfiguration()
           
MockConfiguration(String newDFServiceName, AgentBehaviour newBehaviour)
           
 
Method Summary
 AgentBehaviour getBehaviour()
           
 String getDFservice()
           
 void setBehaviour(AgentBehaviour behaviour)
          Saves the new name of agents behaviour
 void setDFServiceName(String dfService)
          Saves the new name of agents df_service
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MockConfiguration

public MockConfiguration(String newDFServiceName,
                         AgentBehaviour newBehaviour)

MockConfiguration

public MockConfiguration()
Method Detail

getDFservice

public String getDFservice()
Returns:
dfServiceName

getBehaviour

public AgentBehaviour getBehaviour()
Returns:
behaviour

setDFServiceName

public void setDFServiceName(String dfService)
Saves the new name of agents df_service

Parameters:
dfService -

setBehaviour

public void setBehaviour(AgentBehaviour behaviour)
Saves the new name of agents behaviour

Parameters:
behaviour -


Copyright © 2014 Grupo de Sistemas Inteligentes - Universidad Politécnica de Madrid. All Rights Reserved.