Skip to content
Tal edited this page Dec 20, 2020 · 2 revisions

Arena

Field Details

EPS1

public static final double EPS1 See Also: Constant Field Values

EPS2

public static final double EPS2 See Also: Constant Field Values

EPS

public static final double EPS See Also: Constant Field Values

Constructor Details

Arena

public Arena()

Method Details

setPokemons

public void setPokemons​(java.util.List<CL_Pokemon> f)

setAgents

public void setAgents​(java.util.List<CL_Agent> f)

setGraph

public void setGraph​(directed_weighted_graph g)

getAgents

public java.util.List<CL_Agent> getAgents()

getPokemons

public java.util.List<CL_Pokemon> getPokemons()

getGraph

public directed_weighted_graph getGraph()

get_info

public java.util.List<java.lang.String> get_info()

set_info

public void set_info​(java.util.List<java.lang.String> _info)

getAgents

public static java.util.List<CL_Agent> getAgents​(java.lang.String aa, directed_weighted_graph gg) json2Pokemons public static java.util.ArrayList<CL_Pokemon> json2Pokemons​(java.lang.String fs)

updateEdge

public static void updateEdge​(CL_Pokemon fr, directed_weighted_graph g)

w2f

public static Range2Range w2f​(directed_weighted_graph g, Range2D frame)

Clone this wiki locally