C# Class libsbml.L3ParserSettings

Inheritance: IDisposable
Datei anzeigen Open project: sys-bio/libroadrunner-deps Class Usage Examples

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method Description
Dispose ( ) : void
L3ParserSettings ( ) : System
L3ParserSettings ( L3ParserSettings source ) : System
L3ParserSettings ( Model model, int parselog, bool collapseminus, bool parseunits, bool avocsymbol ) : System
L3ParserSettings ( Model model, int parselog, bool collapseminus, bool parseunits, bool avocsymbol, bool caseSensitive ) : System
L3ParserSettings ( Model model, int parselog, bool collapseminus, bool parseunits, bool avocsymbol, bool caseSensitive, SBMLNamespaces sbmlns ) : System
getComparisonCaseSensitivity ( ) : bool
getModel ( ) : Model
getParseAvogadroCsymbol ( ) : bool
getParseCollapseMinus ( ) : bool
getParseLog ( ) : int
getParseUnits ( ) : bool
setComparisonCaseSensitivity ( bool strcmp ) : void
setModel ( Model model ) : void
setParseAvogadroCsymbol ( bool l2only ) : void
setParseCollapseMinus ( bool collapseminus ) : void
setParseLog ( int type ) : void
setParseUnits ( bool units ) : void
setPlugins ( SBMLNamespaces sbmlns ) : void
unsetModel ( ) : void
visitPackageInfixSyntax ( ASTNode parent, ASTNode node, SWIGTYPE_p_StringBuffer_t sb ) : void

Private Methods

Method Description
L3ParserSettings ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( L3ParserSettings obj ) : HandleRef
getCPtrAndDisown ( L3ParserSettings obj ) : HandleRef

Method Details

Dispose() public method

public Dispose ( ) : void
return void

L3ParserSettings() public method

public L3ParserSettings ( ) : System
return System

L3ParserSettings() public method

public L3ParserSettings ( L3ParserSettings source ) : System
source L3ParserSettings
return System

L3ParserSettings() public method

public L3ParserSettings ( Model model, int parselog, bool collapseminus, bool parseunits, bool avocsymbol ) : System
model Model
parselog int
collapseminus bool
parseunits bool
avocsymbol bool
return System

L3ParserSettings() public method

public L3ParserSettings ( Model model, int parselog, bool collapseminus, bool parseunits, bool avocsymbol, bool caseSensitive ) : System
model Model
parselog int
collapseminus bool
parseunits bool
avocsymbol bool
caseSensitive bool
return System

L3ParserSettings() public method

public L3ParserSettings ( Model model, int parselog, bool collapseminus, bool parseunits, bool avocsymbol, bool caseSensitive, SBMLNamespaces sbmlns ) : System
model Model
parselog int
collapseminus bool
parseunits bool
avocsymbol bool
caseSensitive bool
sbmlns SBMLNamespaces
return System

getComparisonCaseSensitivity() public method

public getComparisonCaseSensitivity ( ) : bool
return bool

getModel() public method

public getModel ( ) : Model
return Model

getParseAvogadroCsymbol() public method

public getParseAvogadroCsymbol ( ) : bool
return bool

getParseCollapseMinus() public method

public getParseCollapseMinus ( ) : bool
return bool

getParseLog() public method

public getParseLog ( ) : int
return int

getParseUnits() public method

public getParseUnits ( ) : bool
return bool

setComparisonCaseSensitivity() public method

public setComparisonCaseSensitivity ( bool strcmp ) : void
strcmp bool
return void

setModel() public method

public setModel ( Model model ) : void
model Model
return void

setParseAvogadroCsymbol() public method

public setParseAvogadroCsymbol ( bool l2only ) : void
l2only bool
return void

setParseCollapseMinus() public method

public setParseCollapseMinus ( bool collapseminus ) : void
collapseminus bool
return void

setParseLog() public method

public setParseLog ( int type ) : void
type int
return void

setParseUnits() public method

public setParseUnits ( bool units ) : void
units bool
return void

setPlugins() public method

public setPlugins ( SBMLNamespaces sbmlns ) : void
sbmlns SBMLNamespaces
return void

unsetModel() public method

public unsetModel ( ) : void
return void

visitPackageInfixSyntax() public method

public visitPackageInfixSyntax ( ASTNode parent, ASTNode node, SWIGTYPE_p_StringBuffer_t sb ) : void
parent ASTNode
node ASTNode
sb SWIGTYPE_p_StringBuffer_t
return void

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
return bool