net.sourceforge.nrl.parser.ast.constraints
Interface ICompoundReport
- All Superinterfaces:
- INRLAstNode
- All Known Implementing Classes:
- CompoundReportImpl
public interface ICompoundReport
- extends INRLAstNode
A list of reporting statements that should be processed in sequence, possibly
by concatenation.
- Author:
- Christian Nentwich
getReports
List<ISimpleReport> getReports()
- Return the individual reports that make up this compound report.
- Returns:
- a list of reports
Copyright © 2006-2013. All Rights Reserved.