C# Class libsbml.ListOf

Inheritance: SBase
Datei anzeigen Open project: sys-bio/libroadrunner-deps Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
ListOf ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( ListOf obj ) : HandleRef
getCPtrAndDisown ( ListOf obj ) : HandleRef

Method Details

Dispose() public method

public Dispose ( ) : void
return void

ListOf() public method

public ListOf ( ) : System
return System

ListOf() public method

public ListOf ( ListOf orig ) : System
orig ListOf
return System

ListOf() public method

public ListOf ( SBMLNamespaces sbmlns ) : System
sbmlns SBMLNamespaces
return System

ListOf() public method

public ListOf ( long level ) : System
level long
return System

ListOf() public method

public ListOf ( long level, long version ) : System
level long
version long
return System

append() public method

public append ( SBase item ) : int
item SBase
return int

appendAndOwn() public method

public appendAndOwn ( SBase disownedItem ) : int
disownedItem SBase
return int

appendFrom() public method

public appendFrom ( ListOf list ) : int
list ListOf
return int

clear() public method

public clear ( ) : void
return void

clear() public method

public clear ( bool doDelete ) : void
doDelete bool
return void

clone() public method

public clone ( ) : ListOf
return ListOf

connectToChild() public method

public connectToChild ( ) : void
return void

enablePackageInternal() public method

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

get() public method

public get ( long n ) : SBase
n long
return SBase

getElementByMetaId() public method

public getElementByMetaId ( string metaid ) : SBase
metaid string
return SBase

getElementBySId() public method

public getElementBySId ( string id ) : SBase
id string
return SBase

getElementName() public method

public getElementName ( ) : string
return string

getItemTypeCode() public method

public getItemTypeCode ( ) : int
return int

getTypeCode() public method

public getTypeCode ( ) : int
return int

insert() public method

public insert ( int location, SBase item ) : int
location int
item SBase
return int

insertAndOwn() public method

public insertAndOwn ( int location, SBase disownedItem ) : int
location int
disownedItem SBase
return int

remove() public method

public remove ( long n ) : SBase
n long
return SBase

removeFromParentAndDelete() public method

public removeFromParentAndDelete ( ) : int
return int

size() public method

public size ( ) : long
return long