maze
Class Status
- public final class Status
Title: Status
Description: Constants for the maze cell status
Copyright: Copyright (c) 2002
Company:
- Version:
- 1.0
- Author:
- Zoran Budimlic
NotVisited
public static final Status NotVisited
- A status of a cell that is not yet visited
OnPath
public static final Status OnPath
- A status of a cell that is currently on the considered path to the target
Abandoned
public static final Status Abandoned
- A status of a cell that is abandoned as a cell on a path to the target