C# Class libsbml.ListOfSpecies

Inheritance: ListOf
Datei anzeigen Open project: sys-bio/libroadrunner-deps Class Usage Examples

Public Methods

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

Private Methods

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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

ListOfSpecies() public method

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

ListOfSpecies() public method

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

clone() public method

public clone ( ) : ListOfSpecies
return ListOfSpecies

get() public method

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

get() public method

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

getElementName() public method

public getElementName ( ) : string
return string

getItemTypeCode() public method

public getItemTypeCode ( ) : int
return int

remove() public method

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

remove() public method

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