Class RankingFeature

    • Constructor Detail

      • RankingFeature

        public RankingFeature​(String name,
                              String category,
                              String longName)
    • Method Detail

      • rememberScore

        public void rememberScore​(float score,
                                  String rank)
      • isInteresting

        public boolean isInteresting()
      • caculateWin

        public abstract void caculateWin​(float selectedScore,
                                         float weighting)