C# Class Boy_Scouts_Scheduler.GreedyAlgorithm.Group

ファイルを表示 Open project: MoustafaEid/Boy-Scouts-Scheduler Class Usage Examples

Public Properties

Property Type Description
ID int
Name string
Rank int
StationPicked bool[]
StationPicks int[]
nStationsPicked int

Public Methods

Method Description
Group ( int id, string N, int R, int S1, int S2, int S3, int S4, int S5 ) : System

Method Details

Group() public method

public Group ( int id, string N, int R, int S1, int S2, int S3, int S4, int S5 ) : System
id int
N string
R int
S1 int
S2 int
S3 int
S4 int
S5 int
return System

Property Details

ID public_oe property

public int ID
return int

Name public_oe property

public string Name
return string

Rank public_oe property

public int Rank
return int

StationPicked public_oe property

public bool[] StationPicked
return bool[]

StationPicks public_oe property

public int[] StationPicks
return int[]

nStationsPicked public_oe property

public int nStationsPicked
return int