es.upm.dit.gsi.beast.platform
Class PlatformSelector

java.lang.Object
  extended by es.upm.dit.gsi.beast.platform.PlatformSelector

public class PlatformSelector
extends Object

Project: beast File: es.upm.dit.gsi.beast.platform.PlatformSelector.java Class to select the type of platform our code is going to run Grupo de Sistemas Inteligentes Departamento de Ingeniería de Sistemas Telemáticos Universidad Politécnica de Madrid (UPM)

Version:
0.1
Author:
alvarocarrera

Constructor Summary
PlatformSelector()
           
 
Method Summary
static AgentIntrospector getAgentIntrospector(String platform)
           
static Connector getConnector(String platform, Logger logger)
           
static Messenger getMessenger(String platform)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlatformSelector

public PlatformSelector()
Method Detail

getConnector

public static Connector getConnector(String platform,
                                     Logger logger)
Parameters:
platform -
Returns:
the connector to the platform

getMessenger

public static Messenger getMessenger(String platform)
Parameters:
platform -
Returns:
the messenger of the platform

getAgentIntrospector

public static AgentIntrospector getAgentIntrospector(String platform)
Parameters:
platform -
Returns:
the introspector of the platform


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