C# Class libsbml.ListOfFunctionDefinitions

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

Public Methods

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

Private Methods

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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

ListOfFunctionDefinitions() public method

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

ListOfFunctionDefinitions() public method

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

clone() public method

public clone ( ) : ListOfFunctionDefinitions
return ListOfFunctionDefinitions

get() public method

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

get() public method

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

getElementName() public method

public getElementName ( ) : string
return string

getItemTypeCode() public method

public getItemTypeCode ( ) : int
return int

remove() public method

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

remove() public method

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