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