|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectthings.thing.ResultManager
public abstract class ResultManager
Manage RESULTS.
Version History
EPG - Initial - 26 FEB 07
| Constructor Summary | |
|---|---|
ResultManager()
|
|
| Method Summary | |
|---|---|
static RESULT |
calculateResult(java.util.Collection<ResultDefinition> results,
ThingsExceptionBundle<ThingsException> exceptions)
Calculate the result based on the defined results and their settings. |
static RESULT |
calculateResult(java.util.List<RESULT> results,
ThingsExceptionBundle<ThingsException> exceptions)
Calculate the result based the inherit goodness of the individual results, as captured in Type. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ResultManager()
| Method Detail |
|---|
public static RESULT calculateResult(java.util.List<RESULT> results,
ThingsExceptionBundle<ThingsException> exceptions)
throws UserException
results - a collection of results.exceptions - any exceptions. This may be null or empty.
UserException
public static RESULT calculateResult(java.util.Collection<ResultDefinition> results,
ThingsExceptionBundle<ThingsException> exceptions)
throws UserException
results - a collection of results.exceptions - any exceptions. This may be null or empty.
UserException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||