C# Class libsbmlcs.ListOfRules

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

Public Methods

Method Description
Dispose ( ) : void
ListOfRules ( SBMLNamespaces sbmlns ) : System
ListOfRules ( long level, long version ) : System
clone ( ) : ListOfRules
get ( long n ) : Rule
get ( string sid ) : Rule
getElementBySId ( string id ) : SBase
getElementName ( ) : string
getItemTypeCode ( ) : int
remove ( long n ) : Rule
remove ( string sid ) : Rule

Private Methods

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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

ListOfRules() public method

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

ListOfRules() public method

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

clone() public method

public clone ( ) : ListOfRules
return ListOfRules

get() public method

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

get() public method

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

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 ) : Rule
n long
return Rule

remove() public method

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