C# Class libsbml.ListOfRules

Inheritance: ListOf
Mostra file 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 ) : libsbml.Rule
get ( string sid ) : libsbml.Rule
getElementBySId ( string id ) : SBase
getElementName ( ) : string
getItemTypeCode ( ) : int
remove ( long n ) : libsbml.Rule
remove ( string sid ) : libsbml.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 ) : libsbml.Rule
n long
return libsbml.Rule

get() public method

public get ( string sid ) : libsbml.Rule
sid string
return libsbml.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 ) : libsbml.Rule
n long
return libsbml.Rule

remove() public method

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