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