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 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