things.thing
Class ResultDefinition

java.lang.Object
  extended by things.thing.ResultDefinition

public class ResultDefinition
extends java.lang.Object

A result definition.

Version:
1.0

Version History

EPG - Initial - 26 FEB 07
 
Author:
Erich P. Gatejen

Field Summary
 RESULT actual
          The actual result.
 java.lang.String description
          A free form description,.
 ResultExpectation expectation
          The expectation for the result.
 java.lang.String name
          The unique name for this result.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public java.lang.String name
The unique name for this result.


description

public java.lang.String description
A free form description,.


expectation

public ResultExpectation expectation
The expectation for the result.


actual

public RESULT actual
The actual result. This class can be used as a container.



Things.