C# 클래스 Brunet.Graph.Parameters

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

공개 프로퍼티들

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

보호된 프로퍼티들

프로퍼티 타입 설명
_dataset string
_error_message string
_help bool
_latency_map List>
_near int
_options OptionSet
_outfile string
_seed int
_shortcuts int
_size int

공개 메소드들

메소드 설명
Parameters ( string app_name, string app_description ) : NDesk.Options
Parse ( string args ) : void
ShowHelp ( ) : void

메소드 상세

Parameters() 공개 메소드

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

Parse() 공개 메소드

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

ShowHelp() 공개 메소드

public ShowHelp ( ) : void
리턴 void

프로퍼티 상세

AppDescription 공개적으로 프로퍼티

public string AppDescription
리턴 string

AppName 공개적으로 프로퍼티

public string AppName
리턴 string

_dataset 보호되어 있는 프로퍼티

protected string _dataset
리턴 string

_error_message 보호되어 있는 프로퍼티

protected string _error_message
리턴 string

_help 보호되어 있는 프로퍼티

protected bool _help
리턴 bool

_latency_map 보호되어 있는 프로퍼티

protected List> _latency_map
리턴 List>

_near 보호되어 있는 프로퍼티

protected int _near
리턴 int

_options 보호되어 있는 프로퍼티

protected OptionSet _options
리턴 OptionSet

_outfile 보호되어 있는 프로퍼티

protected string _outfile
리턴 string

_seed 보호되어 있는 프로퍼티

protected int _seed
리턴 int

_shortcuts 보호되어 있는 프로퍼티

protected int _shortcuts
리턴 int

_size 보호되어 있는 프로퍼티

protected int _size
리턴 int