C# 클래스 Netronics.Ant.QueenAnt.Ant

파일 보기 프로젝트 열기: shlee322/Netronics 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

AddAddress() 공개 메소드

public AddAddress ( IEnumerable address ) : void
address IEnumerable
리턴 void

AddChannel() 공개 메소드

public AddChannel ( IChannel channel ) : void
channel IChannel
리턴 void

Ant() 공개 메소드

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

GetAddress() 공개 메소드

public GetAddress ( ) : IEnumerable
리턴 IEnumerable

GetAnts() 공개 메소드

public GetAnts ( ) : Ants
리턴 Ants

GetId() 공개 메소드

public GetId ( ) : int
리턴 int

GetPort() 공개 메소드

public GetPort ( ) : int
리턴 int