C# Class libsbmlcs.LocalParameter

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

Méthodes publiques

Méthode Description
Dispose ( ) : void
LocalParameter ( LocalParameter orig ) : System
LocalParameter ( Parameter orig ) : System
LocalParameter ( SBMLNamespaces sbmlns ) : System
LocalParameter ( long level, long version ) : System
clone ( ) : LocalParameter
getConstant ( ) : bool
getDerivedUnitDefinition ( ) : UnitDefinition
getElementName ( ) : string
getTypeCode ( ) : int
hasRequiredAttributes ( ) : bool
isSetConstant ( ) : bool
setConstant ( bool flag ) : int
unsetConstant ( ) : int

Private Methods

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

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

LocalParameter() public méthode

public LocalParameter ( LocalParameter orig ) : System
orig LocalParameter
Résultat System

LocalParameter() public méthode

public LocalParameter ( Parameter orig ) : System
orig Parameter
Résultat System

LocalParameter() public méthode

public LocalParameter ( SBMLNamespaces sbmlns ) : System
sbmlns SBMLNamespaces
Résultat System

LocalParameter() public méthode

public LocalParameter ( long level, long version ) : System
level long
version long
Résultat System

clone() public méthode

public clone ( ) : LocalParameter
Résultat LocalParameter

getConstant() public méthode

public getConstant ( ) : bool
Résultat bool

getDerivedUnitDefinition() public méthode

public getDerivedUnitDefinition ( ) : UnitDefinition
Résultat UnitDefinition

getElementName() public méthode

public getElementName ( ) : string
Résultat string

getTypeCode() public méthode

public getTypeCode ( ) : int
Résultat int

hasRequiredAttributes() public méthode

public hasRequiredAttributes ( ) : bool
Résultat bool

isSetConstant() public méthode

public isSetConstant ( ) : bool
Résultat bool

setConstant() public méthode

public setConstant ( bool flag ) : int
flag bool
Résultat int

unsetConstant() public méthode

public unsetConstant ( ) : int
Résultat int