java.lang.Object
de.uni_trier.wi2.procake.utils.astar.generic.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.