C# 클래스 libsbml.SBMLTransforms

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

보호된 프로퍼티들

프로퍼티 타입 설명
swigCMemOwn bool

공개 메소드들

메소드 설명
Dispose ( ) : void
SBMLTransforms ( ) : System
clearComponentValues ( ) : void
evaluateASTNode ( ASTNode node ) : double
evaluateASTNode ( ASTNode node, Model m ) : double
expandInitialAssignments ( Model m ) : bool
mapComponentValues ( Model m ) : IdList
replaceFD ( ASTNode math, FunctionDefinition fd ) : void
replaceFD ( ASTNode math, FunctionDefinition fd, IdList idsToExclude ) : void
replaceFD ( ASTNode math, ListOfFunctionDefinitions lofd ) : void
replaceFD ( ASTNode math, ListOfFunctionDefinitions lofd, IdList idsToExclude ) : void

비공개 메소드들

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

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

SBMLTransforms() 공개 메소드

public SBMLTransforms ( ) : System
리턴 System

clearComponentValues() 공개 정적인 메소드

public static clearComponentValues ( ) : void
리턴 void

evaluateASTNode() 공개 정적인 메소드

public static evaluateASTNode ( ASTNode node ) : double
node ASTNode
리턴 double

evaluateASTNode() 공개 정적인 메소드

public static evaluateASTNode ( ASTNode node, Model m ) : double
node ASTNode
m Model
리턴 double

expandInitialAssignments() 공개 정적인 메소드

public static expandInitialAssignments ( Model m ) : bool
m Model
리턴 bool

mapComponentValues() 공개 정적인 메소드

public static mapComponentValues ( Model m ) : IdList
m Model
리턴 IdList

replaceFD() 공개 정적인 메소드

public static replaceFD ( ASTNode math, FunctionDefinition fd ) : void
math ASTNode
fd FunctionDefinition
리턴 void

replaceFD() 공개 정적인 메소드

public static replaceFD ( ASTNode math, FunctionDefinition fd, IdList idsToExclude ) : void
math ASTNode
fd FunctionDefinition
idsToExclude IdList
리턴 void

replaceFD() 공개 정적인 메소드

public static replaceFD ( ASTNode math, ListOfFunctionDefinitions lofd ) : void
math ASTNode
lofd ListOfFunctionDefinitions
리턴 void

replaceFD() 공개 정적인 메소드

public static replaceFD ( ASTNode math, ListOfFunctionDefinitions lofd, IdList idsToExclude ) : void
math ASTNode
lofd ListOfFunctionDefinitions
idsToExclude IdList
리턴 void

프로퍼티 상세

swigCMemOwn 보호되어 있는 프로퍼티

protected bool swigCMemOwn
리턴 bool