babase.ranker
Class IncorporatorUI

java.lang.Object
  extended by babase.ranker.IncorporatorUI

public class IncorporatorUI
extends java.lang.Object


Constructor Summary
IncorporatorUI()
           
 
Method Summary
static void incorporate(java.awt.Component parent, java.lang.String title, Cage cage, RankingInfo existingRankingInfo, boolean silentIfSameIndividuals)
          Incorporate an existing ranking (existingRankingInfo) into user's current ranking (accessible through cage).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IncorporatorUI

public IncorporatorUI()
Method Detail

incorporate

public static void incorporate(java.awt.Component parent,
                               java.lang.String title,
                               Cage cage,
                               RankingInfo existingRankingInfo,
                               boolean silentIfSameIndividuals)
Incorporate an existing ranking (existingRankingInfo) into user's current ranking (accessible through cage). In general, the two input rankings may involve different sets of individuals. In the proposed new ranking, individuals common to both input rankings will be ranked first according to the existing ranking, followed by individuals unique to the user's ranking, ranked according to the user's ranking.

Parameters:
parent -
title -
cage -
existingRankingInfo -
silentIfSameIndividuals -