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