C# Class Brunet.Transport.SimulationEdge

Inheritance: Edge
Datei anzeigen Open project: johnynek/brunet Class Usage Examples

Public Properties

Property Type Description
Delay int
_rand System.Random

Protected Properties

Property Type Description
_l_id int
_local_ta TransportAddress
_partner SimulationEdge
_r_id int
_remote_ta TransportAddress
_sh IEdgeSendHandler

Public Methods

Method Description
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

Protected Methods

Method Description
DelayedPush ( object o ) : void

Method Details

DelayedPush() protected method

protected DelayedPush ( object o ) : void
o object
return void

Push() public method

public Push ( Brunet p ) : void
p Brunet
return void

SimulationEdge() public method

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
return System

SimulationEdge() public method

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
return System

Property Details

Delay public_oe property

public int Delay
return int

_l_id protected_oe property

protected int _l_id
return int

_local_ta protected_oe property

protected TransportAddress,Brunet.Transport _local_ta
return TransportAddress

_partner protected_oe property

protected SimulationEdge,Brunet.Transport _partner
return SimulationEdge

_r_id protected_oe property

protected int _r_id
return int

_rand public_oe static_oe property

public static Random,System _rand
return System.Random

_remote_ta protected_oe property

protected TransportAddress,Brunet.Transport _remote_ta
return TransportAddress

_sh protected_oe property

protected IEdgeSendHandler _sh
return IEdgeSendHandler