org.designwizard.designrules
Interface Rule

All Known Subinterfaces:
DependencesRuleIF
All Known Implementing Classes:
AbstractDependencesRule, ClassDependencesRule, CyclicDependencyRule, HashCodeAndEqualsRule, MethodDependencesRule, PackageDependences

public interface Rule


Method Summary
 boolean checkRule()
          This method checks whether the code are in conformance with the rule or not.
 java.lang.String getReport()
           
 

Method Detail

checkRule

boolean checkRule()
                  throws InexistentEntityException
This method checks whether the code are in conformance with the rule or not.

Returns:
true if the code is in conformance with the rule; false otherwise.
Throws:
InexistentEntityException

getReport

java.lang.String getReport()