Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.milligan.eccles
Class Results  view Results download Results.java

java.lang.Object
  extended byorg.milligan.eccles.Results

public class Results
extends java.lang.Object

Result set


Field Summary
protected  Results parent
           
protected  java.util.Map reportTypes
           
protected  java.util.HashMap results
           
 
Constructor Summary
Results(Results parent, java.util.Map reportTypes)
          Create a results object
 
Method Summary
 void incrementResult(EcclesRunner runner, java.lang.String type)
           
 void incrementResult(EcclesRunner runner, java.lang.String type, int increment)
           
 void writeResults(org.w3c.dom.Element root)
          Write results to the xml node
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

reportTypes

protected java.util.Map reportTypes

parent

protected Results parent

results

protected java.util.HashMap results
Constructor Detail

Results

public Results(Results parent,
               java.util.Map reportTypes)
Create a results object

Method Detail

incrementResult

public void incrementResult(EcclesRunner runner,
                            java.lang.String type,
                            int increment)
                     throws java.lang.IllegalArgumentException

incrementResult

public void incrementResult(EcclesRunner runner,
                            java.lang.String type)
                     throws java.lang.IllegalArgumentException

writeResults

public void writeResults(org.w3c.dom.Element root)
Write results to the xml node