Interface IMatchEngine.Factory

    • Method Detail

      • getMatchEngine

        IMatchEngine getMatchEngine()
        Returns the wrapped match engine.
        Returns:
        the wrapped match engine.
      • getRanking

        int getRanking()
        Returns the ranking of this match engine factory.
        Returns:
        The ranking.
        Since:
        3.0
      • setRanking

        void setRanking​(int parseInt)
        Set the ranking of this match engine factory.
        Parameters:
        parseInt - The ranking.
        Since:
        3.0
      • isMatchEngineFactoryFor

        boolean isMatchEngineFactoryFor​(IComparisonScope scope)
        Check if the match engine factory is a good candidate for comparison.
        Parameters:
        scope - The scope on which the match engine factory will be applied.
        Returns:
        True if it is the good candidate, false otherwise.
        Since:
        3.0