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