C# 클래스 libsbml.ListOf

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

공개 메소드들

메소드 설명
Dispose ( ) : void
ListOf ( ) : System
ListOf ( ListOf orig ) : System
ListOf ( SBMLNamespaces sbmlns ) : System
ListOf ( long level ) : System
ListOf ( long level, long version ) : System
append ( SBase item ) : int
appendAndOwn ( SBase disownedItem ) : int
appendFrom ( ListOf list ) : int
clear ( ) : void
clear ( bool doDelete ) : void
clone ( ) : ListOf
connectToChild ( ) : void
enablePackageInternal ( string pkgURI, string pkgPrefix, bool flag ) : void
get ( long n ) : SBase
getElementByMetaId ( string metaid ) : SBase
getElementBySId ( string id ) : SBase
getElementName ( ) : string
getItemTypeCode ( ) : int
getTypeCode ( ) : int
insert ( int location, SBase item ) : int
insertAndOwn ( int location, SBase disownedItem ) : int
remove ( long n ) : SBase
removeFromParentAndDelete ( ) : int
size ( ) : long

비공개 메소드들

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

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

ListOf() 공개 메소드

public ListOf ( ) : System
리턴 System

ListOf() 공개 메소드

public ListOf ( ListOf orig ) : System
orig ListOf
리턴 System

ListOf() 공개 메소드

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

ListOf() 공개 메소드

public ListOf ( long level ) : System
level long
리턴 System

ListOf() 공개 메소드

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

append() 공개 메소드

public append ( SBase item ) : int
item SBase
리턴 int

appendAndOwn() 공개 메소드

public appendAndOwn ( SBase disownedItem ) : int
disownedItem SBase
리턴 int

appendFrom() 공개 메소드

public appendFrom ( ListOf list ) : int
list ListOf
리턴 int

clear() 공개 메소드

public clear ( ) : void
리턴 void

clear() 공개 메소드

public clear ( bool doDelete ) : void
doDelete bool
리턴 void

clone() 공개 메소드

public clone ( ) : ListOf
리턴 ListOf

connectToChild() 공개 메소드

public connectToChild ( ) : void
리턴 void

enablePackageInternal() 공개 메소드

public enablePackageInternal ( string pkgURI, string pkgPrefix, bool flag ) : void
pkgURI string
pkgPrefix string
flag bool
리턴 void

get() 공개 메소드

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

getElementByMetaId() 공개 메소드

public getElementByMetaId ( string metaid ) : SBase
metaid string
리턴 SBase

getElementBySId() 공개 메소드

public getElementBySId ( string id ) : SBase
id string
리턴 SBase

getElementName() 공개 메소드

public getElementName ( ) : string
리턴 string

getItemTypeCode() 공개 메소드

public getItemTypeCode ( ) : int
리턴 int

getTypeCode() 공개 메소드

public getTypeCode ( ) : int
리턴 int

insert() 공개 메소드

public insert ( int location, SBase item ) : int
location int
item SBase
리턴 int

insertAndOwn() 공개 메소드

public insertAndOwn ( int location, SBase disownedItem ) : int
location int
disownedItem SBase
리턴 int

remove() 공개 메소드

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

removeFromParentAndDelete() 공개 메소드

public removeFromParentAndDelete ( ) : int
리턴 int

size() 공개 메소드

public size ( ) : long
리턴 long