프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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 |
public static BiolQualifierType_fromString ( string s ) : int | ||
s | string | |
리턴 | int |
public static BiolQualifierType_toString ( int type ) : string | ||
type | int | |
리턴 | string |
public static DowncastASTBase ( IntPtr cPtr, bool owner ) : ASTBase | ||
cPtr | IntPtr | |
owner | bool | |
리턴 | ASTBase |
public static DowncastExtension ( IntPtr cPtr, bool owner ) : SBMLExtension | ||
cPtr | IntPtr | |
owner | bool | |
리턴 | SBMLExtension |
public static DowncastSBMLConverter ( IntPtr cPtr, bool owner ) : SBMLConverter | ||
cPtr | IntPtr | |
owner | bool | |
리턴 | SBMLConverter |
public static DowncastSBMLNamespaces ( IntPtr cPtr, bool owner ) : SBMLNamespaces | ||
cPtr | IntPtr | |
owner | bool | |
리턴 | SBMLNamespaces |
public static DowncastSBase ( IntPtr cPtr, bool owner ) : SBase | ||
cPtr | IntPtr | |
owner | bool | |
리턴 | SBase |
public static DowncastSBasePlugin ( IntPtr cPtr, bool owner ) : SBasePlugin | ||
cPtr | IntPtr | |
owner | bool | |
리턴 | SBasePlugin |
public static ModelQualifierType_fromString ( string s ) : int | ||
s | string | |
리턴 | int |
public static ModelQualifierType_toString ( int type ) : string | ||
type | int | |
리턴 | string |
public static OperationReturnValue_toString ( int returnValue ) : string | ||
returnValue | int | |
리턴 | string |
public static SBMLTypeCode_toString ( int tc, string pkgName ) : string | ||
tc | int | |
pkgName | string | |
리턴 | string |
public static UnitKind_equals ( int uk1, int uk2 ) : int | ||
uk1 | int | |
uk2 | int | |
리턴 | int |
public static UnitKind_forName ( string name ) : int | ||
name | string | |
리턴 | int |
public static UnitKind_isValidUnitKindString ( string str, long level, long version ) : int | ||
str | string | |
level | long | |
version | long | |
리턴 | int |
public static formulaToL3String ( ASTNode tree ) : string | ||
tree | ASTNode | |
리턴 | string |
public static formulaToL3StringWithSettings ( ASTNode tree, L3ParserSettings settings ) : string | ||
tree | ASTNode | |
settings | L3ParserSettings | |
리턴 | string |
public static formulaToString ( ASTNode tree ) : string | ||
tree | ASTNode | |
리턴 | string |
public static getCoreTypeFromName ( string name ) : int | ||
name | string | |
리턴 | int |
public static getDefaultL3ParserSettings ( ) : L3ParserSettings | ||
리턴 | L3ParserSettings |
public static getLibSBMLDependencyVersionOf ( string option ) : string | ||
option | string | |
리턴 | string |
public static getNameFromCoreType ( int type ) : string | ||
type | int | |
리턴 | string |
public static isCoreTopLevelMathMLFunctionNodeTag ( string name ) : bool | ||
name | string | |
리턴 | bool |
public static isCoreTopLevelMathMLNumberNodeTag ( string name ) : bool | ||
name | string | |
리턴 | bool |
public static isLibSBMLCompiledWith ( string option ) : int | ||
option | string | |
리턴 | int |
public static parseFormula ( string formula ) : ASTNode | ||
formula | string | |
리턴 | ASTNode |
public static parseL3Formula ( string formula ) : ASTNode | ||
formula | string | |
리턴 | ASTNode |
public static parseL3FormulaWithModel ( string formula, Model model ) : ASTNode | ||
formula | string | |
model | Model | |
리턴 | ASTNode |
public static parseL3FormulaWithSettings ( string formula, L3ParserSettings settings ) : ASTNode | ||
formula | string | |
settings | L3ParserSettings | |
리턴 | ASTNode |
public static readMathMLFromString ( string xml ) : ASTNode | ||
xml | string | |
리턴 | ASTNode |
public static readMathMLFromStringWithNamespaces ( string xml, XMLNamespaces xmlns ) : ASTNode | ||
xml | string | |
xmlns | XMLNamespaces | |
리턴 | ASTNode |
public static readSBML ( string filename ) : SBMLDocument | ||
filename | string | |
리턴 | SBMLDocument |
public static readSBMLFromFile ( string filename ) : SBMLDocument | ||
filename | string | |
리턴 | SBMLDocument |
public static readSBMLFromString ( string xml ) : SBMLDocument | ||
xml | string | |
리턴 | SBMLDocument |
public static representsBinaryFunction ( int type ) : bool | ||
type | int | |
리턴 | bool |
public static representsBinaryFunction ( int type, ASTBasePlugin plugin ) : bool | ||
type | int | |
plugin | ASTBasePlugin | |
리턴 | bool |
public static representsFunction ( int type ) : bool | ||
type | int | |
리턴 | bool |
public static representsFunction ( int type, ASTBasePlugin plugin ) : bool | ||
type | int | |
plugin | ASTBasePlugin | |
리턴 | bool |
public static representsFunctionRequiringAtLeastTwoArguments ( int type ) : bool | ||
type | int | |
리턴 | bool |
public static representsNaryFunction ( int type ) : bool | ||
type | int | |
리턴 | bool |
public static representsNaryFunction ( int type, ASTBasePlugin plugin ) : bool | ||
type | int | |
plugin | ASTBasePlugin | |
리턴 | bool |
public static representsQualifier ( int type ) : bool | ||
type | int | |
리턴 | bool |
public static representsQualifier ( int type, ASTBasePlugin plugin ) : bool | ||
type | int | |
plugin | ASTBasePlugin | |
리턴 | bool |
public static representsUnaryFunction ( int type ) : bool | ||
type | int | |
리턴 | bool |
public static representsUnaryFunction ( int type, ASTBasePlugin plugin ) : bool | ||
type | int | |
plugin | ASTBasePlugin | |
리턴 | bool |
public static writeMathMLToString ( ASTNode node ) : string | ||
node | ASTNode | |
리턴 | string |
public static writeSBML ( SBMLDocument d, string filename ) : int | ||
d | SBMLDocument | |
filename | string | |
리턴 | int |
public static writeSBMLToFile ( SBMLDocument d, string filename ) : int | ||
d | SBMLDocument | |
filename | string | |
리턴 | int |
public static writeSBMLToString ( SBMLDocument d ) : string | ||
d | SBMLDocument | |
리턴 | string |