Interface CowHealthUpdateStrategy
- All Known Implementing Classes:
 CowHealthUpdateStrategies
public interface CowHealthUpdateStrategy
- 
Method Summary
Modifier and TypeMethodDescriptiondoublecalculateNewCowHealth(Commons commons, CommonsRepository commonsRepository, UserCommons user, int totalCows)  
- 
Method Details
- 
calculateNewCowHealth
double calculateNewCowHealth(Commons commons, CommonsRepository commonsRepository, UserCommons user, int totalCows)  - 
getDisplayName
String getDisplayName() - 
getDescription
String getDescription() 
 -