C# Class Netronics.Ant.QueenAnt.Ant

Show file Open project: shlee322/Netronics Class Usage Examples

Public Methods

Method Description
AddAddress ( IEnumerable address ) : void
AddChannel ( IChannel channel ) : void
Ant ( Ants ants, int id, int port ) : System.Collections.Generic
GetAddress ( ) : IEnumerable
GetAnts ( ) : Ants
GetId ( ) : int
GetPort ( ) : int

Method Details

AddAddress() public method

public AddAddress ( IEnumerable address ) : void
address IEnumerable
return void

AddChannel() public method

public AddChannel ( IChannel channel ) : void
channel IChannel
return void

Ant() public method

public Ant ( Ants ants, int id, int port ) : System.Collections.Generic
ants Ants
id int
port int
return System.Collections.Generic

GetAddress() public method

public GetAddress ( ) : IEnumerable
return IEnumerable

GetAnts() public method

public GetAnts ( ) : Ants
return Ants

GetId() public method

public GetId ( ) : int
return int

GetPort() public method

public GetPort ( ) : int
return int