C# Class libsbml.Constraint

Inheritance: SBase
Mostra file Open project: sys-bio/libroadrunner-deps Class Usage Examples

Public Methods

Method 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

Method Description
Constraint ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( Constraint obj ) : HandleRef
getCPtrAndDisown ( Constraint obj ) : HandleRef

Method Details

Constraint() public method

public Constraint ( Constraint orig ) : System
orig Constraint
return System

Constraint() public method

public Constraint ( SBMLNamespaces sbmlns ) : System
sbmlns SBMLNamespaces
return System

Constraint() public method

public Constraint ( long level, long version ) : System
level long
version long
return System

Dispose() public method

public Dispose ( ) : void
return void

clone() public method

public clone ( ) : Constraint
return Constraint

getElementName() public method

public getElementName ( ) : string
return string

getMath() public method

public getMath ( ) : ASTNode
return ASTNode

getMessage() public method

public getMessage ( ) : XMLNode
return XMLNode

getMessageString() public method

public getMessageString ( ) : string
return string

getTypeCode() public method

public getTypeCode ( ) : int
return int

hasRequiredElements() public method

public hasRequiredElements ( ) : bool
return bool

isSetMath() public method

public isSetMath ( ) : bool
return bool

isSetMessage() public method

public isSetMessage ( ) : bool
return bool

renameSIdRefs() public method

public renameSIdRefs ( string oldid, string newid ) : void
oldid string
newid string
return void

renameUnitSIdRefs() public method

public renameUnitSIdRefs ( string oldid, string newid ) : void
oldid string
newid string
return void

replaceSIDWithFunction() public method

public replaceSIDWithFunction ( string id, ASTNode function ) : void
id string
function ASTNode
return void

setMath() public method

public setMath ( ASTNode math ) : int
math ASTNode
return int

setMessage() public method

public setMessage ( XMLNode xhtml ) : int
xhtml XMLNode
return int

setMessage() public method

public setMessage ( string message ) : int
message string
return int

setMessage() public method

public setMessage ( string message, bool addXHTMLMarkup ) : int
message string
addXHTMLMarkup bool
return int

unsetMessage() public method

public unsetMessage ( ) : int
return int