org.dbe.eve.fff
Class FitnessFunctionContext

java.lang.Object
  extended by org.dbe.eve.fff.FitnessFunctionContext

public class FitnessFunctionContext
extends java.lang.Object

Author:
bob

Constructor Summary
FitnessFunctionContext()
           
 
Method Summary
 java.lang.Object getAttribute(java.lang.Object key)
          Search for an attibute, if not found, return null
 void putAttribute(java.lang.Object key, java.lang.Object value)
          Add a new and generic attribute to the context
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FitnessFunctionContext

public FitnessFunctionContext()
Method Detail

putAttribute

public void putAttribute(java.lang.Object key,
                         java.lang.Object value)
Add a new and generic attribute to the context

Parameters:
key - the identifier of the attribute
value - value we want to store

getAttribute

public java.lang.Object getAttribute(java.lang.Object key)
Search for an attibute, if not found, return null

Parameters:
key - identifier of the attribute
Returns:
value (null if not found)