Transition

public class Transition(source)

Defines the transition of a robot with its associated action. The transition will be used to trace the actions of robots.

Constructors

Link copied to clipboard
public void Transition(Transition.RobotAction action, Robot robot)
Constructs and initializes a field entity at the specified (x,y) location in the coordinate space.

Types

Link copied to clipboard
public enum RobotAction
Defines the traceable action that a robot can do.

Properties

Link copied to clipboard
The robot action of this transition.
Link copied to clipboard
public Robot robot
The robot that executed the action.
Link copied to clipboard
public final int step
The execution number when the robot action was executed.

Functions

Link copied to clipboard
public String toString()