C# Class AdvancedAlgorithms.StableMarriage2.Person

Afficher le fichier Open project: RodH257/Advanced-Algorithm-Problems

Méthodes publiques

Свойство Type Description
CurrentMatch Person
IsWoman bool
Number int
Preferences List

Méthodes publiques

Méthode Description
GetRank ( Person other ) : int
IsMatched ( ) : bool
MatchWith ( Person other ) : void
ToString ( ) : string

Method Details

GetRank() public méthode

public GetRank ( Person other ) : int
other Person
Résultat int

IsMatched() public méthode

public IsMatched ( ) : bool
Résultat bool

MatchWith() public méthode

public MatchWith ( Person other ) : void
other Person
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

CurrentMatch public_oe property

public Person CurrentMatch
Résultat Person

IsWoman public_oe property

public bool IsWoman
Résultat bool

Number public_oe property

public int Number
Résultat int

Preferences public_oe property

public List Preferences
Résultat List