|
AddChild(TRSGPNode<T>)
|
Represents method AddChild(TRSGPNode<T>).
|
|
Assign(TPersistent)
|
Makes a deep copy (i.e., all children, grandchildren, etc) of the Source to the node (Overrides RSGenerics.GeneticProgramEngine.TRSGPNode<T>.Assign(TPersistent).)
|
|
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>).
|