C# Class libsbml.ListOfSpeciesTypes

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

Méthodes publiques

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

Private Methods

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

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

ListOfSpeciesTypes() public méthode

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

ListOfSpeciesTypes() public méthode

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

clone() public méthode

public clone ( ) : ListOfSpeciesTypes
Résultat ListOfSpeciesTypes

get() public méthode

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

get() public méthode

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

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

remove() public méthode

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