Class SMGraphAStarInfo
- java.lang.Object
-
- de.uni_trier.wi2.procake.similarity.nest.astar.impl.SMGraphAStarInfo
-
public class SMGraphAStarInfo extends Object
Info object wrapper for similarity object returned by the SMGraphASTAr measures.
-
-
Field Summary
Fields Modifier and Type Field Description intmaxNumberOfSolutionsInQueueintnumberOfExpansionslongruntime
-
Constructor Summary
Constructors Constructor Description SMGraphAStarInfo()SMGraphAStarInfo(long runtimeMillis, int numberOfExpansions, int maxNumberOfSolutionsInQueue)
-