Interface SMGraphAStarThree

All Superinterfaces:
SimilarityMeasure, SMGraphAStar
All Known Implementing Classes:
SMGraphAStarThreeImpl

public interface SMGraphAStarThree extends SMGraphAStar
Interface of the GraphAStarThree similarity measure
Author:
Christian Zeyen
  • Field Details

    • NAME

      static final String NAME
      The name of the GraphAStarThree similarity measure
      See Also:
    • DEFAULT_USE_HEURISTIC_BASED_ITEM_SELECTION

      static final boolean DEFAULT_USE_HEURISTIC_BASED_ITEM_SELECTION
      Default flag for using heuristic-based item selection is true
      See Also:
  • Method Details

    • isUseHeuristicBasedItemSelection

      boolean isUseHeuristicBasedItemSelection()
      Returns:
      Whether heuristic-based item selection is enabled or not.
    • setUseHeuristicBasedItemSelection

      void setUseHeuristicBasedItemSelection(boolean useHeuristicBasedItemSelection)
      Parameters:
      useHeuristicBasedItemSelection - Flag to enable or disable heuristic-based item selection.