|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.dbe.eve.fff.FitnessFunctionContext
public class FitnessFunctionContext
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 |
---|
public FitnessFunctionContext()
Method Detail |
---|
public void putAttribute(java.lang.Object key, java.lang.Object value)
key
- the identifier of the attributevalue
- value we want to storepublic java.lang.Object getAttribute(java.lang.Object key)
key
- identifier of the attribute
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |