<< Click here to display Table of Contents >> Navigation: Code Documentation > GeneticAlgorithmDocs > RSGenerics.GeneticProgramEngine > Classes > TRSGPNode<T> > Methods:
Comments (0)
Add the specified node as a child of the current node
Namespace: RSGenerics.GeneticProgramEngine
Delphi
public procedure AddChild( const Node: TRSGPNode<T> ); virtual; abstract;
Parameters
Node
Type: TRSGPNode<T>