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