de.tuberlin.cs.cis.ocl.eval.report
Class Report

java.lang.Object
  |
  +--de.tuberlin.cs.cis.ocl.eval.report.Report

public class Report
extends java.lang.Object

Describes the results of the evaluation of an OCL file.

Author:
fchabar

Constructor Summary
Report()
          Constructs a report.
 
Method Summary
 void addResult(ContextSummary result)
          Adds a result to the report.
 java.util.Collection getResults()
          Returns the list of summarized context evaluations.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Report

public Report()
Constructs a report.

Method Detail

addResult

public void addResult(ContextSummary result)
Adds a result to the report.

Parameters:
result - a result of evaluating a context.

getResults

public java.util.Collection getResults()
Returns the list of summarized context evaluations.

Returns:
the list of summarized context evaluations.

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object