Package ec.gp.ge
Class GrammarNode
java.lang.Object
ec.gp.ge.GrammarNode
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
GrammarFunctionNode,GrammarRuleNode
The abstract superclass of nodes used by GrammarParser to construct a parse graph to generate
GEIndividuals. GrammarNode has a *head*, which typically holds the name of the node,
and an array of *children*, which are themselves GrammarNodes.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
children
-
-
Constructor Details
-
GrammarNode
-
-
Method Details