|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFitnessCase
Defines methods required by a fitness case for a genetic algorithm.
Method Summary | |
---|---|
Object |
getInput(String name)
Return the input with the given name. |
int |
getInputCount()
|
Object |
getOutput(String name)
Return the output with the given name. |
int |
getOutputCount()
|
void |
setInput(String name,
Object value)
Set the input with the given name to the given value. |
void |
setOutput(String name,
Object value)
Set the output with the given name to the given value. |
Method Detail |
---|
Object getInput(String name)
int getInputCount()
Object getOutput(String name)
int getOutputCount()
void setInput(String name, Object value)
name
- Name.value
- Value.void setOutput(String name, Object value)
name
- Name.value
- Value.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2007 Vizzini.org. All Rights Reserved. | 2007.12.25.03.00.02 |