<< Click here to display Table of Contents >> Navigation: Code Documentation > GeneticAlgorithmDocs > RSGenerics.GeneticProgramEngine > Classes > TRSGPTreeNode<T>:
Comments (0)
Name
Description
AddChild(TRSGPNode<T>)
Represents method AddChild(TRSGPNode<T>).
Clear
Empties the node of all information (i.e., Instruction equals nil, Value equals default, and children are deleted and freed) (Overrides RSGenerics.GeneticProgramEngine.TRSGPNode<T>.Clear.)
CreateNode(TRSGPInstruction<T>,TRSGPNode<T>)
Represents method CreateNode(TRSGPInstruction<T>,TRSGPNode<T>).
ExtractChild(TRSGPNode<T>)
Represents method ExtractChild(TRSGPNode<T>).
GetChild(Integer)
Represents method GetChild(Integer). (Overrides RSGenerics.GeneticProgramEngine.TRSGPNode<T>.GetChild(Integer).)
GetChildCount
Represents method GetChildCount. (Overrides RSGenerics.GeneticProgramEngine.TRSGPNode<T>.GetChildCount.)
InsertChild(Integer,TRSGPNode<T>)
Represents method InsertChild(Integer,TRSGPNode<T>).
Top