C# 클래스 AdvancedAlgorithms.StableMarriage2.Person

파일 보기 프로젝트 열기: RodH257/Advanced-Algorithm-Problems

공개 프로퍼티들

프로퍼티 타입 설명
CurrentMatch Person
IsWoman bool
Number int
Preferences List

공개 메소드들

메소드 설명
GetRank ( Person other ) : int
IsMatched ( ) : bool
MatchWith ( Person other ) : void
ToString ( ) : string

메소드 상세

GetRank() 공개 메소드

public GetRank ( Person other ) : int
other Person
리턴 int

IsMatched() 공개 메소드

public IsMatched ( ) : bool
리턴 bool

MatchWith() 공개 메소드

public MatchWith ( Person other ) : void
other Person
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

CurrentMatch 공개적으로 프로퍼티

public Person CurrentMatch
리턴 Person

IsWoman 공개적으로 프로퍼티

public bool IsWoman
리턴 bool

Number 공개적으로 프로퍼티

public int Number
리턴 int

Preferences 공개적으로 프로퍼티

public List Preferences
리턴 List