C# Class libsbmlcs.ListOfConstraints

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

Public Methods

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

Private Methods

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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

ListOfConstraints() public method

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

ListOfConstraints() public method

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

clone() public method

public clone ( ) : ListOfConstraints
return ListOfConstraints

get() public method

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

getElementName() public method

public getElementName ( ) : string
return string

getItemTypeCode() public method

public getItemTypeCode ( ) : int
return int

remove() public method

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