Uses of Class
org.designwizard.patternchecker.CheckWarning

Packages that use CheckWarning
org.designwizard.patternchecker   
 

Uses of CheckWarning in org.designwizard.patternchecker
 

Methods in org.designwizard.patternchecker that return types with arguments of type CheckWarning
 java.util.Set<CheckWarning> CheckingResult.getWarnings()
           
 java.util.Set<CheckWarning> CheckingResult.getWarnings()
           
 

Methods in org.designwizard.patternchecker with parameters of type CheckWarning
 void CheckingResult.addWarning(CheckWarning warning)
           
 void CheckingResult.addWarning(CheckWarning warning)