| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ObjectSimpleNode
RootNode
public class RootNode
| Field Summary | 
|---|
| Fields inherited from class SimpleNode | 
|---|
children, id, operator, parent, parser, terminal | 
| Constructor Summary | |
|---|---|
RootNode(int id)
 | 
|
RootNode(ScientificParser p,
         int id)
 | 
|
| Method Summary | |
|---|---|
 Object | 
jjtAccept(ScientificParserVisitor visitor,
          Object data)
Accept the visitor.  | 
 Double | 
walk(FitnessCase<Double> fitnessCase)
walk the abstract syntax tree using given fitness case and return the result of this evaluation  | 
| Methods inherited from class SimpleNode | 
|---|
childrenAccept, dump, getOperator, getTerminal, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, setOperator, setTerminal, toString, toString | 
| Methods inherited from class Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public RootNode(int id)
public RootNode(ScientificParser p,
                int id)
| Method Detail | 
|---|
public Object jjtAccept(ScientificParserVisitor visitor,
                        Object data)
jjtAccept in interface NodejjtAccept in class SimpleNodepublic Double walk(FitnessCase<Double> fitnessCase)
GEPRootNode
walk in interface GEPRootNode<Double>
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||