Package de.uni_paderborn.robots.robot.group9

This package makes the LastActionRobot.

See:
          Description

Interface Summary
MapItemMatcher Interface for defining for which map items the search methods have to search for.
 

Class Summary
AbstractStrategy AbstractStrategy
CardStrategy one of the different abstract strategies the robot takes the shortest way to the next card
EnergyStrategy One of the different strategy classes
ExitStrategy one of the different strategy classes, the robot takes the shortest way to the exit
ItemIdListMatcher Implementation of MapItemMatcher, that searches for the shortest paths to map items that match with their id with one id from a list of ids
ItemIdMatcher Implementation of MapItemMatcher, that searches for the shortest path to a map item with a specified id
ItemTypeMatcher Implementation of MapItemMatcher, that searches for the shortest path to a map item with a specified type
LAR This is the central 'brain' of the LastActionRobot.
Map Automatically creates a map of the arena while the robot walks through it.
MapItem Equivalent of one arena field in the robot's own map.
MoveStrategy one of the different abstract Strategies, the robot looks for the nearest unknown field
ReactableStrategy one of the different abstract strategies, tries to handle unknwon reactables
 

Package de.uni_paderborn.robots.robot.group9 Description

This package makes the LastActionRobot. It contains the basic interface to the arena, strategies and mapping.