org.designwizard.designrules
Class CyclicDependencyRule

java.lang.Object
  extended by org.designwizard.designrules.CyclicDependencyRule
All Implemented Interfaces:
Rule

public class CyclicDependencyRule
extends java.lang.Object
implements Rule


Constructor Summary
CyclicDependencyRule(DesignWizard dw)
           
 
Method Summary
 boolean checkRule()
          This method checks whether the code are in conformance with the rule or not.
 java.lang.String getReport()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CyclicDependencyRule

public CyclicDependencyRule(DesignWizard dw)
Method Detail

checkRule

public boolean checkRule()
Description copied from interface: Rule
This method checks whether the code are in conformance with the rule or not.

Specified by:
checkRule in interface Rule
Returns:
true if the code is in conformance with the rule; false otherwise.

getReport

public java.lang.String getReport()
Specified by:
getReport in interface Rule