Method | Description | |
---|---|---|
Dispose ( ) : void | ||
SBMLDocument ( ) : System | ||
SBMLDocument ( |
||
SBMLDocument ( |
||
SBMLDocument ( long level ) : System | ||
SBMLDocument ( long level, long version ) : System | ||
addUnknownPackageRequired ( string pkgURI, string prefix, bool flag ) : int | ||
addValidator ( |
||
checkConsistency ( ) : long | ||
checkConsistencyWithStrictUnits ( ) : long | ||
checkInternalConsistency ( ) : long | ||
checkL1Compatibility ( ) : long | ||
checkL1Compatibility ( bool inConversion ) : long | ||
checkL2v1Compatibility ( ) : long | ||
checkL2v1Compatibility ( bool inConversion ) : long | ||
checkL2v2Compatibility ( ) : long | ||
checkL2v2Compatibility ( bool inConversion ) : long | ||
checkL2v3Compatibility ( ) : long | ||
checkL2v3Compatibility ( bool inConversion ) : long | ||
checkL2v4Compatibility ( ) : long | ||
checkL3v1Compatibility ( ) : long | ||
clearValidators ( ) : int | ||
clone ( ) : |
||
connectToChild ( ) : void | ||
convert ( |
||
createModel ( ) : |
||
createModel ( string sid ) : |
||
enableDefaultNS ( string package, bool flag ) : int | ||
enablePackageInternal ( string pkgURI, string pkgPrefix, bool flag ) : void | ||
expandFunctionDefinitions ( ) : bool | ||
expandInitialAssignments ( ) : bool | ||
getApplicableValidators ( ) : byte | ||
getConversionValidators ( ) : byte | ||
getDefaultLevel ( ) : long | ||
getDefaultVersion ( ) : long | ||
getElementByMetaId ( string metaid ) : |
||
getElementBySId ( string id ) : |
||
getElementName ( ) : string | ||
getError ( long n ) : |
||
getErrorLog ( ) : |
||
getErrorWithSeverity ( long n, long severity ) : |
||
getLocationURI ( ) : string | ||
getModel ( ) : |
||
getNamespaces ( ) : |
||
getNumErrors ( ) : long | ||
getNumErrors ( long severity ) : long | ||
getNumUnknownPackages ( ) : int | ||
getNumValidators ( ) : long | ||
getPackageRequired ( string package ) : bool | ||
getPkgRequired ( string package ) : bool | ||
getTypeCode ( ) : int | ||
getUnknownPackagePrefix ( int index ) : string | ||
getUnknownPackageURI ( int index ) : string | ||
getValidator ( long index ) : |
||
hasUnknownPackage ( string pkgURI ) : bool | ||
isDisabledIgnoredPackage ( string pkgURI ) : bool | ||
isEnabledDefaultNS ( string package ) : bool | ||
isIgnoredPackage ( string pkgURI ) : bool | ||
isIgnoredPkg ( string pkgURI ) : bool | ||
isSetModel ( ) : bool | ||
isSetPackageRequired ( string package ) : bool | ||
isSetPkgRequired ( string package ) : bool | ||
printErrors ( ) : void | ||
printErrors ( OStream stream ) : void | ||
printErrors ( OStream stream, long severity ) : void | ||
setApplicableValidators ( byte appl ) : void | ||
setConsistencyChecks ( int category, bool apply ) : void | ||
setConsistencyChecksForConversion ( int category, bool apply ) : void | ||
setConversionValidators ( byte appl ) : void | ||
setLevelAndVersion ( long level, long version ) : bool | ||
setLevelAndVersion ( long level, long version, bool strict ) : bool | ||
setLevelAndVersion ( long level, long version, bool strict, bool ignorePackages ) : bool | ||
setLocationURI ( string uri ) : void | ||
setModel ( Model m ) : int | ||
setPackageRequired ( string package, bool flag ) : int | ||
setPkgRequired ( string package, bool flag ) : int | ||
updateSBMLNamespace ( string package, long level, long version ) : void | ||
validateSBML ( ) : long |
Method | Description | |
---|---|---|
SBMLDocument ( |
||
getCPtr ( |
||
getCPtrAndDisown ( |
public SBMLDocument ( |
||
orig | ||
return | System |
public SBMLDocument ( |
||
sbmlns | ||
return | System |
public SBMLDocument ( long level, long version ) : System | ||
level | long | |
version | long | |
return | System |
public addUnknownPackageRequired ( string pkgURI, string prefix, bool flag ) : int | ||
pkgURI | string | |
prefix | string | |
flag | bool | |
return | int |
public addValidator ( |
||
validator | ||
return | int |
public checkConsistencyWithStrictUnits ( ) : long | ||
return | long |
public checkL1Compatibility ( bool inConversion ) : long | ||
inConversion | bool | |
return | long |
public checkL2v1Compatibility ( bool inConversion ) : long | ||
inConversion | bool | |
return | long |
public checkL2v2Compatibility ( bool inConversion ) : long | ||
inConversion | bool | |
return | long |
public checkL2v3Compatibility ( bool inConversion ) : long | ||
inConversion | bool | |
return | long |
public convert ( |
||
props | ||
return | int |
public enableDefaultNS ( string package, bool flag ) : int | ||
package | string | |
flag | bool | |
return | int |
public enablePackageInternal ( string pkgURI, string pkgPrefix, bool flag ) : void | ||
pkgURI | string | |
pkgPrefix | string | |
flag | bool | |
return | void |
public getElementByMetaId ( string metaid ) : |
||
metaid | string | |
return |
public getErrorWithSeverity ( long n, long severity ) : |
||
n | long | |
severity | long | |
return |
public getPackageRequired ( string package ) : bool | ||
package | string | |
return | bool |
public getPkgRequired ( string package ) : bool | ||
package | string | |
return | bool |
public getUnknownPackagePrefix ( int index ) : string | ||
index | int | |
return | string |
public getUnknownPackageURI ( int index ) : string | ||
index | int | |
return | string |
public getValidator ( long index ) : |
||
index | long | |
return |
public hasUnknownPackage ( string pkgURI ) : bool | ||
pkgURI | string | |
return | bool |
public isDisabledIgnoredPackage ( string pkgURI ) : bool | ||
pkgURI | string | |
return | bool |
public isEnabledDefaultNS ( string package ) : bool | ||
package | string | |
return | bool |
public isIgnoredPackage ( string pkgURI ) : bool | ||
pkgURI | string | |
return | bool |
public isSetPackageRequired ( string package ) : bool | ||
package | string | |
return | bool |
public isSetPkgRequired ( string package ) : bool | ||
package | string | |
return | bool |
public printErrors ( OStream stream, long severity ) : void | ||
stream | OStream | |
severity | long | |
return | void |
public setApplicableValidators ( byte appl ) : void | ||
appl | byte | |
return | void |
public setConsistencyChecks ( int category, bool apply ) : void | ||
category | int | |
apply | bool | |
return | void |
public setConsistencyChecksForConversion ( int category, bool apply ) : void | ||
category | int | |
apply | bool | |
return | void |
public setConversionValidators ( byte appl ) : void | ||
appl | byte | |
return | void |
public setLevelAndVersion ( long level, long version ) : bool | ||
level | long | |
version | long | |
return | bool |
public setLevelAndVersion ( long level, long version, bool strict ) : bool | ||
level | long | |
version | long | |
strict | bool | |
return | bool |
public setLevelAndVersion ( long level, long version, bool strict, bool ignorePackages ) : bool | ||
level | long | |
version | long | |
strict | bool | |
ignorePackages | bool | |
return | bool |
public setPackageRequired ( string package, bool flag ) : int | ||
package | string | |
flag | bool | |
return | int |
public setPkgRequired ( string package, bool flag ) : int | ||
package | string | |
flag | bool | |
return | int |
public updateSBMLNamespace ( string package, long level, long version ) : void | ||
package | string | |
level | long | |
version | long | |
return | void |