C# Class Brunet.Graph.Parameters

Show file Open project: pstjuste/brunet Class Usage Examples

Public Properties

Property Type Description
AppDescription string
AppName string

Protected Properties

Property Type Description
_dataset string
_error_message string
_help bool
_latency_map List>
_near int
_options OptionSet
_outfile string
_seed int
_shortcuts int
_size int

Public Methods

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

Method Details

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 ) : void
args string
return void

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

_dataset protected property

protected string _dataset
return string

_error_message protected property

protected string _error_message
return string

_help protected property

protected bool _help
return bool

_latency_map protected property

protected List> _latency_map
return List>

_near protected property

protected int _near
return int

_options protected property

protected OptionSet _options
return OptionSet

_outfile protected property

protected string _outfile
return string

_seed protected property

protected int _seed
return int

_shortcuts protected property

protected int _shortcuts
return int

_size protected property

protected int _size
return int