nl.tudelft.goal.ut2004.visualizer.util
Class SelectableIUnrealBot

Package class diagram package SelectableIUnrealBot
java.lang.Object
  extended by nl.tudelft.goal.ut2004.visualizer.util.SelectableIUnrealBot

public class SelectableIUnrealBot
extends Object

Wrapper to provide a nice representation of bots in a list.

Author:
M.P. Korstanje

Constructor Summary
SelectableIUnrealBot(cz.cuni.amis.pogamut.unreal.bot.IUnrealBot bot)
           
 
Method Summary
static Collection<SelectableIUnrealBot> fromCollection(Collection<? extends cz.cuni.amis.pogamut.unreal.bot.IUnrealBot> agents)
           
 cz.cuni.amis.pogamut.unreal.bot.IUnrealBot getIUnrealBot()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SelectableIUnrealBot

public SelectableIUnrealBot(cz.cuni.amis.pogamut.unreal.bot.IUnrealBot bot)
Method Detail

getIUnrealBot

public cz.cuni.amis.pogamut.unreal.bot.IUnrealBot getIUnrealBot()

toString

public String toString()
Overrides:
toString in class Object

fromCollection

public static Collection<SelectableIUnrealBot> fromCollection(Collection<? extends cz.cuni.amis.pogamut.unreal.bot.IUnrealBot> agents)


Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.