|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbabase.ranker.IncorporatorUI
public class IncorporatorUI
| 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 |
|---|
public IncorporatorUI()
| Method Detail |
|---|
public static void incorporate(java.awt.Component parent,
java.lang.String title,
Cage cage,
RankingInfo existingRankingInfo,
boolean silentIfSameIndividuals)
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.
parent - title - cage - existingRankingInfo - silentIfSameIndividuals -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||