Navigation: Code Documentation > GeneticAlgorithm > RSGenerics.GeneticProgramEngine > Classes > TRSGPNode<T> > Methods
TRSGPNode<T>.ExtractChild(TRSGPNode<T>) Method
Extracts the specified node from the current node's list of child nodes
Namespace: RSGenerics.GeneticProgramEngine
Delphi
public procedure ExtractChild( const Node: TRSGPNode<T> ); virtual; abstract;
Parameters
Node
Type: TRSGPNode<T>
•RSGenerics.GeneticProgramEngine.TRSGPNode<T>.AddChild(TRSGPNode<T>)
•RSGenerics.GeneticProgramEngine.TRSGPNode<T>.InsertChild(Integer,TRSGPNode<T>)
•RSGenerics.GeneticProgramEngine.TRSGPNode<T>.Child[Integer]
•RSGenerics.GeneticProgramEngine.TRSGPNode<T>.ChildCount
•TRSGPNode<T>
•RSGenerics.GeneticProgramEngine