C# Class libsbml.SBMLValidator

Inheritance: IDisposable
Datei anzeigen Open project: sys-bio/libroadrunner-deps Class Usage Examples

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method Description
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

Private Methods

Method Description
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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

SBMLValidator() public method

public SBMLValidator ( ) : System
return System

SBMLValidator() public method

public SBMLValidator ( SBMLValidator orig ) : System
orig SBMLValidator
return System

clearFailures() public method

public clearFailures ( ) : void
return void

clone() public method

public clone ( ) : SBMLValidator
return SBMLValidator

getDocument() public method

public getDocument ( ) : SBMLDocument
return SBMLDocument

getErrorLog() public method

public getErrorLog ( ) : SBMLErrorLog
return SBMLErrorLog

getFailure() public method

public getFailure ( long n ) : SBMLError
n long
return SBMLError

getModel() public method

public getModel ( ) : Model
return Model

getNumFailures() public method

public getNumFailures ( ) : long
return long

logFailure() public method

public logFailure ( SBMLError err ) : void
err SBMLError
return void

setDocument() public method

public setDocument ( SBMLDocument doc ) : int
doc SBMLDocument
return int

validate() public method

public validate ( ) : long
return long

validate() public method

public validate ( SBMLDocument d ) : long
d SBMLDocument
return long

validate() public method

public validate ( string filename ) : long
filename string
return long

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
return bool