org.chorem.pollen.votecounting.business
Class CondorcetMethod

java.lang.Object
  extended by org.chorem.pollen.votecounting.business.CondorcetMethod
All Implemented Interfaces:
Method

public class CondorcetMethod
extends java.lang.Object
implements Method

Méthode de dépouillement Condorcet.

Version:
$Id: CondorcetMethod.java 2615 2009-07-01 13:47:45Z nrannou $
Author:
rannou

Constructor Summary
CondorcetMethod()
           
 
Method Summary
 void executeMethod(java.util.List<Choice> choices, boolean byGroup)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CondorcetMethod

public CondorcetMethod()
Method Detail

executeMethod

public void executeMethod(java.util.List<Choice> choices,
                          boolean byGroup)
Specified by:
executeMethod in interface Method


Copyright © 2009 CodeLutin. All Rights Reserved.