C# Class libsbml.SimpleSpeciesReference

Inheritance: SBase
Afficher le fichier Open project: sys-bio/libroadrunner-deps Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
SimpleSpeciesReference ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( SimpleSpeciesReference obj ) : HandleRef
getCPtrAndDisown ( SimpleSpeciesReference obj ) : HandleRef

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

getId() public méthode

public getId ( ) : string
Résultat string

getName() public méthode

public getName ( ) : string
Résultat string

getSpecies() public méthode

public getSpecies ( ) : string
Résultat string

isModifier() public méthode

public isModifier ( ) : bool
Résultat bool

isSetId() public méthode

public isSetId ( ) : bool
Résultat bool

isSetName() public méthode

public isSetName ( ) : bool
Résultat bool

isSetSpecies() public méthode

public isSetSpecies ( ) : bool
Résultat bool

renameSIdRefs() public méthode

public renameSIdRefs ( string oldid, string newid ) : void
oldid string
newid string
Résultat void

setId() public méthode

public setId ( string sid ) : int
sid string
Résultat int

setName() public méthode

public setName ( string name ) : int
name string
Résultat int

setSpecies() public méthode

public setSpecies ( string sid ) : int
sid string
Résultat int

unsetId() public méthode

public unsetId ( ) : int
Résultat int

unsetName() public méthode

public unsetName ( ) : int
Résultat int

unsetSpecies() public méthode

public unsetSpecies ( ) : int
Résultat int