C# 클래스 libsbmlcs.FunctionDefinition

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

공개 메소드들

메소드 설명
Dispose ( ) : void
FunctionDefinition ( FunctionDefinition orig ) : System
FunctionDefinition ( SBMLNamespaces sbmlns ) : System
FunctionDefinition ( long level, long version ) : System
clone ( ) : FunctionDefinition
getArgument ( long n ) : ASTNode
getArgument ( string name ) : ASTNode
getBody ( ) : ASTNode
getElementName ( ) : string
getId ( ) : string
getMath ( ) : ASTNode
getName ( ) : string
getNumArguments ( ) : long
getTypeCode ( ) : int
hasRequiredAttributes ( ) : bool
hasRequiredElements ( ) : bool
isSetBody ( ) : bool
isSetId ( ) : bool
isSetMath ( ) : bool
isSetName ( ) : bool
renameUnitSIdRefs ( string oldid, string newid ) : void
setId ( string sid ) : int
setMath ( ASTNode math ) : int
setName ( string name ) : int
unsetName ( ) : int

비공개 메소드들

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

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

FunctionDefinition() 공개 메소드

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

FunctionDefinition() 공개 메소드

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

FunctionDefinition() 공개 메소드

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

clone() 공개 메소드

public clone ( ) : FunctionDefinition
리턴 FunctionDefinition

getArgument() 공개 메소드

public getArgument ( long n ) : ASTNode
n long
리턴 ASTNode

getArgument() 공개 메소드

public getArgument ( string name ) : ASTNode
name string
리턴 ASTNode

getBody() 공개 메소드

public getBody ( ) : ASTNode
리턴 ASTNode

getElementName() 공개 메소드

public getElementName ( ) : string
리턴 string

getId() 공개 메소드

public getId ( ) : string
리턴 string

getMath() 공개 메소드

public getMath ( ) : ASTNode
리턴 ASTNode

getName() 공개 메소드

public getName ( ) : string
리턴 string

getNumArguments() 공개 메소드

public getNumArguments ( ) : long
리턴 long

getTypeCode() 공개 메소드

public getTypeCode ( ) : int
리턴 int

hasRequiredAttributes() 공개 메소드

public hasRequiredAttributes ( ) : bool
리턴 bool

hasRequiredElements() 공개 메소드

public hasRequiredElements ( ) : bool
리턴 bool

isSetBody() 공개 메소드

public isSetBody ( ) : bool
리턴 bool

isSetId() 공개 메소드

public isSetId ( ) : bool
리턴 bool

isSetMath() 공개 메소드

public isSetMath ( ) : bool
리턴 bool

isSetName() 공개 메소드

public isSetName ( ) : bool
리턴 bool

renameUnitSIdRefs() 공개 메소드

public renameUnitSIdRefs ( string oldid, string newid ) : void
oldid string
newid string
리턴 void

setId() 공개 메소드

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

setMath() 공개 메소드

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

setName() 공개 메소드

public setName ( string name ) : int
name string
리턴 int

unsetName() 공개 메소드

public unsetName ( ) : int
리턴 int