C# Class libsbml.ListOfCompartmentTypes

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

Méthodes publiques

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

Private Methods

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

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

ListOfCompartmentTypes() public méthode

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

ListOfCompartmentTypes() public méthode

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

clone() public méthode

public clone ( ) : ListOfCompartmentTypes
Résultat ListOfCompartmentTypes

get() public méthode

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

get() public méthode

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

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

remove() public méthode

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