public class NoEvolution extends DecoratorCheckRule
Constructor and Description |
---|
NoEvolution()
Creates a new NoEvolution instance, which checks only the restrictions defined on itself.
|
NoEvolution(CheckRule cr)
Creates a new NoEvolution instance, which wraps cr as stated
by Decorator pattern.
|
checkRule, getCauses, getCausesString, initCauses, initializedCauses
public NoEvolution()
public NoEvolution(CheckRule cr)
cr
- the CheckRule instance to be wrapped