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