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