C# Class libsbml.RateRule

Inheritance: libsbml.Rule
Afficher le fichier Open project: sys-bio/libroadrunner-deps Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
RateRule ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( RateRule obj ) : HandleRef
getCPtrAndDisown ( RateRule obj ) : HandleRef

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

RateRule() public méthode

public RateRule ( SBMLNamespaces sbmlns ) : System
sbmlns SBMLNamespaces
Résultat System

RateRule() public méthode

public RateRule ( long level, long version ) : System
level long
version long
Résultat System

clone() public méthode

public clone ( ) : RateRule
Résultat RateRule

hasRequiredAttributes() public méthode

public hasRequiredAttributes ( ) : bool
Résultat bool

renameSIdRefs() public méthode

public renameSIdRefs ( string oldid, string newid ) : void
oldid string
newid string
Résultat void