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 41135 2011-01-06 18:12:01Z gjoseph $
- Author:
- philipp
Nested Class Summary |
static class |
Voting.Factory
Deprecated. since 4.4, use one of the constants |
AND
static final Voting AND
OR
static final Voting OR
HIGHEST_LEVEL
static final Voting HIGHEST_LEVEL
vote
int vote(Voter[] voters,
Object value)
Copyright © 2003-2012 Magnolia International Ltd.. All Rights Reserved.