C# Class libsbml.ListOfReactions

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

Public Methods

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

Private Methods

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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

ListOfReactions() public method

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

ListOfReactions() public method

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

clone() public method

public clone ( ) : ListOfReactions
return ListOfReactions

get() public method

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

get() public method

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

getElementName() public method

public getElementName ( ) : string
return string

getItemTypeCode() public method

public getItemTypeCode ( ) : int
return int

remove() public method

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

remove() public method

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