<< Click here to display Table of Contents >> Navigation: Code Documentation > GeneticAlgorithmDocs > RSGenerics.GeneticProgramEngine > Classes > TRSGPBinaryNode<T> > Methods:
Comments (0)
Empties the node of all information (i.e., Instruction equals nil, Value equals default, and children are deleted and freed)
Namespace: RSGenerics.GeneticProgramEngine
Delphi
public procedure Clear; override;
Overrides
TRSGPNode<T>.Clear