Class SMGraphAStarInfo
java.lang.Object
de.uni_trier.wi2.procake.similarity.nest.astar.impl.SMGraphAStarInfo
Info object wrapper for similarity object returned by the SMGraphASTAr measures.
-
Field Summary
Modifier and TypeFieldDescriptionint
int
long
-
Constructor Summary
ConstructorDescriptionSMGraphAStarInfo
(long runtimeMillis, int numberOfExpansions, int maxNumberOfSolutionsInQueue) -
Method Summary
-
Field Details
-
runtime
public long runtime -
numberOfExpansions
public int numberOfExpansions -
maxNumberOfSolutionsInQueue
public int maxNumberOfSolutionsInQueue
-
-
Constructor Details
-
SMGraphAStarInfo
public SMGraphAStarInfo() -
SMGraphAStarInfo
public SMGraphAStarInfo(long runtimeMillis, int numberOfExpansions, int maxNumberOfSolutionsInQueue)
-
-
Method Details