libSBML
5.8.0

org.sbml.libsbml
Interface libsbmlConstants

All Known Implementing Classes:
libsbml

public interface libsbmlConstants

Constants defined in libSBML.

This interace class is defined by libSBML only and has no direct equivalent in terms of SBML components.

This interface is necessary because of programming language differences between Java and the underlying C++ core of libSBML's implementation, as well as limitations in the translation system (SWIG) used to create the Java interface. In the C++ core, nearly all of the following constants are defined as enumerations. However, owing to how SWIG works and the lack of proper enumerations in Java before Java 1.4, the enumerations are instead translated to plain constants here in this libsbmlConstants interface.


Field Summary
static int AllowedAttributesOnAlgRule
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int AllowedAttributesOnAssignRule
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int AllowedAttributesOnCompartment
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int AllowedAttributesOnConstraint
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int AllowedAttributesOnDelay
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int AllowedAttributesOnEvent
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int AllowedAttributesOnEventAssignment
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int AllowedAttributesOnFunc
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int AllowedAttributesOnInitialAssign
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int AllowedAttributesOnKineticLaw
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int AllowedAttributesOnListOfComps
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int AllowedAttributesOnListOfConstraints
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int AllowedAttributesOnListOfEventAssign
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int AllowedAttributesOnListOfEvents
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int AllowedAttributesOnListOfFuncs
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int AllowedAttributesOnListOfInitAssign
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int AllowedAttributesOnListOfLocalParam
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int AllowedAttributesOnListOfMods
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int AllowedAttributesOnListOfParams
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int AllowedAttributesOnListOfReactions
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int AllowedAttributesOnListOfRules
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int AllowedAttributesOnListOfSpecies
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int AllowedAttributesOnListOfSpeciesRef
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int AllowedAttributesOnListOfUnitDefs
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int AllowedAttributesOnListOfUnits
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int AllowedAttributesOnLocalParameter
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int AllowedAttributesOnModel
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int AllowedAttributesOnModifier
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int AllowedAttributesOnParameter
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int AllowedAttributesOnPriority
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int AllowedAttributesOnRateRule
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int AllowedAttributesOnReaction
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int AllowedAttributesOnSBML
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int AllowedAttributesOnSpecies
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int AllowedAttributesOnSpeciesReference
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int AllowedAttributesOnTrigger
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int AllowedAttributesOnUnit
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int AllowedAttributesOnUnitDefinition
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int AnnotationNotesNotAllowedLevel1
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int ApplyCiMustBeModelComponent
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int ApplyCiMustBeUserFunction
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int ArgsToEqNeedSameType
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int AssignmentToConstantEntity
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int AssignRuleCompartmentMismatch
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int AssignRuleParameterMismatch
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int AssignRuleSpeciesMismatch
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int AssignRuleStoichiometryMismatch
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int AST_CONSTANT_E
          One of the possible ASTNode types.
static int AST_CONSTANT_FALSE
          One of the possible ASTNode types.
static int AST_CONSTANT_PI
          One of the possible ASTNode types.
static int AST_CONSTANT_TRUE
          One of the possible ASTNode types.
static int AST_DIVIDE
          One of the possible ASTNode types.
static int AST_FUNCTION
          One of the possible ASTNode types.
static int AST_FUNCTION_ABS
          One of the possible ASTNode types.
static int AST_FUNCTION_ARCCOS
          One of the possible ASTNode types.
static int AST_FUNCTION_ARCCOSH
          One of the possible ASTNode types.
static int AST_FUNCTION_ARCCOT
          One of the possible ASTNode types.
static int AST_FUNCTION_ARCCOTH
          One of the possible ASTNode types.
static int AST_FUNCTION_ARCCSC
          One of the possible ASTNode types.
static int AST_FUNCTION_ARCCSCH
          One of the possible ASTNode types.
static int AST_FUNCTION_ARCSEC
          One of the possible ASTNode types.
static int AST_FUNCTION_ARCSECH
          One of the possible ASTNode types.
static int AST_FUNCTION_ARCSIN
          One of the possible ASTNode types.
static int AST_FUNCTION_ARCSINH
          One of the possible ASTNode types.
static int AST_FUNCTION_ARCTAN
          One of the possible ASTNode types.
static int AST_FUNCTION_ARCTANH
          One of the possible ASTNode types.
static int AST_FUNCTION_CEILING
          One of the possible ASTNode types.
static int AST_FUNCTION_COS
          One of the possible ASTNode types.
static int AST_FUNCTION_COSH
          One of the possible ASTNode types.
static int AST_FUNCTION_COT
          One of the possible ASTNode types.
static int AST_FUNCTION_COTH
          One of the possible ASTNode types.
static int AST_FUNCTION_CSC
          One of the possible ASTNode types.
static int AST_FUNCTION_CSCH
          One of the possible ASTNode types.
static int AST_FUNCTION_DELAY
          One of the possible ASTNode types.
static int AST_FUNCTION_EXP
          One of the possible ASTNode types.
static int AST_FUNCTION_FACTORIAL
          One of the possible ASTNode types.
static int AST_FUNCTION_FLOOR
          One of the possible ASTNode types.
static int AST_FUNCTION_LN
          One of the possible ASTNode types.
static int AST_FUNCTION_LOG
          One of the possible ASTNode types.
static int AST_FUNCTION_PIECEWISE
          One of the possible ASTNode types.
static int AST_FUNCTION_POWER
          One of the possible ASTNode types.
static int AST_FUNCTION_ROOT
          One of the possible ASTNode types.
static int AST_FUNCTION_SEC
          One of the possible ASTNode types.
static int AST_FUNCTION_SECH
          One of the possible ASTNode types.
static int AST_FUNCTION_SIN
          One of the possible ASTNode types.
static int AST_FUNCTION_SINH
          One of the possible ASTNode types.
static int AST_FUNCTION_TAN
          One of the possible ASTNode types.
static int AST_FUNCTION_TANH
          One of the possible ASTNode types.
static int AST_INTEGER
          One of the possible ASTNode types.
static int AST_LAMBDA
          One of the possible ASTNode types.
static int AST_LOGICAL_AND
          One of the possible ASTNode types.
static int AST_LOGICAL_NOT
          One of the possible ASTNode types.
static int AST_LOGICAL_OR
          One of the possible ASTNode types.
static int AST_LOGICAL_XOR
          One of the possible ASTNode types.
static int AST_MINUS
          One of the possible ASTNode types.
static int AST_NAME
          One of the possible ASTNode types.
static int AST_NAME_AVOGADRO
          One of the possible ASTNode types.
static int AST_NAME_TIME
          One of the possible ASTNode types.
static int AST_PLUS
          One of the possible ASTNode types.
static int AST_POWER
          One of the possible ASTNode types.
static int AST_RATIONAL
          One of the possible ASTNode types.
static int AST_REAL
          One of the possible ASTNode types.
static int AST_REAL_E
          One of the possible ASTNode types.
static int AST_RELATIONAL_EQ
          One of the possible ASTNode types.
static int AST_RELATIONAL_GEQ
          One of the possible ASTNode types.
static int AST_RELATIONAL_GT
          One of the possible ASTNode types.
static int AST_RELATIONAL_LEQ
          One of the possible ASTNode types.
static int AST_RELATIONAL_LT
          One of the possible ASTNode types.
static int AST_RELATIONAL_NEQ
          One of the possible ASTNode types.
static int AST_TIMES
          One of the possible ASTNode types.
static int AST_UNKNOWN
          One of the possible ASTNode types.
static int BadCsymbolDefinitionURLValue
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int BadlyFormedXML
          A value in the enumeration of all the error and warning codes returned by the XML layer in libSBML.
static int BadMathML
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int BadMathMLNodeType
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int BadProcessingInstruction
          A value in the enumeration of all the error and warning codes returned by the XML layer in libSBML.
static int BadXMLAttribute
          A value in the enumeration of all the error and warning codes returned by the XML layer in libSBML.
static int BadXMLAttributeValue
          A value in the enumeration of all the error and warning codes returned by the XML layer in libSBML.
static int BadXMLComment
          A value in the enumeration of all the error and warning codes returned by the XML layer in libSBML.
static int BadXMLDecl
          A value in the enumeration of all the error and warning codes returned by the XML layer in libSBML.
static int BadXMLDeclLocation
          A value in the enumeration of all the error and warning codes returned by the XML layer in libSBML.
static int BadXMLDOCTYPE
          A value in the enumeration of all the error and warning codes returned by the XML layer in libSBML.
static int BadXMLDocumentStructure
          A value in the enumeration of all the error and warning codes returned by the XML layer in libSBML.
static int BadXMLIDRef
          A value in the enumeration of all the error and warning codes returned by the XML layer in libSBML.
static int BadXMLIDValue
          A value in the enumeration of all the error and warning codes returned by the XML layer in libSBML.
static int BadXMLPrefix
          A value in the enumeration of all the error and warning codes returned by the XML layer in libSBML.
static int BadXMLPrefixValue
          A value in the enumeration of all the error and warning codes returned by the XML layer in libSBML.
static int BIOLOGICAL_QUALIFIER
          One of the possible MIRIAM annotation types used by CVTerm.
static int BooleanOpsNeedBooleanArgs
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int BothAmountAndConcentrationSet
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int BothStoichiometryAndMath
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int BQB_ENCODES
          One of the possible MIRIAM annotation model qualifier types used by CVTerm.
static int BQB_HAS_PART
          One of the possible MIRIAM annotation model qualifier types used by CVTerm.
static int BQB_HAS_PROPERTY
          One of the possible MIRIAM annotation model qualifier types used by CVTerm.
static int BQB_HAS_VERSION
          One of the possible MIRIAM annotation model qualifier types used by CVTerm.
static int BQB_IS
          One of the possible MIRIAM annotation model qualifier types used by CVTerm.
static int BQB_IS_DESCRIBED_BY
          One of the possible MIRIAM annotation model qualifier types used by CVTerm.
static int BQB_IS_ENCODED_BY
          One of the possible MIRIAM annotation model qualifier types used by CVTerm.
static int BQB_IS_HOMOLOG_TO
          One of the possible MIRIAM annotation model qualifier types used by CVTerm.
static int BQB_IS_PART_OF
          One of the possible MIRIAM annotation model qualifier types used by CVTerm.
static int BQB_IS_PROPERTY_OF
          One of the possible MIRIAM annotation model qualifier types used by CVTerm.
static int BQB_IS_VERSION_OF
          One of the possible MIRIAM annotation model qualifier types used by CVTerm.
static int BQB_OCCURS_IN
          One of the possible MIRIAM annotation model qualifier types used by CVTerm.
static int BQB_UNKNOWN
          One of the possible MIRIAM annotation model qualifier types used by CVTerm.
static int BQM_IS
          One of the possible MIRIAM annotation model qualifier types used by CVTerm.
static int BQM_IS_DERIVED_FROM
          One of the possible MIRIAM annotation model qualifier types used by CVTerm.
static int BQM_IS_DESCRIBED_BY
          One of the possible MIRIAM annotation model qualifier types used by CVTerm.
static int BQM_UNKNOWN
          One of the possible MIRIAM annotation model qualifier types used by CVTerm.
static int CannotConvertToL1V1
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int CelsiusNoLongerValid
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int CircularRuleDependency
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int CNV_TYPE_BOOL
          One of the possible SBML ConversionOption value types.
static int CNV_TYPE_DOUBLE
          One of the possible SBML ConversionOption value types.
static int CNV_TYPE_INT
          One of the possible SBML ConversionOption value types.
static int CNV_TYPE_SINGLE
          One of the possible SBML ConversionOption value types.
static int CNV_TYPE_STRING
          One of the possible SBML ConversionOption value types.
static int CompartmentNotOnL1Reaction
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int CompartmentOnReaction
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int CompartmentShouldHaveSize
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int CompartmentTypeNotValidAttribute
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int CompartmentTypeNotValidComponent
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int ConstantNotValidAttribute
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int ConstantSpeciesNotValidAttribute
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int ConstraintContainsDOCTYPE
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int ConstraintContainsXMLDecl
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int ConstraintMathNotBoolean
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int ConstraintNotInXHTMLNamespace
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int ConstraintNotValidComponent
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int ConversionFactorMustConstant
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int ConversionFactorNotInL1
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int ConversionFactorOnSpecies
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int DelayNeedsValuesFromTriggerTime
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int DelayUnitsNotTime
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int DisallowedDefinitionURLUse
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int DisallowedMathMLEncodingUse
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int DisallowedMathMLSymbol
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int DisallowedMathTypeAttributeUse
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int DisallowedMathTypeAttributeValue
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int DisallowedMathUnitsUse
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int DuplicateAnnotationInvalidInL2v2
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int DuplicateAnnotationInvalidInL2v3
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int DuplicateAnnotationInvalidInL2v4
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int DuplicateAnnotationInvalidInL3v1
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int DuplicateAnnotationNamespaces
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int DuplicateComponentId
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int DuplicateLocalParameterId
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int DuplicateMetaId
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int DuplicateUnitDefinitionId
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int DuplicateXMLAttribute
          A value in the enumeration of all the error and warning codes returned by the XML layer in libSBML.
static int EmptyListElement
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int EmptyListInKineticLaw
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int EmptyListInReaction
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int EmptyListOfUnits
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int EmptyUnitListElement
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int EventAndAssignmentRuleForId
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int EventAssignCompartmentMismatch
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int EventAssignmentForConstantEntity
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int EventAssignParameterMismatch
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int EventAssignSpeciesMismatch
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int EventAssignStoichiometryMismatch
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int EventNotValidComponent
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int ExtentUnitsNotSubstance
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int FailedMathMLReadOfDouble
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int FailedMathMLReadOfExponential
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int FailedMathMLReadOfInteger
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int FailedMathMLReadOfRational
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int FormulaInLevel1KL
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int FuncDefNotValidComponent
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int FunctionDefMathNotLambda
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int GeneralWarningNotSpecified
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int HasOnlySubsNoSpatialUnits
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int HasOnlySubsUnitsNotValidAttribute
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int IdNotValidAttribute
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int InconsistentArgUnits
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int InconsistentArgUnitsWarnings
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int InconsistentExponUnitsWarnings
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int InconsistentKineticLawUnitsL3
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int InconsistentPowerUnitsWarnings
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int IncorrectCompartmentSpatialDimensions
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int IncorrectOrderInConstraint
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int IncorrectOrderInEvent
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int IncorrectOrderInKineticLaw
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int IncorrectOrderInModel
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int IncorrectOrderInReaction
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int InitAssignCompartmenMismatch
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int InitAssignmentAndRuleForSameId
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int InitAssignParameterMismatch
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int InitAssignSpeciesMismatch
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int InitAssignStoichiometryMismatch
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int InitialAssignNotValidComponent
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int InitialValueFalseEventNotSupported
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int InitialValueNotBoolean
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int IntegerSpatialDimensions
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int InternalXMLParserError
          A value in the enumeration of all the error and warning codes returned by the XML layer in libSBML.
static int Invalid1DCompartmentUnits
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int Invalid2DCompartmentUnits
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int Invalid3DCompartmentUnits
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int InvalidAfterXMLContent
          A value in the enumeration of all the error and warning codes returned by the XML layer in libSBML.
static int InvalidApplyCiInLambda
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int InvalidAreaRedefinition
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int InvalidAssignRuleVariable
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int InvalidCharInXML
          A value in the enumeration of all the error and warning codes returned by the XML layer in libSBML.
static int InvalidCiInLambda
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int InvalidCompartmentSBOTerm
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int InvalidCompartmentTypeRef
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int InvalidCompartmentTypeSBOTerm
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int InvalidConstraintContent
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int InvalidConstraintSBOTerm
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int InvalidDelaySBOTerm
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int InvalidEventAssignmentSBOTerm
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int InvalidEventAssignmentVariable
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int InvalidEventSBOTerm
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int InvalidFunctionDefReturnType
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int InvalidFunctionDefSBOTerm
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int InvalidIdSyntax
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int InvalidInitAssignSBOTerm
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int InvalidInitAssignSymbol
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int InvalidKineticLawSBOTerm
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int InvalidL1CompartmentUnits
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int InvalidLengthRedefinition
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int InvalidMathElement
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int InvalidMetaidSyntax
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int InvalidModelSBOTerm
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int InvalidModifiersList
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int InvalidNamespaceOnSBML
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int InvalidNameSyntax
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int InvalidNoArgsPassedToFunctionDef
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int InvalidNotesContent
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int InvalidParameterSBOTerm
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int InvalidParameterUnits
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int InvalidRateRuleVariable
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int InvalidReactantsProductsList
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int InvalidReactionSBOTerm
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int InvalidRuleOrdering
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int InvalidRuleSBOTerm
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int InvalidSBMLLevelVersion
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int InvalidSBOTermSyntax
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int InvalidSpeciesCompartmentRef
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int InvalidSpeciesReference
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int InvalidSpeciesReferenceSBOTerm
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int InvalidSpeciesSBOTerm
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int InvalidSpeciesSusbstanceUnits
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int InvalidSpeciesTypeRef
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int InvalidSpeciesTypeSBOTerm
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int InvalidSubstanceRedefinition
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int InvalidTargetLevelVersion
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int InvalidTimeRedefinition
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int InvalidTriggerSBOTerm
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int InvalidUnitDefId
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int InvalidUnitIdSyntax
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int InvalidUnitKind
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int InvalidUnitsValue
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int InvalidVolumeRedefinition
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int InvalidXMLConstruct
          A value in the enumeration of all the error and warning codes returned by the XML layer in libSBML.
static int KineticLawNotSubstancePerTime
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int KineticLawParametersAreLocalOnly
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int L1V1CompartmentVolumeReqd
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int L3AreaUnitsOnModel
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int L3ConversionFactorOnModel
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int L3ExtentUnitsOnModel
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int L3LengthUnitsOnModel
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int L3NotSchemaConformant
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int L3NotSupported
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static boolean L3P_AVOGADRO_IS_CSYMBOL
          Recognize 'avogadro' as an SBML Level 3 symbol when parsing text-string formulas.
static boolean L3P_AVOGADRO_IS_NAME
          Do not treat 'avogadro' specially—consider it a plain symbol name when parsing text-string formulas.
static boolean L3P_COLLAPSE_UNARY_MINUS
          Collapse unary minuses where possible when parsing text-string formulas.
static boolean L3P_EXPAND_UNARY_MINUS
          Retain unary minuses in the AST representation when parsing text-string formulas.
static boolean L3P_NO_UNITS
          Do not recognize units in text-string formulas—treat them as errors.
static int L3P_PARSE_LOG_AS_ERROR
          Refuse to parse log(x) at all, and set an error message telling the user to use log10(x), ln(x), or log(base, x) instead.
static int L3P_PARSE_LOG_AS_LN
          Parse log(x) as the natural logarithm of x.
static int L3P_PARSE_LOG_AS_LOG10
          Parse log(x) as the base-10 logarithm of x.
static boolean L3P_PARSE_UNITS
          Parse units in text-string formulas when parsing text-string formulas.
static int L3TimeUnitsOnModel
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int L3VolumeUnitsOnModel
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int LambdaOnlyAllowedInFunctionDef
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int LevelPositiveInteger
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int LIBSBML_ANNOTATION_NAME_NOT_FOUND
          One of the possible libSBML operation return codes.
static int LIBSBML_ANNOTATION_NS_NOT_FOUND
          One of the possible libSBML operation return codes.
static int LIBSBML_CAT_GENERAL_CONSISTENCY
          Category code for SBMLError diagnostics.
static int LIBSBML_CAT_IDENTIFIER_CONSISTENCY
          Category code for SBMLError diagnostics.
static int LIBSBML_CAT_INTERNAL
          Category code for errors in the XML layer.
static int LIBSBML_CAT_INTERNAL_CONSISTENCY
          Category code for SBMLError diagnostics.
static int LIBSBML_CAT_MATHML_CONSISTENCY
          Category code for SBMLError diagnostics.
static int LIBSBML_CAT_MODELING_PRACTICE
          Category code for SBMLError diagnostics.
static int LIBSBML_CAT_OVERDETERMINED_MODEL
          Category code for SBMLError diagnostics.
static int LIBSBML_CAT_SBML
          Category code for SBMLError diagnostics.
static int LIBSBML_CAT_SBML_L1_COMPAT
          Category code for SBMLError diagnostics.
static int LIBSBML_CAT_SBML_L2V1_COMPAT
          Category code for SBMLError diagnostics.
static int LIBSBML_CAT_SBML_L2V2_COMPAT
          Category code for SBMLError diagnostics.
static int LIBSBML_CAT_SBML_L2V3_COMPAT
          Category code for SBMLError diagnostics.
static int LIBSBML_CAT_SBML_L2V4_COMPAT
          Category code for SBMLError diagnostics.
static int LIBSBML_CAT_SBML_L3V1_COMPAT
          Category code for SBMLError diagnostics.
static int LIBSBML_CAT_SBO_CONSISTENCY
          Category code for SBMLError diagnostics.
static int LIBSBML_CAT_SYSTEM
          Category code for errors in the XML layer.
static int LIBSBML_CAT_UNITS_CONSISTENCY
          Category code for SBMLError diagnostics.
static int LIBSBML_CAT_XML
          Category code for errors in the XML layer.
static int LIBSBML_CONV_CONVERSION_NOT_AVAILABLE
          One of the possible libSBML package operation return codes.
static int LIBSBML_CONV_INVALID_SRC_DOCUMENT
          One of the possible libSBML package operation return codes.
static int LIBSBML_CONV_INVALID_TARGET_NAMESPACE
          One of the possible libSBML package operation return codes.
static int LIBSBML_CONV_PKG_CONVERSION_NOT_AVAILABLE
          One of the possible libSBML package operation return codes.
static String LIBSBML_DOTTED_VERSION
          A version string of the form "1.2.3".
static int LIBSBML_DUPLICATE_OBJECT_ID
          One of the possible libSBML operation return codes.
static int LIBSBML_INDEX_EXCEEDS_SIZE
          One of the possible libSBML operation return codes.
static int LIBSBML_INVALID_ATTRIBUTE_VALUE
          One of the possible libSBML operation return codes.
static int LIBSBML_INVALID_OBJECT
          One of the possible libSBML operation return codes.
static int LIBSBML_INVALID_XML_OPERATION
          One of the possible libSBML operation return codes.
static int LIBSBML_LEVEL_MISMATCH
          One of the possible libSBML operation return codes.
static int LIBSBML_NAMESPACE_MISMATCH
          One of the possible libSBML operation return codes.
static int LIBSBML_OPERATION_FAILED
          One of the possible libSBML operation return codes.
static int LIBSBML_OPERATION_SUCCESS
          One of the possible libSBML operation return codes.
static int LIBSBML_PKG_CONFLICT
          One of the possible libSBML package operation return codes.
static int LIBSBML_PKG_CONFLICTED_VERSION
          One of the possible libSBML package operation return codes.
static int LIBSBML_PKG_DISABLED
          One of the possible libSBML package operation return codes.
static int LIBSBML_PKG_UNKNOWN
          One of the possible libSBML package operation return codes.
static int LIBSBML_PKG_UNKNOWN_VERSION
          One of the possible libSBML package operation return codes.
static int LIBSBML_PKG_VERSION_MISMATCH
          One of the possible libSBML package operation return codes.
static int LIBSBML_SEV_ERROR
          Severity code for errors in the XML layer.
static int LIBSBML_SEV_FATAL
          Severity code for errors in the XML layer.
static int LIBSBML_SEV_INFO
          Severity code for errors in the XML layer.
static int LIBSBML_SEV_WARNING
          Severity code for errors in the XML layer.
static int LIBSBML_UNEXPECTED_ATTRIBUTE
          One of the possible libSBML operation return codes.
static int LIBSBML_VERSION
          The version as an integer: version 1.2.3 becomes 10203.
static int LIBSBML_VERSION_MISMATCH
          One of the possible libSBML operation return codes.
static String LIBSBML_VERSION_STRING
          The numeric version as a string: version 1.2.3 becomes "10203".
static int LibSBMLAdditionalCodesLowerBound
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int LocalParameterShadowsId
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int MathResultMustBeNumeric
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int MetaIdNotValidAttribute
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int MissingAnnotationNamespace
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int MissingEventAssignment
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int MissingModel
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int MissingOrInconsistentLevel
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int MissingOrInconsistentVersion
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int MissingSpeciesCompartment
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int MissingTriggerInEvent
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int MissingXMLAttributeValue
          A value in the enumeration of all the error and warning codes returned by the XML layer in libSBML.
static int MissingXMLDecl
          A value in the enumeration of all the error and warning codes returned by the XML layer in libSBML.
static int MissingXMLElements
          A value in the enumeration of all the error and warning codes returned by the XML layer in libSBML.
static int MissingXMLEncoding
          A value in the enumeration of all the error and warning codes returned by the XML layer in libSBML.
static int MissingXMLRequiredAttribute
          A value in the enumeration of all the error and warning codes returned by the XML layer in libSBML.
static int MODEL_QUALIFIER
          One of the possible MIRIAM annotation types used by CVTerm.
static int ModelSBOBranchChangedBeyondL2v2
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int ModelSBOBranchChangedBeyondL2v3
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int ModelSBOBranchChangedInL2v4
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int ModelSBOBranchChangedInL3v1
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int MultipleAnnotations
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int MultipleAssignmentOrRateRules
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int MultipleEventAssignmentsForId
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int MultipleInitAssignments
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int MultiplierNotValidAttribute
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int MultSpeciesSameTypeInCompartment
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int NameNotValidAttribute
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int NeedCompartmentIfHaveSpecies
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int NoBodyInFunctionDef
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int NoCompartmentOutsideInL3v1
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int NoCompartmentTypeInL1
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int NoCompartmentTypeInL2v1
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int NoCompartmentTypeInL3v1
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int NoConcentrationInZeroD
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int NoConstraintsInL1
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int NoConstraintsInL2v1
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int NoDelayedEventAssignmentInL2v1
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int NoDelayedEventAssignmentInL2v2
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int NoDelayedEventAssignmentInL2v3
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int NoEventsInL1
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int NoEventTimeUnitsInL2v3
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int NoEventTimeUnitsInL2v4
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int NoEventTimeUnitsInL3v1
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int NoFancyStoichiometryMathInL1
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int NoFunctionDefinitionsInL1
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int NoIdOnSpeciesReferenceInL2v1
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int NoInitialAssignmentsInL1
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int NoInitialAssignmentsInL2v1
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int NoKineticLawSubstanceUnitsInL2v2
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int NoKineticLawSubstanceUnitsInL2v3
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int NoKineticLawSubstanceUnitsInL2v4
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int NoKineticLawSubstanceUnitsInL3v1
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int NoKineticLawTimeUnitsInL2v2
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int NoKineticLawTimeUnitsInL2v3
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int NoKineticLawTimeUnitsInL2v4
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int NoKineticLawTimeUnitsInL3v1
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int NonBoundarySpeciesAssignedAndUsed
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int NonConstantLocalParameter
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int NonConstantSpeciesUsed
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int NoNon3DComparmentsInL1
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int NoNonIntegerStoichiometryInL1
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int NonPersistentNotSupported
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int NoReactantsOrProducts
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int NoSBOTermsInL1
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int NoSBOTermsInL2v1
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int NoSpatialUnitsInZeroD
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int NoSpeciesSpatialSizeUnitsInL1
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int NoSpeciesSpatialSizeUnitsInL2v3
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int NoSpeciesSpatialSizeUnitsInL2v4
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int NoSpeciesSpatialSizeUnitsInL3v1
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int NoSpeciesTypeInL2v1
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int NoSpeciesTypeInL3v1
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int NoSpeciesTypesInL1
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int NoStoichiometryMathInL3v1
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int NotesContainsDOCTYPE
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int NotesContainsXMLDecl
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int NotesNotInXHTMLNamespace
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int NoTimeSymbolInFunctionDef
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int NotSchemaConformant
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int NotUTF8
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int NoUnitMultipliersOrOffsetsInL1
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int NoUnitOffsetInL2v2
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int NoUnitOffsetInL2v3
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int NoUnitOffsetInL2v4
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int NoUnitOffsetInL3v1
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int NoUnitsOnCompartment
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int NumericOpsNeedNumericArgs
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int ObseleteSBOTerm
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int OffsetNoLongerValid
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int OffsetNotValidAttribute
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int OneDimensionalCompartmentUnits
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int OneListOfEventAssignmentsPerEvent
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int OneListOfPerKineticLaw
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int OneListOfUnitsPerUnitDef
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int OneMathElementPerConstraint
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int OneMathElementPerFunc
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int OneMathElementPerInitialAssign
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int OneMathElementPerRule
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int OneMathPerDelay
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int OneMathPerEventAssignment
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int OneMathPerKineticLaw
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int OneMathPerPriority
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int OneMathPerTrigger
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int OneMessageElementPerConstraint
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int OneOfEachListOf
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int OneSubElementPerReaction
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int OnlyCompartmentsInListOfCompartments
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int OnlyConstraintsInListOfConstraints
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int OnlyEventAssignInListOfEventAssign
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int OnlyEventsInListOfEvents
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int OnlyFuncDefsInListOfFuncDefs
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int OnlyInitAssignsInListOfInitAssigns
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int OnlyLocalParamsInListOfLocalParams
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int OnlyOneDelayPerEvent
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int OnlyOneNotesElementAllowed
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int OnlyOnePriorityPerEvent
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int OnlyParametersInListOfParameters
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int OnlyReactionsInListOfReactions
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int OnlyRulesInListOfRules
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int OnlySpeciesInListOfSpecies
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int OnlyUnitDefsInListOfUnitDefs
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int OnlyUnitsInListOfUnits
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int OpsNeedCorrectNumberOfArgs
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int OverdeterminedSystem
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int PackageNSMustMatch
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int ParameterShouldHaveUnits
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int ParameterUnits
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int PersistentNotBoolean
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int PieceNeedsBoolean
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int PiecewiseNeedsConsistentTypes
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int PrioirtyLostFromL3
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int PriorityUnitsNotDimensionless
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int RateRuleCompartmentMismatch
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int RateRuleForConstantEntity
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int RateRuleParameterMismatch
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int RateRuleSpeciesMismatch
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int RateRuleStoichiometryMismatch
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int RecursiveCompartmentContainment
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int RecursiveFunctionDefinition
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int RepeatedRule10304
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int RepeatedRule20611
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int RequiredPackagePresent
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int RULE_TYPE_INVALID
          One of the possible SBML Rule object types.
static int RULE_TYPE_RATE
          One of the possible SBML Rule object types.
static int RULE_TYPE_SCALAR
          One of the possible SBML Rule object types.
static int SBML_ALGEBRAIC_RULE
          One of the possible SBML component type codes.
static int SBML_ASSIGNMENT_RULE
          One of the possible SBML component type codes.
static int SBML_COMPARTMENT
          One of the possible SBML component type codes.
static int SBML_COMPARTMENT_TYPE
          One of the possible SBML component type codes.
static int SBML_COMPARTMENT_VOLUME_RULE
          One of the possible SBML component type codes.
static int SBML_CONSTRAINT
          One of the possible SBML component type codes.
static int SBML_DEFAULT_LEVEL
          The default SBML Level in this release of libSBML.
static int SBML_DEFAULT_VERSION
          The default Version within the default SBML Level in this release of libSBML.
static int SBML_DELAY
          One of the possible SBML component type codes.
static int SBML_DOCUMENT
          One of the possible SBML component type codes.
static int SBML_EVENT
          One of the possible SBML component type codes.
static int SBML_EVENT_ASSIGNMENT
          One of the possible SBML component type codes.
static int SBML_FORMULA_UNITS_DATA
          One of the possible SBML component type codes.
static int SBML_FUNCTION_DEFINITION
          One of the possible SBML component type codes.
static int SBML_INITIAL_ASSIGNMENT
          One of the possible SBML component type codes.
static int SBML_KINETIC_LAW
          One of the possible SBML component type codes.
static int SBML_LIST_FORMULA_UNITS_DATA
          One of the possible SBML component type codes.
static int SBML_LIST_OF
          One of the possible SBML component type codes.
static int SBML_LISTOF_COMPARTMENT_TYPES
          One of the possible SBML component type codes.
static int SBML_LISTOF_COMPARTMENTS
          One of the possible SBML component type codes.
static int SBML_LISTOF_CONSTRAINTS
          One of the possible SBML component type codes.
static int SBML_LISTOF_EVENT_ASSIGNMENTS
          One of the possible SBML component type codes.
static int SBML_LISTOF_EVENTS
          One of the possible SBML component type codes.
static int SBML_LISTOF_FUNCTION_DEFINITIONS
          One of the possible SBML component type codes.
static int SBML_LISTOF_INITIAL_ASSIGNMENTS
          One of the possible SBML component type codes.
static int SBML_LISTOF_PARAMETERS
          One of the possible SBML component type codes.
static int SBML_LISTOF_REACTIONS
          One of the possible SBML component type codes.
static int SBML_LISTOF_RULES
          One of the possible SBML component type codes.
static int SBML_LISTOF_SPECIES
          One of the possible SBML component type codes.
static int SBML_LISTOF_SPECIES_REFERENCES
          One of the possible SBML component type codes.
static int SBML_LISTOF_SPECIES_TYPES
          One of the possible SBML component type codes.
static int SBML_LISTOF_UNIT_DEFINITIONS
          One of the possible SBML component type codes.
static int SBML_LISTOF_UNITS
          One of the possible SBML component type codes.
static int SBML_LOCAL_PARAMETER
          One of the possible SBML component type codes.
static int SBML_MODEL
          One of the possible SBML component type codes.
static int SBML_MODIFIER_SPECIES_REFERENCE
          One of the possible SBML component type codes.
static int SBML_PARAMETER
          One of the possible SBML component type codes.
static int SBML_PARAMETER_RULE
          One of the possible SBML component type codes.
static int SBML_PRIORITY
          One of the possible SBML component type codes.
static int SBML_RATE_RULE
          One of the possible SBML component type codes.
static int SBML_REACTION
          One of the possible SBML component type codes.
static int SBML_RULE
          One of the possible SBML component type codes.
static int SBML_SPECIES
          One of the possible SBML component type codes.
static int SBML_SPECIES_CONCENTRATION_RULE
          One of the possible SBML component type codes.
static int SBML_SPECIES_REFERENCE
          One of the possible SBML component type codes.
static int SBML_SPECIES_TYPE
          One of the possible SBML component type codes.
static int SBML_STOICHIOMETRY_MATH
          One of the possible SBML component type codes.
static int SBML_TRIGGER
          One of the possible SBML component type codes.
static int SBML_UNIT
          One of the possible SBML component type codes.
static int SBML_UNIT_DEFINITION
          One of the possible SBML component type codes.
static int SBML_UNKNOWN
          One of the possible SBML component type codes.
static String SBML_XMLNS_L1
          Character string storing the XML namespace URI for SBML Level 1.
static String SBML_XMLNS_L2V1
          Character string storing the XML namespace URI for SBML Level 2 Version 1.
static String SBML_XMLNS_L2V2
          Character string storing the XML namespace URI for SBML Level 2 Version 2.
static String SBML_XMLNS_L2V3
          Character string storing the XML namespace URI for SBML Level 2 Version 3.
static String SBML_XMLNS_L2V4
          Character string storing the XML namespace URI for SBML Level 2 Version 4.
static String SBML_XMLNS_L3V1
          Character string storing the XML namespace URI for SBML Level 3 Version 1 Core.
static int SBMLCodesUpperBound
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int SBMLNamespaceInAnnotation
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int SBOTermNotUniversalInL2v2
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int SBOTermNotValidAttributeBeforeL2V2
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int SBOTermNotValidAttributeBeforeL2V3
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int SpatialSizeUnitsNotValidAttribute
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int SpatialSizeUnitsRemoved
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int SpatialUnitsInOneD
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int SpatialUnitsInThreeD
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int SpatialUnitsInTwoD
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int SpeciesCompartmentRequiredInL1
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int SpeciesInvalidExtentUnits
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int SpeciesTypeNotValidAttribute
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int SpeciesTypeNotValidComponent
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int StoichiometryMathNotValidComponent
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int StoichiometryMathNotYetSupported
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int StrictSBORequiredInL2v2
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int StrictSBORequiredInL2v3
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int StrictUnitsRequiredInL1
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int StrictUnitsRequiredInL2v1
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int StrictUnitsRequiredInL2v2
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int StrictUnitsRequiredInL2v3
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int SubstanceUnitsOnSpecies
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int SubsUnitsAllowedInKL
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int SubsUnitsNoLongerValid
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int ThreeDimensionalCompartmentUnits
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int TimeUnitsAllowedInKL
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int TimeUnitsEvent
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int TimeUnitsNoLongerValid
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int TimeUnitsRemoved
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int TriggerMathNotBoolean
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int TwoDimensionalCompartmentUnits
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int UnclosedXMLToken
          A value in the enumeration of all the error and warning codes returned by the XML layer in libSBML.
static int UndeclaredExtentUnitsL3
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int UndeclaredObjectUnitsL3
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int UndeclaredSpeciesInStoichMath
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int UndeclaredSpeciesRef
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int UndeclaredTimeUnitsL3
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int UndeclaredUnits
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int UndefinedOutsideCompartment
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int UndefinedXMLEntity
          A value in the enumeration of all the error and warning codes returned by the XML layer in libSBML.
static int UninterpretableXMLContent
          A value in the enumeration of all the error and warning codes returned by the XML layer in libSBML.
static int UNIT_KIND_AMPERE
          One of the possible predefined SBML units.
static int UNIT_KIND_AVOGADRO
          One of the possible predefined SBML units.
static int UNIT_KIND_BECQUEREL
          One of the possible predefined SBML units.
static int UNIT_KIND_CANDELA
          One of the possible predefined SBML units.
static int UNIT_KIND_CELSIUS
          One of the possible predefined SBML units.
static int UNIT_KIND_COULOMB
          One of the possible predefined SBML units.
static int UNIT_KIND_DIMENSIONLESS
          One of the possible predefined SBML units.
static int UNIT_KIND_FARAD
          One of the possible predefined SBML units.
static int UNIT_KIND_GRAM
          One of the possible predefined SBML units.
static int UNIT_KIND_GRAY
          One of the possible predefined SBML units.
static int UNIT_KIND_HENRY
          One of the possible predefined SBML units.
static int UNIT_KIND_HERTZ
          One of the possible predefined SBML units.
static int UNIT_KIND_INVALID
          One of the possible predefined SBML units.
static int UNIT_KIND_ITEM
          One of the possible predefined SBML units.
static int UNIT_KIND_JOULE
          One of the possible predefined SBML units.
static int UNIT_KIND_KATAL
          One of the possible predefined SBML units.
static int UNIT_KIND_KELVIN
          One of the possible predefined SBML units.
static int UNIT_KIND_KILOGRAM
          One of the possible predefined SBML units.
static int UNIT_KIND_LITER
          One of the possible predefined SBML units.
static int UNIT_KIND_LITRE
          One of the possible predefined SBML units.
static int UNIT_KIND_LUMEN
          One of the possible predefined SBML units.
static int UNIT_KIND_LUX
          One of the possible predefined SBML units.
static int UNIT_KIND_METER
          One of the possible predefined SBML units.
static int UNIT_KIND_METRE
          One of the possible predefined SBML units.
static int UNIT_KIND_MOLE
          One of the possible predefined SBML units.
static int UNIT_KIND_NEWTON
          One of the possible predefined SBML units.
static int UNIT_KIND_OHM
          One of the possible predefined SBML units.
static int UNIT_KIND_PASCAL
          One of the possible predefined SBML units.
static int UNIT_KIND_RADIAN
          One of the possible predefined SBML units.
static int UNIT_KIND_SECOND
          One of the possible predefined SBML units.
static int UNIT_KIND_SIEMENS
          One of the possible predefined SBML units.
static int UNIT_KIND_SIEVERT
          One of the possible predefined SBML units.
static int UNIT_KIND_STERADIAN
          One of the possible predefined SBML units.
static int UNIT_KIND_TESLA
          One of the possible predefined SBML units.
static int UNIT_KIND_VOLT
          One of the possible predefined SBML units.
static int UNIT_KIND_WATT
          One of the possible predefined SBML units.
static int UNIT_KIND_WEBER
          One of the possible predefined SBML units.
static int UnitsNotValidAttribute
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int UNKNOWN_QUALIFIER
          One of the possible MIRIAM annotation types used by CVTerm.
static int UnknownError
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int UnrecognisedSBOTerm
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int UnrecognizedElement
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int UnrecognizedXMLElement
          A value in the enumeration of all the error and warning codes returned by the XML layer in libSBML.
static int UnrecognizedXMLParserCode
          A value in the enumeration of all the error and warning codes returned by the XML layer in libSBML.
static int UnrequiredPackagePresent
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int ValuesFromTriggerTimeNeedDelay
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int VariableNotValidAttribute
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int VersionPositiveInteger
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int VolumeLitreDefExponentNotOne
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int VolumeMetreDefExponentNot3
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int XMLAttributeTypeMismatch
          A value in the enumeration of all the error and warning codes returned by the XML layer in libSBML.
static int XMLBadColon
          A value in the enumeration of all the error and warning codes returned by the XML layer in libSBML.
static int XMLBadNumber
          A value in the enumeration of all the error and warning codes returned by the XML layer in libSBML.
static int XMLBadUTF8Content
          A value in the enumeration of all the error and warning codes returned by the XML layer in libSBML.
static int XMLContentEmpty
          A value in the enumeration of all the error and warning codes returned by the XML layer in libSBML.
static int XMLEmptyValueNotPermitted
          A value in the enumeration of all the error and warning codes returned by the XML layer in libSBML.
static int XMLErrorCodesUpperBound
          A value in the enumeration of all the error and warning codes returned by the XML layer in libSBML.
static int XMLExpectedQuotedString
          A value in the enumeration of all the error and warning codes returned by the XML layer in libSBML.
static int XMLFileOperationError
          A value in the enumeration of all the error and warning codes returned by the XML layer in libSBML.
static int XMLFileUnreadable
          A value in the enumeration of all the error and warning codes returned by the XML layer in libSBML.
static int XMLFileUnwritable
          A value in the enumeration of all the error and warning codes returned by the XML layer in libSBML.
static int XMLNetworkAccessError
          A value in the enumeration of all the error and warning codes returned by the XML layer in libSBML.
static int XMLOutOfMemory
          A value in the enumeration of all the error and warning codes returned by the XML layer in libSBML.
static int XMLTagMismatch
          A value in the enumeration of all the error and warning codes returned by the XML layer in libSBML.
static int XMLTranscoderError
          A value in the enumeration of all the error and warning codes returned by the XML layer in libSBML.
static int XMLUnexpectedEOF
          A value in the enumeration of all the error and warning codes returned by the XML layer in libSBML.
static int XMLUnknownError
          A value in the enumeration of all the error and warning codes returned by the XML layer in libSBML.
static int ZeroDCompartmentContainment
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int ZeroDimensionalCompartmentConst
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int ZeroDimensionalCompartmentSize
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
static int ZeroDimensionalCompartmentUnits
          A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
 

Field Detail

LIBSBML_DOTTED_VERSION

static final String LIBSBML_DOTTED_VERSION
A version string of the form "1.2.3".

See Also:
Constant Field Values

LIBSBML_VERSION

static final int LIBSBML_VERSION
The version as an integer: version 1.2.3 becomes 10203. Since the major number comes first, the overall number will always increase when a new libSBML is released, making it easy to use less-than and greater-than comparisons when testing versions numbers.

See Also:
Constant Field Values

LIBSBML_VERSION_STRING

static final String LIBSBML_VERSION_STRING
The numeric version as a string: version 1.2.3 becomes "10203".

See Also:
Constant Field Values

LIBSBML_OPERATION_SUCCESS

static final int LIBSBML_OPERATION_SUCCESS
One of the possible libSBML operation return codes. This code has the following meaning: The operation was successful.

See Also:
Constant Field Values

LIBSBML_INDEX_EXCEEDS_SIZE

static final int LIBSBML_INDEX_EXCEEDS_SIZE
One of the possible libSBML operation return codes. This code has the following meaning: An index parameter exceeded the bounds of a data array or other collection used in the operation. This return value is typically returned by methods that take index numbers to refer to lists of objects, when the caller has provided an index that exceeds the bounds of the list. LibSBML provides methods for checking the size of list/sequence/collection structures, and callers should verify the sizes before calling methods that take index numbers.

See Also:
Constant Field Values

LIBSBML_UNEXPECTED_ATTRIBUTE

static final int LIBSBML_UNEXPECTED_ATTRIBUTE
One of the possible libSBML operation return codes. This code has the following meaning: The attribute that is the subject of this operation is not valid for the combination of SBML Level and Version for the underlying object. This can happen because libSBML strives to offer a uniform API for all SBML Levels and Versions, but some object attributes and elements are not defined for all SBML Levels and Versions. Calling programs are expected to be aware of which object structures they are working with, but when errors of this kind occur, they are reported using this return value.

See Also:
Constant Field Values

LIBSBML_OPERATION_FAILED

static final int LIBSBML_OPERATION_FAILED
One of the possible libSBML operation return codes. This code has the following meaning: The requested action could not be performed. This can occur in a variety of contexts, such as passing a null object as a parameter in a situation where it does not make sense to permit a null object.

See Also:
Constant Field Values

LIBSBML_INVALID_ATTRIBUTE_VALUE

static final int LIBSBML_INVALID_ATTRIBUTE_VALUE
One of the possible libSBML operation return codes. This code has the following meaning: A value passed as an argument to the method is not of a type that is valid for the operation or kind of object involved. For example, this return code is used when a calling program attempts to set an SBML object identifier to a string whose syntax does not conform to the SBML identifier syntax.

See Also:
Constant Field Values

LIBSBML_INVALID_OBJECT

static final int LIBSBML_INVALID_OBJECT
One of the possible libSBML operation return codes. This code has the following meaning: The object passed as an argument to the method is not of a type that is valid for the operation or kind of object involved. For example, handing an invalidly-constructed ASTNode to a method expecting an ASTNode will result in this error.

See Also:
Constant Field Values

LIBSBML_DUPLICATE_OBJECT_ID

static final int LIBSBML_DUPLICATE_OBJECT_ID
One of the possible libSBML operation return codes. This code has the following meaning: There already exists an object with this identifier in the context where this operation is being attempted. This error is typically returned in situations where SBML object identifiers must be unique, such as attempting to add two species with the same identifier to a model.

See Also:
Constant Field Values

LIBSBML_LEVEL_MISMATCH

static final int LIBSBML_LEVEL_MISMATCH
One of the possible libSBML operation return codes. This code has the following meaning: The SBML Level associated with the object does not match the Level of the parent object. This error can happen when an SBML component such as a species or compartment object is created outside of a model and a calling program then attempts to add the object to a model that has a different SBML Level defined.

See Also:
Constant Field Values

LIBSBML_VERSION_MISMATCH

static final int LIBSBML_VERSION_MISMATCH
One of the possible libSBML operation return codes. This code has the following meaning: The SBML Version within the SBML Level associated with the object does not match the Version of the parent object. This error can happen when an SBML component such as a species or compartment object is created outside of a model and a calling program then attempts to add the object to a model that has a different SBML Level+Version combination.

See Also:
Constant Field Values

LIBSBML_INVALID_XML_OPERATION

static final int LIBSBML_INVALID_XML_OPERATION
One of the possible libSBML operation return codes. This code has the following meaning: The XML operation attempted is not valid for the object or context involved. This error is typically returned by the XML interface layer of libSBML, when a calling program attempts to construct or manipulate XML in an invalid way.

See Also:
Constant Field Values

LIBSBML_NAMESPACE_MISMATCH

static final int LIBSBML_NAMESPACE_MISMATCH
One of the possible libSBML operation return codes. This code has the following meaning: The operation attempt could not be performed because the object(s) involved have mismatched XML namespaces for SBML Level/Versions. This typically means the properties of the SBMLNamespaces objects possessed by the SBML objects do not correspond in some way.

See Also:
Constant Field Values

LIBSBML_ANNOTATION_NAME_NOT_FOUND

static final int LIBSBML_ANNOTATION_NAME_NOT_FOUND
One of the possible libSBML operation return codes. This code has the following meaning: The existing annotation does not have a top-level element with the given name. This error is typically returned in situations one of the annotation replacement functions is being used to replace or remove an annotation with a name that does not match the name of any top-level element that is already present in the existing annotation.

See Also:
Constant Field Values

LIBSBML_ANNOTATION_NS_NOT_FOUND

static final int LIBSBML_ANNOTATION_NS_NOT_FOUND
One of the possible libSBML operation return codes. This code has the following meaning: The existing annotation does not have a top-level element with the given namespace. This error is typically returned in situations where one of the annotation replacement functinos is being used to remove an annotation with a namespace that does not match the namespace of any top-level element that is already present in the existing annotation.

See Also:
Constant Field Values

LIBSBML_PKG_VERSION_MISMATCH

static final int LIBSBML_PKG_VERSION_MISMATCH
One of the possible libSBML package operation return codes. This code has the following meaning: the Version of the package extension within the SBML Level and version associated with the object does not match the Version of the parent object. This error can happen when an SBML component object is created outside of a model, and a calling program then attempts to add the object to a model that has a different SBML Level+Version+Package Version combination.

See Also:
Constant Field Values

LIBSBML_PKG_UNKNOWN

static final int LIBSBML_PKG_UNKNOWN
One of the possible libSBML package operation return codes. This code has the following meaning: the required package extension is unknown. This error is typically returned when creating an object of SBase derived class with the required package, creating an object of SBMLNamespaces or its derived class with the required package, or invoking functions depending on the required package. To avoid this error, the library of the required package needs to be linked.

See Also:
Constant Field Values

LIBSBML_PKG_UNKNOWN_VERSION

static final int LIBSBML_PKG_UNKNOWN_VERSION
One of the possible libSBML package operation return codes. This code has the following meaning: The required version of the package extension is unknown. This error is typically returned when creating an object of SBase derived class with the required package, creating an object of SBMLNamespaces or its derived class with the required package, or invoking functions depending on the required package. This error may be avoided by updating the library of the required package to be linked.

See Also:
Constant Field Values

LIBSBML_PKG_DISABLED

static final int LIBSBML_PKG_DISABLED
One of the possible libSBML package operation return codes. This code has the following meaning: The required package extension is disabled. This error is typically returned when creating an object of SBase derived class with the required package, creating an object of SBMLNamespaces or its derived class with the required package, or invoking functions depending on the required package. To avoid this error, the library of the required package needs to be enabled.

See Also:
Constant Field Values

LIBSBML_PKG_CONFLICTED_VERSION

static final int LIBSBML_PKG_CONFLICTED_VERSION
One of the possible libSBML package operation return codes. This code has the following meaning: another version of the required package extension has already been enabled in the target SBase object, or enabled in the model to/in which the target object to be added/contained. This error is typically returned when adding an object of some SBase derived class with the required package to other SBase derived object, or when enabling the required package in the target object. To avoid this error, the conflict of versions need to be avoided.

See Also:
Constant Field Values

LIBSBML_PKG_CONFLICT

static final int LIBSBML_PKG_CONFLICT
One of the possible libSBML package operation return codes. This code has the following meaning: another SBML package extension for the same URI has already been registered. This error is typically returned when adding a SBML package extension to the SBMLExtensionRegistry. To avoid this error, ensure that SBML package extensions are only registered once.

See Also:
Constant Field Values

LIBSBML_CONV_INVALID_TARGET_NAMESPACE

static final int LIBSBML_CONV_INVALID_TARGET_NAMESPACE
One of the possible libSBML package operation return codes. This code has the following meaning: while attempting to convert the SBML document using SBMLLevelVersionConverter.convert() or related methods, the target namespace has been found to be invalid or unset. (The function SBMLNamespaces.isValidCombination() may be useful in detecting this situation and preventing the error.)

See Also:
Constant Field Values

LIBSBML_CONV_PKG_CONVERSION_NOT_AVAILABLE

static final int LIBSBML_CONV_PKG_CONVERSION_NOT_AVAILABLE
One of the possible libSBML package operation return codes. This code has the following meaning: conversions involving SBML Level 3 packages are not available in the given libSBML method. This error is typically returned when calling a converter that does not have the functionality to deal with SBML packages. To avoid this error, ensure that the requested ConversionProperties specifies packages.

See Also:
Constant Field Values

LIBSBML_CONV_INVALID_SRC_DOCUMENT

static final int LIBSBML_CONV_INVALID_SRC_DOCUMENT
One of the possible libSBML package operation return codes. This code has the following meaning: The document on which conversion is being requested is invalid and the requested conversion cannot be performed. This error is typically returned when a conversion routine has been given an invalid target document or the conversion requires a certain degree of validity that is not present in the document. To avoid this error use the SBMLDocument.checkConsistency() function to find and resolve errors before passing the document to a conversion method.

See Also:
Constant Field Values

LIBSBML_CONV_CONVERSION_NOT_AVAILABLE

static final int LIBSBML_CONV_CONVERSION_NOT_AVAILABLE
One of the possible libSBML package operation return codes. This code has the following meaning: conversion with the given properties is not yet available.

See Also:
Constant Field Values

SBML_UNKNOWN

static final int SBML_UNKNOWN
One of the possible SBML component type codes. LibSBML attaches an identifying code to every kind of SBML object. These are known as SBML type codes. In other languages, the set of type codes is stored in an enumeration; in the Java language interface for libSBML, the type codes are defined as static integer constants in the interface class libsbmlConstants. The names of the type codes all begin with the characters SBML_.

See Also:
Constant Field Values

SBML_COMPARTMENT

static final int SBML_COMPARTMENT
One of the possible SBML component type codes. LibSBML attaches an identifying code to every kind of SBML object. These are known as SBML type codes. In other languages, the set of type codes is stored in an enumeration; in the Java language interface for libSBML, the type codes are defined as static integer constants in the interface class libsbmlConstants. The names of the type codes all begin with the characters SBML_.

See Also:
Constant Field Values

SBML_COMPARTMENT_TYPE

static final int SBML_COMPARTMENT_TYPE
One of the possible SBML component type codes. LibSBML attaches an identifying code to every kind of SBML object. These are known as SBML type codes. In other languages, the set of type codes is stored in an enumeration; in the Java language interface for libSBML, the type codes are defined as static integer constants in the interface class libsbmlConstants. The names of the type codes all begin with the characters SBML_.

See Also:
Constant Field Values

SBML_CONSTRAINT

static final int SBML_CONSTRAINT
One of the possible SBML component type codes. LibSBML attaches an identifying code to every kind of SBML object. These are known as SBML type codes. In other languages, the set of type codes is stored in an enumeration; in the Java language interface for libSBML, the type codes are defined as static integer constants in the interface class libsbmlConstants. The names of the type codes all begin with the characters SBML_.

See Also:
Constant Field Values

SBML_DOCUMENT

static final int SBML_DOCUMENT
One of the possible SBML component type codes. LibSBML attaches an identifying code to every kind of SBML object. These are known as SBML type codes. In other languages, the set of type codes is stored in an enumeration; in the Java language interface for libSBML, the type codes are defined as static integer constants in the interface class libsbmlConstants. The names of the type codes all begin with the characters SBML_.

See Also:
Constant Field Values

SBML_EVENT

static final int SBML_EVENT
One of the possible SBML component type codes. LibSBML attaches an identifying code to every kind of SBML object. These are known as SBML type codes. In other languages, the set of type codes is stored in an enumeration; in the Java language interface for libSBML, the type codes are defined as static integer constants in the interface class libsbmlConstants. The names of the type codes all begin with the characters SBML_.

See Also:
Constant Field Values

SBML_EVENT_ASSIGNMENT

static final int SBML_EVENT_ASSIGNMENT
One of the possible SBML component type codes. LibSBML attaches an identifying code to every kind of SBML object. These are known as SBML type codes. In other languages, the set of type codes is stored in an enumeration; in the Java language interface for libSBML, the type codes are defined as static integer constants in the interface class libsbmlConstants. The names of the type codes all begin with the characters SBML_.

See Also:
Constant Field Values

SBML_FUNCTION_DEFINITION

static final int SBML_FUNCTION_DEFINITION
One of the possible SBML component type codes. LibSBML attaches an identifying code to every kind of SBML object. These are known as SBML type codes. In other languages, the set of type codes is stored in an enumeration; in the Java language interface for libSBML, the type codes are defined as static integer constants in the interface class libsbmlConstants. The names of the type codes all begin with the characters SBML_.

See Also:
Constant Field Values

SBML_INITIAL_ASSIGNMENT

static final int SBML_INITIAL_ASSIGNMENT
One of the possible SBML component type codes. LibSBML attaches an identifying code to every kind of SBML object. These are known as SBML type codes. In other languages, the set of type codes is stored in an enumeration; in the Java language interface for libSBML, the type codes are defined as static integer constants in the interface class libsbmlConstants. The names of the type codes all begin with the characters SBML_.

See Also:
Constant Field Values

SBML_KINETIC_LAW

static final int SBML_KINETIC_LAW
One of the possible SBML component type codes. LibSBML attaches an identifying code to every kind of SBML object. These are known as SBML type codes. In other languages, the set of type codes is stored in an enumeration; in the Java language interface for libSBML, the type codes are defined as static integer constants in the interface class libsbmlConstants. The names of the type codes all begin with the characters SBML_.

See Also:
Constant Field Values

SBML_LIST_OF

static final int SBML_LIST_OF
One of the possible SBML component type codes. LibSBML attaches an identifying code to every kind of SBML object. These are known as SBML type codes. In other languages, the set of type codes is stored in an enumeration; in the Java language interface for libSBML, the type codes are defined as static integer constants in the interface class libsbmlConstants. The names of the type codes all begin with the characters SBML_.

See Also:
Constant Field Values

SBML_MODEL

static final int SBML_MODEL
One of the possible SBML component type codes. LibSBML attaches an identifying code to every kind of SBML object. These are known as SBML type codes. In other languages, the set of type codes is stored in an enumeration; in the Java language interface for libSBML, the type codes are defined as static integer constants in the interface class libsbmlConstants. The names of the type codes all begin with the characters SBML_.

See Also:
Constant Field Values

SBML_PARAMETER

static final int SBML_PARAMETER
One of the possible SBML component type codes. LibSBML attaches an identifying code to every kind of SBML object. These are known as SBML type codes. In other languages, the set of type codes is stored in an enumeration; in the Java language interface for libSBML, the type codes are defined as static integer constants in the interface class libsbmlConstants. The names of the type codes all begin with the characters SBML_.

See Also:
Constant Field Values

SBML_REACTION

static final int SBML_REACTION
One of the possible SBML component type codes. LibSBML attaches an identifying code to every kind of SBML object. These are known as SBML type codes. In other languages, the set of type codes is stored in an enumeration; in the Java language interface for libSBML, the type codes are defined as static integer constants in the interface class libsbmlConstants. The names of the type codes all begin with the characters SBML_.

See Also:
Constant Field Values

SBML_RULE

static final int SBML_RULE
One of the possible SBML component type codes. LibSBML attaches an identifying code to every kind of SBML object. These are known as SBML type codes. In other languages, the set of type codes is stored in an enumeration; in the Java language interface for libSBML, the type codes are defined as static integer constants in the interface class libsbmlConstants. The names of the type codes all begin with the characters SBML_.

See Also:
Constant Field Values

SBML_SPECIES

static final int SBML_SPECIES
One of the possible SBML component type codes. LibSBML attaches an identifying code to every kind of SBML object. These are known as SBML type codes. In other languages, the set of type codes is stored in an enumeration; in the Java language interface for libSBML, the type codes are defined as static integer constants in the interface class libsbmlConstants. The names of the type codes all begin with the characters SBML_.

See Also:
Constant Field Values

SBML_SPECIES_REFERENCE

static final int SBML_SPECIES_REFERENCE
One of the possible SBML component type codes. LibSBML attaches an identifying code to every kind of SBML object. These are known as SBML type codes. In other languages, the set of type codes is stored in an enumeration; in the Java language interface for libSBML, the type codes are defined as static integer constants in the interface class libsbmlConstants. The names of the type codes all begin with the characters SBML_.

See Also:
Constant Field Values

SBML_SPECIES_TYPE

static final int SBML_SPECIES_TYPE
One of the possible SBML component type codes. LibSBML attaches an identifying code to every kind of SBML object. These are known as SBML type codes. In other languages, the set of type codes is stored in an enumeration; in the Java language interface for libSBML, the type codes are defined as static integer constants in the interface class libsbmlConstants. The names of the type codes all begin with the characters SBML_.

See Also:
Constant Field Values

SBML_MODIFIER_SPECIES_REFERENCE

static final int SBML_MODIFIER_SPECIES_REFERENCE
One of the possible SBML component type codes. LibSBML attaches an identifying code to every kind of SBML object. These are known as SBML type codes. In other languages, the set of type codes is stored in an enumeration; in the Java language interface for libSBML, the type codes are defined as static integer constants in the interface class libsbmlConstants. The names of the type codes all begin with the characters SBML_.

See Also:
Constant Field Values

SBML_UNIT_DEFINITION

static final int SBML_UNIT_DEFINITION
One of the possible SBML component type codes. LibSBML attaches an identifying code to every kind of SBML object. These are known as SBML type codes. In other languages, the set of type codes is stored in an enumeration; in the Java language interface for libSBML, the type codes are defined as static integer constants in the interface class libsbmlConstants. The names of the type codes all begin with the characters SBML_.

See Also:
Constant Field Values

SBML_UNIT

static final int SBML_UNIT
One of the possible SBML component type codes. LibSBML attaches an identifying code to every kind of SBML object. These are known as SBML type codes. In other languages, the set of type codes is stored in an enumeration; in the Java language interface for libSBML, the type codes are defined as static integer constants in the interface class libsbmlConstants. The names of the type codes all begin with the characters SBML_.

See Also:
Constant Field Values

SBML_ALGEBRAIC_RULE

static final int SBML_ALGEBRAIC_RULE
One of the possible SBML component type codes. LibSBML attaches an identifying code to every kind of SBML object. These are known as SBML type codes. In other languages, the set of type codes is stored in an enumeration; in the Java language interface for libSBML, the type codes are defined as static integer constants in the interface class libsbmlConstants. The names of the type codes all begin with the characters SBML_.

See Also:
Constant Field Values

SBML_ASSIGNMENT_RULE

static final int SBML_ASSIGNMENT_RULE
One of the possible SBML component type codes. LibSBML attaches an identifying code to every kind of SBML object. These are known as SBML type codes. In other languages, the set of type codes is stored in an enumeration; in the Java language interface for libSBML, the type codes are defined as static integer constants in the interface class libsbmlConstants. The names of the type codes all begin with the characters SBML_.

See Also:
Constant Field Values

SBML_RATE_RULE

static final int SBML_RATE_RULE
One of the possible SBML component type codes. LibSBML attaches an identifying code to every kind of SBML object. These are known as SBML type codes. In other languages, the set of type codes is stored in an enumeration; in the Java language interface for libSBML, the type codes are defined as static integer constants in the interface class libsbmlConstants. The names of the type codes all begin with the characters SBML_.

See Also:
Constant Field Values

SBML_SPECIES_CONCENTRATION_RULE

static final int SBML_SPECIES_CONCENTRATION_RULE
One of the possible SBML component type codes. LibSBML attaches an identifying code to every kind of SBML object. These are known as SBML type codes. In other languages, the set of type codes is stored in an enumeration; in the Java language interface for libSBML, the type codes are defined as static integer constants in the interface class libsbmlConstants. The names of the type codes all begin with the characters SBML_.

See Also:
Constant Field Values

SBML_COMPARTMENT_VOLUME_RULE

static final int SBML_COMPARTMENT_VOLUME_RULE
One of the possible SBML component type codes. LibSBML attaches an identifying code to every kind of SBML object. These are known as SBML type codes. In other languages, the set of type codes is stored in an enumeration; in the Java language interface for libSBML, the type codes are defined as static integer constants in the interface class libsbmlConstants. The names of the type codes all begin with the characters SBML_.

See Also:
Constant Field Values

SBML_PARAMETER_RULE

static final int SBML_PARAMETER_RULE
One of the possible SBML component type codes. LibSBML attaches an identifying code to every kind of SBML object. These are known as SBML type codes. In other languages, the set of type codes is stored in an enumeration; in the Java language interface for libSBML, the type codes are defined as static integer constants in the interface class libsbmlConstants. The names of the type codes all begin with the characters SBML_.

See Also:
Constant Field Values

SBML_TRIGGER

static final int SBML_TRIGGER
One of the possible SBML component type codes. LibSBML attaches an identifying code to every kind of SBML object. These are known as SBML type codes. In other languages, the set of type codes is stored in an enumeration; in the Java language interface for libSBML, the type codes are defined as static integer constants in the interface class libsbmlConstants. The names of the type codes all begin with the characters SBML_.

See Also:
Constant Field Values

SBML_DELAY

static final int SBML_DELAY
One of the possible SBML component type codes. LibSBML attaches an identifying code to every kind of SBML object. These are known as SBML type codes. In other languages, the set of type codes is stored in an enumeration; in the Java language interface for libSBML, the type codes are defined as static integer constants in the interface class libsbmlConstants. The names of the type codes all begin with the characters SBML_.

See Also:
Constant Field Values

SBML_STOICHIOMETRY_MATH

static final int SBML_STOICHIOMETRY_MATH
One of the possible SBML component type codes. LibSBML attaches an identifying code to every kind of SBML object. These are known as SBML type codes. In other languages, the set of type codes is stored in an enumeration; in the Java language interface for libSBML, the type codes are defined as static integer constants in the interface class libsbmlConstants. The names of the type codes all begin with the characters SBML_.

See Also:
Constant Field Values

SBML_LOCAL_PARAMETER

static final int SBML_LOCAL_PARAMETER
One of the possible SBML component type codes. LibSBML attaches an identifying code to every kind of SBML object. These are known as SBML type codes. In other languages, the set of type codes is stored in an enumeration; in the Java language interface for libSBML, the type codes are defined as static integer constants in the interface class libsbmlConstants. The names of the type codes all begin with the characters SBML_.

See Also:
Constant Field Values

SBML_PRIORITY

static final int SBML_PRIORITY
One of the possible SBML component type codes. LibSBML attaches an identifying code to every kind of SBML object. These are known as SBML type codes. In other languages, the set of type codes is stored in an enumeration; in the Java language interface for libSBML, the type codes are defined as static integer constants in the interface class libsbmlConstants. The names of the type codes all begin with the characters SBML_.

See Also:
Constant Field Values

SBML_FORMULA_UNITS_DATA

static final int SBML_FORMULA_UNITS_DATA
One of the possible SBML component type codes. LibSBML attaches an identifying code to every kind of SBML object. These are known as SBML type codes. In other languages, the set of type codes is stored in an enumeration; in the Java language interface for libSBML, the type codes are defined as static integer constants in the interface class libsbmlConstants. The names of the type codes all begin with the characters SBML_.

See Also:
Constant Field Values

SBML_LIST_FORMULA_UNITS_DATA

static final int SBML_LIST_FORMULA_UNITS_DATA
One of the possible SBML component type codes. LibSBML attaches an identifying code to every kind of SBML object. These are known as SBML type codes. In other languages, the set of type codes is stored in an enumeration; in the Java language interface for libSBML, the type codes are defined as static integer constants in the interface class libsbmlConstants. The names of the type codes all begin with the characters SBML_.

See Also:
Constant Field Values

SBML_LISTOF_COMPARTMENTS

static final int SBML_LISTOF_COMPARTMENTS
One of the possible SBML component type codes. LibSBML attaches an identifying code to every kind of SBML object. These are known as SBML type codes. In other languages, the set of type codes is stored in an enumeration; in the Java language interface for libSBML, the type codes are defined as static integer constants in the interface class libsbmlConstants. The names of the type codes all begin with the characters SBML_.

See Also:
Constant Field Values

SBML_LISTOF_COMPARTMENT_TYPES

static final int SBML_LISTOF_COMPARTMENT_TYPES
One of the possible SBML component type codes. LibSBML attaches an identifying code to every kind of SBML object. These are known as SBML type codes. In other languages, the set of type codes is stored in an enumeration; in the Java language interface for libSBML, the type codes are defined as static integer constants in the interface class libsbmlConstants. The names of the type codes all begin with the characters SBML_.

See Also:
Constant Field Values

SBML_LISTOF_CONSTRAINTS

static final int SBML_LISTOF_CONSTRAINTS
One of the possible SBML component type codes. LibSBML attaches an identifying code to every kind of SBML object. These are known as SBML type codes. In other languages, the set of type codes is stored in an enumeration; in the Java language interface for libSBML, the type codes are defined as static integer constants in the interface class libsbmlConstants. The names of the type codes all begin with the characters SBML_.

See Also:
Constant Field Values

SBML_LISTOF_EVENTS

static final int SBML_LISTOF_EVENTS
One of the possible SBML component type codes. LibSBML attaches an identifying code to every kind of SBML object. These are known as SBML type codes. In other languages, the set of type codes is stored in an enumeration; in the Java language interface for libSBML, the type codes are defined as static integer constants in the interface class libsbmlConstants. The names of the type codes all begin with the characters SBML_.

See Also:
Constant Field Values

SBML_LISTOF_EVENT_ASSIGNMENTS

static final int SBML_LISTOF_EVENT_ASSIGNMENTS
One of the possible SBML component type codes. LibSBML attaches an identifying code to every kind of SBML object. These are known as SBML type codes. In other languages, the set of type codes is stored in an enumeration; in the Java language interface for libSBML, the type codes are defined as static integer constants in the interface class libsbmlConstants. The names of the type codes all begin with the characters SBML_.

See Also:
Constant Field Values

SBML_LISTOF_FUNCTION_DEFINITIONS

static final int SBML_LISTOF_FUNCTION_DEFINITIONS
One of the possible SBML component type codes. LibSBML attaches an identifying code to every kind of SBML object. These are known as SBML type codes. In other languages, the set of type codes is stored in an enumeration; in the Java language interface for libSBML, the type codes are defined as static integer constants in the interface class libsbmlConstants. The names of the type codes all begin with the characters SBML_.

See Also:
Constant Field Values

SBML_LISTOF_INITIAL_ASSIGNMENTS

static final int SBML_LISTOF_INITIAL_ASSIGNMENTS
One of the possible SBML component type codes. LibSBML attaches an identifying code to every kind of SBML object. These are known as SBML type codes. In other languages, the set of type codes is stored in an enumeration; in the Java language interface for libSBML, the type codes are defined as static integer constants in the interface class libsbmlConstants. The names of the type codes all begin with the characters SBML_.

See Also:
Constant Field Values

SBML_LISTOF_PARAMETERS

static final int SBML_LISTOF_PARAMETERS
One of the possible SBML component type codes. LibSBML attaches an identifying code to every kind of SBML object. These are known as SBML type codes. In other languages, the set of type codes is stored in an enumeration; in the Java language interface for libSBML, the type codes are defined as static integer constants in the interface class libsbmlConstants. The names of the type codes all begin with the characters SBML_.

See Also:
Constant Field Values

SBML_LISTOF_REACTIONS

static final int SBML_LISTOF_REACTIONS
One of the possible SBML component type codes. LibSBML attaches an identifying code to every kind of SBML object. These are known as SBML type codes. In other languages, the set of type codes is stored in an enumeration; in the Java language interface for libSBML, the type codes are defined as static integer constants in the interface class libsbmlConstants. The names of the type codes all begin with the characters SBML_.

See Also:
Constant Field Values

SBML_LISTOF_RULES

static final int SBML_LISTOF_RULES
One of the possible SBML component type codes. LibSBML attaches an identifying code to every kind of SBML object. These are known as SBML type codes. In other languages, the set of type codes is stored in an enumeration; in the Java language interface for libSBML, the type codes are defined as static integer constants in the interface class libsbmlConstants. The names of the type codes all begin with the characters SBML_.

See Also:
Constant Field Values

SBML_LISTOF_SPECIES

static final int SBML_LISTOF_SPECIES
One of the possible SBML component type codes. LibSBML attaches an identifying code to every kind of SBML object. These are known as SBML type codes. In other languages, the set of type codes is stored in an enumeration; in the Java language interface for libSBML, the type codes are defined as static integer constants in the interface class libsbmlConstants. The names of the type codes all begin with the characters SBML_.

See Also:
Constant Field Values

SBML_LISTOF_SPECIES_REFERENCES

static final int SBML_LISTOF_SPECIES_REFERENCES
One of the possible SBML component type codes. LibSBML attaches an identifying code to every kind of SBML object. These are known as SBML type codes. In other languages, the set of type codes is stored in an enumeration; in the Java language interface for libSBML, the type codes are defined as static integer constants in the interface class libsbmlConstants. The names of the type codes all begin with the characters SBML_.

See Also:
Constant Field Values

SBML_LISTOF_SPECIES_TYPES

static final int SBML_LISTOF_SPECIES_TYPES
One of the possible SBML component type codes. LibSBML attaches an identifying code to every kind of SBML object. These are known as SBML type codes. In other languages, the set of type codes is stored in an enumeration; in the Java language interface for libSBML, the type codes are defined as static integer constants in the interface class libsbmlConstants. The names of the type codes all begin with the characters SBML_.

See Also:
Constant Field Values

SBML_LISTOF_UNIT_DEFINITIONS

static final int SBML_LISTOF_UNIT_DEFINITIONS
One of the possible SBML component type codes. LibSBML attaches an identifying code to every kind of SBML object. These are known as SBML type codes. In other languages, the set of type codes is stored in an enumeration; in the Java language interface for libSBML, the type codes are defined as static integer constants in the interface class libsbmlConstants. The names of the type codes all begin with the characters SBML_.

See Also:
Constant Field Values

SBML_LISTOF_UNITS

static final int SBML_LISTOF_UNITS
One of the possible SBML component type codes. LibSBML attaches an identifying code to every kind of SBML object. These are known as SBML type codes. In other languages, the set of type codes is stored in an enumeration; in the Java language interface for libSBML, the type codes are defined as static integer constants in the interface class libsbmlConstants. The names of the type codes all begin with the characters SBML_.

See Also:
Constant Field Values

UNIT_KIND_AMPERE

static final int UNIT_KIND_AMPERE
One of the possible predefined SBML units.

See Also:
Constant Field Values

UNIT_KIND_AVOGADRO

static final int UNIT_KIND_AVOGADRO
One of the possible predefined SBML units.

See Also:
Constant Field Values

UNIT_KIND_BECQUEREL

static final int UNIT_KIND_BECQUEREL
One of the possible predefined SBML units.

See Also:
Constant Field Values

UNIT_KIND_CANDELA

static final int UNIT_KIND_CANDELA
One of the possible predefined SBML units.

See Also:
Constant Field Values

UNIT_KIND_CELSIUS

static final int UNIT_KIND_CELSIUS
One of the possible predefined SBML units.

See Also:
Constant Field Values

UNIT_KIND_COULOMB

static final int UNIT_KIND_COULOMB
One of the possible predefined SBML units.

See Also:
Constant Field Values

UNIT_KIND_DIMENSIONLESS

static final int UNIT_KIND_DIMENSIONLESS
One of the possible predefined SBML units.

See Also:
Constant Field Values

UNIT_KIND_FARAD

static final int UNIT_KIND_FARAD
One of the possible predefined SBML units.

See Also:
Constant Field Values

UNIT_KIND_GRAM

static final int UNIT_KIND_GRAM
One of the possible predefined SBML units.

See Also:
Constant Field Values

UNIT_KIND_GRAY

static final int UNIT_KIND_GRAY
One of the possible predefined SBML units.

See Also:
Constant Field Values

UNIT_KIND_HENRY

static final int UNIT_KIND_HENRY
One of the possible predefined SBML units.

See Also:
Constant Field Values

UNIT_KIND_HERTZ

static final int UNIT_KIND_HERTZ
One of the possible predefined SBML units.

See Also:
Constant Field Values

UNIT_KIND_ITEM

static final int UNIT_KIND_ITEM
One of the possible predefined SBML units.

See Also:
Constant Field Values

UNIT_KIND_JOULE

static final int UNIT_KIND_JOULE
One of the possible predefined SBML units.

See Also:
Constant Field Values

UNIT_KIND_KATAL

static final int UNIT_KIND_KATAL
One of the possible predefined SBML units.

See Also:
Constant Field Values

UNIT_KIND_KELVIN

static final int UNIT_KIND_KELVIN
One of the possible predefined SBML units.

See Also:
Constant Field Values

UNIT_KIND_KILOGRAM

static final int UNIT_KIND_KILOGRAM
One of the possible predefined SBML units.

See Also:
Constant Field Values

UNIT_KIND_LITER

static final int UNIT_KIND_LITER
One of the possible predefined SBML units.

See Also:
Constant Field Values

UNIT_KIND_LITRE

static final int UNIT_KIND_LITRE
One of the possible predefined SBML units.

See Also:
Constant Field Values

UNIT_KIND_LUMEN

static final int UNIT_KIND_LUMEN
One of the possible predefined SBML units.

See Also:
Constant Field Values

UNIT_KIND_LUX

static final int UNIT_KIND_LUX
One of the possible predefined SBML units.

See Also:
Constant Field Values

UNIT_KIND_METER

static final int UNIT_KIND_METER
One of the possible predefined SBML units.

See Also:
Constant Field Values

UNIT_KIND_METRE

static final int UNIT_KIND_METRE
One of the possible predefined SBML units.

See Also:
Constant Field Values

UNIT_KIND_MOLE

static final int UNIT_KIND_MOLE
One of the possible predefined SBML units.

See Also:
Constant Field Values

UNIT_KIND_NEWTON

static final int UNIT_KIND_NEWTON
One of the possible predefined SBML units.

See Also:
Constant Field Values

UNIT_KIND_OHM

static final int UNIT_KIND_OHM
One of the possible predefined SBML units.

See Also:
Constant Field Values

UNIT_KIND_PASCAL

static final int UNIT_KIND_PASCAL
One of the possible predefined SBML units.

See Also:
Constant Field Values

UNIT_KIND_RADIAN

static final int UNIT_KIND_RADIAN
One of the possible predefined SBML units.

See Also:
Constant Field Values

UNIT_KIND_SECOND

static final int UNIT_KIND_SECOND
One of the possible predefined SBML units.

See Also:
Constant Field Values

UNIT_KIND_SIEMENS

static final int UNIT_KIND_SIEMENS
One of the possible predefined SBML units.

See Also:
Constant Field Values

UNIT_KIND_SIEVERT

static final int UNIT_KIND_SIEVERT
One of the possible predefined SBML units.

See Also:
Constant Field Values

UNIT_KIND_STERADIAN

static final int UNIT_KIND_STERADIAN
One of the possible predefined SBML units.

See Also:
Constant Field Values

UNIT_KIND_TESLA

static final int UNIT_KIND_TESLA
One of the possible predefined SBML units.

See Also:
Constant Field Values

UNIT_KIND_VOLT

static final int UNIT_KIND_VOLT
One of the possible predefined SBML units.

See Also:
Constant Field Values

UNIT_KIND_WATT

static final int UNIT_KIND_WATT
One of the possible predefined SBML units.

See Also:
Constant Field Values

UNIT_KIND_WEBER

static final int UNIT_KIND_WEBER
One of the possible predefined SBML units.

See Also:
Constant Field Values

UNIT_KIND_INVALID

static final int UNIT_KIND_INVALID
One of the possible predefined SBML units.

See Also:
Constant Field Values

RULE_TYPE_RATE

static final int RULE_TYPE_RATE
One of the possible SBML Rule object types.

See Also:
Constant Field Values

RULE_TYPE_SCALAR

static final int RULE_TYPE_SCALAR
One of the possible SBML Rule object types.

See Also:
Constant Field Values

RULE_TYPE_INVALID

static final int RULE_TYPE_INVALID
One of the possible SBML Rule object types.

See Also:
Constant Field Values

SBML_DEFAULT_LEVEL

static final int SBML_DEFAULT_LEVEL
The default SBML Level in this release of libSBML.

See Also:
Constant Field Values

SBML_DEFAULT_VERSION

static final int SBML_DEFAULT_VERSION
The default Version within the default SBML Level in this release of libSBML.

See Also:
Constant Field Values

SBML_XMLNS_L1

static final String SBML_XMLNS_L1
Character string storing the XML namespace URI for SBML Level 1.

See Also:
Constant Field Values

SBML_XMLNS_L2V1

static final String SBML_XMLNS_L2V1
Character string storing the XML namespace URI for SBML Level 2 Version 1.

See Also:
Constant Field Values

SBML_XMLNS_L2V2

static final String SBML_XMLNS_L2V2
Character string storing the XML namespace URI for SBML Level 2 Version 2.

See Also:
Constant Field Values

SBML_XMLNS_L2V3

static final String SBML_XMLNS_L2V3
Character string storing the XML namespace URI for SBML Level 2 Version 3.

See Also:
Constant Field Values

SBML_XMLNS_L2V4

static final String SBML_XMLNS_L2V4
Character string storing the XML namespace URI for SBML Level 2 Version 4.

See Also:
Constant Field Values

SBML_XMLNS_L3V1

static final String SBML_XMLNS_L3V1
Character string storing the XML namespace URI for SBML Level 3 Version 1 Core.

See Also:
Constant Field Values

AST_PLUS

static final int AST_PLUS
One of the possible ASTNode types. Each ASTNode has a type whose value is one of the elements of this enumeration.

See Also:
Constant Field Values

AST_MINUS

static final int AST_MINUS
One of the possible ASTNode types. Each ASTNode has a type whose value is one of the elements of this enumeration.

See Also:
Constant Field Values

AST_TIMES

static final int AST_TIMES
One of the possible ASTNode types. Each ASTNode has a type whose value is one of the elements of this enumeration.

See Also:
Constant Field Values

AST_DIVIDE

static final int AST_DIVIDE
One of the possible ASTNode types. Each ASTNode has a type whose value is one of the elements of this enumeration.

See Also:
Constant Field Values

AST_POWER

static final int AST_POWER
One of the possible ASTNode types. Each ASTNode has a type whose value is one of the elements of this enumeration.

See Also:
Constant Field Values

AST_INTEGER

static final int AST_INTEGER
One of the possible ASTNode types. Each ASTNode has a type whose value is one of the elements of this enumeration.

See Also:
Constant Field Values

AST_REAL

static final int AST_REAL
One of the possible ASTNode types. Each ASTNode has a type whose value is one of the elements of this enumeration.

See Also:
Constant Field Values

AST_REAL_E

static final int AST_REAL_E
One of the possible ASTNode types. Each ASTNode has a type whose value is one of the elements of this enumeration.

See Also:
Constant Field Values

AST_RATIONAL

static final int AST_RATIONAL
One of the possible ASTNode types. Each ASTNode has a type whose value is one of the elements of this enumeration.

See Also:
Constant Field Values

AST_NAME

static final int AST_NAME
One of the possible ASTNode types. Each ASTNode has a type whose value is one of the elements of this enumeration.

See Also:
Constant Field Values

AST_NAME_AVOGADRO

static final int AST_NAME_AVOGADRO
One of the possible ASTNode types. Each ASTNode has a type whose value is one of the elements of this enumeration.

See Also:
Constant Field Values

AST_NAME_TIME

static final int AST_NAME_TIME
One of the possible ASTNode types. Each ASTNode has a type whose value is one of the elements of this enumeration.

See Also:
Constant Field Values

AST_CONSTANT_E

static final int AST_CONSTANT_E
One of the possible ASTNode types. Each ASTNode has a type whose value is one of the elements of this enumeration.

See Also:
Constant Field Values

AST_CONSTANT_FALSE

static final int AST_CONSTANT_FALSE
One of the possible ASTNode types. Each ASTNode has a type whose value is one of the elements of this enumeration.

See Also:
Constant Field Values

AST_CONSTANT_PI

static final int AST_CONSTANT_PI
One of the possible ASTNode types. Each ASTNode has a type whose value is one of the elements of this enumeration.

See Also:
Constant Field Values

AST_CONSTANT_TRUE

static final int AST_CONSTANT_TRUE
One of the possible ASTNode types. Each ASTNode has a type whose value is one of the elements of this enumeration.

See Also:
Constant Field Values

AST_LAMBDA

static final int AST_LAMBDA
One of the possible ASTNode types. Each ASTNode has a type whose value is one of the elements of this enumeration.

See Also:
Constant Field Values

AST_FUNCTION

static final int AST_FUNCTION
One of the possible ASTNode types. Each ASTNode has a type whose value is one of the elements of this enumeration.

See Also:
Constant Field Values

AST_FUNCTION_ABS

static final int AST_FUNCTION_ABS
One of the possible ASTNode types. Each ASTNode has a type whose value is one of the elements of this enumeration.

See Also:
Constant Field Values

AST_FUNCTION_ARCCOS

static final int AST_FUNCTION_ARCCOS
One of the possible ASTNode types. Each ASTNode has a type whose value is one of the elements of this enumeration.

See Also:
Constant Field Values

AST_FUNCTION_ARCCOSH

static final int AST_FUNCTION_ARCCOSH
One of the possible ASTNode types. Each ASTNode has a type whose value is one of the elements of this enumeration.

See Also:
Constant Field Values

AST_FUNCTION_ARCCOT

static final int AST_FUNCTION_ARCCOT
One of the possible ASTNode types. Each ASTNode has a type whose value is one of the elements of this enumeration.

See Also:
Constant Field Values

AST_FUNCTION_ARCCOTH

static final int AST_FUNCTION_ARCCOTH
One of the possible ASTNode types. Each ASTNode has a type whose value is one of the elements of this enumeration.

See Also:
Constant Field Values

AST_FUNCTION_ARCCSC

static final int AST_FUNCTION_ARCCSC
One of the possible ASTNode types. Each ASTNode has a type whose value is one of the elements of this enumeration.

See Also:
Constant Field Values

AST_FUNCTION_ARCCSCH

static final int AST_FUNCTION_ARCCSCH
One of the possible ASTNode types. Each ASTNode has a type whose value is one of the elements of this enumeration.

See Also:
Constant Field Values

AST_FUNCTION_ARCSEC

static final int AST_FUNCTION_ARCSEC
One of the possible ASTNode types. Each ASTNode has a type whose value is one of the elements of this enumeration.

See Also:
Constant Field Values

AST_FUNCTION_ARCSECH

static final int AST_FUNCTION_ARCSECH
One of the possible ASTNode types. Each ASTNode has a type whose value is one of the elements of this enumeration.

See Also:
Constant Field Values

AST_FUNCTION_ARCSIN

static final int AST_FUNCTION_ARCSIN
One of the possible ASTNode types. Each ASTNode has a type whose value is one of the elements of this enumeration.

See Also:
Constant Field Values

AST_FUNCTION_ARCSINH

static final int AST_FUNCTION_ARCSINH
One of the possible ASTNode types. Each ASTNode has a type whose value is one of the elements of this enumeration.

See Also:
Constant Field Values

AST_FUNCTION_ARCTAN

static final int AST_FUNCTION_ARCTAN
One of the possible ASTNode types. Each ASTNode has a type whose value is one of the elements of this enumeration.

See Also:
Constant Field Values

AST_FUNCTION_ARCTANH

static final int AST_FUNCTION_ARCTANH
One of the possible ASTNode types. Each ASTNode has a type whose value is one of the elements of this enumeration.

See Also:
Constant Field Values

AST_FUNCTION_CEILING

static final int AST_FUNCTION_CEILING
One of the possible ASTNode types. Each ASTNode has a type whose value is one of the elements of this enumeration.

See Also:
Constant Field Values

AST_FUNCTION_COS

static final int AST_FUNCTION_COS
One of the possible ASTNode types. Each ASTNode has a type whose value is one of the elements of this enumeration.

See Also:
Constant Field Values

AST_FUNCTION_COSH

static final int AST_FUNCTION_COSH
One of the possible ASTNode types. Each ASTNode has a type whose value is one of the elements of this enumeration.

See Also:
Constant Field Values

AST_FUNCTION_COT

static final int AST_FUNCTION_COT
One of the possible ASTNode types. Each ASTNode has a type whose value is one of the elements of this enumeration.

See Also:
Constant Field Values

AST_FUNCTION_COTH

static final int AST_FUNCTION_COTH
One of the possible ASTNode types. Each ASTNode has a type whose value is one of the elements of this enumeration.

See Also:
Constant Field Values

AST_FUNCTION_CSC

static final int AST_FUNCTION_CSC
One of the possible ASTNode types. Each ASTNode has a type whose value is one of the elements of this enumeration.

See Also:
Constant Field Values

AST_FUNCTION_CSCH

static final int AST_FUNCTION_CSCH
One of the possible ASTNode types. Each ASTNode has a type whose value is one of the elements of this enumeration.

See Also:
Constant Field Values

AST_FUNCTION_DELAY

static final int AST_FUNCTION_DELAY
One of the possible ASTNode types. Each ASTNode has a type whose value is one of the elements of this enumeration.

See Also:
Constant Field Values

AST_FUNCTION_EXP

static final int AST_FUNCTION_EXP
One of the possible ASTNode types. Each ASTNode has a type whose value is one of the elements of this enumeration.

See Also:
Constant Field Values

AST_FUNCTION_FACTORIAL

static final int AST_FUNCTION_FACTORIAL
One of the possible ASTNode types. Each ASTNode has a type whose value is one of the elements of this enumeration.

See Also:
Constant Field Values

AST_FUNCTION_FLOOR

static final int AST_FUNCTION_FLOOR
One of the possible ASTNode types. Each ASTNode has a type whose value is one of the elements of this enumeration.

See Also:
Constant Field Values

AST_FUNCTION_LN

static final int AST_FUNCTION_LN
One of the possible ASTNode types. Each ASTNode has a type whose value is one of the elements of this enumeration.

See Also:
Constant Field Values

AST_FUNCTION_LOG

static final int AST_FUNCTION_LOG
One of the possible ASTNode types. Each ASTNode has a type whose value is one of the elements of this enumeration.

See Also:
Constant Field Values

AST_FUNCTION_PIECEWISE

static final int AST_FUNCTION_PIECEWISE
One of the possible ASTNode types. Each ASTNode has a type whose value is one of the elements of this enumeration.

See Also:
Constant Field Values

AST_FUNCTION_POWER

static final int AST_FUNCTION_POWER
One of the possible ASTNode types. Each ASTNode has a type whose value is one of the elements of this enumeration.

See Also:
Constant Field Values

AST_FUNCTION_ROOT

static final int AST_FUNCTION_ROOT
One of the possible ASTNode types. Each ASTNode has a type whose value is one of the elements of this enumeration.

See Also:
Constant Field Values

AST_FUNCTION_SEC

static final int AST_FUNCTION_SEC
One of the possible ASTNode types. Each ASTNode has a type whose value is one of the elements of this enumeration.

See Also:
Constant Field Values

AST_FUNCTION_SECH

static final int AST_FUNCTION_SECH
One of the possible ASTNode types. Each ASTNode has a type whose value is one of the elements of this enumeration.

See Also:
Constant Field Values

AST_FUNCTION_SIN

static final int AST_FUNCTION_SIN
One of the possible ASTNode types. Each ASTNode has a type whose value is one of the elements of this enumeration.

See Also:
Constant Field Values

AST_FUNCTION_SINH

static final int AST_FUNCTION_SINH
One of the possible ASTNode types. Each ASTNode has a type whose value is one of the elements of this enumeration.

See Also:
Constant Field Values

AST_FUNCTION_TAN

static final int AST_FUNCTION_TAN
One of the possible ASTNode types. Each ASTNode has a type whose value is one of the elements of this enumeration.

See Also:
Constant Field Values

AST_FUNCTION_TANH

static final int AST_FUNCTION_TANH
One of the possible ASTNode types. Each ASTNode has a type whose value is one of the elements of this enumeration.

See Also:
Constant Field Values

AST_LOGICAL_AND

static final int AST_LOGICAL_AND
One of the possible ASTNode types. Each ASTNode has a type whose value is one of the elements of this enumeration.

See Also:
Constant Field Values

AST_LOGICAL_NOT

static final int AST_LOGICAL_NOT
One of the possible ASTNode types. Each ASTNode has a type whose value is one of the elements of this enumeration.

See Also:
Constant Field Values

AST_LOGICAL_OR

static final int AST_LOGICAL_OR
One of the possible ASTNode types. Each ASTNode has a type whose value is one of the elements of this enumeration.

See Also:
Constant Field Values

AST_LOGICAL_XOR

static final int AST_LOGICAL_XOR
One of the possible ASTNode types. Each ASTNode has a type whose value is one of the elements of this enumeration.

See Also:
Constant Field Values

AST_RELATIONAL_EQ

static final int AST_RELATIONAL_EQ
One of the possible ASTNode types. Each ASTNode has a type whose value is one of the elements of this enumeration.

See Also:
Constant Field Values

AST_RELATIONAL_GEQ

static final int AST_RELATIONAL_GEQ
One of the possible ASTNode types. Each ASTNode has a type whose value is one of the elements of this enumeration.

See Also:
Constant Field Values

AST_RELATIONAL_GT

static final int AST_RELATIONAL_GT
One of the possible ASTNode types. Each ASTNode has a type whose value is one of the elements of this enumeration.

See Also:
Constant Field Values

AST_RELATIONAL_LEQ

static final int AST_RELATIONAL_LEQ
One of the possible ASTNode types. Each ASTNode has a type whose value is one of the elements of this enumeration.

See Also:
Constant Field Values

AST_RELATIONAL_LT

static final int AST_RELATIONAL_LT
One of the possible ASTNode types. Each ASTNode has a type whose value is one of the elements of this enumeration.

See Also:
Constant Field Values

AST_RELATIONAL_NEQ

static final int AST_RELATIONAL_NEQ
One of the possible ASTNode types. Each ASTNode has a type whose value is one of the elements of this enumeration.

See Also:
Constant Field Values

AST_UNKNOWN

static final int AST_UNKNOWN
One of the possible ASTNode types. Each ASTNode has a type whose value is one of the elements of this enumeration.

See Also:
Constant Field Values

L3P_PARSE_LOG_AS_LOG10

static final int L3P_PARSE_LOG_AS_LOG10
Parse log(x) as the base-10 logarithm of x.

See Also:
Constant Field Values

L3P_PARSE_LOG_AS_LN

static final int L3P_PARSE_LOG_AS_LN
Parse log(x) as the natural logarithm of x.

See Also:
Constant Field Values

L3P_PARSE_LOG_AS_ERROR

static final int L3P_PARSE_LOG_AS_ERROR
Refuse to parse log(x) at all, and set an error message telling the user to use log10(x), ln(x), or log(base, x) instead.

See Also:
Constant Field Values

L3P_COLLAPSE_UNARY_MINUS

static final boolean L3P_COLLAPSE_UNARY_MINUS
Collapse unary minuses where possible when parsing text-string formulas.

See Also:
Constant Field Values

L3P_EXPAND_UNARY_MINUS

static final boolean L3P_EXPAND_UNARY_MINUS
Retain unary minuses in the AST representation when parsing text-string formulas.

See Also:
Constant Field Values

L3P_PARSE_UNITS

static final boolean L3P_PARSE_UNITS
Parse units in text-string formulas when parsing text-string formulas.

See Also:
Constant Field Values

L3P_NO_UNITS

static final boolean L3P_NO_UNITS
Do not recognize units in text-string formulas—treat them as errors.

See Also:
Constant Field Values

L3P_AVOGADRO_IS_CSYMBOL

static final boolean L3P_AVOGADRO_IS_CSYMBOL
Recognize 'avogadro' as an SBML Level 3 symbol when parsing text-string formulas.

See Also:
Constant Field Values

L3P_AVOGADRO_IS_NAME

static final boolean L3P_AVOGADRO_IS_NAME
Do not treat 'avogadro' specially—consider it a plain symbol name when parsing text-string formulas.

See Also:
Constant Field Values

XMLUnknownError

static final int XMLUnknownError
A value in the enumeration of all the error and warning codes returned by the XML layer in libSBML. Please consult the documentation for XMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

XMLOutOfMemory

static final int XMLOutOfMemory
A value in the enumeration of all the error and warning codes returned by the XML layer in libSBML. Please consult the documentation for XMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

XMLFileUnreadable

static final int XMLFileUnreadable
A value in the enumeration of all the error and warning codes returned by the XML layer in libSBML. Please consult the documentation for XMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

XMLFileUnwritable

static final int XMLFileUnwritable
A value in the enumeration of all the error and warning codes returned by the XML layer in libSBML. Please consult the documentation for XMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

XMLFileOperationError

static final int XMLFileOperationError
A value in the enumeration of all the error and warning codes returned by the XML layer in libSBML. Please consult the documentation for XMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

XMLNetworkAccessError

static final int XMLNetworkAccessError
A value in the enumeration of all the error and warning codes returned by the XML layer in libSBML. Please consult the documentation for XMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

InternalXMLParserError

static final int InternalXMLParserError
A value in the enumeration of all the error and warning codes returned by the XML layer in libSBML. Please consult the documentation for XMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

UnrecognizedXMLParserCode

static final int UnrecognizedXMLParserCode
A value in the enumeration of all the error and warning codes returned by the XML layer in libSBML. Please consult the documentation for XMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

XMLTranscoderError

static final int XMLTranscoderError
A value in the enumeration of all the error and warning codes returned by the XML layer in libSBML. Please consult the documentation for XMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

MissingXMLDecl

static final int MissingXMLDecl
A value in the enumeration of all the error and warning codes returned by the XML layer in libSBML. Please consult the documentation for XMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

MissingXMLEncoding

static final int MissingXMLEncoding
A value in the enumeration of all the error and warning codes returned by the XML layer in libSBML. Please consult the documentation for XMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

BadXMLDecl

static final int BadXMLDecl
A value in the enumeration of all the error and warning codes returned by the XML layer in libSBML. Please consult the documentation for XMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

BadXMLDOCTYPE

static final int BadXMLDOCTYPE
A value in the enumeration of all the error and warning codes returned by the XML layer in libSBML. Please consult the documentation for XMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

InvalidCharInXML

static final int InvalidCharInXML
A value in the enumeration of all the error and warning codes returned by the XML layer in libSBML. Please consult the documentation for XMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

BadlyFormedXML

static final int BadlyFormedXML
A value in the enumeration of all the error and warning codes returned by the XML layer in libSBML. Please consult the documentation for XMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

UnclosedXMLToken

static final int UnclosedXMLToken
A value in the enumeration of all the error and warning codes returned by the XML layer in libSBML. Please consult the documentation for XMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

InvalidXMLConstruct

static final int InvalidXMLConstruct
A value in the enumeration of all the error and warning codes returned by the XML layer in libSBML. Please consult the documentation for XMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

XMLTagMismatch

static final int XMLTagMismatch
A value in the enumeration of all the error and warning codes returned by the XML layer in libSBML. Please consult the documentation for XMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

DuplicateXMLAttribute

static final int DuplicateXMLAttribute
A value in the enumeration of all the error and warning codes returned by the XML layer in libSBML. Please consult the documentation for XMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

UndefinedXMLEntity

static final int UndefinedXMLEntity
A value in the enumeration of all the error and warning codes returned by the XML layer in libSBML. Please consult the documentation for XMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

BadProcessingInstruction

static final int BadProcessingInstruction
A value in the enumeration of all the error and warning codes returned by the XML layer in libSBML. Please consult the documentation for XMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

BadXMLPrefix

static final int BadXMLPrefix
A value in the enumeration of all the error and warning codes returned by the XML layer in libSBML. Please consult the documentation for XMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

BadXMLPrefixValue

static final int BadXMLPrefixValue
A value in the enumeration of all the error and warning codes returned by the XML layer in libSBML. Please consult the documentation for XMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

MissingXMLRequiredAttribute

static final int MissingXMLRequiredAttribute
A value in the enumeration of all the error and warning codes returned by the XML layer in libSBML. Please consult the documentation for XMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

XMLAttributeTypeMismatch

static final int XMLAttributeTypeMismatch
A value in the enumeration of all the error and warning codes returned by the XML layer in libSBML. Please consult the documentation for XMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

XMLBadUTF8Content

static final int XMLBadUTF8Content
A value in the enumeration of all the error and warning codes returned by the XML layer in libSBML. Please consult the documentation for XMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

MissingXMLAttributeValue

static final int MissingXMLAttributeValue
A value in the enumeration of all the error and warning codes returned by the XML layer in libSBML. Please consult the documentation for XMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

BadXMLAttributeValue

static final int BadXMLAttributeValue
A value in the enumeration of all the error and warning codes returned by the XML layer in libSBML. Please consult the documentation for XMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

BadXMLAttribute

static final int BadXMLAttribute
A value in the enumeration of all the error and warning codes returned by the XML layer in libSBML. Please consult the documentation for XMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

UnrecognizedXMLElement

static final int UnrecognizedXMLElement
A value in the enumeration of all the error and warning codes returned by the XML layer in libSBML. Please consult the documentation for XMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

BadXMLComment

static final int BadXMLComment
A value in the enumeration of all the error and warning codes returned by the XML layer in libSBML. Please consult the documentation for XMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

BadXMLDeclLocation

static final int BadXMLDeclLocation
A value in the enumeration of all the error and warning codes returned by the XML layer in libSBML. Please consult the documentation for XMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

XMLUnexpectedEOF

static final int XMLUnexpectedEOF
A value in the enumeration of all the error and warning codes returned by the XML layer in libSBML. Please consult the documentation for XMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

BadXMLIDValue

static final int BadXMLIDValue
A value in the enumeration of all the error and warning codes returned by the XML layer in libSBML. Please consult the documentation for XMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

BadXMLIDRef

static final int BadXMLIDRef
A value in the enumeration of all the error and warning codes returned by the XML layer in libSBML. Please consult the documentation for XMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

UninterpretableXMLContent

static final int UninterpretableXMLContent
A value in the enumeration of all the error and warning codes returned by the XML layer in libSBML. Please consult the documentation for XMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

BadXMLDocumentStructure

static final int BadXMLDocumentStructure
A value in the enumeration of all the error and warning codes returned by the XML layer in libSBML. Please consult the documentation for XMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

InvalidAfterXMLContent

static final int InvalidAfterXMLContent
A value in the enumeration of all the error and warning codes returned by the XML layer in libSBML. Please consult the documentation for XMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

XMLExpectedQuotedString

static final int XMLExpectedQuotedString
A value in the enumeration of all the error and warning codes returned by the XML layer in libSBML. Please consult the documentation for XMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

XMLEmptyValueNotPermitted

static final int XMLEmptyValueNotPermitted
A value in the enumeration of all the error and warning codes returned by the XML layer in libSBML. Please consult the documentation for XMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

XMLBadNumber

static final int XMLBadNumber
A value in the enumeration of all the error and warning codes returned by the XML layer in libSBML. Please consult the documentation for XMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

XMLBadColon

static final int XMLBadColon
A value in the enumeration of all the error and warning codes returned by the XML layer in libSBML. Please consult the documentation for XMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

MissingXMLElements

static final int MissingXMLElements
A value in the enumeration of all the error and warning codes returned by the XML layer in libSBML. Please consult the documentation for XMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

XMLContentEmpty

static final int XMLContentEmpty
A value in the enumeration of all the error and warning codes returned by the XML layer in libSBML. Please consult the documentation for XMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

XMLErrorCodesUpperBound

static final int XMLErrorCodesUpperBound
A value in the enumeration of all the error and warning codes returned by the XML layer in libSBML. Please consult the documentation for XMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

LIBSBML_CAT_INTERNAL

static final int LIBSBML_CAT_INTERNAL
Category code for errors in the XML layer. This code has the following meaning: A problem involving the libSBML software itself or the underlying XML parser. This almost certainly indicates a software defect (i.e., bug) in libSBML. Please report instances of this to the libSBML developers.

See Also:
Constant Field Values

LIBSBML_CAT_SYSTEM

static final int LIBSBML_CAT_SYSTEM
Category code for errors in the XML layer. This code has the following meaning: A problem reported by the operating system, such as an inability to read or write a file. This indicates something that is not a program error but is outside of the control of libSBML.

See Also:
Constant Field Values

LIBSBML_CAT_XML

static final int LIBSBML_CAT_XML
Category code for errors in the XML layer. This code has the following meaning: A problem in the XML content itself. This usually arises from malformed XML or the use of constructs not permitted in SBML.

See Also:
Constant Field Values

LIBSBML_SEV_INFO

static final int LIBSBML_SEV_INFO
Severity code for errors in the XML layer. This code has the following meaning: The error is actually informational and not necessarily a serious problem.

See Also:
Constant Field Values

LIBSBML_SEV_WARNING

static final int LIBSBML_SEV_WARNING
Severity code for errors in the XML layer. This code has the following meaning: The error object represents a problem that is not serious enough to necessarily stop the problem, but applications should take note of the problem and evaluate what its implications may be.

See Also:
Constant Field Values

LIBSBML_SEV_ERROR

static final int LIBSBML_SEV_ERROR
Severity code for errors in the XML layer. This code has the following meaning: The error object represents a serious error. The application may continue running but it is unlikely to be able to continue processing the same XML file or data stream.

See Also:
Constant Field Values

LIBSBML_SEV_FATAL

static final int LIBSBML_SEV_FATAL
Severity code for errors in the XML layer. This code has the following meaning: A serious error occurred, such as an out-of-memory condition, and the software should terminate immediately.

See Also:
Constant Field Values

UnknownError

static final int UnknownError
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

NotUTF8

static final int NotUTF8
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

UnrecognizedElement

static final int UnrecognizedElement
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

NotSchemaConformant

static final int NotSchemaConformant
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

L3NotSchemaConformant

static final int L3NotSchemaConformant
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

InvalidMathElement

static final int InvalidMathElement
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

DisallowedMathMLSymbol

static final int DisallowedMathMLSymbol
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

DisallowedMathMLEncodingUse

static final int DisallowedMathMLEncodingUse
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

DisallowedDefinitionURLUse

static final int DisallowedDefinitionURLUse
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

BadCsymbolDefinitionURLValue

static final int BadCsymbolDefinitionURLValue
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

DisallowedMathTypeAttributeUse

static final int DisallowedMathTypeAttributeUse
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

DisallowedMathTypeAttributeValue

static final int DisallowedMathTypeAttributeValue
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

LambdaOnlyAllowedInFunctionDef

static final int LambdaOnlyAllowedInFunctionDef
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

BooleanOpsNeedBooleanArgs

static final int BooleanOpsNeedBooleanArgs
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

NumericOpsNeedNumericArgs

static final int NumericOpsNeedNumericArgs
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

ArgsToEqNeedSameType

static final int ArgsToEqNeedSameType
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

PiecewiseNeedsConsistentTypes

static final int PiecewiseNeedsConsistentTypes
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

PieceNeedsBoolean

static final int PieceNeedsBoolean
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

ApplyCiMustBeUserFunction

static final int ApplyCiMustBeUserFunction
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

ApplyCiMustBeModelComponent

static final int ApplyCiMustBeModelComponent
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

KineticLawParametersAreLocalOnly

static final int KineticLawParametersAreLocalOnly
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

MathResultMustBeNumeric

static final int MathResultMustBeNumeric
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

OpsNeedCorrectNumberOfArgs

static final int OpsNeedCorrectNumberOfArgs
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

InvalidNoArgsPassedToFunctionDef

static final int InvalidNoArgsPassedToFunctionDef
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

DisallowedMathUnitsUse

static final int DisallowedMathUnitsUse
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

InvalidUnitsValue

static final int InvalidUnitsValue
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

DuplicateComponentId

static final int DuplicateComponentId
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

DuplicateUnitDefinitionId

static final int DuplicateUnitDefinitionId
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

DuplicateLocalParameterId

static final int DuplicateLocalParameterId
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

MultipleAssignmentOrRateRules

static final int MultipleAssignmentOrRateRules
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

MultipleEventAssignmentsForId

static final int MultipleEventAssignmentsForId
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

EventAndAssignmentRuleForId

static final int EventAndAssignmentRuleForId
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

DuplicateMetaId

static final int DuplicateMetaId
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

InvalidSBOTermSyntax

static final int InvalidSBOTermSyntax
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

InvalidMetaidSyntax

static final int InvalidMetaidSyntax
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

InvalidIdSyntax

static final int InvalidIdSyntax
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

InvalidUnitIdSyntax

static final int InvalidUnitIdSyntax
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

InvalidNameSyntax

static final int InvalidNameSyntax
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

MissingAnnotationNamespace

static final int MissingAnnotationNamespace
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

DuplicateAnnotationNamespaces

static final int DuplicateAnnotationNamespaces
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

SBMLNamespaceInAnnotation

static final int SBMLNamespaceInAnnotation
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

MultipleAnnotations

static final int MultipleAnnotations
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

InconsistentArgUnits

static final int InconsistentArgUnits
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

InconsistentKineticLawUnitsL3

static final int InconsistentKineticLawUnitsL3
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

AssignRuleCompartmentMismatch

static final int AssignRuleCompartmentMismatch
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

AssignRuleSpeciesMismatch

static final int AssignRuleSpeciesMismatch
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

AssignRuleParameterMismatch

static final int AssignRuleParameterMismatch
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

AssignRuleStoichiometryMismatch

static final int AssignRuleStoichiometryMismatch
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

InitAssignCompartmenMismatch

static final int InitAssignCompartmenMismatch
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

InitAssignSpeciesMismatch

static final int InitAssignSpeciesMismatch
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

InitAssignParameterMismatch

static final int InitAssignParameterMismatch
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

InitAssignStoichiometryMismatch

static final int InitAssignStoichiometryMismatch
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

RateRuleCompartmentMismatch

static final int RateRuleCompartmentMismatch
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

RateRuleSpeciesMismatch

static final int RateRuleSpeciesMismatch
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

RateRuleParameterMismatch

static final int RateRuleParameterMismatch
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

RateRuleStoichiometryMismatch

static final int RateRuleStoichiometryMismatch
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

KineticLawNotSubstancePerTime

static final int KineticLawNotSubstancePerTime
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

SpeciesInvalidExtentUnits

static final int SpeciesInvalidExtentUnits
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

DelayUnitsNotTime

static final int DelayUnitsNotTime
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

EventAssignCompartmentMismatch

static final int EventAssignCompartmentMismatch
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

EventAssignSpeciesMismatch

static final int EventAssignSpeciesMismatch
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

EventAssignParameterMismatch

static final int EventAssignParameterMismatch
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

EventAssignStoichiometryMismatch

static final int EventAssignStoichiometryMismatch
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

PriorityUnitsNotDimensionless

static final int PriorityUnitsNotDimensionless
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

OverdeterminedSystem

static final int OverdeterminedSystem
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

InvalidModelSBOTerm

static final int InvalidModelSBOTerm
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

InvalidFunctionDefSBOTerm

static final int InvalidFunctionDefSBOTerm
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

InvalidParameterSBOTerm

static final int InvalidParameterSBOTerm
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

InvalidInitAssignSBOTerm

static final int InvalidInitAssignSBOTerm
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

InvalidRuleSBOTerm

static final int InvalidRuleSBOTerm
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

InvalidConstraintSBOTerm

static final int InvalidConstraintSBOTerm
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

InvalidReactionSBOTerm

static final int InvalidReactionSBOTerm
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

InvalidSpeciesReferenceSBOTerm

static final int InvalidSpeciesReferenceSBOTerm
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

InvalidKineticLawSBOTerm

static final int InvalidKineticLawSBOTerm
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

InvalidEventSBOTerm

static final int InvalidEventSBOTerm
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

InvalidEventAssignmentSBOTerm

static final int InvalidEventAssignmentSBOTerm
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

InvalidCompartmentSBOTerm

static final int InvalidCompartmentSBOTerm
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

InvalidSpeciesSBOTerm

static final int InvalidSpeciesSBOTerm
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

InvalidCompartmentTypeSBOTerm

static final int InvalidCompartmentTypeSBOTerm
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

InvalidSpeciesTypeSBOTerm

static final int InvalidSpeciesTypeSBOTerm
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

InvalidTriggerSBOTerm

static final int InvalidTriggerSBOTerm
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

InvalidDelaySBOTerm

static final int InvalidDelaySBOTerm
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

NotesNotInXHTMLNamespace

static final int NotesNotInXHTMLNamespace
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

NotesContainsXMLDecl

static final int NotesContainsXMLDecl
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

NotesContainsDOCTYPE

static final int NotesContainsDOCTYPE
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

InvalidNotesContent

static final int InvalidNotesContent
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

OnlyOneNotesElementAllowed

static final int OnlyOneNotesElementAllowed
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

InvalidNamespaceOnSBML

static final int InvalidNamespaceOnSBML
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

MissingOrInconsistentLevel

static final int MissingOrInconsistentLevel
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

MissingOrInconsistentVersion

static final int MissingOrInconsistentVersion
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

PackageNSMustMatch

static final int PackageNSMustMatch
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

LevelPositiveInteger

static final int LevelPositiveInteger
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

VersionPositiveInteger

static final int VersionPositiveInteger
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

AllowedAttributesOnSBML

static final int AllowedAttributesOnSBML
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

MissingModel

static final int MissingModel
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

IncorrectOrderInModel

static final int IncorrectOrderInModel
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

EmptyListElement

static final int EmptyListElement
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

NeedCompartmentIfHaveSpecies

static final int NeedCompartmentIfHaveSpecies
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

OneOfEachListOf

static final int OneOfEachListOf
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

OnlyFuncDefsInListOfFuncDefs

static final int OnlyFuncDefsInListOfFuncDefs
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

OnlyUnitDefsInListOfUnitDefs

static final int OnlyUnitDefsInListOfUnitDefs
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

OnlyCompartmentsInListOfCompartments

static final int OnlyCompartmentsInListOfCompartments
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

OnlySpeciesInListOfSpecies

static final int OnlySpeciesInListOfSpecies
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

OnlyParametersInListOfParameters

static final int OnlyParametersInListOfParameters
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

OnlyInitAssignsInListOfInitAssigns

static final int OnlyInitAssignsInListOfInitAssigns
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

OnlyRulesInListOfRules

static final int OnlyRulesInListOfRules
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

OnlyConstraintsInListOfConstraints

static final int OnlyConstraintsInListOfConstraints
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

OnlyReactionsInListOfReactions

static final int OnlyReactionsInListOfReactions
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

OnlyEventsInListOfEvents

static final int OnlyEventsInListOfEvents
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

L3ConversionFactorOnModel

static final int L3ConversionFactorOnModel
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

L3TimeUnitsOnModel

static final int L3TimeUnitsOnModel
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

L3VolumeUnitsOnModel

static final int L3VolumeUnitsOnModel
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

L3AreaUnitsOnModel

static final int L3AreaUnitsOnModel
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

L3LengthUnitsOnModel

static final int L3LengthUnitsOnModel
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

L3ExtentUnitsOnModel

static final int L3ExtentUnitsOnModel
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

AllowedAttributesOnModel

static final int AllowedAttributesOnModel
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

AllowedAttributesOnListOfFuncs

static final int AllowedAttributesOnListOfFuncs
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

AllowedAttributesOnListOfUnitDefs

static final int AllowedAttributesOnListOfUnitDefs
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

AllowedAttributesOnListOfComps

static final int AllowedAttributesOnListOfComps
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

AllowedAttributesOnListOfSpecies

static final int AllowedAttributesOnListOfSpecies
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

AllowedAttributesOnListOfParams

static final int AllowedAttributesOnListOfParams
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

AllowedAttributesOnListOfInitAssign

static final int AllowedAttributesOnListOfInitAssign
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

AllowedAttributesOnListOfRules

static final int AllowedAttributesOnListOfRules
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

AllowedAttributesOnListOfConstraints

static final int AllowedAttributesOnListOfConstraints
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

AllowedAttributesOnListOfReactions

static final int AllowedAttributesOnListOfReactions
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

AllowedAttributesOnListOfEvents

static final int AllowedAttributesOnListOfEvents
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

FunctionDefMathNotLambda

static final int FunctionDefMathNotLambda
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

InvalidApplyCiInLambda

static final int InvalidApplyCiInLambda
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

RecursiveFunctionDefinition

static final int RecursiveFunctionDefinition
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

InvalidCiInLambda

static final int InvalidCiInLambda
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

InvalidFunctionDefReturnType

static final int InvalidFunctionDefReturnType
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

OneMathElementPerFunc

static final int OneMathElementPerFunc
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

AllowedAttributesOnFunc

static final int AllowedAttributesOnFunc
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

InvalidUnitDefId

static final int InvalidUnitDefId
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

InvalidSubstanceRedefinition

static final int InvalidSubstanceRedefinition
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

InvalidLengthRedefinition

static final int InvalidLengthRedefinition
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

InvalidAreaRedefinition

static final int InvalidAreaRedefinition
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

InvalidTimeRedefinition

static final int InvalidTimeRedefinition
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

InvalidVolumeRedefinition

static final int InvalidVolumeRedefinition
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

VolumeLitreDefExponentNotOne

static final int VolumeLitreDefExponentNotOne
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

VolumeMetreDefExponentNot3

static final int VolumeMetreDefExponentNot3
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

EmptyListOfUnits

static final int EmptyListOfUnits
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

InvalidUnitKind

static final int InvalidUnitKind
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

OffsetNoLongerValid

static final int OffsetNoLongerValid
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

CelsiusNoLongerValid

static final int CelsiusNoLongerValid
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

EmptyUnitListElement

static final int EmptyUnitListElement
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

OneListOfUnitsPerUnitDef

static final int OneListOfUnitsPerUnitDef
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

OnlyUnitsInListOfUnits

static final int OnlyUnitsInListOfUnits
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

AllowedAttributesOnUnitDefinition

static final int AllowedAttributesOnUnitDefinition
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

AllowedAttributesOnListOfUnits

static final int AllowedAttributesOnListOfUnits
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

AllowedAttributesOnUnit

static final int AllowedAttributesOnUnit
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

ZeroDimensionalCompartmentSize

static final int ZeroDimensionalCompartmentSize
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

ZeroDimensionalCompartmentUnits

static final int ZeroDimensionalCompartmentUnits
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

ZeroDimensionalCompartmentConst

static final int ZeroDimensionalCompartmentConst
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

UndefinedOutsideCompartment

static final int UndefinedOutsideCompartment
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

RecursiveCompartmentContainment

static final int RecursiveCompartmentContainment
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

ZeroDCompartmentContainment

static final int ZeroDCompartmentContainment
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

Invalid1DCompartmentUnits

static final int Invalid1DCompartmentUnits
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

Invalid2DCompartmentUnits

static final int Invalid2DCompartmentUnits
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

Invalid3DCompartmentUnits

static final int Invalid3DCompartmentUnits
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

InvalidCompartmentTypeRef

static final int InvalidCompartmentTypeRef
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

OneDimensionalCompartmentUnits

static final int OneDimensionalCompartmentUnits
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

TwoDimensionalCompartmentUnits

static final int TwoDimensionalCompartmentUnits
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

ThreeDimensionalCompartmentUnits

static final int ThreeDimensionalCompartmentUnits
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

AllowedAttributesOnCompartment

static final int AllowedAttributesOnCompartment
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

NoUnitsOnCompartment

static final int NoUnitsOnCompartment
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

InvalidSpeciesCompartmentRef

static final int InvalidSpeciesCompartmentRef
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

HasOnlySubsNoSpatialUnits

static final int HasOnlySubsNoSpatialUnits
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

NoSpatialUnitsInZeroD

static final int NoSpatialUnitsInZeroD
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

NoConcentrationInZeroD

static final int NoConcentrationInZeroD
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

SpatialUnitsInOneD

static final int SpatialUnitsInOneD
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

SpatialUnitsInTwoD

static final int SpatialUnitsInTwoD
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

SpatialUnitsInThreeD

static final int SpatialUnitsInThreeD
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

InvalidSpeciesSusbstanceUnits

static final int InvalidSpeciesSusbstanceUnits
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

BothAmountAndConcentrationSet

static final int BothAmountAndConcentrationSet
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

NonBoundarySpeciesAssignedAndUsed

static final int NonBoundarySpeciesAssignedAndUsed
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

NonConstantSpeciesUsed

static final int NonConstantSpeciesUsed
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

InvalidSpeciesTypeRef

static final int InvalidSpeciesTypeRef
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

MultSpeciesSameTypeInCompartment

static final int MultSpeciesSameTypeInCompartment
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

MissingSpeciesCompartment

static final int MissingSpeciesCompartment
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

SpatialSizeUnitsRemoved

static final int SpatialSizeUnitsRemoved
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

SubstanceUnitsOnSpecies

static final int SubstanceUnitsOnSpecies
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

ConversionFactorOnSpecies

static final int ConversionFactorOnSpecies
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

AllowedAttributesOnSpecies

static final int AllowedAttributesOnSpecies
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

InvalidParameterUnits

static final int InvalidParameterUnits
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

ParameterUnits

static final int ParameterUnits
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

ConversionFactorMustConstant

static final int ConversionFactorMustConstant
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

AllowedAttributesOnParameter

static final int AllowedAttributesOnParameter
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

InvalidInitAssignSymbol

static final int InvalidInitAssignSymbol
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

MultipleInitAssignments

static final int MultipleInitAssignments
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

InitAssignmentAndRuleForSameId

static final int InitAssignmentAndRuleForSameId
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

OneMathElementPerInitialAssign

static final int OneMathElementPerInitialAssign
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

AllowedAttributesOnInitialAssign

static final int AllowedAttributesOnInitialAssign
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

InvalidAssignRuleVariable

static final int InvalidAssignRuleVariable
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

InvalidRateRuleVariable

static final int InvalidRateRuleVariable
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

AssignmentToConstantEntity

static final int AssignmentToConstantEntity
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

RateRuleForConstantEntity

static final int RateRuleForConstantEntity
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

RepeatedRule10304

static final int RepeatedRule10304
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

CircularRuleDependency

static final int CircularRuleDependency
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

OneMathElementPerRule

static final int OneMathElementPerRule
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

AllowedAttributesOnAssignRule

static final int AllowedAttributesOnAssignRule
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

AllowedAttributesOnRateRule

static final int AllowedAttributesOnRateRule
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

AllowedAttributesOnAlgRule

static final int AllowedAttributesOnAlgRule
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

ConstraintMathNotBoolean

static final int ConstraintMathNotBoolean
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

IncorrectOrderInConstraint

static final int IncorrectOrderInConstraint
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

ConstraintNotInXHTMLNamespace

static final int ConstraintNotInXHTMLNamespace
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

ConstraintContainsXMLDecl

static final int ConstraintContainsXMLDecl
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

ConstraintContainsDOCTYPE

static final int ConstraintContainsDOCTYPE
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

InvalidConstraintContent

static final int InvalidConstraintContent
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

OneMathElementPerConstraint

static final int OneMathElementPerConstraint
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

OneMessageElementPerConstraint

static final int OneMessageElementPerConstraint
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

AllowedAttributesOnConstraint

static final int AllowedAttributesOnConstraint
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

NoReactantsOrProducts

static final int NoReactantsOrProducts
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

IncorrectOrderInReaction

static final int IncorrectOrderInReaction
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

EmptyListInReaction

static final int EmptyListInReaction
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

InvalidReactantsProductsList

static final int InvalidReactantsProductsList
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

InvalidModifiersList

static final int InvalidModifiersList
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

OneSubElementPerReaction

static final int OneSubElementPerReaction
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

CompartmentOnReaction

static final int CompartmentOnReaction
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

AllowedAttributesOnReaction

static final int AllowedAttributesOnReaction
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

InvalidSpeciesReference

static final int InvalidSpeciesReference
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

RepeatedRule20611

static final int RepeatedRule20611
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

BothStoichiometryAndMath

static final int BothStoichiometryAndMath
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

AllowedAttributesOnSpeciesReference

static final int AllowedAttributesOnSpeciesReference
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

AllowedAttributesOnModifier

static final int AllowedAttributesOnModifier
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

UndeclaredSpeciesRef

static final int UndeclaredSpeciesRef
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

IncorrectOrderInKineticLaw

static final int IncorrectOrderInKineticLaw
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

EmptyListInKineticLaw

static final int EmptyListInKineticLaw
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

NonConstantLocalParameter

static final int NonConstantLocalParameter
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

SubsUnitsNoLongerValid

static final int SubsUnitsNoLongerValid
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

TimeUnitsNoLongerValid

static final int TimeUnitsNoLongerValid
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

OneListOfPerKineticLaw

static final int OneListOfPerKineticLaw
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

OnlyLocalParamsInListOfLocalParams

static final int OnlyLocalParamsInListOfLocalParams
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

AllowedAttributesOnListOfLocalParam

static final int AllowedAttributesOnListOfLocalParam
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

OneMathPerKineticLaw

static final int OneMathPerKineticLaw
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

UndeclaredSpeciesInStoichMath

static final int UndeclaredSpeciesInStoichMath
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

AllowedAttributesOnKineticLaw

static final int AllowedAttributesOnKineticLaw
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

AllowedAttributesOnListOfSpeciesRef

static final int AllowedAttributesOnListOfSpeciesRef
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

AllowedAttributesOnListOfMods

static final int AllowedAttributesOnListOfMods
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

AllowedAttributesOnLocalParameter

static final int AllowedAttributesOnLocalParameter
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

MissingTriggerInEvent

static final int MissingTriggerInEvent
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

TriggerMathNotBoolean

static final int TriggerMathNotBoolean
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

MissingEventAssignment

static final int MissingEventAssignment
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

TimeUnitsEvent

static final int TimeUnitsEvent
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

IncorrectOrderInEvent

static final int IncorrectOrderInEvent
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

ValuesFromTriggerTimeNeedDelay

static final int ValuesFromTriggerTimeNeedDelay
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

DelayNeedsValuesFromTriggerTime

static final int DelayNeedsValuesFromTriggerTime
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

OneMathPerTrigger

static final int OneMathPerTrigger
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

OneMathPerDelay

static final int OneMathPerDelay
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

InvalidEventAssignmentVariable

static final int InvalidEventAssignmentVariable
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

EventAssignmentForConstantEntity

static final int EventAssignmentForConstantEntity
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

OneMathPerEventAssignment

static final int OneMathPerEventAssignment
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

AllowedAttributesOnEventAssignment

static final int AllowedAttributesOnEventAssignment
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

OnlyOneDelayPerEvent

static final int OnlyOneDelayPerEvent
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

OneListOfEventAssignmentsPerEvent

static final int OneListOfEventAssignmentsPerEvent
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

OnlyEventAssignInListOfEventAssign

static final int OnlyEventAssignInListOfEventAssign
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

AllowedAttributesOnListOfEventAssign

static final int AllowedAttributesOnListOfEventAssign
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

AllowedAttributesOnEvent

static final int AllowedAttributesOnEvent
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

AllowedAttributesOnTrigger

static final int AllowedAttributesOnTrigger
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

AllowedAttributesOnDelay

static final int AllowedAttributesOnDelay
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

PersistentNotBoolean

static final int PersistentNotBoolean
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

InitialValueNotBoolean

static final int InitialValueNotBoolean
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

OnlyOnePriorityPerEvent

static final int OnlyOnePriorityPerEvent
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

OneMathPerPriority

static final int OneMathPerPriority
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

AllowedAttributesOnPriority

static final int AllowedAttributesOnPriority
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

GeneralWarningNotSpecified

static final int GeneralWarningNotSpecified
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

CompartmentShouldHaveSize

static final int CompartmentShouldHaveSize
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

ParameterShouldHaveUnits

static final int ParameterShouldHaveUnits
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

LocalParameterShadowsId

static final int LocalParameterShadowsId
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

LibSBMLAdditionalCodesLowerBound

static final int LibSBMLAdditionalCodesLowerBound
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

CannotConvertToL1V1

static final int CannotConvertToL1V1
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

NoEventsInL1

static final int NoEventsInL1
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

NoFunctionDefinitionsInL1

static final int NoFunctionDefinitionsInL1
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

NoConstraintsInL1

static final int NoConstraintsInL1
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

NoInitialAssignmentsInL1

static final int NoInitialAssignmentsInL1
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

NoSpeciesTypesInL1

static final int NoSpeciesTypesInL1
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

NoCompartmentTypeInL1

static final int NoCompartmentTypeInL1
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

NoNon3DComparmentsInL1

static final int NoNon3DComparmentsInL1
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

NoFancyStoichiometryMathInL1

static final int NoFancyStoichiometryMathInL1
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

NoNonIntegerStoichiometryInL1

static final int NoNonIntegerStoichiometryInL1
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

NoUnitMultipliersOrOffsetsInL1

static final int NoUnitMultipliersOrOffsetsInL1
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

SpeciesCompartmentRequiredInL1

static final int SpeciesCompartmentRequiredInL1
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

NoSpeciesSpatialSizeUnitsInL1

static final int NoSpeciesSpatialSizeUnitsInL1
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

NoSBOTermsInL1

static final int NoSBOTermsInL1
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

StrictUnitsRequiredInL1

static final int StrictUnitsRequiredInL1
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

ConversionFactorNotInL1

static final int ConversionFactorNotInL1
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

CompartmentNotOnL1Reaction

static final int CompartmentNotOnL1Reaction
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

ExtentUnitsNotSubstance

static final int ExtentUnitsNotSubstance
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

NoConstraintsInL2v1

static final int NoConstraintsInL2v1
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

NoInitialAssignmentsInL2v1

static final int NoInitialAssignmentsInL2v1
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

NoSpeciesTypeInL2v1

static final int NoSpeciesTypeInL2v1
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

NoCompartmentTypeInL2v1

static final int NoCompartmentTypeInL2v1
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

NoSBOTermsInL2v1

static final int NoSBOTermsInL2v1
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

NoIdOnSpeciesReferenceInL2v1

static final int NoIdOnSpeciesReferenceInL2v1
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

NoDelayedEventAssignmentInL2v1

static final int NoDelayedEventAssignmentInL2v1
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

StrictUnitsRequiredInL2v1

static final int StrictUnitsRequiredInL2v1
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

IntegerSpatialDimensions

static final int IntegerSpatialDimensions
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

StoichiometryMathNotYetSupported

static final int StoichiometryMathNotYetSupported
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

PrioirtyLostFromL3

static final int PrioirtyLostFromL3
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

NonPersistentNotSupported

static final int NonPersistentNotSupported
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

InitialValueFalseEventNotSupported

static final int InitialValueFalseEventNotSupported
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

SBOTermNotUniversalInL2v2

static final int SBOTermNotUniversalInL2v2
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

NoUnitOffsetInL2v2

static final int NoUnitOffsetInL2v2
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

NoKineticLawTimeUnitsInL2v2

static final int NoKineticLawTimeUnitsInL2v2
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

NoKineticLawSubstanceUnitsInL2v2

static final int NoKineticLawSubstanceUnitsInL2v2
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

NoDelayedEventAssignmentInL2v2

static final int NoDelayedEventAssignmentInL2v2
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

ModelSBOBranchChangedBeyondL2v2

static final int ModelSBOBranchChangedBeyondL2v2
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

StrictUnitsRequiredInL2v2

static final int StrictUnitsRequiredInL2v2
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

StrictSBORequiredInL2v2

static final int StrictSBORequiredInL2v2
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

DuplicateAnnotationInvalidInL2v2

static final int DuplicateAnnotationInvalidInL2v2
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

NoUnitOffsetInL2v3

static final int NoUnitOffsetInL2v3
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

NoKineticLawTimeUnitsInL2v3

static final int NoKineticLawTimeUnitsInL2v3
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

NoKineticLawSubstanceUnitsInL2v3

static final int NoKineticLawSubstanceUnitsInL2v3
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

NoSpeciesSpatialSizeUnitsInL2v3

static final int NoSpeciesSpatialSizeUnitsInL2v3
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

NoEventTimeUnitsInL2v3

static final int NoEventTimeUnitsInL2v3
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

NoDelayedEventAssignmentInL2v3

static final int NoDelayedEventAssignmentInL2v3
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

ModelSBOBranchChangedBeyondL2v3

static final int ModelSBOBranchChangedBeyondL2v3
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

StrictUnitsRequiredInL2v3

static final int StrictUnitsRequiredInL2v3
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

StrictSBORequiredInL2v3

static final int StrictSBORequiredInL2v3
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

DuplicateAnnotationInvalidInL2v3

static final int DuplicateAnnotationInvalidInL2v3
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

NoUnitOffsetInL2v4

static final int NoUnitOffsetInL2v4
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

NoKineticLawTimeUnitsInL2v4

static final int NoKineticLawTimeUnitsInL2v4
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

NoKineticLawSubstanceUnitsInL2v4

static final int NoKineticLawSubstanceUnitsInL2v4
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

NoSpeciesSpatialSizeUnitsInL2v4

static final int NoSpeciesSpatialSizeUnitsInL2v4
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

NoEventTimeUnitsInL2v4

static final int NoEventTimeUnitsInL2v4
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

ModelSBOBranchChangedInL2v4

static final int ModelSBOBranchChangedInL2v4
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

DuplicateAnnotationInvalidInL2v4

static final int DuplicateAnnotationInvalidInL2v4
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

NoSpeciesTypeInL3v1

static final int NoSpeciesTypeInL3v1
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

NoCompartmentTypeInL3v1

static final int NoCompartmentTypeInL3v1
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

NoUnitOffsetInL3v1

static final int NoUnitOffsetInL3v1
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

NoKineticLawTimeUnitsInL3v1

static final int NoKineticLawTimeUnitsInL3v1
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

NoKineticLawSubstanceUnitsInL3v1

static final int NoKineticLawSubstanceUnitsInL3v1
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

NoSpeciesSpatialSizeUnitsInL3v1

static final int NoSpeciesSpatialSizeUnitsInL3v1
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

NoEventTimeUnitsInL3v1

static final int NoEventTimeUnitsInL3v1
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

ModelSBOBranchChangedInL3v1

static final int ModelSBOBranchChangedInL3v1
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

DuplicateAnnotationInvalidInL3v1

static final int DuplicateAnnotationInvalidInL3v1
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

NoCompartmentOutsideInL3v1

static final int NoCompartmentOutsideInL3v1
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

NoStoichiometryMathInL3v1

static final int NoStoichiometryMathInL3v1
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

InvalidSBMLLevelVersion

static final int InvalidSBMLLevelVersion
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

AnnotationNotesNotAllowedLevel1

static final int AnnotationNotesNotAllowedLevel1
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

InvalidRuleOrdering

static final int InvalidRuleOrdering
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

RequiredPackagePresent

static final int RequiredPackagePresent
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

UnrequiredPackagePresent

static final int UnrequiredPackagePresent
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

SubsUnitsAllowedInKL

static final int SubsUnitsAllowedInKL
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

TimeUnitsAllowedInKL

static final int TimeUnitsAllowedInKL
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

FormulaInLevel1KL

static final int FormulaInLevel1KL
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

TimeUnitsRemoved

static final int TimeUnitsRemoved
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

BadMathML

static final int BadMathML
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

FailedMathMLReadOfDouble

static final int FailedMathMLReadOfDouble
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

FailedMathMLReadOfInteger

static final int FailedMathMLReadOfInteger
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

FailedMathMLReadOfExponential

static final int FailedMathMLReadOfExponential
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

FailedMathMLReadOfRational

static final int FailedMathMLReadOfRational
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

BadMathMLNodeType

static final int BadMathMLNodeType
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

NoTimeSymbolInFunctionDef

static final int NoTimeSymbolInFunctionDef
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

NoBodyInFunctionDef

static final int NoBodyInFunctionDef
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

InconsistentArgUnitsWarnings

static final int InconsistentArgUnitsWarnings
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

InconsistentPowerUnitsWarnings

static final int InconsistentPowerUnitsWarnings
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

InconsistentExponUnitsWarnings

static final int InconsistentExponUnitsWarnings
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

UndeclaredUnits

static final int UndeclaredUnits
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

UndeclaredTimeUnitsL3

static final int UndeclaredTimeUnitsL3
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

UndeclaredExtentUnitsL3

static final int UndeclaredExtentUnitsL3
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

UndeclaredObjectUnitsL3

static final int UndeclaredObjectUnitsL3
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

UnrecognisedSBOTerm

static final int UnrecognisedSBOTerm
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

ObseleteSBOTerm

static final int ObseleteSBOTerm
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

IncorrectCompartmentSpatialDimensions

static final int IncorrectCompartmentSpatialDimensions
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

CompartmentTypeNotValidAttribute

static final int CompartmentTypeNotValidAttribute
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

ConstantNotValidAttribute

static final int ConstantNotValidAttribute
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

MetaIdNotValidAttribute

static final int MetaIdNotValidAttribute
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

SBOTermNotValidAttributeBeforeL2V3

static final int SBOTermNotValidAttributeBeforeL2V3
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

InvalidL1CompartmentUnits

static final int InvalidL1CompartmentUnits
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

L1V1CompartmentVolumeReqd

static final int L1V1CompartmentVolumeReqd
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

CompartmentTypeNotValidComponent

static final int CompartmentTypeNotValidComponent
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

ConstraintNotValidComponent

static final int ConstraintNotValidComponent
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

EventNotValidComponent

static final int EventNotValidComponent
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

SBOTermNotValidAttributeBeforeL2V2

static final int SBOTermNotValidAttributeBeforeL2V2
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

FuncDefNotValidComponent

static final int FuncDefNotValidComponent
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

InitialAssignNotValidComponent

static final int InitialAssignNotValidComponent
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

VariableNotValidAttribute

static final int VariableNotValidAttribute
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

UnitsNotValidAttribute

static final int UnitsNotValidAttribute
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

ConstantSpeciesNotValidAttribute

static final int ConstantSpeciesNotValidAttribute
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

SpatialSizeUnitsNotValidAttribute

static final int SpatialSizeUnitsNotValidAttribute
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

SpeciesTypeNotValidAttribute

static final int SpeciesTypeNotValidAttribute
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

HasOnlySubsUnitsNotValidAttribute

static final int HasOnlySubsUnitsNotValidAttribute
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

IdNotValidAttribute

static final int IdNotValidAttribute
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

NameNotValidAttribute

static final int NameNotValidAttribute
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

SpeciesTypeNotValidComponent

static final int SpeciesTypeNotValidComponent
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

StoichiometryMathNotValidComponent

static final int StoichiometryMathNotValidComponent
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

MultiplierNotValidAttribute

static final int MultiplierNotValidAttribute
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

OffsetNotValidAttribute

static final int OffsetNotValidAttribute
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

InvalidTargetLevelVersion

static final int InvalidTargetLevelVersion
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

L3NotSupported

static final int L3NotSupported
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

SBMLCodesUpperBound

static final int SBMLCodesUpperBound
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError. Please consult the documentation for SBMLError for an explanation of the meaning of this particular error code.

See Also:
Constant Field Values

LIBSBML_CAT_SBML

static final int LIBSBML_CAT_SBML
Category code for SBMLError diagnostics. This code has the following meaning: General SBML error not falling into another category below.

See Also:
Constant Field Values

LIBSBML_CAT_SBML_L1_COMPAT

static final int LIBSBML_CAT_SBML_L1_COMPAT
Category code for SBMLError diagnostics. This code has the following meaning: Category of errors that can only occur during attempted translation from one Level/Version of SBML to another. This particular category applies to errors encountered while trying to convert a model from SBML Level 2 to SBML Level 1.

See Also:
Constant Field Values

LIBSBML_CAT_SBML_L2V1_COMPAT

static final int LIBSBML_CAT_SBML_L2V1_COMPAT
Category code for SBMLError diagnostics. This code has the following meaning: Category of errors that can only occur during attempted translation from one Level/Version of SBML to another. This particular category applies to errors encountered while trying to convert a model to SBML Level 2 Version 1.

See Also:
Constant Field Values

LIBSBML_CAT_SBML_L2V2_COMPAT

static final int LIBSBML_CAT_SBML_L2V2_COMPAT
Category code for SBMLError diagnostics. This code has the following meaning: Category of errors that can only occur during attempted translation from one Level/Version of SBML to another. This particular category applies to errors encountered while trying to convert a model to SBML Level 2 Version 2.

See Also:
Constant Field Values

LIBSBML_CAT_GENERAL_CONSISTENCY

static final int LIBSBML_CAT_GENERAL_CONSISTENCY
Category code for SBMLError diagnostics. This code has the following meaning: Category of errors that can occur while validating general SBML constructs. With respect to the SBML specification, these concern failures in applying the validation rules numbered 2xxxx in the Level 2 Versions 2 and 3 specifications.

See Also:
Constant Field Values

LIBSBML_CAT_IDENTIFIER_CONSISTENCY

static final int LIBSBML_CAT_IDENTIFIER_CONSISTENCY
Category code for SBMLError diagnostics. This code has the following meaning: Category of errors that can occur while validating symbol identifiers in a model. With respect to the SBML specification, these concern failures in applying the validation rules numbered 103xx in the Level 2 Versions 2 and 3 specifications.

See Also:
Constant Field Values

LIBSBML_CAT_UNITS_CONSISTENCY

static final int LIBSBML_CAT_UNITS_CONSISTENCY
Category code for SBMLError diagnostics. This code has the following meaning: Category of errors that can occur while validating the units of measurement on quantities in a model. With respect to the SBML specification, these concern failures in applying the validation rules numbered 105xx in the Level 2 Versions 2 and 3 specifications.

See Also:
Constant Field Values

LIBSBML_CAT_MATHML_CONSISTENCY

static final int LIBSBML_CAT_MATHML_CONSISTENCY
Category code for SBMLError diagnostics. This code has the following meaning: Category of errors that can occur while validating MathML formulas in a model. With respect to the SBML specification, these concern failures in applying the validation rules numbered 102xx in the Level 2 Versions 2 and 3 specifications.

See Also:
Constant Field Values

LIBSBML_CAT_SBO_CONSISTENCY

static final int LIBSBML_CAT_SBO_CONSISTENCY
Category code for SBMLError diagnostics. This code has the following meaning: Category of errors that can occur while validating SBO identifiers in a model. With respect to the SBML specification, these concern failures in applying the validation rules numbered 107xx in the Level 2 Versions 2 and 3 specifications.

See Also:
Constant Field Values

LIBSBML_CAT_OVERDETERMINED_MODEL

static final int LIBSBML_CAT_OVERDETERMINED_MODEL
Category code for SBMLError diagnostics. This code has the following meaning: Error in the system of equations in the model: the system is overdetermined, therefore violating a tenet of proper SBML. With respect to the SBML specification, this is validation rule #10601 in the SBML Level 2 Versions 2 and 3 specifications.

See Also:
Constant Field Values

LIBSBML_CAT_SBML_L2V3_COMPAT

static final int LIBSBML_CAT_SBML_L2V3_COMPAT
Category code for SBMLError diagnostics. This code has the following meaning: Category of errors that can only occur during attempted translation from one Level/Version of SBML to another. This particular category applies to errors encountered while trying to convert a model to SBML Level 2 Version 3.

See Also:
Constant Field Values

LIBSBML_CAT_MODELING_PRACTICE

static final int LIBSBML_CAT_MODELING_PRACTICE
Category code for SBMLError diagnostics. This code has the following meaning: Category of warnings about recommended good practices involving SBML and computational modeling. (These are tests performed by libSBML and do not have equivalent SBML validation rules.)

See Also:
Constant Field Values

LIBSBML_CAT_INTERNAL_CONSISTENCY

static final int LIBSBML_CAT_INTERNAL_CONSISTENCY
Category code for SBMLError diagnostics. This code has the following meaning: Category of errors that can occur while validating libSBML's internal representation of SBML constructs. (These are tests performed by libSBML and do not have equivalent SBML validation rules.)

See Also:
Constant Field Values

LIBSBML_CAT_SBML_L2V4_COMPAT

static final int LIBSBML_CAT_SBML_L2V4_COMPAT
Category code for SBMLError diagnostics. This code has the following meaning: Category of errors that can only occur during attempted translation from one Level/Version of SBML to another. This particular category applies to errors encountered while trying to convert a model to SBML Level 2 Version 4.

See Also:
Constant Field Values

LIBSBML_CAT_SBML_L3V1_COMPAT

static final int LIBSBML_CAT_SBML_L3V1_COMPAT
Category code for SBMLError diagnostics. This code has the following meaning: Category of errors that can only occur during attempted translation from one Level/Version of SBML to another. This particular category applies to errors encountered while trying to convert a model to SBML Level 3 Version 1.

See Also:
Constant Field Values

MODEL_QUALIFIER

static final int MODEL_QUALIFIER
One of the possible MIRIAM annotation types used by CVTerm.

See Also:
Constant Field Values

BIOLOGICAL_QUALIFIER

static final int BIOLOGICAL_QUALIFIER
One of the possible MIRIAM annotation types used by CVTerm.

See Also:
Constant Field Values

UNKNOWN_QUALIFIER

static final int UNKNOWN_QUALIFIER
One of the possible MIRIAM annotation types used by CVTerm.

See Also:
Constant Field Values

BQM_IS

static final int BQM_IS
One of the possible MIRIAM annotation model qualifier types used by CVTerm.

See Also:
Constant Field Values

BQM_IS_DESCRIBED_BY

static final int BQM_IS_DESCRIBED_BY
One of the possible MIRIAM annotation model qualifier types used by CVTerm.

See Also:
Constant Field Values

BQM_IS_DERIVED_FROM

static final int BQM_IS_DERIVED_FROM
One of the possible MIRIAM annotation model qualifier types used by CVTerm.

See Also:
Constant Field Values

BQM_UNKNOWN

static final int BQM_UNKNOWN
One of the possible MIRIAM annotation model qualifier types used by CVTerm.

See Also:
Constant Field Values

BQB_IS

static final int BQB_IS
One of the possible MIRIAM annotation model qualifier types used by CVTerm. Please consult the explanation of the qualifiers defined by BioModels.net at http://biomodels.net/qualifiers.

See Also:
Constant Field Values

BQB_HAS_PART

static final int BQB_HAS_PART
One of the possible MIRIAM annotation model qualifier types used by CVTerm. Please consult the explanation of the qualifiers defined by BioModels.net at http://biomodels.net/qualifiers.

See Also:
Constant Field Values

BQB_IS_PART_OF

static final int BQB_IS_PART_OF
One of the possible MIRIAM annotation model qualifier types used by CVTerm. Please consult the explanation of the qualifiers defined by BioModels.net at http://biomodels.net/qualifiers.

See Also:
Constant Field Values

BQB_IS_VERSION_OF

static final int BQB_IS_VERSION_OF
One of the possible MIRIAM annotation model qualifier types used by CVTerm. Please consult the explanation of the qualifiers defined by BioModels.net at http://biomodels.net/qualifiers.

See Also:
Constant Field Values

BQB_HAS_VERSION

static final int BQB_HAS_VERSION
One of the possible MIRIAM annotation model qualifier types used by CVTerm. Please consult the explanation of the qualifiers defined by BioModels.net at http://biomodels.net/qualifiers.

See Also:
Constant Field Values

BQB_IS_HOMOLOG_TO

static final int BQB_IS_HOMOLOG_TO
One of the possible MIRIAM annotation model qualifier types used by CVTerm. Please consult the explanation of the qualifiers defined by BioModels.net at http://biomodels.net/qualifiers.

See Also:
Constant Field Values

BQB_IS_DESCRIBED_BY

static final int BQB_IS_DESCRIBED_BY
One of the possible MIRIAM annotation model qualifier types used by CVTerm. Please consult the explanation of the qualifiers defined by BioModels.net at http://biomodels.net/qualifiers.

See Also:
Constant Field Values

BQB_IS_ENCODED_BY

static final int BQB_IS_ENCODED_BY
One of the possible MIRIAM annotation model qualifier types used by CVTerm. Please consult the explanation of the qualifiers defined by BioModels.net at http://biomodels.net/qualifiers.

See Also:
Constant Field Values

BQB_ENCODES

static final int BQB_ENCODES
One of the possible MIRIAM annotation model qualifier types used by CVTerm. Please consult the explanation of the qualifiers defined by BioModels.net at http://biomodels.net/qualifiers.

See Also:
Constant Field Values

BQB_OCCURS_IN

static final int BQB_OCCURS_IN
One of the possible MIRIAM annotation model qualifier types used by CVTerm. Please consult the explanation of the qualifiers defined by BioModels.net at http://biomodels.net/qualifiers.

See Also:
Constant Field Values

BQB_HAS_PROPERTY

static final int BQB_HAS_PROPERTY
One of the possible MIRIAM annotation model qualifier types used by CVTerm. Please consult the explanation of the qualifiers defined by BioModels.net at http://biomodels.net/qualifiers.

See Also:
Constant Field Values

BQB_IS_PROPERTY_OF

static final int BQB_IS_PROPERTY_OF
One of the possible MIRIAM annotation model qualifier types used by CVTerm. Please consult the explanation of the qualifiers defined by BioModels.net at http://biomodels.net/qualifiers.

See Also:
Constant Field Values

BQB_UNKNOWN

static final int BQB_UNKNOWN
One of the possible MIRIAM annotation model qualifier types used by CVTerm. Please consult the explanation of the qualifiers defined by BioModels.net at http://biomodels.net/qualifiers.

See Also:
Constant Field Values

CNV_TYPE_BOOL

static final int CNV_TYPE_BOOL
One of the possible SBML ConversionOption value types.

See Also:
Constant Field Values

CNV_TYPE_DOUBLE

static final int CNV_TYPE_DOUBLE
One of the possible SBML ConversionOption value types.

See Also:
Constant Field Values

CNV_TYPE_INT

static final int CNV_TYPE_INT
One of the possible SBML ConversionOption value types.

See Also:
Constant Field Values

CNV_TYPE_SINGLE

static final int CNV_TYPE_SINGLE
One of the possible SBML ConversionOption value types.

See Also:
Constant Field Values

CNV_TYPE_STRING

static final int CNV_TYPE_STRING
One of the possible SBML ConversionOption value types.

See Also:
Constant Field Values

libSBML
5.8.0


LibSBML, an application programming interface (API) library for SBML.