C# Class Dynamic_Games.NonCoops.NonCoopManager

显示文件 Open project: Ezakhiel/Donate-Money-For-Unicorns-ubbse2015 Class Usage Examples

Public Methods

Method Description
AddPlayerGenGraph ( int N, int edgeNr, int edgeNrTmp, int graph, int checkMatrix ) : Tuple
AddPlayerGenSelflesness ( int N, int selflessness ) : int[]
DelGenColors ( int N, int playerId, int colors ) : int[]
DelGenSelflessness ( int N, int playerId, int selflessness ) : int[]
DelPlayerGenGraph ( int edgeNrTmp, int N, int edgeNr, int playerId, int graph, int checkMatrix ) : Tuple
GenColors ( int N, int nc, int nd ) : int[]
GenSelflesnessFactors ( int N ) : int[]
GenerateGraph ( int edgeNr, int N ) : Tuple
NeighborCounter ( int N, int playerId, int checkMatrix ) : int
generateGraph ( ) : void

Method Details

AddPlayerGenGraph() public method

public AddPlayerGenGraph ( int N, int edgeNr, int edgeNrTmp, int graph, int checkMatrix ) : Tuple
N int
edgeNr int
edgeNrTmp int
graph int
checkMatrix int
return Tuple

AddPlayerGenSelflesness() public method

public AddPlayerGenSelflesness ( int N, int selflessness ) : int[]
N int
selflessness int
return int[]

DelGenColors() public method

public DelGenColors ( int N, int playerId, int colors ) : int[]
N int
playerId int
colors int
return int[]

DelGenSelflessness() public method

public DelGenSelflessness ( int N, int playerId, int selflessness ) : int[]
N int
playerId int
selflessness int
return int[]

DelPlayerGenGraph() public method

public DelPlayerGenGraph ( int edgeNrTmp, int N, int edgeNr, int playerId, int graph, int checkMatrix ) : Tuple
edgeNrTmp int
N int
edgeNr int
playerId int
graph int
checkMatrix int
return Tuple

GenColors() public method

public GenColors ( int N, int nc, int nd ) : int[]
N int
nc int
nd int
return int[]

GenSelflesnessFactors() public method

public GenSelflesnessFactors ( int N ) : int[]
N int
return int[]

GenerateGraph() public method

public GenerateGraph ( int edgeNr, int N ) : Tuple
edgeNr int
N int
return Tuple

NeighborCounter() public method

public NeighborCounter ( int N, int playerId, int checkMatrix ) : int
N int
playerId int
checkMatrix int
return int

generateGraph() public method

public generateGraph ( ) : void
return void