C# Class libsbml.KineticLaw

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

Méthodes publiques

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

Private Methods

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

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

KineticLaw() public méthode

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

KineticLaw() public méthode

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

KineticLaw() public méthode

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

addLocalParameter() public méthode

public addLocalParameter ( LocalParameter p ) : int
p LocalParameter
Résultat int

addParameter() public méthode

public addParameter ( Parameter p ) : int
p Parameter
Résultat int

clone() public méthode

public clone ( ) : KineticLaw
Résultat KineticLaw

connectToChild() public méthode

public connectToChild ( ) : void
Résultat void

containsUndeclaredUnits() public méthode

public containsUndeclaredUnits ( ) : bool
Résultat bool

createLocalParameter() public méthode

public createLocalParameter ( ) : LocalParameter
Résultat LocalParameter

createParameter() public méthode

public createParameter ( ) : Parameter
Résultat Parameter

divideAssignmentsToSIdByFunction() public méthode

public divideAssignmentsToSIdByFunction ( string id, ASTNode function ) : void
id string
function ASTNode
Résultat void

enablePackageInternal() public méthode

public enablePackageInternal ( string pkgURI, string pkgPrefix, bool flag ) : void
pkgURI string
pkgPrefix string
flag bool
Résultat void

getDerivedUnitDefinition() public méthode

public getDerivedUnitDefinition ( ) : UnitDefinition
Résultat UnitDefinition

getElementByMetaId() public méthode

public getElementByMetaId ( string metaid ) : SBase
metaid string
Résultat SBase

getElementBySId() public méthode

public getElementBySId ( string id ) : SBase
id string
Résultat SBase

getElementName() public méthode

public getElementName ( ) : string
Résultat string

getFormula() public méthode

public getFormula ( ) : string
Résultat string

getListOfLocalParameters() public méthode

public getListOfLocalParameters ( ) : ListOfLocalParameters
Résultat ListOfLocalParameters

getListOfParameters() public méthode

public getListOfParameters ( ) : ListOfParameters
Résultat ListOfParameters

getLocalParameter() public méthode

public getLocalParameter ( long n ) : LocalParameter
n long
Résultat LocalParameter

getLocalParameter() public méthode

public getLocalParameter ( string sid ) : LocalParameter
sid string
Résultat LocalParameter

getMath() public méthode

public getMath ( ) : ASTNode
Résultat ASTNode

getNumLocalParameters() public méthode

public getNumLocalParameters ( ) : long
Résultat long

getNumParameters() public méthode

public getNumParameters ( ) : long
Résultat long

getParameter() public méthode

public getParameter ( long n ) : Parameter
n long
Résultat Parameter

getParameter() public méthode

public getParameter ( string sid ) : Parameter
sid string
Résultat Parameter

getSubstanceUnits() public méthode

public getSubstanceUnits ( ) : string
Résultat string

getTimeUnits() public méthode

public getTimeUnits ( ) : string
Résultat string

getTypeCode() public méthode

public getTypeCode ( ) : int
Résultat int

hasRequiredAttributes() public méthode

public hasRequiredAttributes ( ) : bool
Résultat bool

hasRequiredElements() public méthode

public hasRequiredElements ( ) : bool
Résultat bool

isSetFormula() public méthode

public isSetFormula ( ) : bool
Résultat bool

isSetMath() public méthode

public isSetMath ( ) : bool
Résultat bool

isSetSubstanceUnits() public méthode

public isSetSubstanceUnits ( ) : bool
Résultat bool

isSetTimeUnits() public méthode

public isSetTimeUnits ( ) : bool
Résultat bool

multiplyAssignmentsToSIdByFunction() public méthode

public multiplyAssignmentsToSIdByFunction ( string id, ASTNode function ) : void
id string
function ASTNode
Résultat void

removeFromParentAndDelete() public méthode

public removeFromParentAndDelete ( ) : int
Résultat int

removeLocalParameter() public méthode

public removeLocalParameter ( long n ) : LocalParameter
n long
Résultat LocalParameter

removeLocalParameter() public méthode

public removeLocalParameter ( string sid ) : LocalParameter
sid string
Résultat LocalParameter

removeParameter() public méthode

public removeParameter ( long n ) : Parameter
n long
Résultat Parameter

removeParameter() public méthode

public removeParameter ( string sid ) : Parameter
sid string
Résultat Parameter

renameSIdRefs() public méthode

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

renameUnitSIdRefs() public méthode

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

replaceSIDWithFunction() public méthode

public replaceSIDWithFunction ( string id, ASTNode function ) : void
id string
function ASTNode
Résultat void

setFormula() public méthode

public setFormula ( string formula ) : int
formula string
Résultat int

setMath() public méthode

public setMath ( ASTNode math ) : int
math ASTNode
Résultat int

setSubstanceUnits() public méthode

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

setTimeUnits() public méthode

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

unsetSubstanceUnits() public méthode

public unsetSubstanceUnits ( ) : int
Résultat int

unsetTimeUnits() public méthode

public unsetTimeUnits ( ) : int
Résultat int