|
|||||||||
| Home >> All >> org >> milligan >> [ eccles overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.milligan.eccles
Class Results

java.lang.Objectorg.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
|
|||||||||
| Home >> All >> org >> milligan >> [ eccles overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.milligan.eccles.Results