C# Class Brunet.Simulator.Transport.SimulationTransportAddressOther

This is a dummy class so that we can support multiple SimELs in the same address space, in the same simulation without them overlapping. TAs of the form b:so://ID.
Inheritance: SimulationTransportAddress
Show file Open project: pstjuste/brunet Class Usage Examples

Public Methods

Method Description
Enable ( ) : void
Equals ( object o ) : bool
GetHashCode ( ) : int
SimulationTransportAddressOther ( int id ) : System
SimulationTransportAddressOther ( string s ) : System

Private Methods

Method Description
Create ( string s ) : TransportAddress
SimulationTransportAddressOther ( ) : 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

SimulationTransportAddressOther() public method

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

SimulationTransportAddressOther() public method

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