C# 클래스 libsbml.libsbml

파일 보기 프로젝트 열기: sys-bio/libroadrunner-deps

공개 프로퍼티들

프로퍼티 타입 설명
cerr OStream
clog OStream
cout OStream

공개 메소드들

메소드 설명
BiolQualifierType_fromString ( string s ) : int
BiolQualifierType_toString ( int type ) : string
DowncastASTBase ( IntPtr cPtr, bool owner ) : ASTBase
DowncastExtension ( IntPtr cPtr, bool owner ) : SBMLExtension
DowncastSBMLConverter ( IntPtr cPtr, bool owner ) : SBMLConverter
DowncastSBMLNamespaces ( IntPtr cPtr, bool owner ) : SBMLNamespaces
DowncastSBase ( IntPtr cPtr, bool owner ) : SBase
DowncastSBasePlugin ( IntPtr cPtr, bool owner ) : SBasePlugin
ModelQualifierType_fromString ( string s ) : int
ModelQualifierType_toString ( int type ) : string
OperationReturnValue_toString ( int returnValue ) : string
SBMLTypeCode_toString ( int tc, string pkgName ) : string
SBML_deleteL3Parser ( ) : void
UnitKind_equals ( int uk1, int uk2 ) : int
UnitKind_forName ( string name ) : int
UnitKind_isValidUnitKindString ( string str, long level, long version ) : int
UnitKind_toString ( int uk ) : string
formulaToL3String ( ASTNode tree ) : string
formulaToL3StringWithSettings ( ASTNode tree, L3ParserSettings settings ) : string
formulaToString ( ASTNode tree ) : string
getCoreTypeFromName ( string name ) : int
getDefaultL3ParserSettings ( ) : L3ParserSettings
getLastParseL3Error ( ) : string
getLibSBMLDependencyVersionOf ( string option ) : string
getLibSBMLDottedVersion ( ) : string
getLibSBMLVersion ( ) : int
getLibSBMLVersionString ( ) : string
getNameFromCoreType ( int type ) : string
isCoreTopLevelMathMLFunctionNodeTag ( string name ) : bool
isCoreTopLevelMathMLNumberNodeTag ( string name ) : bool
isLibSBMLCompiledWith ( string option ) : int
parseFormula ( string formula ) : ASTNode
parseL3Formula ( string formula ) : ASTNode
parseL3FormulaWithModel ( string formula, Model model ) : ASTNode
parseL3FormulaWithSettings ( string formula, L3ParserSettings settings ) : ASTNode
readMathMLFromString ( string xml ) : ASTNode
readMathMLFromStringWithNamespaces ( string xml, XMLNamespaces xmlns ) : ASTNode
readSBML ( string filename ) : SBMLDocument
readSBMLFromFile ( string filename ) : SBMLDocument
readSBMLFromString ( string xml ) : SBMLDocument
representsBinaryFunction ( int type ) : bool
representsBinaryFunction ( int type, ASTBasePlugin plugin ) : bool
representsFunction ( int type ) : bool
representsFunction ( int type, ASTBasePlugin plugin ) : bool
representsFunctionRequiringAtLeastTwoArguments ( int type ) : bool
representsNaryFunction ( int type ) : bool
representsNaryFunction ( int type, ASTBasePlugin plugin ) : bool
representsNumber ( int type ) : bool
representsQualifier ( int type ) : bool
representsQualifier ( int type, ASTBasePlugin plugin ) : bool
representsUnaryFunction ( int type ) : bool
representsUnaryFunction ( int type, ASTBasePlugin plugin ) : bool
writeMathMLToString ( ASTNode node ) : string
writeSBML ( SBMLDocument d, string filename ) : int
writeSBMLToFile ( SBMLDocument d, string filename ) : int
writeSBMLToString ( SBMLDocument d ) : string

메소드 상세

BiolQualifierType_fromString() 공개 정적인 메소드

public static BiolQualifierType_fromString ( string s ) : int
s string
리턴 int

BiolQualifierType_toString() 공개 정적인 메소드

public static BiolQualifierType_toString ( int type ) : string
type int
리턴 string

DowncastASTBase() 공개 정적인 메소드

public static DowncastASTBase ( IntPtr cPtr, bool owner ) : ASTBase
cPtr System.IntPtr
owner bool
리턴 ASTBase

DowncastExtension() 공개 정적인 메소드

public static DowncastExtension ( IntPtr cPtr, bool owner ) : SBMLExtension
cPtr System.IntPtr
owner bool
리턴 SBMLExtension

DowncastSBMLConverter() 공개 정적인 메소드

public static DowncastSBMLConverter ( IntPtr cPtr, bool owner ) : SBMLConverter
cPtr System.IntPtr
owner bool
리턴 SBMLConverter

DowncastSBMLNamespaces() 공개 정적인 메소드

public static DowncastSBMLNamespaces ( IntPtr cPtr, bool owner ) : SBMLNamespaces
cPtr System.IntPtr
owner bool
리턴 SBMLNamespaces

DowncastSBase() 공개 정적인 메소드

public static DowncastSBase ( IntPtr cPtr, bool owner ) : SBase
cPtr System.IntPtr
owner bool
리턴 SBase

DowncastSBasePlugin() 공개 정적인 메소드

public static DowncastSBasePlugin ( IntPtr cPtr, bool owner ) : SBasePlugin
cPtr System.IntPtr
owner bool
리턴 SBasePlugin

ModelQualifierType_fromString() 공개 정적인 메소드

public static ModelQualifierType_fromString ( string s ) : int
s string
리턴 int

ModelQualifierType_toString() 공개 정적인 메소드

public static ModelQualifierType_toString ( int type ) : string
type int
리턴 string

OperationReturnValue_toString() 공개 정적인 메소드

public static OperationReturnValue_toString ( int returnValue ) : string
returnValue int
리턴 string

SBMLTypeCode_toString() 공개 정적인 메소드

public static SBMLTypeCode_toString ( int tc, string pkgName ) : string
tc int
pkgName string
리턴 string

SBML_deleteL3Parser() 공개 정적인 메소드

public static SBML_deleteL3Parser ( ) : void
리턴 void

UnitKind_equals() 공개 정적인 메소드

public static UnitKind_equals ( int uk1, int uk2 ) : int
uk1 int
uk2 int
리턴 int

UnitKind_forName() 공개 정적인 메소드

public static UnitKind_forName ( string name ) : int
name string
리턴 int

UnitKind_isValidUnitKindString() 공개 정적인 메소드

public static UnitKind_isValidUnitKindString ( string str, long level, long version ) : int
str string
level long
version long
리턴 int

UnitKind_toString() 공개 정적인 메소드

public static UnitKind_toString ( int uk ) : string
uk int
리턴 string

formulaToL3String() 공개 정적인 메소드

public static formulaToL3String ( ASTNode tree ) : string
tree ASTNode
리턴 string

formulaToL3StringWithSettings() 공개 정적인 메소드

public static formulaToL3StringWithSettings ( ASTNode tree, L3ParserSettings settings ) : string
tree ASTNode
settings L3ParserSettings
리턴 string

formulaToString() 공개 정적인 메소드

public static formulaToString ( ASTNode tree ) : string
tree ASTNode
리턴 string

getCoreTypeFromName() 공개 정적인 메소드

public static getCoreTypeFromName ( string name ) : int
name string
리턴 int

getDefaultL3ParserSettings() 공개 정적인 메소드

public static getDefaultL3ParserSettings ( ) : L3ParserSettings
리턴 L3ParserSettings

getLastParseL3Error() 공개 정적인 메소드

public static getLastParseL3Error ( ) : string
리턴 string

getLibSBMLDependencyVersionOf() 공개 정적인 메소드

public static getLibSBMLDependencyVersionOf ( string option ) : string
option string
리턴 string

getLibSBMLDottedVersion() 공개 정적인 메소드

public static getLibSBMLDottedVersion ( ) : string
리턴 string

getLibSBMLVersion() 공개 정적인 메소드

public static getLibSBMLVersion ( ) : int
리턴 int

getLibSBMLVersionString() 공개 정적인 메소드

public static getLibSBMLVersionString ( ) : string
리턴 string

getNameFromCoreType() 공개 정적인 메소드

public static getNameFromCoreType ( int type ) : string
type int
리턴 string

isCoreTopLevelMathMLFunctionNodeTag() 공개 정적인 메소드

public static isCoreTopLevelMathMLFunctionNodeTag ( string name ) : bool
name string
리턴 bool

isCoreTopLevelMathMLNumberNodeTag() 공개 정적인 메소드

public static isCoreTopLevelMathMLNumberNodeTag ( string name ) : bool
name string
리턴 bool

isLibSBMLCompiledWith() 공개 정적인 메소드

public static isLibSBMLCompiledWith ( string option ) : int
option string
리턴 int

parseFormula() 공개 정적인 메소드

public static parseFormula ( string formula ) : ASTNode
formula string
리턴 ASTNode

parseL3Formula() 공개 정적인 메소드

public static parseL3Formula ( string formula ) : ASTNode
formula string
리턴 ASTNode

parseL3FormulaWithModel() 공개 정적인 메소드

public static parseL3FormulaWithModel ( string formula, Model model ) : ASTNode
formula string
model Model
리턴 ASTNode

parseL3FormulaWithSettings() 공개 정적인 메소드

public static parseL3FormulaWithSettings ( string formula, L3ParserSettings settings ) : ASTNode
formula string
settings L3ParserSettings
리턴 ASTNode

readMathMLFromString() 공개 정적인 메소드

public static readMathMLFromString ( string xml ) : ASTNode
xml string
리턴 ASTNode

readMathMLFromStringWithNamespaces() 공개 정적인 메소드

public static readMathMLFromStringWithNamespaces ( string xml, XMLNamespaces xmlns ) : ASTNode
xml string
xmlns XMLNamespaces
리턴 ASTNode

readSBML() 공개 정적인 메소드

public static readSBML ( string filename ) : SBMLDocument
filename string
리턴 SBMLDocument

readSBMLFromFile() 공개 정적인 메소드

public static readSBMLFromFile ( string filename ) : SBMLDocument
filename string
리턴 SBMLDocument

readSBMLFromString() 공개 정적인 메소드

public static readSBMLFromString ( string xml ) : SBMLDocument
xml string
리턴 SBMLDocument

representsBinaryFunction() 공개 정적인 메소드

public static representsBinaryFunction ( int type ) : bool
type int
리턴 bool

representsBinaryFunction() 공개 정적인 메소드

public static representsBinaryFunction ( int type, ASTBasePlugin plugin ) : bool
type int
plugin ASTBasePlugin
리턴 bool

representsFunction() 공개 정적인 메소드

public static representsFunction ( int type ) : bool
type int
리턴 bool

representsFunction() 공개 정적인 메소드

public static representsFunction ( int type, ASTBasePlugin plugin ) : bool
type int
plugin ASTBasePlugin
리턴 bool

representsFunctionRequiringAtLeastTwoArguments() 공개 정적인 메소드

public static representsFunctionRequiringAtLeastTwoArguments ( int type ) : bool
type int
리턴 bool

representsNaryFunction() 공개 정적인 메소드

public static representsNaryFunction ( int type ) : bool
type int
리턴 bool

representsNaryFunction() 공개 정적인 메소드

public static representsNaryFunction ( int type, ASTBasePlugin plugin ) : bool
type int
plugin ASTBasePlugin
리턴 bool

representsNumber() 공개 정적인 메소드

public static representsNumber ( int type ) : bool
type int
리턴 bool

representsQualifier() 공개 정적인 메소드

public static representsQualifier ( int type ) : bool
type int
리턴 bool

representsQualifier() 공개 정적인 메소드

public static representsQualifier ( int type, ASTBasePlugin plugin ) : bool
type int
plugin ASTBasePlugin
리턴 bool

representsUnaryFunction() 공개 정적인 메소드

public static representsUnaryFunction ( int type ) : bool
type int
리턴 bool

representsUnaryFunction() 공개 정적인 메소드

public static representsUnaryFunction ( int type, ASTBasePlugin plugin ) : bool
type int
plugin ASTBasePlugin
리턴 bool

writeMathMLToString() 공개 정적인 메소드

public static writeMathMLToString ( ASTNode node ) : string
node ASTNode
리턴 string

writeSBML() 공개 정적인 메소드

public static writeSBML ( SBMLDocument d, string filename ) : int
d SBMLDocument
filename string
리턴 int

writeSBMLToFile() 공개 정적인 메소드

public static writeSBMLToFile ( SBMLDocument d, string filename ) : int
d SBMLDocument
filename string
리턴 int

writeSBMLToString() 공개 정적인 메소드

public static writeSBMLToString ( SBMLDocument d ) : string
d SBMLDocument
리턴 string

프로퍼티 상세

cerr 공개적으로 정적으로 프로퍼티

public static OStream cerr
리턴 OStream

clog 공개적으로 정적으로 프로퍼티

public static OStream clog
리턴 OStream

cout 공개적으로 정적으로 프로퍼티

public static OStream cout
리턴 OStream