C# 클래스 libsbmlcs.EventAssignment

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

공개 메소드들

메소드 설명
Dispose ( ) : void
EventAssignment ( EventAssignment orig ) : System
EventAssignment ( SBMLNamespaces sbmlns ) : System
EventAssignment ( long level, long version ) : System
clone ( ) : EventAssignment
containsUndeclaredUnits ( ) : bool
divideAssignmentsToSIdByFunction ( string id, ASTNode function ) : void
getDerivedUnitDefinition ( ) : UnitDefinition
getElementName ( ) : string
getId ( ) : string
getMath ( ) : ASTNode
getTypeCode ( ) : int
getVariable ( ) : string
hasRequiredAttributes ( ) : bool
hasRequiredElements ( ) : bool
isSetMath ( ) : bool
isSetVariable ( ) : bool
multiplyAssignmentsToSIdByFunction ( string id, ASTNode function ) : void
renameSIdRefs ( string oldid, string newid ) : void
renameUnitSIdRefs ( string oldid, string newid ) : void
replaceSIDWithFunction ( string id, ASTNode function ) : void
setMath ( ASTNode math ) : int
setVariable ( string sid ) : int
unsetVariable ( ) : int

비공개 메소드들

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

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

EventAssignment() 공개 메소드

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

EventAssignment() 공개 메소드

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

EventAssignment() 공개 메소드

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

clone() 공개 메소드

public clone ( ) : EventAssignment
리턴 EventAssignment

containsUndeclaredUnits() 공개 메소드

public containsUndeclaredUnits ( ) : bool
리턴 bool

divideAssignmentsToSIdByFunction() 공개 메소드

public divideAssignmentsToSIdByFunction ( string id, ASTNode function ) : void
id string
function ASTNode
리턴 void

getDerivedUnitDefinition() 공개 메소드

public getDerivedUnitDefinition ( ) : UnitDefinition
리턴 UnitDefinition

getElementName() 공개 메소드

public getElementName ( ) : string
리턴 string

getId() 공개 메소드

public getId ( ) : string
리턴 string

getMath() 공개 메소드

public getMath ( ) : ASTNode
리턴 ASTNode

getTypeCode() 공개 메소드

public getTypeCode ( ) : int
리턴 int

getVariable() 공개 메소드

public getVariable ( ) : string
리턴 string

hasRequiredAttributes() 공개 메소드

public hasRequiredAttributes ( ) : bool
리턴 bool

hasRequiredElements() 공개 메소드

public hasRequiredElements ( ) : bool
리턴 bool

isSetMath() 공개 메소드

public isSetMath ( ) : bool
리턴 bool

isSetVariable() 공개 메소드

public isSetVariable ( ) : bool
리턴 bool

multiplyAssignmentsToSIdByFunction() 공개 메소드

public multiplyAssignmentsToSIdByFunction ( string id, ASTNode function ) : void
id string
function ASTNode
리턴 void

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

setVariable() 공개 메소드

public setVariable ( string sid ) : int
sid string
리턴 int

unsetVariable() 공개 메소드

public unsetVariable ( ) : int
리턴 int