C# Class libsbml.SBMLTransforms

Inheritance: IDisposable
Mostrar archivo Open project: sys-bio/libroadrunner-deps Class Usage Examples

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method Description
Dispose ( ) : void
SBMLTransforms ( ) : System
clearComponentValues ( ) : void
evaluateASTNode ( ASTNode node ) : double
evaluateASTNode ( ASTNode node, Model m ) : double
expandInitialAssignments ( Model m ) : bool
mapComponentValues ( Model m ) : IdList
replaceFD ( ASTNode math, FunctionDefinition fd ) : void
replaceFD ( ASTNode math, FunctionDefinition fd, IdList idsToExclude ) : void
replaceFD ( ASTNode math, ListOfFunctionDefinitions lofd ) : void
replaceFD ( ASTNode math, ListOfFunctionDefinitions lofd, IdList idsToExclude ) : void

Private Methods

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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

SBMLTransforms() public method

public SBMLTransforms ( ) : System
return System

clearComponentValues() public static method

public static clearComponentValues ( ) : void
return void

evaluateASTNode() public static method

public static evaluateASTNode ( ASTNode node ) : double
node ASTNode
return double

evaluateASTNode() public static method

public static evaluateASTNode ( ASTNode node, Model m ) : double
node ASTNode
m Model
return double

expandInitialAssignments() public static method

public static expandInitialAssignments ( Model m ) : bool
m Model
return bool

mapComponentValues() public static method

public static mapComponentValues ( Model m ) : IdList
m Model
return IdList

replaceFD() public static method

public static replaceFD ( ASTNode math, FunctionDefinition fd ) : void
math ASTNode
fd FunctionDefinition
return void

replaceFD() public static method

public static replaceFD ( ASTNode math, FunctionDefinition fd, IdList idsToExclude ) : void
math ASTNode
fd FunctionDefinition
idsToExclude IdList
return void

replaceFD() public static method

public static replaceFD ( ASTNode math, ListOfFunctionDefinitions lofd ) : void
math ASTNode
lofd ListOfFunctionDefinitions
return void

replaceFD() public static method

public static replaceFD ( ASTNode math, ListOfFunctionDefinitions lofd, IdList idsToExclude ) : void
math ASTNode
lofd ListOfFunctionDefinitions
idsToExclude IdList
return void

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
return bool