C# Class Compass.Coondornator.OmssaParameterLine

Show file Open project: dbaileychess/Compass Class Usage Examples

Public Properties

Property Type Description
Parameters List

Public Methods

Method Description
AddLine ( OmssaParameterLine line, bool saveToDisk = true ) : void
AddLine ( string name, string line, bool saveToDisk = true ) : void
GetAllParameterLines ( ) : IEnumerable
Load ( ) : void
Load ( string filePath ) : void
OmssaParameterLine ( string name, IEnumerable parameters = null ) : System
OmssaParameterLine ( string name, string line ) : System
RemoveLine ( string name ) : bool
RestoreDefaults ( ) : void
Save ( ) : void
SaveTo ( string filePath ) : void

Saves the current modifications and isotopologues

ToString ( ) : string
Validate ( string line ) : bool

Private Methods

Method Description
OmssaParameterLine ( ) : System
OnChanged ( bool saveToDisk = true ) : void
ParseLine ( string line ) : bool

Method Details

AddLine() public static method

public static AddLine ( OmssaParameterLine line, bool saveToDisk = true ) : void
line OmssaParameterLine
saveToDisk bool
return void

AddLine() public static method

public static AddLine ( string name, string line, bool saveToDisk = true ) : void
name string
line string
saveToDisk bool
return void

GetAllParameterLines() public static method

public static GetAllParameterLines ( ) : IEnumerable
return IEnumerable

Load() public static method

public static Load ( ) : void
return void

Load() public static method

public static Load ( string filePath ) : void
filePath string
return void

OmssaParameterLine() public method

public OmssaParameterLine ( string name, IEnumerable parameters = null ) : System
name string
parameters IEnumerable
return System

OmssaParameterLine() public method

public OmssaParameterLine ( string name, string line ) : System
name string
line string
return System

RemoveLine() public static method

public static RemoveLine ( string name ) : bool
name string
return bool

RestoreDefaults() public static method

public static RestoreDefaults ( ) : void
return void

Save() public static method

public static Save ( ) : void
return void

SaveTo() public static method

Saves the current modifications and isotopologues
public static SaveTo ( string filePath ) : void
filePath string
return void

ToString() public method

public ToString ( ) : string
return string

Validate() public static method

public static Validate ( string line ) : bool
line string
return bool

Property Details

Parameters public property

public List Parameters
return List