| Interface | Description |
|---|---|
| VoteCounting<S extends VoteCountingStrategy> |
Contract of a vote counting.
|
| VoteCountingStrategy |
Strategy of a vote counting.
|
| Class | Description |
|---|---|
| AbstractVoteCounting<S extends VoteCountingStrategy> |
Base abstract implementation of a
VoteCounting. |
| AbstractVoteCountingStrategy |
Base abstract implementation of a
VoteCountingStrategy. |
| VoteCountingFactory |
Factory of
VoteCounting. |
| Exception | Description |
|---|---|
| VoteCountingNotFound |
Exception when a vote counting could not be found.
|
Copyright © 2009–2013 CodeLutin. All rights reserved.