Class AStarGraphContainerMapSerializable
- java.lang.Object
-
- de.uni_trier.wi2.procake.similarity.nest.astar.utils.AStarGraphContainerMapSerializable
-
- All Implemented Interfaces:
Serializable
public class AStarGraphContainerMapSerializable extends Object implements Serializable
Represents a mapping between a queryItem and a caseItem.- Author:
- Alexander Stromer
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description StringcaseItemIdThe item (GraphNode or GraphEdge) of the caseGraph.StringqueryItemIdThe item (GraphNode or GraphEdge) of the queryGraph.doublesim
-
Constructor Summary
Constructors Constructor Description AStarGraphContainerMapSerializable(String queryItemId, String caseItemId, double sim)
-