C# 클래스 libsbml.Priority

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

공개 메소드들

메소드 설명
Dispose ( ) : void
Priority ( Priority orig ) : System
Priority ( SBMLNamespaces sbmlns ) : System
Priority ( long level, long version ) : System
clone ( ) : Priority
getElementName ( ) : string
getMath ( ) : ASTNode
getTypeCode ( ) : int
hasRequiredElements ( ) : bool
isSetMath ( ) : bool
removeFromParentAndDelete ( ) : int
renameSIdRefs ( string oldid, string newid ) : void
renameUnitSIdRefs ( string oldid, string newid ) : void
replaceSIDWithFunction ( string id, ASTNode function ) : void
setMath ( ASTNode math ) : int

비공개 메소드들

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

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Priority() 공개 메소드

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

Priority() 공개 메소드

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

Priority() 공개 메소드

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

clone() 공개 메소드

public clone ( ) : Priority
리턴 Priority

getElementName() 공개 메소드

public getElementName ( ) : string
리턴 string

getMath() 공개 메소드

public getMath ( ) : ASTNode
리턴 ASTNode

getTypeCode() 공개 메소드

public getTypeCode ( ) : int
리턴 int

hasRequiredElements() 공개 메소드

public hasRequiredElements ( ) : bool
리턴 bool

isSetMath() 공개 메소드

public isSetMath ( ) : bool
리턴 bool

removeFromParentAndDelete() 공개 메소드

public removeFromParentAndDelete ( ) : int
리턴 int

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