C# Class libsbml.ListOfUnitDefinitions

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

Public Methods

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

Private Methods

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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

ListOfUnitDefinitions() public method

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

ListOfUnitDefinitions() public method

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

clone() public method

public clone ( ) : ListOfUnitDefinitions
return ListOfUnitDefinitions

get() public method

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

get() public method

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

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

remove() public method

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