DurativePlanner.MovePlan

public static class MovePlan

A simple structure used in the construction of plans.

Author:The Condor

Fields

actions

public LinkedList<Action> actions

finalx

public int finalx

finaly

public int finaly

succeeded

public final boolean succeeded

Constructors

MovePlan

public MovePlan()

MovePlan

public MovePlan(LinkedList<Action> actions, int finalx, int finaly)