Class DefaultRCPMatchEngineFactory

    • Field Detail

      • USE_IDENTIFIER_ATTR

        public static final String USE_IDENTIFIER_ATTR
        Attribute used to retrieve UseIdentifier attribute from preferences.
        See Also:
        Constant Field Values
      • DEFAULT_USE_IDENTIFIER_ATRIBUTE

        public static final UseIdentifiers DEFAULT_USE_IDENTIFIER_ATRIBUTE
        Default value of USE_IDENTIFIER_ATTR attribute.
    • Constructor Detail

      • DefaultRCPMatchEngineFactory

        public DefaultRCPMatchEngineFactory()
        Constructor.
    • Method Detail

      • getRanking

        public int getRanking()
        Returns the ranking of this match engine factory.
        Specified by:
        getRanking in interface IMatchEngine.Factory
        Returns:
        The ranking.
      • setRanking

        public void setRanking​(int inputRank)
        Set the ranking of this match engine factory.
        Specified by:
        setRanking in interface IMatchEngine.Factory
        Parameters:
        inputRank - The ranking.
      • isMatchEngineFactoryFor

        public boolean isMatchEngineFactoryFor​(IComparisonScope scope)
        Check if the match engine factory is a good candidate for comparison.
        Specified by:
        isMatchEngineFactoryFor in interface IMatchEngine.Factory
        Parameters:
        scope - The scope on which the match engine factory will be applied.
        Returns:
        True if it is the good candidate, false otherwise.