com.penguinwerks.jodene
Class Result

java.lang.Object
  extended bycom.penguinwerks.jodene.Result
All Implemented Interfaces:
java.io.Serializable

public class Result
extends java.lang.Object
implements java.io.Serializable

A result is the inputs and their expected values.

Author:
Paul Hoehne
See Also:
Serialized Form

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

Result

public Result(java.util.Map inputs,
              java.util.Map outputs)
Creates a new instance of Result

Parameters:
inputs - The inputs for the result.
outputs - The expected outputs.
Method Detail

getInputs

public java.util.Map getInputs()
Returns the inputs for this result.

Returns:
The inputs.

getOutputs

public java.util.Map getOutputs()
The outputs for this result

Returns:
The expected outputs.