Class CompleteGraphMatcher<T extends ICompleteGraph>


  • public class CompleteGraphMatcher<T extends ICompleteGraph>
    extends java.lang.Object
    CompleteGraphMatcher

    Copyright: Actelion Ltd., Inc. All Rights Reserved This software is the proprietary information of Actelion Pharmaceuticals, Ltd. Use is subject to license terms.

    Version:
    1.0 Sep 26, 2012 MvK: Start implementation
    Author:
    Modest von Korff
    • Method Detail

      • setObjective

        public void setObjective​(IObjectiveCompleteGraph<T> objectiveCompleteGraph)
        Parameters:
        objectiveCompleteGraph -
      • setVerbose

        public void setVerbose​(boolean verbose)
      • set

        public void set​(T cgBase,
                        T cgQuery)
      • calculateSimilarity

        public double calculateSimilarity()
      • getValidSolutions

        public long getValidSolutions()
      • getCreatedSolutions

        public long getCreatedSolutions()
      • setMaxNumSolutions

        public void setMaxNumSolutions​(int maxNumSolutions)