Interface ValidationResultCollector
- All Known Implementing Classes:
- ValidationResultsCollectorImpl
public interface ValidationResultCollector
Object passed to the 
ModelElementValidator to collect validation results.- Since:
- 7.6
- Author:
- Daniel Meyer
- 
Method SummaryModifier and TypeMethodDescriptionvoidAdds an errorvoidaddWarning(int code, String message) Adds a warining
- 
Method Details- 
addErrorAdds an error- Parameters:
- code- a reference code for the error
- message- a human consumable error message
 
- 
addWarningAdds a warining- Parameters:
- code- a reference code for the error
- message- a human consumable error message
 
 
-