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