C# Class libsbml.ListOfLocalParameters

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

Méthodes publiques

Méthode Description
Dispose ( ) : void
ListOfLocalParameters ( SBMLNamespaces sbmlns ) : System
ListOfLocalParameters ( long level, long version ) : System
clone ( ) : ListOfLocalParameters
get ( long n ) : Parameter
get ( string sid ) : Parameter
getElementBySId ( string id ) : SBase
getElementName ( ) : string
getItemTypeCode ( ) : int
remove ( long n ) : Parameter
remove ( string sid ) : Parameter

Private Methods

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

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

ListOfLocalParameters() public méthode

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

ListOfLocalParameters() public méthode

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

clone() public méthode

public clone ( ) : ListOfLocalParameters
Résultat ListOfLocalParameters

get() public méthode

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

get() public méthode

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

getElementBySId() public méthode

public getElementBySId ( string id ) : SBase
id string
Résultat SBase

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

remove() public méthode

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