C# Class libsbmlcs.ListOfConstraints

Inheritance: ListOf
Afficher le fichier Open project: sys-bio/libroadrunner-deps Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
ListOfConstraints ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( ListOfConstraints obj ) : HandleRef
getCPtrAndDisown ( ListOfConstraints obj ) : HandleRef

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

ListOfConstraints() public méthode

public ListOfConstraints ( SBMLNamespaces sbmlns ) : System
sbmlns SBMLNamespaces
Résultat System

ListOfConstraints() public méthode

public ListOfConstraints ( long level, long version ) : System
level long
version long
Résultat System

clone() public méthode

public clone ( ) : ListOfConstraints
Résultat ListOfConstraints

get() public méthode

public get ( long n ) : Constraint
n long
Résultat Constraint

getElementName() public méthode

public getElementName ( ) : string
Résultat string

getItemTypeCode() public méthode

public getItemTypeCode ( ) : int
Résultat int

remove() public méthode

public remove ( long n ) : Constraint
n long
Résultat Constraint