| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ObjectFitnessCase<T>
public class FitnessCase<T>
A FitnessCase is an example of terminal values and the expected outcome for that combination of terminal values. It is a simple container for a fitness case
| Constructor Summary | |
|---|---|
FitnessCase(Map<Character,T> values,
            T value)
 | 
|
| Method Summary | |
|---|---|
 T | 
getValue()
get the expected resultant value for this combination of terminal values  | 
 T | 
getValueFor(Character terminal)
get the value for the specified termianl  | 
| Methods inherited from class Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public FitnessCase(Map<Character,T> values,
                   T value)
| Method Detail | 
|---|
public T getValueFor(Character terminal)
terminal - 
public T getValue()
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||