C# 클래스 libsbml.Constraint

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

공개 메소드들

메소드 설명
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

비공개 메소드들

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

메소드 상세

Constraint() 공개 메소드

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

Constraint() 공개 메소드

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

Constraint() 공개 메소드

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

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

clone() 공개 메소드

public clone ( ) : Constraint
리턴 Constraint

getElementName() 공개 메소드

public getElementName ( ) : string
리턴 string

getMath() 공개 메소드

public getMath ( ) : ASTNode
리턴 ASTNode

getMessage() 공개 메소드

public getMessage ( ) : XMLNode
리턴 XMLNode

getMessageString() 공개 메소드

public getMessageString ( ) : string
리턴 string

getTypeCode() 공개 메소드

public getTypeCode ( ) : int
리턴 int

hasRequiredElements() 공개 메소드

public hasRequiredElements ( ) : bool
리턴 bool

isSetMath() 공개 메소드

public isSetMath ( ) : bool
리턴 bool

isSetMessage() 공개 메소드

public isSetMessage ( ) : bool
리턴 bool

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

setMath() 공개 메소드

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

setMessage() 공개 메소드

public setMessage ( XMLNode xhtml ) : int
xhtml XMLNode
리턴 int

setMessage() 공개 메소드

public setMessage ( string message ) : int
message string
리턴 int

setMessage() 공개 메소드

public setMessage ( string message, bool addXHTMLMarkup ) : int
message string
addXHTMLMarkup bool
리턴 int

unsetMessage() 공개 메소드

public unsetMessage ( ) : int
리턴 int