|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Voting | |
---|---|
info.magnolia.voting | |
info.magnolia.voting.voters |
Uses of Voting in info.magnolia.voting |
---|
Classes in info.magnolia.voting that implement Voting | |
---|---|
class |
DefaultVoting<T>
The highest returned vote is taken (8 or -10, ..) and returned. |
Fields in info.magnolia.voting declared as Voting | |
---|---|
static Voting |
Voting.AND
|
static Voting |
Voting.HIGHEST_LEVEL
|
static Voting |
Voting.OR
|
Methods in info.magnolia.voting that return Voting | |
---|---|
static Voting |
Voting.Factory.getDefaultVoting()
Deprecated. |
Uses of Voting in info.magnolia.voting.voters |
---|
Classes in info.magnolia.voting.voters that implement Voting | |
---|---|
class |
AndVoting<T>
Return the maximum vote but only if all voters voted positive. |
class |
OrVoting<T>
Returns the first positive vote. |
Methods in info.magnolia.voting.voters that return Voting | |
---|---|
Voting<T> |
VoterSet.getVoting()
|
Methods in info.magnolia.voting.voters with parameters of type Voting | |
---|---|
void |
VoterSet.setVoting(Voting<T> voting)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |