C# Class libsbml.FunctionDefinition

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

Méthodes publiques

Méthode Description
Dispose ( ) : void
FunctionDefinition ( FunctionDefinition orig ) : System
FunctionDefinition ( SBMLNamespaces sbmlns ) : System
FunctionDefinition ( long level, long version ) : System
clone ( ) : FunctionDefinition
getArgument ( long n ) : ASTNode
getArgument ( string name ) : ASTNode
getBody ( ) : ASTNode
getElementName ( ) : string
getId ( ) : string
getMath ( ) : ASTNode
getName ( ) : string
getNumArguments ( ) : long
getTypeCode ( ) : int
hasRequiredAttributes ( ) : bool
hasRequiredElements ( ) : bool
isSetBody ( ) : bool
isSetId ( ) : bool
isSetMath ( ) : bool
isSetName ( ) : bool
renameUnitSIdRefs ( string oldid, string newid ) : void
setId ( string sid ) : int
setMath ( ASTNode math ) : int
setName ( string name ) : int
unsetName ( ) : int

Private Methods

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

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

FunctionDefinition() public méthode

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

FunctionDefinition() public méthode

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

FunctionDefinition() public méthode

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

clone() public méthode

public clone ( ) : FunctionDefinition
Résultat FunctionDefinition

getArgument() public méthode

public getArgument ( long n ) : ASTNode
n long
Résultat ASTNode

getArgument() public méthode

public getArgument ( string name ) : ASTNode
name string
Résultat ASTNode

getBody() public méthode

public getBody ( ) : ASTNode
Résultat ASTNode

getElementName() public méthode

public getElementName ( ) : string
Résultat string

getId() public méthode

public getId ( ) : string
Résultat string

getMath() public méthode

public getMath ( ) : ASTNode
Résultat ASTNode

getName() public méthode

public getName ( ) : string
Résultat string

getNumArguments() public méthode

public getNumArguments ( ) : long
Résultat long

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

isSetBody() public méthode

public isSetBody ( ) : bool
Résultat bool

isSetId() public méthode

public isSetId ( ) : bool
Résultat bool

isSetMath() public méthode

public isSetMath ( ) : bool
Résultat bool

isSetName() public méthode

public isSetName ( ) : bool
Résultat bool

renameUnitSIdRefs() public méthode

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

setId() public méthode

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

setMath() public méthode

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

setName() public méthode

public setName ( string name ) : int
name string
Résultat int

unsetName() public méthode

public unsetName ( ) : int
Résultat int