C# Class libsbml.SimpleSpeciesReference

Inheritance: SBase
Mostra file Open project: sys-bio/libroadrunner-deps Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
getId ( ) : string
getName ( ) : string
getSpecies ( ) : string
isModifier ( ) : bool
isSetId ( ) : bool
isSetName ( ) : bool
isSetSpecies ( ) : bool
renameSIdRefs ( string oldid, string newid ) : void
setId ( string sid ) : int
setName ( string name ) : int
setSpecies ( string sid ) : int
unsetId ( ) : int
unsetName ( ) : int
unsetSpecies ( ) : int

Private Methods

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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

getId() public method

public getId ( ) : string
return string

getName() public method

public getName ( ) : string
return string

getSpecies() public method

public getSpecies ( ) : string
return string

isModifier() public method

public isModifier ( ) : bool
return bool

isSetId() public method

public isSetId ( ) : bool
return bool

isSetName() public method

public isSetName ( ) : bool
return bool

isSetSpecies() public method

public isSetSpecies ( ) : bool
return bool

renameSIdRefs() public method

public renameSIdRefs ( string oldid, string newid ) : void
oldid string
newid string
return void

setId() public method

public setId ( string sid ) : int
sid string
return int

setName() public method

public setName ( string name ) : int
name string
return int

setSpecies() public method

public setSpecies ( string sid ) : int
sid string
return int

unsetId() public method

public unsetId ( ) : int
return int

unsetName() public method

public unsetName ( ) : int
return int

unsetSpecies() public method

public unsetSpecies ( ) : int
return int