Class AStarState

  • All Implemented Interfaces:
    Comparable<AStarState>

    public class AStarState
    extends Object
    implements Comparable<AStarState>
    A state always represents the current solution for the mapping problem. A desirable state in our context has no unmapped data objects.