C# Class Brunet.Simulator.Transport.SimulationTransportAddress

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

Méthodes publiques

Свойство Type Description
ID int

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
SimulationTransportAddress ( int id, TransportAddress type ) : System

Private Methods

Méthode Description
Create ( string s ) : TransportAddress
SimulationTransportAddress ( ) : System

Method Details

Enable() static public méthode

static public Enable ( ) : void
Résultat void

Equals() public méthode

public Equals ( object o ) : bool
o object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

GetString() public static méthode

public static GetString ( TransportAddress ta_type, int id ) : string
ta_type Brunet.Transport.TransportAddress
id int
Résultat string

Invert() public méthode

public Invert ( ) : SimulationTransportAddress
Résultat SimulationTransportAddress

SimulationTransportAddress() public méthode

public SimulationTransportAddress ( int id ) : System
id int
Résultat System

SimulationTransportAddress() protected méthode

protected SimulationTransportAddress ( int id, TransportAddress type ) : System
id int
type Brunet.Transport.TransportAddress
Résultat System

SimulationTransportAddress() public méthode

public SimulationTransportAddress ( string s ) : System
s string
Résultat System

Property Details

ID public_oe property

public int ID
Résultat int