C# 클래스 ScheduleWorks.Algorithm.GenerationAlgorithm

상속: ScheduleWorks.Algorithm.IGenerationAlgorithm
파일 보기 프로젝트 열기: lyubomiryanchev/ScheduleWorks

공개 프로퍼티들

프로퍼티 타입 설명
Time int

공개 메소드들

메소드 설명
BeginInit ( ) : void
CheckInitFinished ( ) : bool
EndInit ( ) : void
Generate ( ) : void
GenerationAlgorithm ( ) : System

비공개 메소드들

메소드 설명
IsThereAScheduleOkWithConstraints ( ) : bool
MakeNewGeneration ( int mutationsCount ) : void

메소드 상세

BeginInit() 공개 메소드

public BeginInit ( ) : void
리턴 void

CheckInitFinished() 공개 메소드

public CheckInitFinished ( ) : bool
리턴 bool

EndInit() 공개 메소드

public EndInit ( ) : void
리턴 void

Generate() 공개 메소드

public Generate ( ) : void
리턴 void

GenerationAlgorithm() 공개 메소드

public GenerationAlgorithm ( ) : System
리턴 System

프로퍼티 상세

Time 공개적으로 프로퍼티

public int Time
리턴 int