C# Class libsbmlcs.ListOfSpecies

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

Méthodes publiques

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

Private Methods

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

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

ListOfSpecies() public méthode

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

ListOfSpecies() public méthode

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

clone() public méthode

public clone ( ) : ListOfSpecies
Résultat ListOfSpecies

get() public méthode

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

get() public méthode

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

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 ) : Species
n long
Résultat Species

remove() public méthode

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