C# Class libsbmlcs.ListOfSpeciesTypes

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

Public Methods

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

Private Methods

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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

ListOfSpeciesTypes() public method

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

ListOfSpeciesTypes() public method

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

clone() public method

public clone ( ) : ListOfSpeciesTypes
return ListOfSpeciesTypes

get() public method

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

get() public method

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

getElementName() public method

public getElementName ( ) : string
return string

getItemTypeCode() public method

public getItemTypeCode ( ) : int
return int

remove() public method

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

remove() public method

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