-
Notifications
You must be signed in to change notification settings - Fork 1
Container
neta-r edited this page Dec 19, 2020
·
5 revisions
Implemets Comparable.
- A CL_Pokemon pok which represents the pokemon that was chosen.
- A CL_Agent agent which represents the pokeball that was chosen.
- A double dist which represents the distance between them.
- A dw_graph_algorithms algo which represents the graph.
- A regular constructor. (The dist field is determined by the shortestPathDist function in the graph Algorithms.
- Getters to pok , agent and dist.
- An implemintation of the compareTo function that comparing two containers by their dist field.
-
Graph related classes:
-
Game related classes:
-
Design related classes:
-
Util related classes: