Hide Comments
Hide Comments

Comments (0)

Represents type IXMLChromosome.

Namespace: RSGADomainXML

expandingInheritance Hierarchy

IXMLNode
  RSGADomainXML.IXMLChromosome
    RSGADomainXML.TXMLChromosome
 

expandingSyntax

Delphi

type 
  IXMLChromosome = interface(IXMLNode) 
  ['{D153BF76-42B3-4396-BA12-A83DC0BE5769}'] 
  end; 
 

expandingProperties

 

Name

Description

public property

Fitness

Represents property Fitness.

public property

Genes

Represents property Genes.

public property

Name

Represents property Name.

Top

expandingMethods

 

Name

Description

public method

Get_Fitness

Represents method Get_Fitness.

public method

Get_Genes

Represents method Get_Genes.

public method

Get_Name

Represents method Get_Name.

public method

Set_Fitness(Single)

Represents method Set_Fitness(Single).

public method

Set_Name(UnicodeString)

Represents method Set_Name(UnicodeString).

Top

expandingSee Also

Reference

Comments (0)