Navigation: Code Documentation > GeneticAlgorithm > RSGADomainXML > Classes
TXMLEnumerationGeneType Class
Represents type TXMLEnumerationGeneType.
Namespace: RSGADomainXML
TXMLNode RSGADomainXML.TXMLGeneType RSGADomainXML.TXMLNumericGeneType RSGADomainXML.TXMLEnumerationGeneType
Delphi
type TXMLEnumerationGeneType = class(TXMLNumericGeneType, IXMLEnumerationGeneType) end;
Name
Description
AfterConstruction
Represents method AfterConstruction.
Get_Enumeration
Represents method Get_Enumeration.
Get_MaxValue
Represents method Get_MaxValue. (Inherited from RSGADomainXML.TXMLNumericGeneType.)
Get_MinValue
Represents method Get_MinValue. (Inherited from RSGADomainXML.TXMLNumericGeneType.)
Get_Name
Represents method Get_Name. (Inherited from RSGADomainXML.TXMLGeneType.)
Get_PreserveSignBit
Represents method Get_PreserveSignBit. (Inherited from RSGADomainXML.TXMLNumericGeneType.)
Get_Size
Represents method Get_Size. (Inherited from RSGADomainXML.TXMLGeneType.)
Set_MaxValue(Double)
Represents method Set_MaxValue(Double). (Inherited from RSGADomainXML.TXMLNumericGeneType.)
Set_MinValue(Double)
Represents method Set_MinValue(Double). (Inherited from RSGADomainXML.TXMLNumericGeneType.)
Set_Name(UnicodeString)
Represents method Set_Name(UnicodeString). (Inherited from RSGADomainXML.TXMLGeneType.)
Set_PreserveSignBit(Boolean)
Represents method Set_PreserveSignBit(Boolean). (Inherited from RSGADomainXML.TXMLNumericGeneType.)
Set_Size(Integer)
Represents method Set_Size(Integer). (Inherited from RSGADomainXML.TXMLGeneType.)
Top
•RSGADomainXML