info.magnolia.voting.voters
Class OrVoting<T>

java.lang.Object
  extended by info.magnolia.voting.voters.OrVoting<T>
Type Parameters:
T - the type of object passed to vote
All Implemented Interfaces:
Voting<T>

public class OrVoting<T>
extends Object
implements Voting<T>

Returns the first positive vote. Negative votes are ignored.


Nested Class Summary
 
Nested classes/interfaces inherited from interface info.magnolia.voting.Voting
Voting.Factory
 
Field Summary
 
Fields inherited from interface info.magnolia.voting.Voting
AND, HIGHEST_LEVEL, OR
 
Constructor Summary
OrVoting()
           
 
Method Summary
 int vote(Voter<T>[] voters, T value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrVoting

public OrVoting()
Method Detail

vote

public int vote(Voter<T>[] voters,
                T value)
Specified by:
vote in interface Voting<T>


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