|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.penguinwerks.jodene.Result
A result is the inputs and their expected values.
| Constructor Summary | |
Result(java.util.Map inputs,
java.util.Map outputs)
Creates a new instance of Result |
|
| Method Summary | |
java.util.Map |
getInputs()
Returns the inputs for this result. |
java.util.Map |
getOutputs()
The outputs for this result |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Result(java.util.Map inputs,
java.util.Map outputs)
inputs - The inputs for the result.outputs - The expected outputs.| Method Detail |
public java.util.Map getInputs()
public java.util.Map getOutputs()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||