C# 클래스 libsbmlcs.SBMLValidator

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

보호된 프로퍼티들

프로퍼티 타입 설명
swigCMemOwn bool

공개 메소드들

메소드 설명
Dispose ( ) : void
SBMLValidator ( ) : System
SBMLValidator ( SBMLValidator orig ) : System
clearFailures ( ) : void
clone ( ) : SBMLValidator
getDocument ( ) : SBMLDocument
getErrorLog ( ) : SBMLErrorLog
getFailure ( long n ) : SBMLError
getModel ( ) : Model
getNumFailures ( ) : long
logFailure ( SBMLError err ) : void
setDocument ( SBMLDocument doc ) : int
validate ( ) : long
validate ( SBMLDocument d ) : long
validate ( string filename ) : long

비공개 메소드들

메소드 설명
SBMLValidator ( IntPtr cPtr, bool cMemoryOwn ) : System
SwigDerivedClassHasMethod ( string methodName, Type methodTypes ) : bool
SwigDirectorConnect ( ) : void
SwigDirectorclearFailures ( ) : void
SwigDirectorclone ( ) : IntPtr
SwigDirectorgetDocument__SWIG_0 ( ) : IntPtr
SwigDirectorgetDocument__SWIG_1 ( ) : IntPtr
SwigDirectorsetDocument ( IntPtr doc ) : int
SwigDirectorvalidate__SWIG_0 ( ) : uint
getCPtr ( SBMLValidator obj ) : HandleRef
getCPtrAndDisown ( SBMLValidator obj ) : HandleRef

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

SBMLValidator() 공개 메소드

public SBMLValidator ( ) : System
리턴 System

SBMLValidator() 공개 메소드

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

clearFailures() 공개 메소드

public clearFailures ( ) : void
리턴 void

clone() 공개 메소드

public clone ( ) : SBMLValidator
리턴 SBMLValidator

getDocument() 공개 메소드

public getDocument ( ) : SBMLDocument
리턴 SBMLDocument

getErrorLog() 공개 메소드

public getErrorLog ( ) : SBMLErrorLog
리턴 SBMLErrorLog

getFailure() 공개 메소드

public getFailure ( long n ) : SBMLError
n long
리턴 SBMLError

getModel() 공개 메소드

public getModel ( ) : Model
리턴 Model

getNumFailures() 공개 메소드

public getNumFailures ( ) : long
리턴 long

logFailure() 공개 메소드

public logFailure ( SBMLError err ) : void
err SBMLError
리턴 void

setDocument() 공개 메소드

public setDocument ( SBMLDocument doc ) : int
doc SBMLDocument
리턴 int

validate() 공개 메소드

public validate ( ) : long
리턴 long

validate() 공개 메소드

public validate ( SBMLDocument d ) : long
d SBMLDocument
리턴 long

validate() 공개 메소드

public validate ( string filename ) : long
filename string
리턴 long

프로퍼티 상세

swigCMemOwn 보호되어 있는 프로퍼티

protected bool swigCMemOwn
리턴 bool