Class AStarGraphContainerMapSerializable
java.lang.Object
de.uni_trier.wi2.procake.similarity.nest.astar.utils.AStarGraphContainerMapSerializable
- All Implemented Interfaces:
Serializable
Represents a mapping between a queryItem and a caseItem.
- Author:
- Alexander Stromer
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionThe item (GraphNode or GraphEdge) of the caseGraph.The item (GraphNode or GraphEdge) of the queryGraph.double
-
Constructor Summary
ConstructorDescriptionAStarGraphContainerMapSerializable
(String queryItemId, String caseItemId, double sim) -
Method Summary