info.magnolia.voting
Interface Voting

All Known Implementing Classes:
AndVoting, DefaultVoting, OrVoting

public interface Voting

Contract for decision maker (i.e. class executing set of voters and providing combined output).

Version:
$Id: Voting.java 37520 2010-09-29 10:30:08Z had $
Author:
philipp

Nested Class Summary
static class Voting.Factory
          Factory for instantiation of the Voting implementation.
 
Method Summary
 int vote(Voter[] voters, java.lang.Object value)
           
 

Method Detail

vote

int vote(Voter[] voters,
         java.lang.Object value)


Copyright © 2003-2010 Magnolia International Ltd.. All Rights Reserved.