org.designwizard.patternchecker
Class CheckingResult

java.lang.Object
  extended by org.designwizard.patternchecker.CheckingResult

public class CheckingResult
extends java.lang.Object


Constructor Summary
CheckingResult()
           
 
Method Summary
 void addError(CheckError error)
           
 void addWarning(CheckWarning warning)
           
 java.util.Set<CheckError> getErrors()
           
 boolean getVeredict()
           
 java.util.Set<CheckWarning> getWarnings()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CheckingResult

public CheckingResult()
Method Detail

addWarning

public void addWarning(CheckWarning warning)

getVeredict

public boolean getVeredict()

addError

public void addError(CheckError error)

getErrors

public java.util.Set<CheckError> getErrors()

getWarnings

public java.util.Set<CheckWarning> getWarnings()