C# Class libsbmlcs.ListOfReactions

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

Méthodes publiques

Méthode Description
Dispose ( ) : void
ListOfReactions ( SBMLNamespaces sbmlns ) : System
ListOfReactions ( long level, long version ) : System
clone ( ) : ListOfReactions
get ( long n ) : Reaction
get ( string sid ) : Reaction
getElementName ( ) : string
getItemTypeCode ( ) : int
remove ( long n ) : Reaction
remove ( string sid ) : Reaction

Private Methods

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

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

ListOfReactions() public méthode

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

ListOfReactions() public méthode

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

clone() public méthode

public clone ( ) : ListOfReactions
Résultat ListOfReactions

get() public méthode

public get ( long n ) : Reaction
n long
Résultat Reaction

get() public méthode

public get ( string sid ) : Reaction
sid string
Résultat Reaction

getElementName() public méthode

public getElementName ( ) : string
Résultat string

getItemTypeCode() public méthode

public getItemTypeCode ( ) : int
Résultat int

remove() public méthode

public remove ( long n ) : Reaction
n long
Résultat Reaction

remove() public méthode

public remove ( string sid ) : Reaction
sid string
Résultat Reaction