C# 클래스 libsbmlcs.ListOfConstraints

상속: ListOf
파일 보기 프로젝트 열기: sys-bio/libroadrunner-deps 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
ListOfConstraints ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( ListOfConstraints obj ) : HandleRef
getCPtrAndDisown ( ListOfConstraints obj ) : HandleRef

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

ListOfConstraints() 공개 메소드

public ListOfConstraints ( SBMLNamespaces sbmlns ) : System
sbmlns SBMLNamespaces
리턴 System

ListOfConstraints() 공개 메소드

public ListOfConstraints ( long level, long version ) : System
level long
version long
리턴 System

clone() 공개 메소드

public clone ( ) : ListOfConstraints
리턴 ListOfConstraints

get() 공개 메소드

public get ( long n ) : Constraint
n long
리턴 Constraint

getElementName() 공개 메소드

public getElementName ( ) : string
리턴 string

getItemTypeCode() 공개 메소드

public getItemTypeCode ( ) : int
리턴 int

remove() 공개 메소드

public remove ( long n ) : Constraint
n long
리턴 Constraint