Interface SettingsValidator
- All Known Implementing Classes:
 DefaultSettingsValidator
public interface SettingsValidator
Validate a model settings
- Author:
 - Milos Kleint
 
- 
Method Summary
Modifier and TypeMethodDescriptionvoidvalidate(Settings settings, SettingsProblemCollector problems) Validate the specified settings. 
- 
Method Details
- 
validate
Validate the specified settings.- Parameters:
 settings- The settings to validate, must not benull.problems- The container used to collect problems that were encountered, must not benull.
 
 -