Hide Comments
Hide Comments

Comments (0)

Represents type IXMLSelectionMethod.

Namespace: RSGeneticAlgorithmXML

expandingInheritance Hierarchy

IXMLNode
  RSGeneticAlgorithmXML.IXMLSelectionMethod
    RSGeneticAlgorithmXML.TXMLSelectionMethod
 

expandingSyntax

Delphi

type 
  IXMLSelectionMethod = interface(IXMLNode) 
  ['{C047AAB5-830A-4394-90DA-CC3A082A3E9D}'] 
  end; 
 

expandingProperties

 

Name

Description

public property

ElitistPercent

Represents property ElitistPercent.

public property

Method

Represents property Method.

public property

TournamentField

Represents property TournamentField.

Top

expandingMethods

 

Name

Description

public method

Get_ElitistPercent

Represents method Get_ElitistPercent.

public method

Get_Method

Represents method Get_Method.

public method

Get_TournamentField

Represents method Get_TournamentField.

public method

Set_ElitistPercent(Single)

Represents method Set_ElitistPercent(Single).

public method

Set_Method(UnicodeString)

Represents method Set_Method(UnicodeString).

public method

Set_TournamentField(Integer)

Represents method Set_TournamentField(Integer).

Top

expandingSee Also

Reference

Comments (0)