public class ReportTree extends Object
Constructor and Description |
---|
ReportTree() |
Modifier and Type | Method and Description |
---|---|
void |
addRuleViolation(RuleViolation violation)
Adds the RuleViolation to the tree.
|
AbstractReportNode |
getRootNode() |
Iterator<RuleViolation> |
iterator() |
int |
size() |
public Iterator<RuleViolation> iterator()
public int size()
public AbstractReportNode getRootNode()
public void addRuleViolation(RuleViolation violation)
Copyright © 2002–2013 InfoEther. All rights reserved.