C# Class Brunet.Simulator.Parameters

Show file Open project: pstjuste/brunet Class Usage Examples

Public Properties

Property Type Description
AppDescription string
AppName string

Protected Properties

Property Type Description
_broadcast int
_broken double
_complete bool
_dataset string
_drop_rate double
_dtls bool
_error_message string
_evaluation bool
_heavy_churn int
_help bool
_latency_map List>
_options OptionSet
_output string
_pathing bool
_random_latency bool
_se bool
_seed int
_size int
_ss bool

Public Methods

Method Description
Parameters ( Parameters copy ) : NDesk.Options

Copy constructor.

Parameters ( string app_name, string app_description ) : NDesk.Options
Parse ( string args ) : int
ShowHelp ( ) : void

Method Details

Parameters() public method

Copy constructor.
public Parameters ( Parameters copy ) : NDesk.Options
copy Parameters
return NDesk.Options

Parameters() public method

public Parameters ( string app_name, string app_description ) : NDesk.Options
app_name string
app_description string
return NDesk.Options

Parse() public method

public Parse ( string args ) : int
args string
return int

ShowHelp() public method

public ShowHelp ( ) : void
return void

Property Details

AppDescription public property

public string AppDescription
return string

AppName public property

public string AppName
return string

_broadcast protected property

protected int _broadcast
return int

_broken protected property

protected double _broken
return double

_complete protected property

protected bool _complete
return bool

_dataset protected property

protected string _dataset
return string

_drop_rate protected property

protected double _drop_rate
return double

_dtls protected property

protected bool _dtls
return bool

_error_message protected property

protected string _error_message
return string

_evaluation protected property

protected bool _evaluation
return bool

_heavy_churn protected property

protected int _heavy_churn
return int

_help protected property

protected bool _help
return bool

_latency_map protected property

protected List> _latency_map
return List>

_options protected property

protected OptionSet _options
return OptionSet

_output protected property

protected string _output
return string

_pathing protected property

protected bool _pathing
return bool

_random_latency protected property

protected bool _random_latency
return bool

_se protected property

protected bool _se
return bool

_seed protected property

protected int _seed
return int

_size protected property

protected int _size
return int

_ss protected property

protected bool _ss
return bool