RobotTrace

public class RobotTrace implements Iterable<T>(source)

Enables the analysis or tracing of the actions of robots.

See also

Constructors

Link copied to clipboard
public void RobotTrace(RobotTrace robotTrace)
Constructs and initializes robot trace with the specified trace as previous traces of the constructed robot trace.
public void RobotTrace()
Constructs and initializes robot trace with an empty trace.

Properties

Link copied to clipboard
The transitions contain the analysis * or tracing of the actions of robots.

Functions

Link copied to clipboard
public void forEach(Consumer<? super T> action)
Link copied to clipboard
Returns the previous transitions of this trace.
Link copied to clipboard
Link copied to clipboard
public void setTransitions(List<Transition> transitions)
Sets previous transitions of the actions of robots to the specified transitions.
Link copied to clipboard
Link copied to clipboard
public String toString()
Link copied to clipboard
public void trace(Robot r, Transition.RobotAction robotAction)
Traces the specified robot with its associated action.