C# Class libsbml.ListOfParameters

Inheritance: ListOf
Mostra file Open project: sys-bio/libroadrunner-deps Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
ListOfParameters ( SBMLNamespaces sbmlns ) : System
ListOfParameters ( long level, long version ) : System
clone ( ) : ListOfParameters
get ( long n ) : Parameter
get ( string sid ) : Parameter
getElementName ( ) : string
getItemTypeCode ( ) : int
remove ( long n ) : Parameter
remove ( string sid ) : Parameter

Private Methods

Method Description
ListOfParameters ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( ListOfParameters obj ) : HandleRef
getCPtrAndDisown ( ListOfParameters obj ) : HandleRef

Method Details

Dispose() public method

public Dispose ( ) : void
return void

ListOfParameters() public method

public ListOfParameters ( SBMLNamespaces sbmlns ) : System
sbmlns SBMLNamespaces
return System

ListOfParameters() public method

public ListOfParameters ( long level, long version ) : System
level long
version long
return System

clone() public method

public clone ( ) : ListOfParameters
return ListOfParameters

get() public method

public get ( long n ) : Parameter
n long
return Parameter

get() public method

public get ( string sid ) : Parameter
sid string
return Parameter

getElementName() public method

public getElementName ( ) : string
return string

getItemTypeCode() public method

public getItemTypeCode ( ) : int
return int

remove() public method

public remove ( long n ) : Parameter
n long
return Parameter

remove() public method

public remove ( string sid ) : Parameter
sid string
return Parameter