Arena - meytar14/ex2 GitHub Wiki
Arena() - the constructor
get_info()- returns the info of the arena.
getGraph()- returns the graph of the arena.
getPokemons() - return the pokemons of the arena.
json2Pokemons(java.lang.String fs)- make an ArratList of pokemons from the string input.
setAgents(java.util.List<CL_Agent> f)- set the agents of the arena.
setGraph(directed_weighted_graph g)- set the graph of the arena.
setPokemons(java.util.List<CL_Pokemon> f)- set the pokemons of the arena.
w2f(directed_weighted_graph g, Range2D frame)- return a Range2Range from graph g to frame.