C# Class Boy_Scouts_Scheduler.GreedyAlgorithm.Group

Show file 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 property

public int ID
return int

Name public property

public string Name
return string

Rank public property

public int Rank
return int

StationPicked public property

public bool[] StationPicked
return bool[]

StationPicks public property

public int[] StationPicks
return int[]

nStationsPicked public property

public int nStationsPicked
return int