Class Summary

java.lang.Object
  |
  +--Summary

public class Summary
extends java.lang.Object

The class `Summary' synthesises the file "summary.html" for a CCUS run.


Constructor Summary
Summary()
           
 
Method Summary
static void addEntityPair(EntityPair entityPair)
          Add an entity-pair to the summary.
static void generateFile(java.io.PrintWriter summaryFile, java.lang.String name, Frame frameNetwork1, Frame frameNetwork2)
          Generates summary.html.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Summary

public Summary()
Method Detail

addEntityPair

public static void addEntityPair(EntityPair entityPair)
Add an entity-pair to the summary.
Parameters:
entityPair - The entity-pair to add.

generateFile

public static void generateFile(java.io.PrintWriter summaryFile,
                                java.lang.String name,
                                Frame frameNetwork1,
                                Frame frameNetwork2)
Generates summary.html.
Parameters:
summaryFile - The PrintWriter object for summary.html.
name - The name of the experiment.
frameNetwork1 - The top-level frame of the first model.
frameNetwork2 - The top-level frame of the second model.