Package de.uni_paderborn.robots.actions

The actions a robot can execute are managed as classes in this package.

See:
          Description

Class Summary
AbstractAction abstract Class for doAction
MoveAction The action class to move a robot
NopAction The NopAction class: robot does nothing
PickupAction the class to realize the pickup Action of a card
PutAction Action class to put a card from the portable to the arena
RotateAction the class for rotating a robot
 

Package de.uni_paderborn.robots.actions Description

The actions a robot can execute are managed as classes in this package. All classes extend the class AbstractAction.