C# 클래스 libsbml.ListOfSpeciesReferences

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

공개 메소드들

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

비공개 메소드들

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

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

ListOfSpeciesReferences() 공개 메소드

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

ListOfSpeciesReferences() 공개 메소드

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

clone() 공개 메소드

public clone ( ) : ListOfSpeciesReferences
리턴 ListOfSpeciesReferences

get() 공개 메소드

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

get() 공개 메소드

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

getElementName() 공개 메소드

public getElementName ( ) : string
리턴 string

getItemTypeCode() 공개 메소드

public getItemTypeCode ( ) : int
리턴 int

remove() 공개 메소드

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

remove() 공개 메소드

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