|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface MergeFileReader
Reader for a merge file report.
| Method Summary | |
|---|---|
java.lang.String |
currentCaseName()
The name of the current case. |
java.lang.String |
currentScenarioName()
The name of the current scenario. |
boolean |
hasCases()
Returns true if the MergeFileReader has unread cases. |
boolean |
hasMetrics()
Returns true if the MergeFileReader has unread metrics within the current scenario. |
boolean |
hasMetricValues()
Returns true if the MergeFileReader has unread metric values within the current metric. |
boolean |
hasScenarios()
Returns true if the MergeFileReader has unread scenarios within the current case. |
void |
nextCase()
Advances to the following case. |
MergeMetric |
nextMetric()
Returns the next MergeMetric. |
MetricValue |
nextMetricValue()
Returns the next MetricValue. |
void |
nextScenario()
Advances to the following scenario. |
| Method Detail |
|---|
boolean hasCases()
true if the MergeFileReader has unread cases.
true if the MergeFileReader has unread cases.void nextCase()
boolean hasScenarios()
true if the MergeFileReader has unread scenarios within the current case.
true if the MergeFileReader has unread scenarios.void nextScenario()
boolean hasMetrics()
true if the MergeFileReader has unread metrics within the current scenario.
true if the MergeFileReader has unread metrics.MergeMetric nextMetric()
MergeMetric.
MergeMetric.boolean hasMetricValues()
true if the MergeFileReader has unread metric values within the current metric.
true if the MergeFileReader has unread metric values.MetricValue nextMetricValue()
MetricValue.
MetricValue.java.lang.String currentCaseName()
java.lang.String currentScenarioName()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||