C# 클래스 Brunet.Simulator.Parameters

파일 보기 프로젝트 열기: pstjuste/brunet 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AppDescription string
AppName string

보호된 프로퍼티들

프로퍼티 타입 설명
_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

공개 메소드들

메소드 설명
Parameters ( Parameters copy ) : NDesk.Options

Copy constructor.

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

메소드 상세

Parameters() 공개 메소드

Copy constructor.
public Parameters ( Parameters copy ) : NDesk.Options
copy Parameters
리턴 NDesk.Options

Parameters() 공개 메소드

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

Parse() 공개 메소드

public Parse ( string args ) : int
args string
리턴 int

ShowHelp() 공개 메소드

public ShowHelp ( ) : void
리턴 void

프로퍼티 상세

AppDescription 공개적으로 프로퍼티

public string AppDescription
리턴 string

AppName 공개적으로 프로퍼티

public string AppName
리턴 string

_broadcast 보호되어 있는 프로퍼티

protected int _broadcast
리턴 int

_broken 보호되어 있는 프로퍼티

protected double _broken
리턴 double

_complete 보호되어 있는 프로퍼티

protected bool _complete
리턴 bool

_dataset 보호되어 있는 프로퍼티

protected string _dataset
리턴 string

_drop_rate 보호되어 있는 프로퍼티

protected double _drop_rate
리턴 double

_dtls 보호되어 있는 프로퍼티

protected bool _dtls
리턴 bool

_error_message 보호되어 있는 프로퍼티

protected string _error_message
리턴 string

_evaluation 보호되어 있는 프로퍼티

protected bool _evaluation
리턴 bool

_heavy_churn 보호되어 있는 프로퍼티

protected int _heavy_churn
리턴 int

_help 보호되어 있는 프로퍼티

protected bool _help
리턴 bool

_latency_map 보호되어 있는 프로퍼티

protected List> _latency_map
리턴 List>

_options 보호되어 있는 프로퍼티

protected OptionSet _options
리턴 OptionSet

_output 보호되어 있는 프로퍼티

protected string _output
리턴 string

_pathing 보호되어 있는 프로퍼티

protected bool _pathing
리턴 bool

_random_latency 보호되어 있는 프로퍼티

protected bool _random_latency
리턴 bool

_se 보호되어 있는 프로퍼티

protected bool _se
리턴 bool

_seed 보호되어 있는 프로퍼티

protected int _seed
리턴 int

_size 보호되어 있는 프로퍼티

protected int _size
리턴 int

_ss 보호되어 있는 프로퍼티

protected bool _ss
리턴 bool