net.sf.amiba.genegrammar
Interface GEPRootNode<T>

All Known Implementing Classes:
RootNode

public interface GEPRootNode<T>

The Amiba interface that should be implemented by the root node of the abstract syntax tree

Author:
juber patel

Method Summary
 T walk(FitnessCase<T> fitnessCase)
          walk the abstract syntax tree using given fitness case and return the result of this evaluation
 

Method Detail

walk

T walk(FitnessCase<T> fitnessCase)
walk the abstract syntax tree using given fitness case and return the result of this evaluation

Parameters:
fitnessCase -
Returns: