C# 클래스 libsbmlcs.KineticLaw

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

공개 메소드들

메소드 설명
Dispose ( ) : void
KineticLaw ( KineticLaw orig ) : System
KineticLaw ( SBMLNamespaces sbmlns ) : System
KineticLaw ( long level, long version ) : System
addLocalParameter ( LocalParameter p ) : int
addParameter ( Parameter p ) : int
clone ( ) : KineticLaw
connectToChild ( ) : void
containsUndeclaredUnits ( ) : bool
createLocalParameter ( ) : LocalParameter
createParameter ( ) : Parameter
divideAssignmentsToSIdByFunction ( string id, ASTNode function ) : void
enablePackageInternal ( string pkgURI, string pkgPrefix, bool flag ) : void
getDerivedUnitDefinition ( ) : UnitDefinition
getElementByMetaId ( string metaid ) : SBase
getElementBySId ( string id ) : SBase
getElementName ( ) : string
getFormula ( ) : string
getListOfLocalParameters ( ) : ListOfLocalParameters
getListOfParameters ( ) : ListOfParameters
getLocalParameter ( long n ) : LocalParameter
getLocalParameter ( string sid ) : LocalParameter
getMath ( ) : ASTNode
getNumLocalParameters ( ) : long
getNumParameters ( ) : long
getParameter ( long n ) : Parameter
getParameter ( string sid ) : Parameter
getSubstanceUnits ( ) : string
getTimeUnits ( ) : string
getTypeCode ( ) : int
hasRequiredAttributes ( ) : bool
hasRequiredElements ( ) : bool
isSetFormula ( ) : bool
isSetMath ( ) : bool
isSetSubstanceUnits ( ) : bool
isSetTimeUnits ( ) : bool
multiplyAssignmentsToSIdByFunction ( string id, ASTNode function ) : void
removeFromParentAndDelete ( ) : int
removeLocalParameter ( long n ) : LocalParameter
removeLocalParameter ( string sid ) : LocalParameter
removeParameter ( long n ) : Parameter
removeParameter ( string sid ) : Parameter
renameSIdRefs ( string oldid, string newid ) : void
renameUnitSIdRefs ( string oldid, string newid ) : void
replaceSIDWithFunction ( string id, ASTNode function ) : void
setFormula ( string formula ) : int
setMath ( ASTNode math ) : int
setSubstanceUnits ( string sid ) : int
setTimeUnits ( string sid ) : int
unsetSubstanceUnits ( ) : int
unsetTimeUnits ( ) : int

비공개 메소드들

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

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

KineticLaw() 공개 메소드

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

KineticLaw() 공개 메소드

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

KineticLaw() 공개 메소드

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

addLocalParameter() 공개 메소드

public addLocalParameter ( LocalParameter p ) : int
p LocalParameter
리턴 int

addParameter() 공개 메소드

public addParameter ( Parameter p ) : int
p Parameter
리턴 int

clone() 공개 메소드

public clone ( ) : KineticLaw
리턴 KineticLaw

connectToChild() 공개 메소드

public connectToChild ( ) : void
리턴 void

containsUndeclaredUnits() 공개 메소드

public containsUndeclaredUnits ( ) : bool
리턴 bool

createLocalParameter() 공개 메소드

public createLocalParameter ( ) : LocalParameter
리턴 LocalParameter

createParameter() 공개 메소드

public createParameter ( ) : Parameter
리턴 Parameter

divideAssignmentsToSIdByFunction() 공개 메소드

public divideAssignmentsToSIdByFunction ( string id, ASTNode function ) : void
id string
function ASTNode
리턴 void

enablePackageInternal() 공개 메소드

public enablePackageInternal ( string pkgURI, string pkgPrefix, bool flag ) : void
pkgURI string
pkgPrefix string
flag bool
리턴 void

getDerivedUnitDefinition() 공개 메소드

public getDerivedUnitDefinition ( ) : UnitDefinition
리턴 UnitDefinition

getElementByMetaId() 공개 메소드

public getElementByMetaId ( string metaid ) : SBase
metaid string
리턴 SBase

getElementBySId() 공개 메소드

public getElementBySId ( string id ) : SBase
id string
리턴 SBase

getElementName() 공개 메소드

public getElementName ( ) : string
리턴 string

getFormula() 공개 메소드

public getFormula ( ) : string
리턴 string

getListOfLocalParameters() 공개 메소드

public getListOfLocalParameters ( ) : ListOfLocalParameters
리턴 ListOfLocalParameters

getListOfParameters() 공개 메소드

public getListOfParameters ( ) : ListOfParameters
리턴 ListOfParameters

getLocalParameter() 공개 메소드

public getLocalParameter ( long n ) : LocalParameter
n long
리턴 LocalParameter

getLocalParameter() 공개 메소드

public getLocalParameter ( string sid ) : LocalParameter
sid string
리턴 LocalParameter

getMath() 공개 메소드

public getMath ( ) : ASTNode
리턴 ASTNode

getNumLocalParameters() 공개 메소드

public getNumLocalParameters ( ) : long
리턴 long

getNumParameters() 공개 메소드

public getNumParameters ( ) : long
리턴 long

getParameter() 공개 메소드

public getParameter ( long n ) : Parameter
n long
리턴 Parameter

getParameter() 공개 메소드

public getParameter ( string sid ) : Parameter
sid string
리턴 Parameter

getSubstanceUnits() 공개 메소드

public getSubstanceUnits ( ) : string
리턴 string

getTimeUnits() 공개 메소드

public getTimeUnits ( ) : string
리턴 string

getTypeCode() 공개 메소드

public getTypeCode ( ) : int
리턴 int

hasRequiredAttributes() 공개 메소드

public hasRequiredAttributes ( ) : bool
리턴 bool

hasRequiredElements() 공개 메소드

public hasRequiredElements ( ) : bool
리턴 bool

isSetFormula() 공개 메소드

public isSetFormula ( ) : bool
리턴 bool

isSetMath() 공개 메소드

public isSetMath ( ) : bool
리턴 bool

isSetSubstanceUnits() 공개 메소드

public isSetSubstanceUnits ( ) : bool
리턴 bool

isSetTimeUnits() 공개 메소드

public isSetTimeUnits ( ) : bool
리턴 bool

multiplyAssignmentsToSIdByFunction() 공개 메소드

public multiplyAssignmentsToSIdByFunction ( string id, ASTNode function ) : void
id string
function ASTNode
리턴 void

removeFromParentAndDelete() 공개 메소드

public removeFromParentAndDelete ( ) : int
리턴 int

removeLocalParameter() 공개 메소드

public removeLocalParameter ( long n ) : LocalParameter
n long
리턴 LocalParameter

removeLocalParameter() 공개 메소드

public removeLocalParameter ( string sid ) : LocalParameter
sid string
리턴 LocalParameter

removeParameter() 공개 메소드

public removeParameter ( long n ) : Parameter
n long
리턴 Parameter

removeParameter() 공개 메소드

public removeParameter ( string sid ) : Parameter
sid string
리턴 Parameter

renameSIdRefs() 공개 메소드

public renameSIdRefs ( string oldid, string newid ) : void
oldid string
newid string
리턴 void

renameUnitSIdRefs() 공개 메소드

public renameUnitSIdRefs ( string oldid, string newid ) : void
oldid string
newid string
리턴 void

replaceSIDWithFunction() 공개 메소드

public replaceSIDWithFunction ( string id, ASTNode function ) : void
id string
function ASTNode
리턴 void

setFormula() 공개 메소드

public setFormula ( string formula ) : int
formula string
리턴 int

setMath() 공개 메소드

public setMath ( ASTNode math ) : int
math ASTNode
리턴 int

setSubstanceUnits() 공개 메소드

public setSubstanceUnits ( string sid ) : int
sid string
리턴 int

setTimeUnits() 공개 메소드

public setTimeUnits ( string sid ) : int
sid string
리턴 int

unsetSubstanceUnits() 공개 메소드

public unsetSubstanceUnits ( ) : int
리턴 int

unsetTimeUnits() 공개 메소드

public unsetTimeUnits ( ) : int
리턴 int