| Interface | Description |
|---|---|
| Strategy |
An Interface for Strategy
All Strategies must implement this class
and implement the isFlagActivated method
|
| Class | Description |
|---|---|
| AffirmativeStrategy |
Strategy that check if one condition is valid
|
| MajorityStrategy |
Strategy that check if a majority of conditions are valid
|
| UnanimousStrategy |
Strategy that check if all conditions are valid
|