C# Class Netronics.Ant.QueenAnt.Ant

Afficher le fichier Open project: shlee322/Netronics Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public AddAddress ( IEnumerable address ) : void
address IEnumerable
Résultat void

AddChannel() public méthode

public AddChannel ( IChannel channel ) : void
channel IChannel
Résultat void

Ant() public méthode

public Ant ( Ants ants, int id, int port ) : System.Collections.Generic
ants Ants
id int
port int
Résultat System.Collections.Generic

GetAddress() public méthode

public GetAddress ( ) : IEnumerable
Résultat IEnumerable

GetAnts() public méthode

public GetAnts ( ) : Ants
Résultat Ants

GetId() public méthode

public GetId ( ) : int
Résultat int

GetPort() public méthode

public GetPort ( ) : int
Résultat int