C# Class Brunet.Simulator.Transport.SimulationTransportAddress

TransportAddress class for Simulations. TAs of the form: b.s://ID.
Inheritance: Brunet.Transport.TransportAddress
Show file Open project: pstjuste/brunet Class Usage Examples

Public Properties

Property Type Description
ID int

Public Methods

Method Description
Enable ( ) : void
Equals ( object o ) : bool
GetHashCode ( ) : int
GetString ( TransportAddress ta_type, int id ) : string
Invert ( ) : SimulationTransportAddress
SimulationTransportAddress ( int id ) : System
SimulationTransportAddress ( string s ) : System

Protected Methods

Method Description
SimulationTransportAddress ( int id, TransportAddress type ) : System

Private Methods

Method Description
Create ( string s ) : TransportAddress
SimulationTransportAddress ( ) : System

Method Details

Enable() static public method

static public Enable ( ) : void
return void

Equals() public method

public Equals ( object o ) : bool
o object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

GetString() public static method

public static GetString ( TransportAddress ta_type, int id ) : string
ta_type Brunet.Transport.TransportAddress
id int
return string

Invert() public method

public Invert ( ) : SimulationTransportAddress
return SimulationTransportAddress

SimulationTransportAddress() public method

public SimulationTransportAddress ( int id ) : System
id int
return System

SimulationTransportAddress() protected method

protected SimulationTransportAddress ( int id, TransportAddress type ) : System
id int
type Brunet.Transport.TransportAddress
return System

SimulationTransportAddress() public method

public SimulationTransportAddress ( string s ) : System
s string
return System

Property Details

ID public property

public int ID
return int