C# 클래스 Brunet.Transport.SimulationEdge

상속: Edge
파일 보기 프로젝트 열기: johnynek/brunet 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Delay int
_rand System.Random

보호된 프로퍼티들

프로퍼티 타입 설명
_l_id int
_local_ta TransportAddress
_partner SimulationEdge
_r_id int
_remote_ta TransportAddress
_sh IEdgeSendHandler

공개 메소드들

메소드 설명
Push ( Brunet p ) : void
SimulationEdge ( IEdgeSendHandler s, int local_id, int remote_id, bool is_in ) : System
SimulationEdge ( IEdgeSendHandler s, int local_id, int remote_id, bool is_in, int delay ) : System

보호된 메소드들

메소드 설명
DelayedPush ( object o ) : void

메소드 상세

DelayedPush() 보호된 메소드

protected DelayedPush ( object o ) : void
o object
리턴 void

Push() 공개 메소드

public Push ( Brunet p ) : void
p Brunet
리턴 void

SimulationEdge() 공개 메소드

public SimulationEdge ( IEdgeSendHandler s, int local_id, int remote_id, bool is_in ) : System
s IEdgeSendHandler
local_id int
remote_id int
is_in bool
리턴 System

SimulationEdge() 공개 메소드

public SimulationEdge ( IEdgeSendHandler s, int local_id, int remote_id, bool is_in, int delay ) : System
s IEdgeSendHandler
local_id int
remote_id int
is_in bool
delay int
리턴 System

프로퍼티 상세

Delay 공개적으로 프로퍼티

public int Delay
리턴 int

_l_id 보호되어 있는 프로퍼티

protected int _l_id
리턴 int

_local_ta 보호되어 있는 프로퍼티

protected TransportAddress,Brunet.Transport _local_ta
리턴 TransportAddress

_partner 보호되어 있는 프로퍼티

protected SimulationEdge,Brunet.Transport _partner
리턴 SimulationEdge

_r_id 보호되어 있는 프로퍼티

protected int _r_id
리턴 int

_rand 공개적으로 정적으로 프로퍼티

public static Random,System _rand
리턴 System.Random

_remote_ta 보호되어 있는 프로퍼티

protected TransportAddress,Brunet.Transport _remote_ta
리턴 TransportAddress

_sh 보호되어 있는 프로퍼티

protected IEdgeSendHandler _sh
리턴 IEdgeSendHandler