C# 클래스 libsbml.LocalParameter

상속: Parameter
파일 보기 프로젝트 열기: sys-bio/libroadrunner-deps 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
LocalParameter ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( LocalParameter obj ) : HandleRef
getCPtrAndDisown ( LocalParameter obj ) : HandleRef

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

LocalParameter() 공개 메소드

public LocalParameter ( LocalParameter orig ) : System
orig LocalParameter
리턴 System

LocalParameter() 공개 메소드

public LocalParameter ( Parameter orig ) : System
orig Parameter
리턴 System

LocalParameter() 공개 메소드

public LocalParameter ( SBMLNamespaces sbmlns ) : System
sbmlns SBMLNamespaces
리턴 System

LocalParameter() 공개 메소드

public LocalParameter ( long level, long version ) : System
level long
version long
리턴 System

clone() 공개 메소드

public clone ( ) : LocalParameter
리턴 LocalParameter

getConstant() 공개 메소드

public getConstant ( ) : bool
리턴 bool

getDerivedUnitDefinition() 공개 메소드

public getDerivedUnitDefinition ( ) : UnitDefinition
리턴 UnitDefinition

getElementName() 공개 메소드

public getElementName ( ) : string
리턴 string

getTypeCode() 공개 메소드

public getTypeCode ( ) : int
리턴 int

hasRequiredAttributes() 공개 메소드

public hasRequiredAttributes ( ) : bool
리턴 bool

isSetConstant() 공개 메소드

public isSetConstant ( ) : bool
리턴 bool

setConstant() 공개 메소드

public setConstant ( bool flag ) : int
flag bool
리턴 int

unsetConstant() 공개 메소드

public unsetConstant ( ) : int
리턴 int