C# Class libsbmlcs.RateRule

Inheritance: Rule
Show file Open project: sys-bio/libroadrunner-deps Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
RateRule ( SBMLNamespaces sbmlns ) : System
RateRule ( long level, long version ) : System
clone ( ) : RateRule
hasRequiredAttributes ( ) : bool
renameSIdRefs ( string oldid, string newid ) : void

Private Methods

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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

RateRule() public method

public RateRule ( SBMLNamespaces sbmlns ) : System
sbmlns SBMLNamespaces
return System

RateRule() public method

public RateRule ( long level, long version ) : System
level long
version long
return System

clone() public method

public clone ( ) : RateRule
return RateRule

hasRequiredAttributes() public method

public hasRequiredAttributes ( ) : bool
return bool

renameSIdRefs() public method

public renameSIdRefs ( string oldid, string newid ) : void
oldid string
newid string
return void