C# 클래스 libsbmlcs.ListOfSpecies

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

공개 메소드들

메소드 설명
Dispose ( ) : void
ListOfSpecies ( SBMLNamespaces sbmlns ) : System
ListOfSpecies ( long level, long version ) : System
clone ( ) : ListOfSpecies
get ( long n ) : Species
get ( string sid ) : Species
getElementName ( ) : string
getItemTypeCode ( ) : int
remove ( long n ) : Species
remove ( string sid ) : Species

비공개 메소드들

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

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

ListOfSpecies() 공개 메소드

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

ListOfSpecies() 공개 메소드

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

clone() 공개 메소드

public clone ( ) : ListOfSpecies
리턴 ListOfSpecies

get() 공개 메소드

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

get() 공개 메소드

public get ( string sid ) : Species
sid string
리턴 Species

getElementName() 공개 메소드

public getElementName ( ) : string
리턴 string

getItemTypeCode() 공개 메소드

public getItemTypeCode ( ) : int
리턴 int

remove() 공개 메소드

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

remove() 공개 메소드

public remove ( string sid ) : Species
sid string
리턴 Species