Navigation: Code Documentation > GeneticAlgorithm > RSGeneticProgramming > Classes > TRSGPVariantInstruction > Methods
TRSGPVariantInstruction.SaveValueToXML(IXMLInstructionType) Method
Saves the Value to the XML
Namespace: RSGeneticProgramming
Delphi
public procedure SaveValueToXML( const InstructionXML: IXMLInstructionType ); override;
Parameters
InstructionXML
Type: IXMLInstructionType
TRSGPInstruction<T>.SaveValueToXML(IXMLInstructionType)
•RSGPDomainXML.IXMLInstructionType
•RSGenerics.GeneticProgramEngine.TRSGPInstruction<T>.LoadFromXML(IXMLInstructionType)
•RSGenerics.GeneticProgramEngine.TRSGPInstruction<T>.LoadValueFromXML(IXMLInstructionType)
•RSGenerics.GeneticProgramEngine.TRSGPInstruction<T>.SaveToXML(IXMLConstantInstructionType)
•RSGenerics.GeneticProgramEngine.TRSGPInstruction<T>.SaveToXML(IXMLFunctionInstructionType)
•RSGenerics.GeneticProgramEngine.TRSGPInstruction<T>.SaveToXML(IXMLGPInstructions)
•RSGenerics.GeneticProgramEngine.TRSGPInstruction<T>.SaveToXML(IXMLVariableInstructionType)
•TRSGPVariantInstruction
•RSGeneticProgramming