C# Class libsbml.Constraint

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

Méthodes publiques

Méthode Description
Constraint ( Constraint orig ) : System
Constraint ( SBMLNamespaces sbmlns ) : System
Constraint ( long level, long version ) : System
Dispose ( ) : void
clone ( ) : Constraint
getElementName ( ) : string
getMath ( ) : ASTNode
getMessage ( ) : XMLNode
getMessageString ( ) : string
getTypeCode ( ) : int
hasRequiredElements ( ) : bool
isSetMath ( ) : bool
isSetMessage ( ) : bool
renameSIdRefs ( string oldid, string newid ) : void
renameUnitSIdRefs ( string oldid, string newid ) : void
replaceSIDWithFunction ( string id, ASTNode function ) : void
setMath ( ASTNode math ) : int
setMessage ( XMLNode xhtml ) : int
setMessage ( string message ) : int
setMessage ( string message, bool addXHTMLMarkup ) : int
unsetMessage ( ) : int

Private Methods

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

Method Details

Constraint() public méthode

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

Constraint() public méthode

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

Constraint() public méthode

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

Dispose() public méthode

public Dispose ( ) : void
Résultat void

clone() public méthode

public clone ( ) : Constraint
Résultat Constraint

getElementName() public méthode

public getElementName ( ) : string
Résultat string

getMath() public méthode

public getMath ( ) : ASTNode
Résultat ASTNode

getMessage() public méthode

public getMessage ( ) : XMLNode
Résultat XMLNode

getMessageString() public méthode

public getMessageString ( ) : string
Résultat string

getTypeCode() public méthode

public getTypeCode ( ) : int
Résultat int

hasRequiredElements() public méthode

public hasRequiredElements ( ) : bool
Résultat bool

isSetMath() public méthode

public isSetMath ( ) : bool
Résultat bool

isSetMessage() public méthode

public isSetMessage ( ) : bool
Résultat bool

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

setMath() public méthode

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

setMessage() public méthode

public setMessage ( XMLNode xhtml ) : int
xhtml XMLNode
Résultat int

setMessage() public méthode

public setMessage ( string message ) : int
message string
Résultat int

setMessage() public méthode

public setMessage ( string message, bool addXHTMLMarkup ) : int
message string
addXHTMLMarkup bool
Résultat int

unsetMessage() public méthode

public unsetMessage ( ) : int
Résultat int