Navigation: Code Documentation > GeneticAlgorithm > RSGenerics.GeneticProgramEngine > Classes > TRSGPInstruction<T> > Methods
TRSGPInstruction<T>.SaveToXML(IXMLGPInstructions) Method
Saves the Instruction to the XML as a function, variable or constant based on its Operation
Namespace: RSGenerics.GeneticProgramEngine
Delphi
public procedure SaveToXML( const InstructionXML: IXMLGPInstructions ); overload; virtual;
Parameters
InstructionXML
Type: IXMLGPInstructions
•RSGPDomainXML.IXMLGPInstructions
•RSGenerics.GeneticProgramEngine.TRSGPInstruction<T>.LoadFromXML(IXMLInstructionType)
•RSGenerics.GeneticProgramEngine.TRSGPInstruction<T>.LoadValueFromXML(IXMLInstructionType)
•RSGenerics.GeneticProgramEngine.TRSGPInstruction<T>.SaveValueToXML(IXMLInstructionType)
•RSGenerics.GeneticProgramEngine.TRSGPInstruction<T>.SaveToXML(IXMLConstantInstructionType)
•RSGenerics.GeneticProgramEngine.TRSGPInstruction<T>.SaveToXML(IXMLFunctionInstructionType)
•RSGenerics.GeneticProgramEngine.TRSGPInstruction<T>.SaveToXML(IXMLGPInstructions)
•RSGenerics.GeneticProgramEngine.TRSGPInstruction<T>.Operation
•TRSGPInstruction<T>
•RSGenerics.GeneticProgramEngine