Class AStarState
java.lang.Object
de.uni_trier.wi2.procake.utils.astar.generic.AStarState
- All Implemented Interfaces:
Comparable<AStarState>
A state always represents the current solution for the mapping problem. A desirable state in our
context has no unmapped data objects.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addMapping
(AStarMapping mapping) int
copyOf()
boolean
getCache()
int
hashCode()
int
-
Constructor Details
-
AStarState
-
-
Method Details
-
numUnmapped
public int numUnmapped() -
copyOf
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareTo
in interfaceComparable<AStarState>
-
addMapping
-
getMappings
-
getUnmappedDataObjects1
-
getUnmappedDataObjects2
-
getCache
-