C# Class libsbmlcs.ListOfLocalParameters

Inheritance: ListOfParameters
ファイルを表示 Open project: sys-bio/libroadrunner-deps Class Usage Examples

Public Methods

Method 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

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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

ListOfLocalParameters() public method

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

ListOfLocalParameters() public method

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

clone() public method

public clone ( ) : ListOfLocalParameters
return ListOfLocalParameters

get() public method

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

get() public method

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

getElementBySId() public method

public getElementBySId ( string id ) : SBase
id string
return SBase

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