es.upm.dit.gsi.beast.platform
Class PlatformSelector
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PlatformSelector
public PlatformSelector()
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.