C# Class libsbml.LocalParameter

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

Public Methods

Method 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

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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

LocalParameter() public method

public LocalParameter ( LocalParameter orig ) : System
orig LocalParameter
return System

LocalParameter() public method

public LocalParameter ( Parameter orig ) : System
orig Parameter
return System

LocalParameter() public method

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

LocalParameter() public method

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

clone() public method

public clone ( ) : LocalParameter
return LocalParameter

getConstant() public method

public getConstant ( ) : bool
return bool

getDerivedUnitDefinition() public method

public getDerivedUnitDefinition ( ) : UnitDefinition
return UnitDefinition

getElementName() public method

public getElementName ( ) : string
return string

getTypeCode() public method

public getTypeCode ( ) : int
return int

hasRequiredAttributes() public method

public hasRequiredAttributes ( ) : bool
return bool

isSetConstant() public method

public isSetConstant ( ) : bool
return bool

setConstant() public method

public setConstant ( bool flag ) : int
flag bool
return int

unsetConstant() public method

public unsetConstant ( ) : int
return int