libSBML
5.8.0
A B C D E F G H I K L M N O P R S T U V W X Z

A

add(ASTNode) - Method in class org.sbml.libsbml.ASTNodeList
Adds the given ASTNode object item to this list.
add(CVTerm) - Method in class org.sbml.libsbml.CVTermList
Adds the given CVTerm object item to this list.
add(Date) - Method in class org.sbml.libsbml.DateList
Adds the given Date object item to this list.
add(ModelCreator) - Method in class org.sbml.libsbml.ModelCreatorList
Adds the given ModelCreator object item to this list.
add(SBase) - Method in class org.sbml.libsbml.SBaseList
Adds the given SBase object item to this list.
add(SBMLNamespaces) - Method in class org.sbml.libsbml.SBMLNamespacesList
Adds the given SBMLNamespaces object item to this list.
add(String, String, String, String) - Method in class org.sbml.libsbml.XMLAttributes
Adds an attribute (a name/value pair) to this XMLAttributes object, optionally with a prefix and URI defining a namespace.
add(String, String, String) - Method in class org.sbml.libsbml.XMLAttributes
Adds an attribute (a name/value pair) to this XMLAttributes object, optionally with a prefix and URI defining a namespace.
add(String, String) - Method in class org.sbml.libsbml.XMLAttributes
Adds an attribute (a name/value pair) to this XMLAttributes object, optionally with a prefix and URI defining a namespace.
add(XMLTriple, String) - Method in class org.sbml.libsbml.XMLAttributes
Adds an attribute with the given XMLTriple/value pair to this XMLAttributes set.
add(String, String) - Method in class org.sbml.libsbml.XMLNamespaces
Appends an XML namespace prefix and URI pair to this list of namespace declarations.
add(String) - Method in class org.sbml.libsbml.XMLNamespaces
Appends an XML namespace prefix and URI pair to this list of namespace declarations.
addArgument(String) - Method in class org.sbml.libsbml.SBMLExternalValidator
Adds the given argument to the list of additional arguments
addAttr(String, String, String, String) - Method in class org.sbml.libsbml.XMLToken
Adds an attribute to the attribute set in this XMLToken optionally with a prefix and URI defining a namespace.
addAttr(String, String, String) - Method in class org.sbml.libsbml.XMLToken
Adds an attribute to the attribute set in this XMLToken optionally with a prefix and URI defining a namespace.
addAttr(String, String) - Method in class org.sbml.libsbml.XMLToken
Adds an attribute to the attribute set in this XMLToken optionally with a prefix and URI defining a namespace.
addAttr(XMLTriple, String) - Method in class org.sbml.libsbml.XMLToken
Adds an attribute with the given XMLTriple/value pair to the attribute set in this XMLToken.
addChild(ASTNode) - Method in class org.sbml.libsbml.ASTNode
Adds the given node as a child of this ASTNode.
addChild(XMLNode) - Method in class org.sbml.libsbml.XMLNode
Adds a copy of node as a child of this XMLNode.
addCompartment(Compartment) - Method in class org.sbml.libsbml.Model
Adds a copy of the given Compartment object to this Model.
addCompartmentType(CompartmentType) - Method in class org.sbml.libsbml.Model
Adds a copy of the given CompartmentType object to this Model.
addConstraint(Constraint) - Method in class org.sbml.libsbml.Model
Adds a copy of the given Constraint object to this Model.
addConverter(SBMLConverter) - Method in class org.sbml.libsbml.SBMLConverterRegistry
Adds the given converter to the registry of SBML converters.
addCreator(ModelCreator) - Method in class org.sbml.libsbml.ModelHistory
Adds a copy of a ModelCreator object to the list of 'model creator' values stored in this ModelHistory object.
addCVTerm(CVTerm, boolean) - Method in class org.sbml.libsbml.SBase
Adds a copy of the given CVTerm object to this SBML object.
addCVTerm(CVTerm) - Method in class org.sbml.libsbml.SBase
Adds a copy of the given CVTerm object to this SBML object.
addEvent(Event) - Method in class org.sbml.libsbml.Model
Adds a copy of the given Event object to this Model.
addEventAssignment(EventAssignment) - Method in class org.sbml.libsbml.Event
Appends a copy of the given EventAssignment to this Event.
addExtension(SBMLExtension) - Method in class org.sbml.libsbml.SBMLExtensionRegistry
Add the given SBMLExtension to this SBMLExtensionRegistry.
addFunctionDefinition(FunctionDefinition) - Method in class org.sbml.libsbml.Model
Adds a copy of the given FunctionDefinition object to this Model.
addInitialAssignment(InitialAssignment) - Method in class org.sbml.libsbml.Model
Adds a copy of the given InitialAssignment object to this Model.
addL2Namespaces(XMLNamespaces) - Method in class org.sbml.libsbml.SBMLExtensionRegistry
adds all L2 Extension namespaces to the namespace list.
addLocalParameter(LocalParameter) - Method in class org.sbml.libsbml.KineticLaw
Adds a copy of the given LocalParameter object to the list of local parameters in this KineticLaw.
addModifiedDate(Date) - Method in class org.sbml.libsbml.ModelHistory
Adds a copy of a Date object to the list of 'modified date' values stored in this ModelHistory object.
addModifier(ModifierSpeciesReference) - Method in class org.sbml.libsbml.Reaction
Adds a given ModifierSpeciesReference object as a product in this Reaction.
addNamespace(String, String) - Method in class org.sbml.libsbml.SBMLNamespaces
Add an XML namespace (a pair of URI and prefix) to the set of namespaces within this SBMLNamespaces object.
addNamespace(String, String) - Method in class org.sbml.libsbml.XMLToken
Appends an XML namespace prefix and URI pair to this XMLToken.
addNamespace(String) - Method in class org.sbml.libsbml.XMLToken
Appends an XML namespace prefix and URI pair to this XMLToken.
addNamespaces(XMLNamespaces) - Method in class org.sbml.libsbml.SBMLNamespaces
Add the given XML namespaces list to the set of namespaces within this SBMLNamespaces object.
addOption(ConversionOption) - Method in class org.sbml.libsbml.ConversionProperties
Adds a copy of the given option to this properties object.
addOption(String, String, int, String) - Method in class org.sbml.libsbml.ConversionProperties
Adds a new ConversionOption object with the given parameters.
addOption(String, String, int) - Method in class org.sbml.libsbml.ConversionProperties
Adds a new ConversionOption object with the given parameters.
addOption(String, String) - Method in class org.sbml.libsbml.ConversionProperties
Adds a new ConversionOption object with the given parameters.
addOption(String) - Method in class org.sbml.libsbml.ConversionProperties
Adds a new ConversionOption object with the given parameters.
addOption(String, String, String) - Method in class org.sbml.libsbml.ConversionProperties
Adds a new ConversionOption object with the given parameters.
addOption(String, boolean, String) - Method in class org.sbml.libsbml.ConversionProperties
Adds a new ConversionOption object with the given parameters.
addOption(String, boolean) - Method in class org.sbml.libsbml.ConversionProperties
Adds a new ConversionOption object with the given parameters.
addOption(String, double, String) - Method in class org.sbml.libsbml.ConversionProperties
Adds a new ConversionOption object with the given parameters.
addOption(String, double) - Method in class org.sbml.libsbml.ConversionProperties
Adds a new ConversionOption object with the given parameters.
addOption(String, float, String) - Method in class org.sbml.libsbml.ConversionProperties
Adds a new ConversionOption object with the given parameters.
addOption(String, float) - Method in class org.sbml.libsbml.ConversionProperties
Adds a new ConversionOption object with the given parameters.
addOption(String, int, String) - Method in class org.sbml.libsbml.ConversionProperties
Adds a new ConversionOption object with the given parameters.
addOption(String, int) - Method in class org.sbml.libsbml.ConversionProperties
Adds a new ConversionOption object with the given parameters.
addPackageNamespace(String, long, String) - Method in class org.sbml.libsbml.SBMLNamespaces
Add an XML namespace (a pair of URI and prefix) of a package extension to the set of namespaces within this SBMLNamespaces object.
addPackageNamespace(String, long) - Method in class org.sbml.libsbml.SBMLNamespaces
Add an XML namespace (a pair of URI and prefix) of a package extension to the set of namespaces within this SBMLNamespaces object.
addPackageNamespaces(XMLNamespaces) - Method in class org.sbml.libsbml.SBMLNamespaces
Add the XML namespaces of package extensions in the given XMLNamespace object to the set of namespaces within this SBMLNamespaces object (Non-package XML namespaces are not added by this function).
addParameter(Parameter) - Method in class org.sbml.libsbml.KineticLaw
Adds a copy of the given Parameter object to the list of local parameters in this KineticLaw.
addParameter(Parameter) - Method in class org.sbml.libsbml.Model
Adds a copy of the given Parameter object to this Model.
addProduct(SpeciesReference) - Method in class org.sbml.libsbml.Reaction
Adds a given SpeciesReference object as a product in this Reaction.
addReactant(SpeciesReference) - Method in class org.sbml.libsbml.Reaction
Adds a given SpeciesReference object as a reactant in this Reaction.
addReaction(Reaction) - Method in class org.sbml.libsbml.Model
Adds a copy of the given Reaction object to this Model.
addResource(String) - Method in class org.sbml.libsbml.CVTerm
Adds a resource reference to this CVTerm object.
addRule(Rule) - Method in class org.sbml.libsbml.Model
Adds a copy of the given Rule object to this Model.
addSemanticsAnnotation(XMLNode) - Method in class org.sbml.libsbml.ASTNode
Adds the given XMLNode as a semantic annotation of this ASTNode.
addSpecies(Species) - Method in class org.sbml.libsbml.Model
Adds a copy of the given Species object to this Model.
addSpeciesType(SpeciesType) - Method in class org.sbml.libsbml.Model
Adds a copy of the given SpeciesType object to this Model.
addUnit(Unit) - Method in class org.sbml.libsbml.UnitDefinition
Adds a copy of the given Unit to this UnitDefinition.
addUnitDefinition(UnitDefinition) - Method in class org.sbml.libsbml.Model
Adds a copy of the given UnitDefinition object to this Model.
AlgebraicRule - Class in org.sbml.libsbml
Implementation of SBML's AlgebraicRule construct.
AlgebraicRule(long, long) - Constructor for class org.sbml.libsbml.AlgebraicRule
Creates a new AlgebraicRule using the given SBML level and version values.
AlgebraicRule(SBMLNamespaces) - Constructor for class org.sbml.libsbml.AlgebraicRule
Creates a new AlgebraicRule using the given SBMLNamespaces object sbmlns.
AllowedAttributesOnAlgRule - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
AllowedAttributesOnAssignRule - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
AllowedAttributesOnCompartment - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
AllowedAttributesOnConstraint - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
AllowedAttributesOnDelay - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
AllowedAttributesOnEvent - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
AllowedAttributesOnEventAssignment - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
AllowedAttributesOnFunc - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
AllowedAttributesOnInitialAssign - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
AllowedAttributesOnKineticLaw - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
AllowedAttributesOnListOfComps - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
AllowedAttributesOnListOfConstraints - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
AllowedAttributesOnListOfEventAssign - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
AllowedAttributesOnListOfEvents - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
AllowedAttributesOnListOfFuncs - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
AllowedAttributesOnListOfInitAssign - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
AllowedAttributesOnListOfLocalParam - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
AllowedAttributesOnListOfMods - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
AllowedAttributesOnListOfParams - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
AllowedAttributesOnListOfReactions - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
AllowedAttributesOnListOfRules - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
AllowedAttributesOnListOfSpecies - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
AllowedAttributesOnListOfSpeciesRef - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
AllowedAttributesOnListOfUnitDefs - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
AllowedAttributesOnListOfUnits - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
AllowedAttributesOnLocalParameter - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
AllowedAttributesOnModel - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
AllowedAttributesOnModifier - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
AllowedAttributesOnParameter - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
AllowedAttributesOnPriority - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
AllowedAttributesOnRateRule - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
AllowedAttributesOnReaction - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
AllowedAttributesOnSBML - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
AllowedAttributesOnSpecies - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
AllowedAttributesOnSpeciesReference - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
AllowedAttributesOnTrigger - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
AllowedAttributesOnUnit - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
AllowedAttributesOnUnitDefinition - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
AnnotationNotesNotAllowedLevel1 - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
append(SBase) - Method in class org.sbml.libsbml.ListOf
Adds item to the end of this ListOf.
append(String) - Method in class org.sbml.libsbml.XMLToken
Appends characters to this XML text content.
appendAndOwn(SBase) - Method in class org.sbml.libsbml.ListOf
Adds item to the end of this ListOf.
appendAnnotation(XMLNode) - Method in class org.sbml.libsbml.Model
Appends annotation content to any existing content in the 'annotation' subelement of this object.
appendAnnotation(String) - Method in class org.sbml.libsbml.Model
Appends annotation content to any existing content in the 'annotation' subelement of this object.
appendAnnotation(XMLNode) - Method in class org.sbml.libsbml.SBase
Appends the given annotation to the 'annotation' subelement of this object.
appendAnnotation(String) - Method in class org.sbml.libsbml.SBase
Appends the given annotation to the 'annotation' subelement of this object.
appendAnnotation(XMLNode) - Method in class org.sbml.libsbml.SpeciesReference
Appends annotation content to any existing content in the 'annotation' subelement of this object.
appendAnnotation(String) - Method in class org.sbml.libsbml.SpeciesReference
Appends annotation content to any existing content in the 'annotation' subelement of this object.
appendFrom(ListOf) - Method in class org.sbml.libsbml.ListOf
Adds a clone of all items in the provided ListOf to this object.
appendFrom(Model) - Method in class org.sbml.libsbml.Model
Takes the contents of the passed-in Model, makes copies of everything, and appends those copies to the appropriate places in this Model.
appendNotes(XMLNode) - Method in class org.sbml.libsbml.SBase
Appends the given notes to the 'notes' subelement of this object.
appendNotes(String) - Method in class org.sbml.libsbml.SBase
Appends the given notes to the 'notes' subelement of this object.
ApplyCiMustBeModelComponent - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
ApplyCiMustBeUserFunction - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
areEquivalent(Unit, Unit) - Static method in class org.sbml.libsbml.Unit
Predicate returning true if Unit objects are equivalent.
areEquivalent(UnitDefinition, UnitDefinition) - Static method in class org.sbml.libsbml.UnitDefinition
Predicate returning true if two UnitDefinition objects are equivalent.
areIdentical(Unit, Unit) - Static method in class org.sbml.libsbml.Unit
Predicate returning true if two Unit objects are identical.
areIdentical(UnitDefinition, UnitDefinition) - Static method in class org.sbml.libsbml.UnitDefinition
Predicate returning true if two UnitDefinition objects are identical.
ArgsToEqNeedSameType - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
AssignmentRule - Class in org.sbml.libsbml
Implementation of SBML's AssignmentRule construct.
AssignmentRule(long, long) - Constructor for class org.sbml.libsbml.AssignmentRule
Creates a new AssignmentRule using the given SBML level and version values.
AssignmentRule(SBMLNamespaces) - Constructor for class org.sbml.libsbml.AssignmentRule
Creates a new AssignmentRule using the given SBMLNamespaces object sbmlns.
AssignmentToConstantEntity - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
AssignRuleCompartmentMismatch - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
AssignRuleParameterMismatch - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
AssignRuleSpeciesMismatch - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
AssignRuleStoichiometryMismatch - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
AST_CONSTANT_E - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible ASTNode types.
AST_CONSTANT_FALSE - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible ASTNode types.
AST_CONSTANT_PI - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible ASTNode types.
AST_CONSTANT_TRUE - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible ASTNode types.
AST_DIVIDE - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible ASTNode types.
AST_FUNCTION - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible ASTNode types.
AST_FUNCTION_ABS - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible ASTNode types.
AST_FUNCTION_ARCCOS - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible ASTNode types.
AST_FUNCTION_ARCCOSH - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible ASTNode types.
AST_FUNCTION_ARCCOT - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible ASTNode types.
AST_FUNCTION_ARCCOTH - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible ASTNode types.
AST_FUNCTION_ARCCSC - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible ASTNode types.
AST_FUNCTION_ARCCSCH - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible ASTNode types.
AST_FUNCTION_ARCSEC - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible ASTNode types.
AST_FUNCTION_ARCSECH - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible ASTNode types.
AST_FUNCTION_ARCSIN - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible ASTNode types.
AST_FUNCTION_ARCSINH - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible ASTNode types.
AST_FUNCTION_ARCTAN - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible ASTNode types.
AST_FUNCTION_ARCTANH - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible ASTNode types.
AST_FUNCTION_CEILING - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible ASTNode types.
AST_FUNCTION_COS - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible ASTNode types.
AST_FUNCTION_COSH - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible ASTNode types.
AST_FUNCTION_COT - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible ASTNode types.
AST_FUNCTION_COTH - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible ASTNode types.
AST_FUNCTION_CSC - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible ASTNode types.
AST_FUNCTION_CSCH - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible ASTNode types.
AST_FUNCTION_DELAY - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible ASTNode types.
AST_FUNCTION_EXP - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible ASTNode types.
AST_FUNCTION_FACTORIAL - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible ASTNode types.
AST_FUNCTION_FLOOR - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible ASTNode types.
AST_FUNCTION_LN - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible ASTNode types.
AST_FUNCTION_LOG - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible ASTNode types.
AST_FUNCTION_PIECEWISE - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible ASTNode types.
AST_FUNCTION_POWER - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible ASTNode types.
AST_FUNCTION_ROOT - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible ASTNode types.
AST_FUNCTION_SEC - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible ASTNode types.
AST_FUNCTION_SECH - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible ASTNode types.
AST_FUNCTION_SIN - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible ASTNode types.
AST_FUNCTION_SINH - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible ASTNode types.
AST_FUNCTION_TAN - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible ASTNode types.
AST_FUNCTION_TANH - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible ASTNode types.
AST_INTEGER - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible ASTNode types.
AST_LAMBDA - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible ASTNode types.
AST_LOGICAL_AND - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible ASTNode types.
AST_LOGICAL_NOT - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible ASTNode types.
AST_LOGICAL_OR - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible ASTNode types.
AST_LOGICAL_XOR - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible ASTNode types.
AST_MINUS - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible ASTNode types.
AST_NAME - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible ASTNode types.
AST_NAME_AVOGADRO - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible ASTNode types.
AST_NAME_TIME - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible ASTNode types.
AST_PLUS - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible ASTNode types.
AST_POWER - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible ASTNode types.
AST_RATIONAL - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible ASTNode types.
AST_REAL - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible ASTNode types.
AST_REAL_E - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible ASTNode types.
AST_RELATIONAL_EQ - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible ASTNode types.
AST_RELATIONAL_GEQ - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible ASTNode types.
AST_RELATIONAL_GT - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible ASTNode types.
AST_RELATIONAL_LEQ - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible ASTNode types.
AST_RELATIONAL_LT - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible ASTNode types.
AST_RELATIONAL_NEQ - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible ASTNode types.
AST_TIMES - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible ASTNode types.
AST_UNKNOWN - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible ASTNode types.
ASTNode - Class in org.sbml.libsbml
Abstract Syntax Tree (AST) representation of a mathematical expression.
ASTNode(int) - Constructor for class org.sbml.libsbml.ASTNode
Creates and returns a new ASTNode.
ASTNode() - Constructor for class org.sbml.libsbml.ASTNode
Creates and returns a new ASTNode.
ASTNode(ASTNode) - Constructor for class org.sbml.libsbml.ASTNode
Copy constructor; creates a deep copy of the given ASTNode.
ASTNodeList - Class in org.sbml.libsbml
Class for managing lists of ASTNode objects.
ASTNodeList() - Constructor for class org.sbml.libsbml.ASTNodeList
Explicit constructor for this list.

B

BadCsymbolDefinitionURLValue - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
BadlyFormedXML - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the error and warning codes returned by the XML layer in libSBML.
BadMathML - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
BadMathMLNodeType - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
BadProcessingInstruction - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the error and warning codes returned by the XML layer in libSBML.
BadXMLAttribute - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the error and warning codes returned by the XML layer in libSBML.
BadXMLAttributeValue - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the error and warning codes returned by the XML layer in libSBML.
BadXMLComment - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the error and warning codes returned by the XML layer in libSBML.
BadXMLDecl - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the error and warning codes returned by the XML layer in libSBML.
BadXMLDeclLocation - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the error and warning codes returned by the XML layer in libSBML.
BadXMLDOCTYPE - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the error and warning codes returned by the XML layer in libSBML.
BadXMLDocumentStructure - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the error and warning codes returned by the XML layer in libSBML.
BadXMLIDRef - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the error and warning codes returned by the XML layer in libSBML.
BadXMLIDValue - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the error and warning codes returned by the XML layer in libSBML.
BadXMLPrefix - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the error and warning codes returned by the XML layer in libSBML.
BadXMLPrefixValue - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the error and warning codes returned by the XML layer in libSBML.
BIOLOGICAL_QUALIFIER - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible MIRIAM annotation types used by CVTerm.
BooleanOpsNeedBooleanArgs - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
BothAmountAndConcentrationSet - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
BothStoichiometryAndMath - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
BQB_ENCODES - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible MIRIAM annotation model qualifier types used by CVTerm.
BQB_HAS_PART - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible MIRIAM annotation model qualifier types used by CVTerm.
BQB_HAS_PROPERTY - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible MIRIAM annotation model qualifier types used by CVTerm.
BQB_HAS_VERSION - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible MIRIAM annotation model qualifier types used by CVTerm.
BQB_IS - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible MIRIAM annotation model qualifier types used by CVTerm.
BQB_IS_DESCRIBED_BY - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible MIRIAM annotation model qualifier types used by CVTerm.
BQB_IS_ENCODED_BY - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible MIRIAM annotation model qualifier types used by CVTerm.
BQB_IS_HOMOLOG_TO - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible MIRIAM annotation model qualifier types used by CVTerm.
BQB_IS_PART_OF - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible MIRIAM annotation model qualifier types used by CVTerm.
BQB_IS_PROPERTY_OF - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible MIRIAM annotation model qualifier types used by CVTerm.
BQB_IS_VERSION_OF - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible MIRIAM annotation model qualifier types used by CVTerm.
BQB_OCCURS_IN - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible MIRIAM annotation model qualifier types used by CVTerm.
BQB_UNKNOWN - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible MIRIAM annotation model qualifier types used by CVTerm.
BQM_IS - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible MIRIAM annotation model qualifier types used by CVTerm.
BQM_IS_DERIVED_FROM - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible MIRIAM annotation model qualifier types used by CVTerm.
BQM_IS_DESCRIBED_BY - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible MIRIAM annotation model qualifier types used by CVTerm.
BQM_UNKNOWN - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible MIRIAM annotation model qualifier types used by CVTerm.

C

CannotConvertToL1V1 - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
canonicalize() - Method in class org.sbml.libsbml.ASTNode
Converts this ASTNode to a canonical form and returns true if successful, false otherwise.
CelsiusNoLongerValid - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
cerr - Static variable in class org.sbml.libsbml.libsbml
Stream handle for low-level C++ standard error stream.
CERR - Static variable in class org.sbml.libsbml.OStream
 
checkConsistency() - Method in class org.sbml.libsbml.SBMLDocument
Performs consistency checking and validation on this SBML document.
checkInternalConsistency() - Method in class org.sbml.libsbml.SBMLDocument
Performs consistency checking on libSBML's internal representation of an SBML Model.
checkL1Compatibility() - Method in class org.sbml.libsbml.SBMLDocument
Performs a set of consistency checks on the document to establish whether it is compatible with SBML Level 1 and can be converted to Level 1.
checkL2v1Compatibility() - Method in class org.sbml.libsbml.SBMLDocument
Performs a set of consistency checks on the document to establish whether it is compatible with SBML Level 2 Version 1 and can be converted to Level 2 Version 1.
checkL2v2Compatibility() - Method in class org.sbml.libsbml.SBMLDocument
Performs a set of consistency checks on the document to establish whether it is compatible with SBML Level 2 Version 2 and can be converted to Level 2 Version 2.
checkL2v3Compatibility() - Method in class org.sbml.libsbml.SBMLDocument
Performs a set of consistency checks on the document to establish whether it is compatible with SBML Level 2 Version 3 and can be converted to Level 2 Version 3.
checkL2v4Compatibility() - Method in class org.sbml.libsbml.SBMLDocument
Performs a set of consistency checks on the document to establish whether it is compatible with SBML Level 2 Version 4 and can be converted to Level 2 Version 4.
checkL3v1Compatibility() - Method in class org.sbml.libsbml.SBMLDocument
Performs a set of consistency checks on the document to establish whether it is compatible with SBML Level 3 Version 1 and can be converted to Level 3 Version 1.
checkTerm(String) - Static method in class org.sbml.libsbml.SBO
Checks the format of the given SBO identifier string.
checkTerm(int) - Static method in class org.sbml.libsbml.SBO
Checks the format of the given SBO identifier, given in the form of the integer portion alone.
CircularRuleDependency - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
clear(boolean) - Method in class org.sbml.libsbml.ListOf
Removes all items in this ListOf object.
clear() - Method in class org.sbml.libsbml.ListOf
Removes all items in this ListOf object.
clear() - Method in class org.sbml.libsbml.XMLAttributes
Clears (deletes) all attributes in this XMLAttributes object.
clear() - Method in class org.sbml.libsbml.XMLNamespaces
Clears (deletes) all XML namespace declarations in this XMLNamespaces object.
clearArguments() - Method in class org.sbml.libsbml.SBMLExternalValidator
Clear all additional arguments
clearAttributes() - Method in class org.sbml.libsbml.XMLToken
Clears (deletes) all attributes in this XMLToken.
clearFailures() - Method in class org.sbml.libsbml.SBMLValidator
Clears this validator's list of failures.
clearLog() - Method in class org.sbml.libsbml.XMLErrorLog
Deletes all errors from this log.
clearNamespaces() - Method in class org.sbml.libsbml.XMLToken
Clears (deletes) all XML namespace declarations in the XMLNamespaces of this XMLToken.
clog - Static variable in class org.sbml.libsbml.libsbml
Stream handle for low-level C++ standard logging stream.
CLOG - Static variable in class org.sbml.libsbml.OStream
 
cloneObject() - Method in class org.sbml.libsbml.AlgebraicRule
Creates and returns a deep copy of this Rule.
cloneObject() - Method in class org.sbml.libsbml.AssignmentRule
Creates and returns a deep copy of this Rule.
cloneObject() - Method in class org.sbml.libsbml.Compartment
Creates and returns a deep copy of this Compartment object.
cloneObject() - Method in class org.sbml.libsbml.CompartmentType
Creates and returns a deep copy of this CompartmentType.
cloneObject() - Method in class org.sbml.libsbml.Constraint
Creates and returns a deep copy of this Constraint.
cloneObject() - Method in class org.sbml.libsbml.ConversionOption
Creates and returns a deep copy of this ConversionOption object.
cloneObject() - Method in class org.sbml.libsbml.ConversionProperties
Creates and returns a deep copy of this ConversionProperties object.
cloneObject() - Method in class org.sbml.libsbml.CVTerm
Creates and returns a deep copy of this CVTerm object.
cloneObject() - Method in class org.sbml.libsbml.Date
Returns a copy of this Date.
cloneObject() - Method in class org.sbml.libsbml.Delay
Creates and returns a deep copy of this Delay.
cloneObject() - Method in class org.sbml.libsbml.Event
Creates and returns a deep copy of this Event.
cloneObject() - Method in class org.sbml.libsbml.EventAssignment
Creates and returns a deep copy of this EventAssignment.
cloneObject() - Method in class org.sbml.libsbml.FunctionDefinition
Creates and returns a deep copy of this FunctionDefinition.
cloneObject() - Method in class org.sbml.libsbml.InitialAssignment
Creates and returns a deep copy of this InitialAssignment.
cloneObject() - Method in class org.sbml.libsbml.KineticLaw
Creates and returns a deep copy of this KineticLaw object.
cloneObject() - Method in class org.sbml.libsbml.ListOf
Creates and returns a deep copy of this ListOf.
cloneObject() - Method in class org.sbml.libsbml.ListOfCompartments
Creates and returns a deep copy of this ListOfCompartments instance.
cloneObject() - Method in class org.sbml.libsbml.ListOfCompartmentTypes
Creates and returns a deep copy of this ListOfCompartmentTypes instance.
cloneObject() - Method in class org.sbml.libsbml.ListOfConstraints
Creates and returns a deep copy of this ListOfConstraints instance.
cloneObject() - Method in class org.sbml.libsbml.ListOfEventAssignments
Creates and returns a deep copy of this ListOfEventAssignments.
cloneObject() - Method in class org.sbml.libsbml.ListOfEvents
Creates and returns a deep copy of this ListOfEvents.
cloneObject() - Method in class org.sbml.libsbml.ListOfFunctionDefinitions
Creates and returns a deep copy of this ListOfFunctionDefinitions instance.
cloneObject() - Method in class org.sbml.libsbml.ListOfInitialAssignments
Creates and returns a deep copy of this ListOfInitialAssignments instance.
cloneObject() - Method in class org.sbml.libsbml.ListOfLocalParameters
Creates and returns a deep copy of this ListOfLocalParameters object.
cloneObject() - Method in class org.sbml.libsbml.ListOfParameters
Creates and returns a deep copy of this ListOfParameters instance.
cloneObject() - Method in class org.sbml.libsbml.ListOfReactions
Creates and returns a deep copy of this ListOfReactions instance.
cloneObject() - Method in class org.sbml.libsbml.ListOfRules
Creates and returns a deep copy of this ListOfRules instance.
cloneObject() - Method in class org.sbml.libsbml.ListOfSpecies
Creates and returns a deep copy of this ListOfSpeciess instance.
cloneObject() - Method in class org.sbml.libsbml.ListOfSpeciesReferences
Creates and returns a deep copy of this ListOfSpeciesReferences instance.
cloneObject() - Method in class org.sbml.libsbml.ListOfSpeciesTypes
Creates and returns a deep copy of this ListOfSpeciesTypes instance.
cloneObject() - Method in class org.sbml.libsbml.ListOfUnitDefinitions
Creates and returns a deep copy of this ListOfUnitDefinitions instance.
cloneObject() - Method in class org.sbml.libsbml.ListOfUnits
Creates and returns a deep copy of this ListOfUnits.
cloneObject() - Method in class org.sbml.libsbml.LocalParameter
Creates and returns a deep copy of this LocalParameter.
cloneObject() - Method in class org.sbml.libsbml.Model
Creates and returns a deep copy of this Model object.
cloneObject() - Method in class org.sbml.libsbml.ModelCreator
Creates and returns a copy of this ModelCreator.
cloneObject() - Method in class org.sbml.libsbml.ModelHistory
Creates and returns a copy of this ModelHistory object
cloneObject() - Method in class org.sbml.libsbml.ModifierSpeciesReference
Creates and returns a deep copy of this ModifierSpeciesReference instance.
cloneObject() - Method in class org.sbml.libsbml.Parameter
Creates and returns a deep copy of this Parameter.
cloneObject() - Method in class org.sbml.libsbml.Priority
Creates and returns a deep copy of this Priority.
cloneObject() - Method in class org.sbml.libsbml.RateRule
Creates and returns a deep copy of this Rule.
cloneObject() - Method in class org.sbml.libsbml.Reaction
Creates and returns a deep copy of this Reaction.
cloneObject() - Method in class org.sbml.libsbml.Rule
Creates and returns a deep copy of this Rule.
cloneObject() - Method in class org.sbml.libsbml.SBase
Creates and returns a deep copy of this SBase object.
cloneObject() - Method in class org.sbml.libsbml.SBasePlugin
Creates and returns a deep copy of this SBasePlugin object.
cloneObject() - Method in class org.sbml.libsbml.SBMLConverter
Creates and returns a deep copy of this SBMLConverter object.
cloneObject() - Method in class org.sbml.libsbml.SBMLDocument
Creates and returns a deep copy of this SBMLDocument.
cloneObject() - Method in class org.sbml.libsbml.SBMLDocumentPlugin
Creates and returns a deep copy of this SBMLDocumentPlugin object.
cloneObject() - Method in class org.sbml.libsbml.SBMLExternalValidator
Creates and returns a deep copy of this converter.
cloneObject() - Method in class org.sbml.libsbml.SBMLFunctionDefinitionConverter
Creates and returns a deep copy of this SBMLFunctionDefinitionConverter object.
cloneObject() - Method in class org.sbml.libsbml.SBMLInitialAssignmentConverter
Creates and returns a deep copy of this SBMLInitialAssignmentConverter object.
cloneObject() - Method in class org.sbml.libsbml.SBMLLevelVersionConverter
Creates and returns a deep copy of this SBMLConverter object.
cloneObject() - Method in class org.sbml.libsbml.SBMLNamespaces
Creates and returns a deep copy of this SBMLNamespaces.
cloneObject() - Method in class org.sbml.libsbml.SBMLRuleConverter
Creates and returns a deep copy of this SBMLLevelVersionConverter object.
cloneObject() - Method in class org.sbml.libsbml.SBMLStripPackageConverter
Creates and returns a deep copy of this SBMLStripPackageConverter object.
cloneObject() - Method in class org.sbml.libsbml.SBMLUnitsConverter
Creates and returns a deep copy of this SBMLConverter object.
cloneObject() - Method in class org.sbml.libsbml.SBMLValidator
Creates and returns a deep copy of this SBMLValidator.
cloneObject() - Method in class org.sbml.libsbml.Species
Creates and returns a deep copy of this Species object.
cloneObject() - Method in class org.sbml.libsbml.SpeciesReference
Creates and returns a deep copy of this SpeciesReference instance.
cloneObject() - Method in class org.sbml.libsbml.SpeciesType
Creates and returns a deep copy of this SpeciesType.
cloneObject() - Method in class org.sbml.libsbml.StoichiometryMath
Creates and returns a deep copy of this StoichiometryMath object.
cloneObject() - Method in class org.sbml.libsbml.Trigger
Creates and returns a deep copy of this Trigger.
cloneObject() - Method in class org.sbml.libsbml.Unit
Creates and returns a deep copy of this Unit.
cloneObject() - Method in class org.sbml.libsbml.UnitDefinition
Creates and returns a deep copy of this UnitDefinition.
cloneObject() - Method in class org.sbml.libsbml.XMLAttributes
Creates and returns a deep copy of this XMLAttributes set.
cloneObject() - Method in class org.sbml.libsbml.XMLNamespaces
Creates and returns a deep copy of this XMLNamespaces list.
cloneObject() - Method in class org.sbml.libsbml.XMLNode
Creates and returns a deep copy of this XMLNode.
cloneObject() - Method in class org.sbml.libsbml.XMLToken
Creates and returns a deep copy of this XMLToken.
cloneObject() - Method in class org.sbml.libsbml.XMLTriple
Creates and returns a deep copy of this XMLTriple set.
close() - Method in class org.sbml.libsbml.OFStream
Closes the file currently associated with this stream object.
CNV_TYPE_BOOL - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible SBML ConversionOption value types.
CNV_TYPE_DOUBLE - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible SBML ConversionOption value types.
CNV_TYPE_INT - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible SBML ConversionOption value types.
CNV_TYPE_SINGLE - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible SBML ConversionOption value types.
CNV_TYPE_STRING - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible SBML ConversionOption value types.
combine(UnitDefinition, UnitDefinition) - Static method in class org.sbml.libsbml.UnitDefinition
Combines two UnitDefinition objects into a single UnitDefinition.
Compartment - Class in org.sbml.libsbml
Implementation of SBML's Compartment construct.
Compartment(long, long) - Constructor for class org.sbml.libsbml.Compartment
Creates a new Compartment using the given SBML level and version values.
Compartment(SBMLNamespaces) - Constructor for class org.sbml.libsbml.Compartment
Creates a new Compartment using the given SBMLNamespaces object sbmlns.
Compartment(Compartment) - Constructor for class org.sbml.libsbml.Compartment
Copy constructor; creates a copy of a Compartment.
CompartmentNotOnL1Reaction - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
CompartmentOnReaction - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
CompartmentShouldHaveSize - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
CompartmentType - Class in org.sbml.libsbml
Implementation of SBML's Level 2's CompartmentType construct.
CompartmentType(long, long) - Constructor for class org.sbml.libsbml.CompartmentType
Creates a new CompartmentType using the given SBML level and version values.
CompartmentType(SBMLNamespaces) - Constructor for class org.sbml.libsbml.CompartmentType
Creates a new CompartmentType using the given SBMLNamespaces object sbmlns.
CompartmentType(CompartmentType) - Constructor for class org.sbml.libsbml.CompartmentType
Copy constructor; creates a copy of this CompartmentType.
CompartmentTypeNotValidAttribute - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
CompartmentTypeNotValidComponent - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
ConstantNotValidAttribute - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
ConstantSpeciesNotValidAttribute - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
Constraint - Class in org.sbml.libsbml
Implementation of SBML's Constraint construct.
Constraint(long, long) - Constructor for class org.sbml.libsbml.Constraint
Creates a new Constraint using the given SBML level and version values.
Constraint(SBMLNamespaces) - Constructor for class org.sbml.libsbml.Constraint
Creates a new Constraint using the given SBMLNamespaces object sbmlns.
Constraint(Constraint) - Constructor for class org.sbml.libsbml.Constraint
Copy constructor; creates a copy of this Constraint.
ConstraintContainsDOCTYPE - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
ConstraintContainsXMLDecl - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
ConstraintMathNotBoolean - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
ConstraintNotInXHTMLNamespace - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
ConstraintNotValidComponent - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
contains(long) - Method in class org.sbml.libsbml.SBMLErrorLog
Returns true if SBMLErrorLog contains an errorId
containsUndeclaredUnits() - Method in class org.sbml.libsbml.Delay
Predicate returning true if the 'math' expression in this Delay instance contains parameters with undeclared units or literal numbers.
containsUndeclaredUnits() - Method in class org.sbml.libsbml.EventAssignment
Predicate returning true if the math expression of this EventAssignment contains literal numbers or parameters with undeclared units.
containsUndeclaredUnits() - Method in class org.sbml.libsbml.InitialAssignment
Predicate returning true if the math expression of this InitialAssignment contains parameters/numbers with undeclared units.
containsUndeclaredUnits() - Method in class org.sbml.libsbml.KineticLaw
Predicate returning true if the math expression of this KineticLaw contains parameters/numbers with undeclared units.
containsUndeclaredUnits() - Method in class org.sbml.libsbml.Rule
Predicate returning true if the math expression of this Rule contains parameters/numbers with undeclared units.
containsUndeclaredUnits() - Method in class org.sbml.libsbml.StoichiometryMath
Predicate returning true if the math expression of this StoichiometryMath object contains literal numbers or parameters with undeclared units.
containsUri(String) - Method in class org.sbml.libsbml.XMLNamespaces
Tests whether the given uri is contained in this set of namespaces.
ConversionFactorMustConstant - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
ConversionFactorNotInL1 - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
ConversionFactorOnSpecies - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
ConversionOption - Class in org.sbml.libsbml
Class of object that encapsulates a conversion option.
ConversionOption(String, String, int, String) - Constructor for class org.sbml.libsbml.ConversionOption
Creates a new ConversionOption.
ConversionOption(String, String, int) - Constructor for class org.sbml.libsbml.ConversionOption
Creates a new ConversionOption.
ConversionOption(String, String) - Constructor for class org.sbml.libsbml.ConversionOption
Creates a new ConversionOption.
ConversionOption(String) - Constructor for class org.sbml.libsbml.ConversionOption
Creates a new ConversionOption.
ConversionOption(String, String, String) - Constructor for class org.sbml.libsbml.ConversionOption
Creates a new ConversionOption specialized for string-type options.
ConversionOption(String, boolean, String) - Constructor for class org.sbml.libsbml.ConversionOption
Creates a new ConversionOption specialized for Boolean-type options.
ConversionOption(String, boolean) - Constructor for class org.sbml.libsbml.ConversionOption
Creates a new ConversionOption specialized for Boolean-type options.
ConversionOption(String, double, String) - Constructor for class org.sbml.libsbml.ConversionOption
Creates a new ConversionOption specialized for double-type options.
ConversionOption(String, double) - Constructor for class org.sbml.libsbml.ConversionOption
Creates a new ConversionOption specialized for double-type options.
ConversionOption(String, float, String) - Constructor for class org.sbml.libsbml.ConversionOption
Creates a new ConversionOption specialized for float-type options.
ConversionOption(String, float) - Constructor for class org.sbml.libsbml.ConversionOption
Creates a new ConversionOption specialized for float-type options.
ConversionOption(String, int, String) - Constructor for class org.sbml.libsbml.ConversionOption
Creates a new ConversionOption specialized for integer-type options.
ConversionOption(String, int) - Constructor for class org.sbml.libsbml.ConversionOption
Creates a new ConversionOption specialized for integer-type options.
ConversionOption(ConversionOption) - Constructor for class org.sbml.libsbml.ConversionOption
Copy constructor; creates a copy of an ConversionOption object.
ConversionProperties - Class in org.sbml.libsbml
Class of object that encapsulates the properties of an SBML converter.
ConversionProperties(SBMLNamespaces) - Constructor for class org.sbml.libsbml.ConversionProperties
Constructor that initializes the conversion properties with a specific SBML target namespace.
ConversionProperties() - Constructor for class org.sbml.libsbml.ConversionProperties
Constructor that initializes the conversion properties with a specific SBML target namespace.
ConversionProperties(ConversionProperties) - Constructor for class org.sbml.libsbml.ConversionProperties
Copy constructor.
convert() - Method in class org.sbml.libsbml.SBMLConverter
Perform the conversion.
convert() - Method in class org.sbml.libsbml.SBMLFunctionDefinitionConverter
Replaces invocations of each user-defined function with an in-line copy, similar to macro expansion.
convert() - Method in class org.sbml.libsbml.SBMLInitialAssignmentConverter
Perform the conversion.
convert() - Method in class org.sbml.libsbml.SBMLLevelVersionConverter
Perform the conversion.
convert() - Method in class org.sbml.libsbml.SBMLRuleConverter
Perform the conversion.
convert() - Method in class org.sbml.libsbml.SBMLStripPackageConverter
Perform the conversion.
convert() - Method in class org.sbml.libsbml.SBMLUnitsConverter
Perform the conversion.
convertStringToXMLNode(String, XMLNamespaces) - Static method in class org.sbml.libsbml.XMLNode
Returns an XMLNode which is derived from a string containing XML content.
convertStringToXMLNode(String) - Static method in class org.sbml.libsbml.XMLNode
Returns an XMLNode which is derived from a string containing XML content.
convertToSI(Unit) - Static method in class org.sbml.libsbml.Unit
Returns a UnitDefinition object containing the given unit converted to the appropriate SI unit.
convertToSI(UnitDefinition) - Static method in class org.sbml.libsbml.UnitDefinition
Convert a given UnitDefinition into a new UnitDefinition object that uses SI units.
convertXMLNodeToString(XMLNode) - Static method in class org.sbml.libsbml.XMLNode
Returns a string representation of a given XMLNode.
cout - Static variable in class org.sbml.libsbml.libsbml
Stream handle for low-level C++ standard output stream.
COUT - Static variable in class org.sbml.libsbml.OStream
 
createAlgebraicRule() - Method in class org.sbml.libsbml.Model
Creates a new AlgebraicRule inside this Model and returns it.
createAnnotation() - Static method in class org.sbml.libsbml.RDFAnnotationParser
Creates a blank annotation and returns its root XMLNode object.
createAssignmentRule() - Method in class org.sbml.libsbml.Model
Creates a new AssignmentRule inside this Model and returns it.
createCompartment() - Method in class org.sbml.libsbml.Model
Creates a new Compartment inside this Model and returns it.
createCompartmentType() - Method in class org.sbml.libsbml.Model
Creates a new CompartmentType inside this Model and returns it.
createConstraint() - Method in class org.sbml.libsbml.Model
Creates a new Constraint inside this Model and returns it.
createCVTerms(SBase) - Static method in class org.sbml.libsbml.RDFAnnotationParser
Takes a list of CVTerm objects and creates a the RDF 'Description' element.
createDelay() - Method in class org.sbml.libsbml.Event
Creates a new, empty Delay, adds it to this Event and returns the Delay.
createDelay() - Method in class org.sbml.libsbml.Model
Creates a new Delay inside the last Event object created in this Model, and returns a pointer to it.
createEvent() - Method in class org.sbml.libsbml.Model
Creates a new Event inside this Model and returns it.
createEventAssignment() - Method in class org.sbml.libsbml.Event
Creates a new, empty EventAssignment, adds it to this Event's list of event assignments and returns the EventAssignment.
createEventAssignment() - Method in class org.sbml.libsbml.Model
Creates a new EventAssignment inside the last Event object created in this Model, and returns a pointer to it.
createFunctionDefinition() - Method in class org.sbml.libsbml.Model
Creates a new FunctionDefinition inside this Model and returns it.
createInitialAssignment() - Method in class org.sbml.libsbml.Model
Creates a new InitialAssignment inside this Model and returns it.
createKineticLaw() - Method in class org.sbml.libsbml.Model
Creates a new KineticLaw inside the last Reaction object created in this Model, and returns a pointer to it.
createKineticLaw() - Method in class org.sbml.libsbml.Reaction
Creates a new KineticLaw object, installs it as this Reaction's 'kineticLaw' subelement, and returns it.
createKineticLawLocalParameter() - Method in class org.sbml.libsbml.Model
Creates a new LocalParameter inside the KineticLaw object of the last Reaction created inside this Model, and returns a pointer to it.
createKineticLawParameter() - Method in class org.sbml.libsbml.Model
Creates a new local Parameter inside the KineticLaw object of the last Reaction created inside this Model, and returns a pointer to it.
createLocalParameter() - Method in class org.sbml.libsbml.KineticLaw
Creates a new LocalParameter object, adds it to this KineticLaw's list of local parameters, and returns the LocalParameter object created.
createModel(String) - Method in class org.sbml.libsbml.SBMLDocument
Creates a new Model inside this SBMLDocument, and returns a pointer to it.
createModel() - Method in class org.sbml.libsbml.SBMLDocument
Creates a new Model inside this SBMLDocument, and returns a pointer to it.
createModifier() - Method in class org.sbml.libsbml.Model
Creates a new ModifierSpeciesReference object for a modifier species inside the last Reaction object in this Model, and returns a pointer to it.
createModifier() - Method in class org.sbml.libsbml.Reaction
Creates a new ModifierSpeciesReference, adds it to this Reaction's list of modifiers and returns it.
createParameter() - Method in class org.sbml.libsbml.KineticLaw
Creates a new Parameter object, adds it to this KineticLaw's list of local parameters, and returns the Parameter object created.
createParameter() - Method in class org.sbml.libsbml.Model
Creates a new Parameter inside this Model and returns it.
createPriority() - Method in class org.sbml.libsbml.Event
(SBML Level 3 only) Creates a new, empty Priority, adds it to this Event and returns the Priority.
createProduct() - Method in class org.sbml.libsbml.Model
Creates a new SpeciesReference object for a product inside the last Reaction object in this Model, and returns a pointer to it.
createProduct() - Method in class org.sbml.libsbml.Reaction
Creates a new SpeciesReference, adds it to this Reaction's list of products, and returns it.
createRateRule() - Method in class org.sbml.libsbml.Model
Creates a new RateRule inside this Model and returns it.
createRDFAnnotation() - Static method in class org.sbml.libsbml.RDFAnnotationParser
Creates a blank RDF element suitable for use in SBML annotations.
createReactant() - Method in class org.sbml.libsbml.Model
Creates a new SpeciesReference object for a reactant inside the last Reaction object in this Model, and returns a pointer to it.
createReactant() - Method in class org.sbml.libsbml.Reaction
Creates a new SpeciesReference, adds it to this Reaction's list of reactants, and returns it.
createReaction() - Method in class org.sbml.libsbml.Model
Creates a new Reaction inside this Model and returns it.
createSpecies() - Method in class org.sbml.libsbml.Model
Creates a new Species inside this Model and returns it.
createSpeciesType() - Method in class org.sbml.libsbml.Model
Creates a new SpeciesType inside this Model and returns it.
createStoichiometryMath() - Method in class org.sbml.libsbml.SpeciesReference
Creates a new, empty StoichiometryMath object, adds it to this SpeciesReference, and returns it.
createTrigger() - Method in class org.sbml.libsbml.Event
Creates a new, empty Trigger, adds it to this Event and returns the Trigger.
createTrigger() - Method in class org.sbml.libsbml.Model
Creates a new Trigger inside the last Event object created in this Model, and returns a pointer to it.
createUnit() - Method in class org.sbml.libsbml.Model
Creates a new Unit object within the last UnitDefinition object created in this model and returns a pointer to it.
createUnit() - Method in class org.sbml.libsbml.UnitDefinition
Creates a new and empty Unit, adds it to this UnitDefinition's list of units, and returns it.
createUnitDefinition() - Method in class org.sbml.libsbml.Model
Creates a new UnitDefinition inside this Model and returns it.
CVTerm - Class in org.sbml.libsbml
Representation of MIRIAM-compliant controlled vocabulary annotation.
CVTerm(int) - Constructor for class org.sbml.libsbml.CVTerm
Creates an empty CVTerm, optionally with the given qualifier type.
CVTerm() - Constructor for class org.sbml.libsbml.CVTerm
Creates an empty CVTerm, optionally with the given qualifier type.
CVTerm(XMLNode) - Constructor for class org.sbml.libsbml.CVTerm
Creates a new CVTerm from the given XMLNode.
CVTerm(CVTerm) - Constructor for class org.sbml.libsbml.CVTerm
Copy constructor; creates a copy of a CVTerm object.
CVTermList - Class in org.sbml.libsbml
Class for managing lists of CVTerm objects.
CVTermList() - Constructor for class org.sbml.libsbml.CVTermList
Explicit constructor for this list.

D

Date - Class in org.sbml.libsbml
Representation of MIRIAM-compliant dates used in ModelHistory.
Date(long, long, long, long, long, long, long, long, long) - Constructor for class org.sbml.libsbml.Date
Creates a time and date representation for use in model annotations and elsewhere.
Date(long, long, long, long, long, long, long, long) - Constructor for class org.sbml.libsbml.Date
Creates a time and date representation for use in model annotations and elsewhere.
Date(long, long, long, long, long, long, long) - Constructor for class org.sbml.libsbml.Date
Creates a time and date representation for use in model annotations and elsewhere.
Date(long, long, long, long, long, long) - Constructor for class org.sbml.libsbml.Date
Creates a time and date representation for use in model annotations and elsewhere.
Date(long, long, long, long, long) - Constructor for class org.sbml.libsbml.Date
Creates a time and date representation for use in model annotations and elsewhere.
Date(long, long, long, long) - Constructor for class org.sbml.libsbml.Date
Creates a time and date representation for use in model annotations and elsewhere.
Date(long, long, long) - Constructor for class org.sbml.libsbml.Date
Creates a time and date representation for use in model annotations and elsewhere.
Date(long, long) - Constructor for class org.sbml.libsbml.Date
Creates a time and date representation for use in model annotations and elsewhere.
Date(long) - Constructor for class org.sbml.libsbml.Date
Creates a time and date representation for use in model annotations and elsewhere.
Date() - Constructor for class org.sbml.libsbml.Date
Creates a time and date representation for use in model annotations and elsewhere.
Date(String) - Constructor for class org.sbml.libsbml.Date
Creates a Date object from a string expressing a date and time value.
Date(Date) - Constructor for class org.sbml.libsbml.Date
Copy constructor; creates a copy of this Date.
DateList - Class in org.sbml.libsbml
Class for managing lists of Date objects.
DateList() - Constructor for class org.sbml.libsbml.DateList
Explicit constructor for this list.
deepCopy() - Method in class org.sbml.libsbml.ASTNode
Creates a recursive copy of this node and all its children.
Delay - Class in org.sbml.libsbml
Implementation of SBML's Delay construct for Event.
Delay(long, long) - Constructor for class org.sbml.libsbml.Delay
Creates a new Delay using the given SBML level and version values.
Delay(SBMLNamespaces) - Constructor for class org.sbml.libsbml.Delay
Creates a new Delay using the given SBMLNamespaces object sbmlns.
Delay(Delay) - Constructor for class org.sbml.libsbml.Delay
Copy constructor; creates a copy of this Delay.
DelayNeedsValuesFromTriggerTime - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
DelayUnitsNotTime - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
delete() - Method in class org.sbml.libsbml.AlgebraicRule
Explicitly deletes the underlying native object.
delete() - Method in class org.sbml.libsbml.AssignmentRule
Explicitly deletes the underlying native object.
delete() - Method in class org.sbml.libsbml.ASTNode
Explicitly deletes the underlying native object.
delete() - Method in class org.sbml.libsbml.ASTNodeList
Explicitly deletes the underlying native object.
delete() - Method in class org.sbml.libsbml.Compartment
Explicitly deletes the underlying native object.
delete() - Method in class org.sbml.libsbml.CompartmentType
Explicitly deletes the underlying native object.
delete() - Method in class org.sbml.libsbml.Constraint
Explicitly deletes the underlying native object.
delete() - Method in class org.sbml.libsbml.ConversionOption
Explicitly deletes the underlying native object.
delete() - Method in class org.sbml.libsbml.ConversionProperties
Explicitly deletes the underlying native object.
delete() - Method in class org.sbml.libsbml.CVTerm
Explicitly deletes the underlying native object.
delete() - Method in class org.sbml.libsbml.CVTermList
Explicitly deletes the underlying native object.
delete() - Method in class org.sbml.libsbml.Date
Explicitly deletes the underlying native object.
delete() - Method in class org.sbml.libsbml.DateList
Explicitly deletes the underlying native object.
delete() - Method in class org.sbml.libsbml.Delay
Explicitly deletes the underlying native object.
delete() - Method in class org.sbml.libsbml.Event
Explicitly deletes the underlying native object.
delete() - Method in class org.sbml.libsbml.EventAssignment
Explicitly deletes the underlying native object.
delete() - Method in class org.sbml.libsbml.FunctionDefinition
Explicitly deletes the underlying native object.
delete() - Method in class org.sbml.libsbml.InitialAssignment
Explicitly deletes the underlying native object.
delete() - Method in class org.sbml.libsbml.KineticLaw
Explicitly deletes the underlying native object.
delete() - Method in class org.sbml.libsbml.L3ParserSettings
Explicitly deletes the underlying native object.
delete() - Method in class org.sbml.libsbml.ListOf
Explicitly deletes the underlying native object.
delete() - Method in class org.sbml.libsbml.ListOfCompartments
Explicitly deletes the underlying native object.
delete() - Method in class org.sbml.libsbml.ListOfCompartmentTypes
Explicitly deletes the underlying native object.
delete() - Method in class org.sbml.libsbml.ListOfConstraints
Explicitly deletes the underlying native object.
delete() - Method in class org.sbml.libsbml.ListOfEventAssignments
Explicitly deletes the underlying native object.
delete() - Method in class org.sbml.libsbml.ListOfEvents
Explicitly deletes the underlying native object.
delete() - Method in class org.sbml.libsbml.ListOfFunctionDefinitions
Explicitly deletes the underlying native object.
delete() - Method in class org.sbml.libsbml.ListOfInitialAssignments
Explicitly deletes the underlying native object.
delete() - Method in class org.sbml.libsbml.ListOfLocalParameters
Explicitly deletes the underlying native object.
delete() - Method in class org.sbml.libsbml.ListOfParameters
Explicitly deletes the underlying native object.
delete() - Method in class org.sbml.libsbml.ListOfReactions
Explicitly deletes the underlying native object.
delete() - Method in class org.sbml.libsbml.ListOfRules
Explicitly deletes the underlying native object.
delete() - Method in class org.sbml.libsbml.ListOfSpecies
Explicitly deletes the underlying native object.
delete() - Method in class org.sbml.libsbml.ListOfSpeciesReferences
Explicitly deletes the underlying native object.
delete() - Method in class org.sbml.libsbml.ListOfSpeciesTypes
Explicitly deletes the underlying native object.
delete() - Method in class org.sbml.libsbml.ListOfUnitDefinitions
Explicitly deletes the underlying native object.
delete() - Method in class org.sbml.libsbml.ListOfUnits
Explicitly deletes the underlying native object.
delete() - Method in class org.sbml.libsbml.LocalParameter
Explicitly deletes the underlying native object.
delete() - Method in class org.sbml.libsbml.Model
Explicitly deletes the underlying native object.
delete() - Method in class org.sbml.libsbml.ModelCreator
Explicitly deletes the underlying native object.
delete() - Method in class org.sbml.libsbml.ModelCreatorList
Explicitly deletes the underlying native object.
delete() - Method in class org.sbml.libsbml.ModelHistory
Explicitly deletes the underlying native object.
delete() - Method in class org.sbml.libsbml.ModifierSpeciesReference
Explicitly deletes the underlying native object.
delete() - Method in class org.sbml.libsbml.OFStream
Explicitly deletes the underlying native object.
delete() - Method in class org.sbml.libsbml.OStream
Explicitly deletes the underlying native object.
delete() - Method in class org.sbml.libsbml.OStringStream
Explicitly deletes the underlying native object.
delete() - Method in class org.sbml.libsbml.Parameter
Explicitly deletes the underlying native object.
delete() - Method in class org.sbml.libsbml.Priority
Explicitly deletes the underlying native object.
delete() - Method in class org.sbml.libsbml.RateRule
Explicitly deletes the underlying native object.
delete() - Method in class org.sbml.libsbml.RDFAnnotationParser
Explicitly deletes the underlying native object.
delete() - Method in class org.sbml.libsbml.Reaction
Explicitly deletes the underlying native object.
delete() - Method in class org.sbml.libsbml.Rule
Explicitly deletes the underlying native object.
delete() - Method in class org.sbml.libsbml.SBase
Explicitly deletes the underlying native object.
delete() - Method in class org.sbml.libsbml.SBaseList
Explicitly deletes the underlying native object.
delete() - Method in class org.sbml.libsbml.SBasePlugin
Explicitly deletes the underlying native object.
delete() - Method in exception org.sbml.libsbml.SBMLConstructorException
Explicitly deletes the underlying native object.
delete() - Method in class org.sbml.libsbml.SBMLConverter
Explicitly deletes the underlying native object.
delete() - Method in class org.sbml.libsbml.SBMLConverterRegistry
Explicitly deletes the underlying native object.
delete() - Method in class org.sbml.libsbml.SBMLDocument
Explicitly deletes the underlying native object.
delete() - Method in class org.sbml.libsbml.SBMLDocumentPlugin
Explicitly deletes the underlying native object.
delete() - Method in class org.sbml.libsbml.SBMLError
Explicitly deletes the underlying native object.
delete() - Method in class org.sbml.libsbml.SBMLErrorLog
Explicitly deletes the underlying native object.
delete() - Method in class org.sbml.libsbml.SBMLExtensionException
Explicitly deletes the underlying native object.
delete() - Method in class org.sbml.libsbml.SBMLExtensionRegistry
Explicitly deletes the underlying native object.
delete() - Method in class org.sbml.libsbml.SBMLExternalValidator
Explicitly deletes the underlying native object.
delete() - Method in class org.sbml.libsbml.SBMLFunctionDefinitionConverter
Explicitly deletes the underlying native object.
delete() - Method in class org.sbml.libsbml.SBMLInitialAssignmentConverter
Explicitly deletes the underlying native object.
delete() - Method in class org.sbml.libsbml.SBMLLevelVersionConverter
Explicitly deletes the underlying native object.
delete() - Method in class org.sbml.libsbml.SBMLNamespaces
Explicitly deletes the underlying native object.
delete() - Method in class org.sbml.libsbml.SBMLNamespacesList
Explicitly deletes the underlying native object.
delete() - Method in class org.sbml.libsbml.SBMLReader
Explicitly deletes the underlying native object.
delete() - Method in class org.sbml.libsbml.SBMLRuleConverter
Explicitly deletes the underlying native object.
delete() - Method in class org.sbml.libsbml.SBMLStripPackageConverter
Explicitly deletes the underlying native object.
delete() - Method in class org.sbml.libsbml.SBMLUnitsConverter
Explicitly deletes the underlying native object.
delete() - Method in class org.sbml.libsbml.SBMLValidator
Explicitly deletes the underlying native object.
delete() - Method in class org.sbml.libsbml.SBMLWriter
Explicitly deletes the underlying native object.
delete() - Method in class org.sbml.libsbml.SBO
Explicitly deletes the underlying native object.
delete() - Method in class org.sbml.libsbml.SimpleSpeciesReference
Explicitly deletes the underlying native object.
delete() - Method in class org.sbml.libsbml.Species
Explicitly deletes the underlying native object.
delete() - Method in class org.sbml.libsbml.SpeciesReference
Explicitly deletes the underlying native object.
delete() - Method in class org.sbml.libsbml.SpeciesType
Explicitly deletes the underlying native object.
delete() - Method in class org.sbml.libsbml.StoichiometryMath
Explicitly deletes the underlying native object.
delete() - Method in class org.sbml.libsbml.SyntaxChecker
Explicitly deletes the underlying native object.
delete() - Method in class org.sbml.libsbml.Trigger
Explicitly deletes the underlying native object.
delete() - Method in class org.sbml.libsbml.Unit
Explicitly deletes the underlying native object.
delete() - Method in class org.sbml.libsbml.UnitDefinition
Explicitly deletes the underlying native object.
delete() - Method in class org.sbml.libsbml.XMLAttributes
Explicitly deletes the underlying native object.
delete() - Method in exception org.sbml.libsbml.XMLConstructorException
Explicitly deletes the underlying native object.
delete() - Method in class org.sbml.libsbml.XMLError
Explicitly deletes the underlying native object.
delete() - Method in class org.sbml.libsbml.XMLErrorLog
Explicitly deletes the underlying native object.
delete() - Method in class org.sbml.libsbml.XMLNamespaces
Explicitly deletes the underlying native object.
delete() - Method in class org.sbml.libsbml.XMLNode
Explicitly deletes the underlying native object.
delete() - Method in class org.sbml.libsbml.XMLToken
Explicitly deletes the underlying native object.
delete() - Method in class org.sbml.libsbml.XMLTriple
Explicitly deletes the underlying native object.
deleteRDFAnnotation(XMLNode) - Static method in class org.sbml.libsbml.RDFAnnotationParser
Deletes any SBML MIRIAM RDF annotation found in the given XMLNode tree and returns any remaining annotation content.
deleteRDFCVTermAnnotation(XMLNode) - Static method in class org.sbml.libsbml.RDFAnnotationParser
Deletes any SBML MIRIAM RDF 'CVTerm' annotation found in the given XMLNode tree and returns any remaining annotation content.
deleteRDFHistoryAnnotation(XMLNode) - Static method in class org.sbml.libsbml.RDFAnnotationParser
Deletes any SBML MIRIAM RDF 'History' annotation found in the given XMLNode tree and returns any remaining annotation content.
disablePackage(String, String) - Method in class org.sbml.libsbml.SBase
Disables the given SBML Level 3 package
disablePackage(String) - Static method in class org.sbml.libsbml.SBMLExtensionRegistry
Disables the package with the given URI / name.
disablePackages(SWIGTYPE_p_std__vectorT_std__string_t) - Static method in class org.sbml.libsbml.SBMLExtensionRegistry
Disables all packages with the given URI / name.
disableUnusedPackages(SBMLDocument) - Method in class org.sbml.libsbml.SBMLExtensionRegistry
Goes through all extensions in the list of plugins of the given document and disables all plugins that are not being used.
DisallowedDefinitionURLUse - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
DisallowedMathMLEncodingUse - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
DisallowedMathMLSymbol - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
DisallowedMathTypeAttributeUse - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
DisallowedMathTypeAttributeValue - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
DisallowedMathUnitsUse - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
DuplicateAnnotationInvalidInL2v2 - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
DuplicateAnnotationInvalidInL2v3 - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
DuplicateAnnotationInvalidInL2v4 - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
DuplicateAnnotationInvalidInL3v1 - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
DuplicateAnnotationNamespaces - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
DuplicateComponentId - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
DuplicateLocalParameterId - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
DuplicateMetaId - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
DuplicateUnitDefinitionId - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
DuplicateXMLAttribute - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the error and warning codes returned by the XML layer in libSBML.

E

EmptyListElement - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
EmptyListInKineticLaw - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
EmptyListInReaction - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
EmptyListOfUnits - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
EmptyUnitListElement - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
enableDefaultNS(String, boolean) - Method in class org.sbml.libsbml.SBMLDocument
Set/unset default namespace to each top-level element defined in the given package extension.
enableL2NamespaceForDocument(SBMLDocument) - Method in class org.sbml.libsbml.SBMLExtensionRegistry
Enables all extensions that support serialization / deserialization with SBML Annotations.
enablePackage(String, String, boolean) - Method in class org.sbml.libsbml.SBase
Enables or disables the given SBML Level 3 package
enablePackage(String) - Static method in class org.sbml.libsbml.SBMLExtensionRegistry
Enables the package with the given URI / name.
enablePackages(SWIGTYPE_p_std__vectorT_std__string_t) - Static method in class org.sbml.libsbml.SBMLExtensionRegistry
Enables all packages with the given URI / name.
endl() - Method in class org.sbml.libsbml.OStream
Writes an end-of-line character on this tream.
equals(Object) - Method in class org.sbml.libsbml.ASTNode
Equality comparison method for ASTNode.
equals(Object) - Method in class org.sbml.libsbml.CVTerm
Equality comparison method for CVTerm.
equals(Object) - Method in class org.sbml.libsbml.Date
Equality comparison method for Date.
equals(Object) - Method in class org.sbml.libsbml.ModelCreator
Equality comparison method for ModelCreator.
equals(Object) - Method in class org.sbml.libsbml.ModelHistory
Equality comparison method for ModelHistory.
equals(Object) - Method in class org.sbml.libsbml.SBase
Equality comparison method for SBase.
equals(Object) - Method in class org.sbml.libsbml.SBMLNamespaces
Equality comparison method for SBMLNamespaces.
equals(Object) - Method in class org.sbml.libsbml.SBMLReader
Equality comparison method for SBMLReader.
equals(Object) - Method in class org.sbml.libsbml.SBMLWriter
Equality comparison method for SBMLWriter.
equals(Object) - Method in class org.sbml.libsbml.XMLAttributes
Equality comparison method for XMLAttributes.
equals(Object) - Method in class org.sbml.libsbml.XMLError
Equality comparison method for XMLError.
equals(Object) - Method in class org.sbml.libsbml.XMLErrorLog
Equality comparison method for XMLErrorLog.
equals(Object) - Method in class org.sbml.libsbml.XMLNamespaces
Equality comparison method for XMLNamespaces.
equals(Object) - Method in class org.sbml.libsbml.XMLNode
Equality comparison method for XMLNode.
equals(Object) - Method in class org.sbml.libsbml.XMLToken
Equality comparison method for XMLToken.
equals(Object) - Method in class org.sbml.libsbml.XMLTriple
Equality comparison method for XMLTriple.
Event - Class in org.sbml.libsbml
Implementation of SBML's Event construct.
Event(long, long) - Constructor for class org.sbml.libsbml.Event
Creates a new Event using the given SBML level and version values.
Event(SBMLNamespaces) - Constructor for class org.sbml.libsbml.Event
Creates a new Event using the given SBMLNamespaces object sbmlns.
Event(Event) - Constructor for class org.sbml.libsbml.Event
Copy constructor; creates a copy of this Event.
EventAndAssignmentRuleForId - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
EventAssignCompartmentMismatch - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
EventAssignment - Class in org.sbml.libsbml
Implementation of SBML's EventAssignment construct for Event.
EventAssignment(long, long) - Constructor for class org.sbml.libsbml.EventAssignment
Creates a new EventAssignment using the given SBML level and version values.
EventAssignment(SBMLNamespaces) - Constructor for class org.sbml.libsbml.EventAssignment
Creates a new EventAssignment using the given SBMLNamespaces object sbmlns.
EventAssignment(EventAssignment) - Constructor for class org.sbml.libsbml.EventAssignment
Copy constructor; creates a copy of this EventAssignment.
EventAssignmentForConstantEntity - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
EventAssignParameterMismatch - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
EventAssignSpeciesMismatch - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
EventAssignStoichiometryMismatch - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
EventNotValidComponent - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
expandFunctionDefinitions() - Method in class org.sbml.libsbml.SBMLDocument
Removes FunctionDefinition constructs from the document and expands any instances of their use within <math> elements.
expandInitialAssignments() - Method in class org.sbml.libsbml.SBMLDocument
Removes InitialAssignment constructs from the document and replaces them with appropriate values.
ExtentUnitsNotSubstance - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.

F

FailedMathMLReadOfDouble - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
FailedMathMLReadOfExponential - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
FailedMathMLReadOfInteger - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
FailedMathMLReadOfRational - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
FormulaInLevel1KL - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
formulaToString(ASTNode) - Static method in class org.sbml.libsbml.libsbml
Converts an AST to a string representation of a formula using a syntax basically derived from SBML Level 1.
freeName() - Method in class org.sbml.libsbml.ASTNode
Frees the name of this ASTNode and sets it to null.
FuncDefNotValidComponent - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
FunctionDefinition - Class in org.sbml.libsbml
Implementation of SBML's FunctionDefinition construct.
FunctionDefinition(long, long) - Constructor for class org.sbml.libsbml.FunctionDefinition
Creates a new FunctionDefinition using the given SBML level and version values.
FunctionDefinition(SBMLNamespaces) - Constructor for class org.sbml.libsbml.FunctionDefinition
Creates a new FunctionDefinition using the given SBMLNamespaces object sbmlns.
FunctionDefinition(FunctionDefinition) - Constructor for class org.sbml.libsbml.FunctionDefinition
Copy constructor; creates a copy of this FunctionDefinition.
FunctionDefMathNotLambda - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.

G

GeneralWarningNotSpecified - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
get(long) - Method in class org.sbml.libsbml.ASTNodeList
Returns the nth ASTNode object from this list.
get(long) - Method in class org.sbml.libsbml.CVTermList
Returns the nth CVTerm object from this list.
get(long) - Method in class org.sbml.libsbml.DateList
Returns the nth Date object from this list.
get(long) - Method in class org.sbml.libsbml.ListOf
Get an item from the list.
get(long) - Method in class org.sbml.libsbml.ListOfCompartments
Get a Compartment from the ListOfCompartments.
get(String) - Method in class org.sbml.libsbml.ListOfCompartments
Get a Compartment from the ListOfCompartments based on its identifier.
get(long) - Method in class org.sbml.libsbml.ListOfCompartmentTypes
Get a CompartmentType from the ListOfCompartmentTypes.
get(String) - Method in class org.sbml.libsbml.ListOfCompartmentTypes
Get a CompartmentType from the ListOfCompartmentTypes based on its identifier.
get(long) - Method in class org.sbml.libsbml.ListOfConstraints
Get a Constraint from the ListOfConstraints.
get(long) - Method in class org.sbml.libsbml.ListOfEventAssignments
Get a EventAssignment from the ListOfEventAssignments.
get(String) - Method in class org.sbml.libsbml.ListOfEventAssignments
Get a EventAssignment from the ListOfEventAssignments based on its identifier.
get(long) - Method in class org.sbml.libsbml.ListOfEvents
Get a Event from the ListOfEvents.
get(String) - Method in class org.sbml.libsbml.ListOfEvents
Get a Event from the ListOfEvents based on its identifier.
get(long) - Method in class org.sbml.libsbml.ListOfFunctionDefinitions
Get a FunctionDefinition from the ListOfFunctionDefinitions.
get(String) - Method in class org.sbml.libsbml.ListOfFunctionDefinitions
Get a FunctionDefinition from the ListOfFunctionDefinitions based on its identifier.
get(long) - Method in class org.sbml.libsbml.ListOfInitialAssignments
Get a InitialAssignment from the ListOfInitialAssignments.
get(String) - Method in class org.sbml.libsbml.ListOfInitialAssignments
Get a InitialAssignment from the ListOfInitialAssignments based on its identifier.
get(long) - Method in class org.sbml.libsbml.ListOfLocalParameters
Returns the LocalParameter object located at position n within this ListOfLocalParameters instance.
get(String) - Method in class org.sbml.libsbml.ListOfLocalParameters
Returns the first LocalParameter object matching the given identifier.
get(long) - Method in class org.sbml.libsbml.ListOfParameters
Returns the Parameter object located at position n within this ListOfParameters instance.
get(String) - Method in class org.sbml.libsbml.ListOfParameters
Returns the first Parameter object matching the given identifier.
get(long) - Method in class org.sbml.libsbml.ListOfReactions
Get a Reaction from the ListOfReactions.
get(String) - Method in class org.sbml.libsbml.ListOfReactions
Get a Reaction from the ListOfReactions based on its identifier.
get(long) - Method in class org.sbml.libsbml.ListOfRules
Get a Rule from the ListOfRules.
get(String) - Method in class org.sbml.libsbml.ListOfRules
Get a Rule from the ListOfRules based on its identifier.
get(long) - Method in class org.sbml.libsbml.ListOfSpecies
Get a Species from the ListOfSpecies.
get(String) - Method in class org.sbml.libsbml.ListOfSpecies
Get a Species from the ListOfSpecies based on its identifier.
get(long) - Method in class org.sbml.libsbml.ListOfSpeciesReferences
Get a SpeciesReference from the ListOfSpeciesReferences.
get(String) - Method in class org.sbml.libsbml.ListOfSpeciesReferences
Get a SpeciesReference from the ListOfSpeciesReferences based on its identifier.
get(long) - Method in class org.sbml.libsbml.ListOfSpeciesTypes
Get a SpeciesType from the ListOfSpeciesTypes.
get(String) - Method in class org.sbml.libsbml.ListOfSpeciesTypes
Get a SpeciesType from the ListOfSpeciesTypes based on its identifier.
get(long) - Method in class org.sbml.libsbml.ListOfUnitDefinitions
Get a UnitDefinition from the ListOfUnitDefinitions.
get(String) - Method in class org.sbml.libsbml.ListOfUnitDefinitions
Get a UnitDefinition from the ListOfUnitDefinitions based on its identifier.
get(long) - Method in class org.sbml.libsbml.ListOfUnits
Get a Unit from the ListOfUnits.
get(long) - Method in class org.sbml.libsbml.ModelCreatorList
Returns the nth ModelCreator object from this list.
get(long) - Method in class org.sbml.libsbml.SBaseList
Returns the nth SBase object from this list.
get(long) - Method in class org.sbml.libsbml.SBMLNamespacesList
Returns the nth SBMLNamespaces object from this list.
get_ostream() - Method in class org.sbml.libsbml.OStream
Returns the stream object.
getAncestorOfType(int, String) - Method in class org.sbml.libsbml.SBase
Returns the first ancestor object that has the given SBML type code.
getAncestorOfType(int) - Method in class org.sbml.libsbml.SBase
Returns the first ancestor object that has the given SBML type code.
getAnnotation() - Method in class org.sbml.libsbml.SBase
Returns the content of the 'annotation' subelement of this object as a tree of XMLNode objects.
getAnnotationString() - Method in class org.sbml.libsbml.SBase
Returns the content of the 'annotation' subelement of this object as a character string.
getAreaUnits() - Method in class org.sbml.libsbml.Model
Returns the value of the 'areaUnits' attribute of this Model.
getArgument(long) - Method in class org.sbml.libsbml.FunctionDefinition
Get the nth argument to this function.
getArgument(String) - Method in class org.sbml.libsbml.FunctionDefinition
Get the argument named name to this FunctionDefinition.
getArgument(long) - Method in class org.sbml.libsbml.SBMLExternalValidator
Returns the argument for the given index.
getAttributes() - Method in class org.sbml.libsbml.XMLToken
Returns the attributes of this element.
getAttributesLength() - Method in class org.sbml.libsbml.XMLToken
Return the number of attributes in the attributes set.
getAttrIndex(String, String) - Method in class org.sbml.libsbml.XMLToken
Return the index of an attribute with the given local name and namespace URI.
getAttrIndex(String) - Method in class org.sbml.libsbml.XMLToken
Return the index of an attribute with the given local name and namespace URI.
getAttrIndex(XMLTriple) - Method in class org.sbml.libsbml.XMLToken
Return the index of an attribute with the given XMLTriple.
getAttrName(int) - Method in class org.sbml.libsbml.XMLToken
Return the local name of an attribute in the attributes set in this XMLToken (by position).
getAttrPrefix(int) - Method in class org.sbml.libsbml.XMLToken
Return the prefix of an attribute in the attribute set in this XMLToken (by position).
getAttrPrefixedName(int) - Method in class org.sbml.libsbml.XMLToken
Return the prefixed name of an attribute in the attribute set in this XMLToken (by position).
getAttrURI(int) - Method in class org.sbml.libsbml.XMLToken
Return the namespace URI of an attribute in the attribute set in this XMLToken (by position).
getAttrValue(int) - Method in class org.sbml.libsbml.XMLToken
Return the value of an attribute in the attribute set in this XMLToken (by position).
getAttrValue(String, String) - Method in class org.sbml.libsbml.XMLToken
Return a value of an attribute with the given local name and namespace URI.
getAttrValue(String) - Method in class org.sbml.libsbml.XMLToken
Return a value of an attribute with the given local name and namespace URI.
getAttrValue(XMLTriple) - Method in class org.sbml.libsbml.XMLToken
Return a value of an attribute with the given XMLTriple.
getBiologicalQualifierType() - Method in class org.sbml.libsbml.CVTerm
Returns the biological qualifier type of this CVTerm object.
getBody() - Method in class org.sbml.libsbml.FunctionDefinition
Get the mathematical expression that is the body of this FunctionDefinition object.
getBoolValue() - Method in class org.sbml.libsbml.ConversionOption
Returns the value of this option as a Boolean.
getBoolValue(String) - Method in class org.sbml.libsbml.ConversionProperties
Returns the value of the given option as a Boolean.
getBoundaryCondition() - Method in class org.sbml.libsbml.Species
Get the value of the 'boundaryCondition' attribute.
getCategory() - Method in class org.sbml.libsbml.XMLError
Returns the category of this error.
getCategoryAsString() - Method in class org.sbml.libsbml.XMLError
Returns a string describing the category of this error.
getCharacter() - Method in class org.sbml.libsbml.ASTNode
Get the value of this node as a single character.
getCharacters() - Method in class org.sbml.libsbml.XMLToken
Returns the text of this element.
getCharge() - Method in class org.sbml.libsbml.Species
Get the value of the 'charge' attribute.
getChild(long) - Method in class org.sbml.libsbml.ASTNode
Get a child of this node according to its index number.
getChild(long) - Method in class org.sbml.libsbml.XMLNode
Returns the nth child of this XMLNode.
getChild(String) - Method in class org.sbml.libsbml.XMLNode
Returns the first child of this XMLNode with the corresponding name.
getClassName() - Method in class org.sbml.libsbml.ASTNode
Get the class of this ASTNode.
getColumn() - Method in class org.sbml.libsbml.SBase
Returns the column number on which this object first appears in the XML representation of the SBML document.
getColumn() - Method in class org.sbml.libsbml.XMLError
Returns the column number in the XML input near where the error, warning or other diagnostic occurred.
getColumn() - Method in class org.sbml.libsbml.XMLToken
Returns the column at which this XMLToken occurred in the input document or data stream.
getCompartment(long) - Method in class org.sbml.libsbml.Model
Get the nth Compartment object in this Model.
getCompartment(String) - Method in class org.sbml.libsbml.Model
Get a Compartment object based on its identifier.
getCompartment() - Method in class org.sbml.libsbml.Reaction
(SBML Level 3 only) Returns the value of the 'compartment' attribute on the Reaction.
getCompartment() - Method in class org.sbml.libsbml.Species
Get the compartment in which this species is located.
getCompartmentType() - Method in class org.sbml.libsbml.Compartment
Get the value of the 'compartmentType' attribute of this Compartment object.
getCompartmentType(long) - Method in class org.sbml.libsbml.Model
Get the nth CompartmentType object in this Model.
getCompartmentType(String) - Method in class org.sbml.libsbml.Model
Get a CompartmentType object based on its identifier.
getConstant() - Method in class org.sbml.libsbml.Compartment
Get the value of the 'constant' attribute of this Compartment.
getConstant() - Method in class org.sbml.libsbml.Parameter
Gets the value of the 'constant' attribute of this Parameter instance.
getConstant() - Method in class org.sbml.libsbml.Species
Get the value of the 'constant' attribute.
getConstant() - Method in class org.sbml.libsbml.SpeciesReference
Get the value of the 'constant' attribute.
getConstraint(long) - Method in class org.sbml.libsbml.Model
Get the nth Constraint object in this Model.
getConversionFactor() - Method in class org.sbml.libsbml.Model
Returns the value of the 'conversionFactor' attribute of this Model.
getConversionFactor() - Method in class org.sbml.libsbml.Species
Get the value of the 'conversionFactor' attribute.
getConverterByIndex(int) - Method in class org.sbml.libsbml.SBMLConverterRegistry
Returns the converter with the given index number.
getConverterFor(ConversionProperties) - Method in class org.sbml.libsbml.SBMLConverterRegistry
Returns the converter that best matches the given configuration properties.
getCreatedDate() - Method in class org.sbml.libsbml.ModelHistory
Returns the 'creation date' portion of this ModelHistory object.
getCreator(long) - Method in class org.sbml.libsbml.ModelHistory
Get the nth ModelCreator object stored in this ModelHistory object.
getCVTerm(long) - Method in class org.sbml.libsbml.SBase
Returns the nth CVTerm in the list of CVTerms of this SBML object.
getCVTerms() - Method in class org.sbml.libsbml.SBase
Returns a list of CVTerm objects in the annotations of this SBML object.
getDateAsString() - Method in class org.sbml.libsbml.Date
Returns the current Date value in text-string form.
getDay() - Method in class org.sbml.libsbml.Date
Returns the day from this Date.
getDefaultL3ParserSettings() - Static method in class org.sbml.libsbml.libsbml
Returns a copy of the default parser settings used by libsbml.parseL3Formula(String formula).
getDefaultLevel() - Static method in class org.sbml.libsbml.SBMLDocument
The default SBML Level of new SBMLDocument objects.
getDefaultProperties() - Method in class org.sbml.libsbml.SBMLConverter
Returns the default properties of this converter.
getDefaultProperties() - Method in class org.sbml.libsbml.SBMLFunctionDefinitionConverter
Returns the default properties of this converter.
getDefaultProperties() - Method in class org.sbml.libsbml.SBMLInitialAssignmentConverter
Returns the default properties of this converter.
getDefaultProperties() - Method in class org.sbml.libsbml.SBMLLevelVersionConverter
Returns the default properties of this converter.
getDefaultProperties() - Method in class org.sbml.libsbml.SBMLRuleConverter
Returns the default properties of this converter.
getDefaultProperties() - Method in class org.sbml.libsbml.SBMLStripPackageConverter
Returns the default properties of this converter.
getDefaultProperties() - Method in class org.sbml.libsbml.SBMLUnitsConverter
Returns the default properties of this converter.
getDefaultVersion() - Static method in class org.sbml.libsbml.SBMLDocument
The default Version of new SBMLDocument objects.
getDefinitionURL() - Method in class org.sbml.libsbml.ASTNode
Gets the MathML definitionURL attribute value.
getDelay() - Method in class org.sbml.libsbml.Event
Get the assignment delay portion of this Event, if there is one.
getDenominator() - Method in class org.sbml.libsbml.ASTNode
Get the value of the denominator of this node.
getDenominator() - Method in class org.sbml.libsbml.SpeciesReference
Get the value of the 'denominator' attribute, for the case of a rational-numbered stoichiometry or a model in SBML Level 1.
getDerivedUnitDefinition() - Method in class org.sbml.libsbml.Compartment
Constructs and returns a UnitDefinition that corresponds to the units of this Compartment's designated size.
getDerivedUnitDefinition() - Method in class org.sbml.libsbml.Delay
Calculates and returns a UnitDefinition that expresses the units of measurement assumed for the 'math' expression of this Delay.
getDerivedUnitDefinition() - Method in class org.sbml.libsbml.EventAssignment
Calculates and returns a UnitDefinition that expresses the units of measurement assumed for the 'math' expression of this EventAssignment.
getDerivedUnitDefinition() - Method in class org.sbml.libsbml.InitialAssignment
Calculates and returns a UnitDefinition that expresses the units of measurement assumed for the 'math' expression of this InitialAssignment.
getDerivedUnitDefinition() - Method in class org.sbml.libsbml.KineticLaw
Calculates and returns a UnitDefinition that expresses the units of measurement assumed for the 'math' expression of this KineticLaw.
getDerivedUnitDefinition() - Method in class org.sbml.libsbml.LocalParameter
Constructs and returns a UnitDefinition that corresponds to the units of this LocalParameter's value.
getDerivedUnitDefinition() - Method in class org.sbml.libsbml.Parameter
Constructs and returns a UnitDefinition that corresponds to the units of this Parameter's value.
getDerivedUnitDefinition() - Method in class org.sbml.libsbml.Rule
Calculates and returns a UnitDefinition that expresses the units of measurement assumed for the 'math' expression of this Rule.
getDerivedUnitDefinition() - Method in class org.sbml.libsbml.Species
Constructs and returns a UnitDefinition that corresponds to the units of this Species' amount or concentration.
getDerivedUnitDefinition() - Method in class org.sbml.libsbml.StoichiometryMath
Calculates and returns a UnitDefinition object that expresses the units returned by the math expression in this StoichiometryMath object.
getDescription() - Method in class org.sbml.libsbml.ConversionOption
Returns the description string for this option.
getDescription(String) - Method in class org.sbml.libsbml.ConversionProperties
Returns the description string for a given option in this properties object.
getDocument() - Method in class org.sbml.libsbml.SBMLConverter
Returns the SBML document that is the subject of the conversions.
getDocument() - Method in class org.sbml.libsbml.SBMLValidator
Returns the current SBML document in use by this validator.
getDoubleValue() - Method in class org.sbml.libsbml.ConversionOption
Returns the value of this option as a double.
getDoubleValue(String) - Method in class org.sbml.libsbml.ConversionProperties
Returns the value of the given option as a double.
getElementByMetaId(String) - Method in class org.sbml.libsbml.Event
Returns the first child element it can find with the given metaid, or null if no such object is found.
getElementByMetaId(String) - Method in class org.sbml.libsbml.KineticLaw
Returns the first child element it can find with the given metaid, or null if no such object is found.
getElementByMetaId(String) - Method in class org.sbml.libsbml.ListOf
Returns the first child element it can find with the given metaid, or null if no such object is found.
getElementByMetaId(String) - Method in class org.sbml.libsbml.Model
Returns the first child element it can find with the given metaid, or null if no such object is found.
getElementByMetaId(String) - Method in class org.sbml.libsbml.Reaction
Returns the first child element it can find with the given metaid, or null if no such object is found.
getElementByMetaId(String) - Method in class org.sbml.libsbml.SBase
Returns the first child element it can find with a specific 'metaid' attribute value, or null if no such object is found.
getElementByMetaId(String) - Method in class org.sbml.libsbml.SBasePlugin
Returns the first child element it can find with the given metaid, or null if no such object is found.
getElementByMetaId(String) - Method in class org.sbml.libsbml.SBMLDocument
Returns the first child element it can find with the given metaid, or itself if it has the given metaid, or null if no such object is found.
getElementByMetaId(String) - Method in class org.sbml.libsbml.UnitDefinition
Returns the first child element it can find with the given metaid, or null if no such object is found.
getElementBySId(String) - Method in class org.sbml.libsbml.Event
Returns the first child element found that has the given id in the model-wide SId namespace, or null if no such object is found.
getElementBySId(String) - Method in class org.sbml.libsbml.KineticLaw
Returns the first child element found that has the given id in the model-wide SId namespace, or null if no such object is found.
getElementBySId(String) - Method in class org.sbml.libsbml.ListOf
Returns the first child element found that has the given id in the model-wide SId namespace, or null if no such object is found.
getElementBySId(String) - Method in class org.sbml.libsbml.ListOfEventAssignments
Returns the first child element found that has the given id in the model-wide SId namespace, or null if no such object is found.
getElementBySId(String) - Method in class org.sbml.libsbml.ListOfInitialAssignments
Returns the first child element found that has the given id in the model-wide SId namespace, or null if no such object is found.
getElementBySId(String) - Method in class org.sbml.libsbml.ListOfLocalParameters
Returns the first child element found that has the given id in the model-wide SId namespace, or null if no such object is found.
getElementBySId(String) - Method in class org.sbml.libsbml.ListOfRules
Returns the first child element found that has the given id in the model-wide SId namespace, or null if no such object is found.
getElementBySId(String) - Method in class org.sbml.libsbml.ListOfUnitDefinitions
Returns the first child element found that has the given id in the model-wide SId namespace, or null if no such object is found.
getElementBySId(String) - Method in class org.sbml.libsbml.Model
Returns the first child element found that has the given id in the model-wide SId namespace, or null if no such object is found.
getElementBySId(String) - Method in class org.sbml.libsbml.Reaction
Returns the first child element found that has the given id in the model-wide SId namespace, or null if no such object is found.
getElementBySId(String) - Method in class org.sbml.libsbml.SBase
Returns the first child element found that has the given id in the model-wide SId namespace, or null if no such object is found.
getElementBySId(String) - Method in class org.sbml.libsbml.SBasePlugin
Returns the first child element found that has the given id in the model-wide SId namespace, or null if no such object is found.
getElementBySId(String) - Method in class org.sbml.libsbml.SBMLDocument
Returns the first child element found that has the given id in the model-wide SId namespace, or null if no such object is found.
getElementBySId(String) - Method in class org.sbml.libsbml.UnitDefinition
Returns the first child element found that has the given id in the model-wide SId namespace, or null if no such object is found.
getElementName() - Method in class org.sbml.libsbml.Compartment
Returns the XML element name of this object, which for Compartment, is always 'compartment'.
getElementName() - Method in class org.sbml.libsbml.CompartmentType
Returns the XML element name of this object, which for CompartmentType, is always 'compartmentType'.
getElementName() - Method in class org.sbml.libsbml.Constraint
Returns the XML element name of this object, which for Constraint, is always 'constraint'.
getElementName() - Method in class org.sbml.libsbml.Delay
Returns the XML element name of this object, which for Delay, is always 'delay'.
getElementName() - Method in class org.sbml.libsbml.Event
Returns the XML element name of this object, which for Event, is always 'event'.
getElementName() - Method in class org.sbml.libsbml.EventAssignment
Returns the XML element name of this object, which for EventAssignment, is always 'eventAssignment'.
getElementName() - Method in class org.sbml.libsbml.FunctionDefinition
Returns the XML element name of this object, which for FunctionDefinition, is always 'functionDefinition'.
getElementName() - Method in class org.sbml.libsbml.InitialAssignment
Returns the XML element name of this object, which for InitialAssignment, is always 'initialAssignment'.
getElementName() - Method in class org.sbml.libsbml.KineticLaw
Returns the XML element name of this object, which for Species, is always 'kineticLaw'.
getElementName() - Method in class org.sbml.libsbml.ListOf
Returns the XML element name of this object, which for ListOf, is always 'listOf'.
getElementName() - Method in class org.sbml.libsbml.ListOfCompartments
Returns the XML element name of this object.
getElementName() - Method in class org.sbml.libsbml.ListOfCompartmentTypes
Returns the XML element name of this object.
getElementName() - Method in class org.sbml.libsbml.ListOfConstraints
Returns the XML element name of this object.
getElementName() - Method in class org.sbml.libsbml.ListOfEventAssignments
Returns the XML element name of this object.
getElementName() - Method in class org.sbml.libsbml.ListOfEvents
Returns the XML element name of this object.
getElementName() - Method in class org.sbml.libsbml.ListOfFunctionDefinitions
Returns the XML element name of this object.
getElementName() - Method in class org.sbml.libsbml.ListOfInitialAssignments
Returns the XML element name of this object.
getElementName() - Method in class org.sbml.libsbml.ListOfLocalParameters
Returns the XML element name of this object.
getElementName() - Method in class org.sbml.libsbml.ListOfParameters
Returns the XML element name of this object.
getElementName() - Method in class org.sbml.libsbml.ListOfReactions
Returns the XML element name of this object
getElementName() - Method in class org.sbml.libsbml.ListOfRules
Returns the XML element name of this object.
getElementName() - Method in class org.sbml.libsbml.ListOfSpecies
Returns the XML element name of this object.
getElementName() - Method in class org.sbml.libsbml.ListOfSpeciesReferences
Returns the XML element name of this object.
getElementName() - Method in class org.sbml.libsbml.ListOfSpeciesTypes
Returns the XML element name of this object.
getElementName() - Method in class org.sbml.libsbml.ListOfUnitDefinitions
Returns the XML element name of this object.
getElementName() - Method in class org.sbml.libsbml.ListOfUnits
Returns the XML element name of this object.
getElementName() - Method in class org.sbml.libsbml.LocalParameter
Returns the XML element name of this object, which for LocalParameter, is always 'localParameter'.
getElementName() - Method in class org.sbml.libsbml.Model
Returns the XML element name of this object, which for Model, is always 'model'.
getElementName() - Method in class org.sbml.libsbml.ModifierSpeciesReference
Returns the XML element name of this object, which for Species, is always 'modifierSpeciesReference'.
getElementName() - Method in class org.sbml.libsbml.Parameter
Returns the XML element name of this object, which for Parameter, is always 'parameter'.
getElementName() - Method in class org.sbml.libsbml.Priority
Returns the XML element name of this object, which for Priority, is always 'priority'.
getElementName() - Method in class org.sbml.libsbml.Reaction
Returns the XML element name of this object, which for Reaction, is always 'reaction'.
getElementName() - Method in class org.sbml.libsbml.Rule
Returns the XML element name of this object
getElementName() - Method in class org.sbml.libsbml.SBase
Returns the XML element name of this object.
getElementName() - Method in class org.sbml.libsbml.SBMLDocument
Returns the XML element name of this object, which for SBMLDocument, is always 'sbml'.
getElementName() - Method in class org.sbml.libsbml.Species
Returns the XML element name of this object, which for Species, is always 'species'.
getElementName() - Method in class org.sbml.libsbml.SpeciesReference
Returns the XML element name of this object, which for SpeciesReference, is always 'speciesReference'.
getElementName() - Method in class org.sbml.libsbml.SpeciesType
Returns the XML element name of this object, which for SpeciesType, is always 'compartmentType'.
getElementName() - Method in class org.sbml.libsbml.StoichiometryMath
Returns the XML element name of this object, which for StoichiometryMath, is always 'stoichiometryMath'.
getElementName() - Method in class org.sbml.libsbml.Trigger
Returns the XML element name of this object, which for Trigger, is always 'trigger'.
getElementName() - Method in class org.sbml.libsbml.Unit
Returns the XML element name of this object, which for Unit, is always 'unit'.
getElementName() - Method in class org.sbml.libsbml.UnitDefinition
Returns the XML element name of this object, which for UnitDefinition, is always 'unitDefinition'.
getElementNamespace() - Method in class org.sbml.libsbml.SBasePlugin
Returns the XML namespace (URI) of the package extension of this plugin object.
getEmail() - Method in class org.sbml.libsbml.ModelCreator
Returns the 'email' stored in this ModelCreator object.
getError(long) - Method in class org.sbml.libsbml.SBMLDocument
Returns the nth error or warning encountered during parsing, consistency checking, or attempted translation of this model.
getError(long) - Method in class org.sbml.libsbml.SBMLErrorLog
Returns the nth SBMLError object in this log.
getError(long) - Method in class org.sbml.libsbml.XMLErrorLog
Returns the nth XMLError object in this log.
getErrorId() - Method in class org.sbml.libsbml.XMLError
Returns the identifier of this error.
getErrorIdOffset() - Method in class org.sbml.libsbml.XMLError
Returns a copy of the message string associated with the given predefined XMLError code.
getErrorLog() - Method in class org.sbml.libsbml.SBMLDocument
Returns the list of errors or warnings logged during parsing, consistency checking, or attempted translation of this model.
getErrorLog() - Method in class org.sbml.libsbml.SBMLValidator
Returns the list of errors or warnings logged during parsing, consistency checking, or attempted translation of this model.
getEvent(long) - Method in class org.sbml.libsbml.Model
Get the nth Event object in this Model.
getEvent(String) - Method in class org.sbml.libsbml.Model
Get an Event object based on its identifier.
getEventAssignment(long) - Method in class org.sbml.libsbml.Event
Return a specific EventAssignment object of this Event.
getEventAssignment(String) - Method in class org.sbml.libsbml.Event
Return the event assignment indicated by the given variable.
getExponent() - Method in class org.sbml.libsbml.ASTNode
Get the exponent value of this ASTNode.
getExponent() - Method in class org.sbml.libsbml.Unit
Returns the value of the 'exponent' attribute of this unit.
getExponentAsDouble() - Method in class org.sbml.libsbml.Unit
Returns the value of the 'exponent' attribute of this unit.
getExtension(String) - Method in class org.sbml.libsbml.SBMLExtensionRegistry
Returns an SBMLExtension object with the given package URI or package name (string).
getExtentUnits() - Method in class org.sbml.libsbml.Model
Returns the value of the 'extentUnits' attribute of this Model.
getFailure(long) - Method in class org.sbml.libsbml.SBMLValidator
Returns the failure object at index n in this validator's list of failures logged during the last run.
getFamilyName() - Method in class org.sbml.libsbml.ModelCreator
Returns the 'family name' stored in this ModelCreator object.
getFast() - Method in class org.sbml.libsbml.Reaction
Returns the value of the 'fast' attribute of this Reaction.
getFloatValue() - Method in class org.sbml.libsbml.ConversionOption
Returns the value of this option as a float.
getFloatValue(String) - Method in class org.sbml.libsbml.ConversionProperties
Returns the value of the given option as a float.
getFormula() - Method in class org.sbml.libsbml.KineticLaw
Returns the mathematical formula for this KineticLaw object and return it as as a text string.
getFormula() - Method in class org.sbml.libsbml.Rule
Returns the mathematical expression of this Rule in text-string form.
getFunctionDefinition(long) - Method in class org.sbml.libsbml.Model
Get the nth FunctionDefinitions object in this Model.
getFunctionDefinition(String) - Method in class org.sbml.libsbml.Model
Get a FunctionDefinition object based on its identifier.
getGivenName() - Method in class org.sbml.libsbml.ModelCreator
Returns the 'given name' stored in this ModelCreator object.
getHasOnlySubstanceUnits() - Method in class org.sbml.libsbml.Species
Get the value of the 'hasOnlySubstanceUnits' attribute.
getHour() - Method in class org.sbml.libsbml.Date
Returns the hour from this Date.
getHoursOffset() - Method in class org.sbml.libsbml.Date
Returns the hours of the time zone offset from this Date.
getId() - Method in class org.sbml.libsbml.ASTNode
Get the id of this ASTNode.
getId() - Method in class org.sbml.libsbml.Compartment
Returns the value of the 'id' attribute of this Compartment object.
getId() - Method in class org.sbml.libsbml.CompartmentType
Returns the value of the 'id' attribute of this CompartmentType.
getId() - Method in class org.sbml.libsbml.Event
Returns the value of the 'id' attribute of this Event.
getId() - Method in class org.sbml.libsbml.FunctionDefinition
Returns the value of the 'id' attribute of this FunctionDefinition.
getId() - Method in class org.sbml.libsbml.InitialAssignment
Predicate returning true if all the required elements for this InitialAssignment object have been set.
getId() - Method in class org.sbml.libsbml.Model
Returns the value of the 'id' attribute of this Model.
getId() - Method in class org.sbml.libsbml.Parameter
Returns the value of the 'id' attribute of this Parameter.
getId() - Method in class org.sbml.libsbml.Reaction
Returns the value of the 'id' attribute of this Reaction.
getId() - Method in class org.sbml.libsbml.Rule
Renames all the UnitSIdRef attributes on this element
getId() - Method in class org.sbml.libsbml.SimpleSpeciesReference
Returns the value of the 'id' attribute of this SimpleSpeciesReference.
getId() - Method in class org.sbml.libsbml.Species
Returns the value of the 'id' attribute of this Species object.
getId() - Method in class org.sbml.libsbml.SpeciesType
Returns the value of the 'id' attribute of this SpeciesType.
getId() - Method in class org.sbml.libsbml.UnitDefinition
Returns the value of the 'id' attribute of this UnitDefinition.
getIndex(String) - Method in class org.sbml.libsbml.XMLAttributes
Return the index of an attribute with the given name.
getIndex(String, String) - Method in class org.sbml.libsbml.XMLAttributes
Return the index of an attribute with the given local name and namespace URI.
getIndex(XMLTriple) - Method in class org.sbml.libsbml.XMLAttributes
Return the index of an attribute with the given XMLTriple.
getIndex(String) - Method in class org.sbml.libsbml.XMLNamespaces
Look up the index of an XML namespace declaration by URI.
getIndex(String) - Method in class org.sbml.libsbml.XMLNode
Return the index of the first child of this XMLNode with the given name.
getIndexByPrefix(String) - Method in class org.sbml.libsbml.XMLNamespaces
Look up the index of an XML namespace declaration by prefix.
getInitialAmount() - Method in class org.sbml.libsbml.Species
Get the value of the 'initialAmount' attribute.
getInitialAssignment(long) - Method in class org.sbml.libsbml.Model
Get the nth InitialAssignment object in this Model.
getInitialAssignment(String) - Method in class org.sbml.libsbml.Model
Get an InitialAssignment object based on the symbol to which it assigns a value.
getInitialConcentration() - Method in class org.sbml.libsbml.Species
Get the value of the 'initialConcentration' attribute.
getInitialValue() - Method in class org.sbml.libsbml.Trigger
(SBML Level 3 only) Get the value of the 'initialValue' attribute of this Trigger.
getInstance() - Static method in class org.sbml.libsbml.SBMLConverterRegistry
Returns the singleton instance for the converter registry.
getInstance() - Static method in class org.sbml.libsbml.SBMLExtensionRegistry
Returns an instance (singleton) of the SBMLExtensionRegistry class.
getInteger() - Method in class org.sbml.libsbml.ASTNode
Get the value of this node as an integer.
getIntValue() - Method in class org.sbml.libsbml.ConversionOption
Returns the value of this option as an integer.
getIntValue(String) - Method in class org.sbml.libsbml.ConversionProperties
Returns the value of the given option as an integer.
getItemTypeCode() - Method in class org.sbml.libsbml.ListOf
Get the type code of the objects contained in this ListOf.
getItemTypeCode() - Method in class org.sbml.libsbml.ListOfCompartments
Returns the libSBML type code for the objects contained in this ListOf (i.e., Compartment objects, if the list is non-empty).
getItemTypeCode() - Method in class org.sbml.libsbml.ListOfCompartmentTypes
Returns the libSBML type code for the objects contained in this ListOf (i.e., CompartmentType objects, if the list is non-empty).
getItemTypeCode() - Method in class org.sbml.libsbml.ListOfConstraints
Returns the libSBML type code for the objects contained in this ListOf (i.e., Constraint objects, if the list is non-empty).
getItemTypeCode() - Method in class org.sbml.libsbml.ListOfEventAssignments
Returns the libSBML type code for the objects contained in this ListOf (i.e., EventAssignment objects, if the list is non-empty).
getItemTypeCode() - Method in class org.sbml.libsbml.ListOfEvents
Returns the libSBML type code for the objects contained in this ListOf (i.e., Event objects, if the list is non-empty).
getItemTypeCode() - Method in class org.sbml.libsbml.ListOfFunctionDefinitions
Returns the libSBML type code for the objects contained in this ListOf (i.e., FunctionDefinition objects, if the list is non-empty).
getItemTypeCode() - Method in class org.sbml.libsbml.ListOfInitialAssignments
Returns the libSBML type code for the objects contained in this ListOf (i.e., InitialAssignment objects, if the list is non-empty).
getItemTypeCode() - Method in class org.sbml.libsbml.ListOfLocalParameters
Returns the libSBML type code for the objects contained in this ListOf (i.e., LocalParameter objects, if the list is non-empty).
getItemTypeCode() - Method in class org.sbml.libsbml.ListOfParameters
Returns the libSBML type code for the objects contained in this ListOf (i.e., Parameter objects, if the list is non-empty).
getItemTypeCode() - Method in class org.sbml.libsbml.ListOfReactions
Returns the libSBML type code for the objects contained in this ListOf (i.e., Reaction objects, if the list is non-empty).
getItemTypeCode() - Method in class org.sbml.libsbml.ListOfRules
Returns the libSBML type code for the objects contained in this ListOf (i.e., Rule objects, if the list is non-empty).
getItemTypeCode() - Method in class org.sbml.libsbml.ListOfSpecies
Returns the libSBML type code for the objects contained in this ListOf (i.e., Species objects, if the list is non-empty).
getItemTypeCode() - Method in class org.sbml.libsbml.ListOfSpeciesReferences
Returns the libSBML type code for the objects contained in this ListOf (i.e., SpeciesReference objects, if the list is non-empty).
getItemTypeCode() - Method in class org.sbml.libsbml.ListOfSpeciesTypes
Returns the libSBML type code for the objects contained in this ListOf (i.e., SpeciesType objects, if the list is non-empty).
getItemTypeCode() - Method in class org.sbml.libsbml.ListOfUnitDefinitions
Returns the libSBML type code for the objects contained in this ListOf (i.e., UnitDefinition objects, if the list is non-empty).
getItemTypeCode() - Method in class org.sbml.libsbml.ListOfUnits
Returns the libSBML type code for the objects contained in this ListOf (i.e., Unit objects, if the list is non-empty).
getKey() - Method in class org.sbml.libsbml.ConversionOption
Returns the key for this option.
getKind() - Method in class org.sbml.libsbml.Unit
Returns the 'kind' of Unit this is.
getKineticLaw() - Method in class org.sbml.libsbml.Reaction
Returns the KineticLaw object contained in this Reaction.
getL1TypeCode() - Method in class org.sbml.libsbml.Rule
Returns the SBML Level 1 type code for this Rule object.
getLastParseL3Error() - Static method in class org.sbml.libsbml.libsbml
Returns the last error reported by the parser.
getLeftChild() - Method in class org.sbml.libsbml.ASTNode
Get the left child of this node.
getLength() - Method in class org.sbml.libsbml.XMLAttributes
Return the number of attributes in the set.
getLength() - Method in class org.sbml.libsbml.XMLNamespaces
Returns the total number of URI-and-prefix pairs stored in this particular XMLNamespaces instance.
getLengthUnits() - Method in class org.sbml.libsbml.Model
Returns the value of the 'lengthUnits' attribute of this Model.
getLevel() - Method in class org.sbml.libsbml.SBase
Returns the SBML Level of the SBMLDocument object containing this object.
getLevel() - Method in class org.sbml.libsbml.SBasePlugin
Returns the SBML level of the package extension of this plugin object.
getLevel() - Method in class org.sbml.libsbml.SBMLNamespaces
Get the SBML Level of this SBMLNamespaces object.
getLibSBMLDottedVersion() - Static method in class org.sbml.libsbml.libsbml
Returns the version number of this copy of libSBML as a string.
getLibSBMLVersion() - Static method in class org.sbml.libsbml.libsbml
Returns the version number of this copy of libSBML as an integer.
getLibSBMLVersionString() - Static method in class org.sbml.libsbml.libsbml
Returns the version number of this copy of libSBML as a string without periods.
getLine() - Method in class org.sbml.libsbml.SBase
Returns the line number on which this object first appears in the XML representation of the SBML document.
getLine() - Method in class org.sbml.libsbml.XMLError
Returns the line number in the XML input near where the error, warning or other diagnostic occurred.
getLine() - Method in class org.sbml.libsbml.XMLToken
Returns the line at which this XMLToken occurred in the input document or data stream.
getListCreators() - Method in class org.sbml.libsbml.ModelHistory
Returns the list of ModelCreator objects stored in this ModelHistory object.
getListModifiedDates() - Method in class org.sbml.libsbml.ModelHistory
Returns the list of 'modified date' values (as Date objects) stored in this ModelHistory object.
getListOfAllElements() - Method in class org.sbml.libsbml.SBase
Returns an SBaseList of all child SBase objects, including those nested to an arbitrary depth.
getListOfAllElements() - Method in class org.sbml.libsbml.SBasePlugin
Returns an SBaseList of all child SBase objects, including those nested to an arbitrary depth.
getListOfAllElementsFromPlugins() - Method in class org.sbml.libsbml.SBase
Returns an SBaseList of all child SBase objects contained in SBML package plugins.
getListOfCompartments() - Method in class org.sbml.libsbml.Model
Get the ListOfCompartments object in this Model.
getListOfCompartmentTypes() - Method in class org.sbml.libsbml.Model
Get the ListOfCompartmentTypes object in this Model.
getListOfConstraints() - Method in class org.sbml.libsbml.Model
Get the ListOfConstraints object in this Model.
getListOfEventAssignments() - Method in class org.sbml.libsbml.Event
Returns the list of event assignments for this Event.
getListOfEvents() - Method in class org.sbml.libsbml.Model
Get the ListOfEvents object in this Model.
getListOfFunctionDefinitions() - Method in class org.sbml.libsbml.Model
Get the ListOfFunctionDefinitions object in this Model.
getListOfInitialAssignments() - Method in class org.sbml.libsbml.Model
Get the ListOfInitialAssignments object in this Model.
getListOfLocalParameters() - Method in class org.sbml.libsbml.KineticLaw
Returns the list of local parameters in this KineticLaw object.
getListOfModifiers() - Method in class org.sbml.libsbml.Reaction
Returns the list of modifiers in this Reaction object.
getListOfNodes() - Method in class org.sbml.libsbml.ASTNode
Performs a depth-first search of the tree rooted at this ASTNode object, and returns an ASTNodeList of all nodes.
getListOfParameters() - Method in class org.sbml.libsbml.KineticLaw
Returns the list of local parameters in this KineticLaw object.
getListOfParameters() - Method in class org.sbml.libsbml.Model
Get the ListOfParameters object in this Model.
getListOfProducts() - Method in class org.sbml.libsbml.Reaction
Returns the list of products in this Reaction object.
getListOfReactants() - Method in class org.sbml.libsbml.Reaction
Returns the list of reactants in this Reaction object.
getListOfReactions() - Method in class org.sbml.libsbml.Model
Get the ListOfReactions object in this Model.
getListOfRules() - Method in class org.sbml.libsbml.Model
Get the ListOfRules object in this Model.
getListOfSpecies() - Method in class org.sbml.libsbml.Model
Get the ListOfSpecies object in this Model.
getListOfSpeciesTypes() - Method in class org.sbml.libsbml.Model
Get the ListOfSpeciesTypes object in this Model.
getListOfUnitDefinitions() - Method in class org.sbml.libsbml.Model
Get the ListOfUnitDefinitions object in this Model.
getListOfUnits() - Method in class org.sbml.libsbml.UnitDefinition
Returns the list of Units for this UnitDefinition instance.
getLocalParameter(long) - Method in class org.sbml.libsbml.KineticLaw
Returns the nth LocalParameter object in the list of local parameters in this KineticLaw instance.
getLocalParameter(String) - Method in class org.sbml.libsbml.KineticLaw
Returns a local parameter based on its identifier.
getLocationURI() - Method in class org.sbml.libsbml.SBMLDocument
Get the location of this SBMLDocument.
getMantissa() - Method in class org.sbml.libsbml.ASTNode
Get the mantissa value of this node.
getMath() - Method in class org.sbml.libsbml.Constraint
Get the mathematical expression of this Constraint
getMath() - Method in class org.sbml.libsbml.Delay
Get the mathematical formula for the delay and return it as an AST.
getMath() - Method in class org.sbml.libsbml.EventAssignment
Get the mathematical expression in this EventAssignment's 'math' subelement.
getMath() - Method in class org.sbml.libsbml.FunctionDefinition
Get the mathematical formula of this FunctionDefinition.
getMath() - Method in class org.sbml.libsbml.InitialAssignment
Get the mathematical formula of this InitialAssignment.
getMath() - Method in class org.sbml.libsbml.KineticLaw
Returns the mathematical formula for this KineticLaw object and return it as as an AST.
getMath() - Method in class org.sbml.libsbml.Priority
Get the mathematical formula for the priority and return it as an AST.
getMath() - Method in class org.sbml.libsbml.Rule
Get the mathematical formula of this Rule as an ASTNode tree.
getMath() - Method in class org.sbml.libsbml.StoichiometryMath
Retrieves the mathematical formula within this StoichiometryMath and return it as an AST.
getMath() - Method in class org.sbml.libsbml.Trigger
Get the mathematical formula for the trigger and return it as an AST.
getMessage() - Method in class org.sbml.libsbml.Constraint
Get the message, if any, associated with this Constraint
getMessage() - Method in class org.sbml.libsbml.XMLError
Returns the message text of this error.
getMessageString() - Method in class org.sbml.libsbml.Constraint
Get the message string, if any, associated with this Constraint
getMetaId() - Method in class org.sbml.libsbml.SBase
Returns the value of the 'metaid' attribute of this object.
getMinute() - Method in class org.sbml.libsbml.Date
Returns the minute from this Date.
getMinutesOffset() - Method in class org.sbml.libsbml.Date
Returns the minutes of the time zone offset from this Date.
getModel() - Method in class org.sbml.libsbml.L3ParserSettings
Returns the Model object referenced by this L3ParserSettings object.
getModel() - Method in class org.sbml.libsbml.SBase
Returns the Model object in which the current object is located.
getModel() - Method in class org.sbml.libsbml.SBMLDocument
Returns the Model object stored in this SBMLDocument.
getModel() - Method in class org.sbml.libsbml.SBMLValidator
Returns the Model object stored in the SBMLDocument.
getModelHistory() - Method in class org.sbml.libsbml.SBase
Returns the ModelHistory object, if any, attached to this object.
getModelQualifierType() - Method in class org.sbml.libsbml.CVTerm
Returns the model qualifier type of this CVTerm object.
getModifiedDate() - Method in class org.sbml.libsbml.ModelHistory
Returns the 'modified date' portion of this ModelHistory object.
getModifiedDate(long) - Method in class org.sbml.libsbml.ModelHistory
Get the nth Date object in the list of 'modified date' values stored in this ModelHistory object.
getModifier(long) - Method in class org.sbml.libsbml.Reaction
Returns the nth modifier species (as a ModifierSpeciesReference object) in the list of modifiers of this Reaction.
getModifier(String) - Method in class org.sbml.libsbml.Reaction
Returns the modifier species (as a ModifierSpeciesReference object) having a specific identifier in this Reaction.
getMonth() - Method in class org.sbml.libsbml.Date
Returns the month from this Date.
getMultiplier() - Method in class org.sbml.libsbml.Unit
Returns the value of the 'multiplier' attribute of this Unit.
getName() - Method in class org.sbml.libsbml.ASTNode
Get the value of this node as a string.
getName() - Method in class org.sbml.libsbml.Compartment
Returns the value of the 'name' attribute of this Compartment object.
getName() - Method in class org.sbml.libsbml.CompartmentType
Returns the value of the 'name' attribute of this CompartmentType.
getName() - Method in class org.sbml.libsbml.Event
Returns the value of the 'name' attribute of this Event.
getName() - Method in class org.sbml.libsbml.FunctionDefinition
Returns the value of the 'name' attribute of this FunctionDefinition.
getName() - Method in class org.sbml.libsbml.Model
Returns the value of the 'name' attribute of this Model.
getName() - Method in class org.sbml.libsbml.Parameter
Returns the value of the 'name' attribute of this Parameter.
getName() - Method in class org.sbml.libsbml.Reaction
Returns the value of the 'name' attribute of this Reaction.
getName() - Method in class org.sbml.libsbml.SimpleSpeciesReference
Returns the value of the 'name' attribute of this SimpleSpeciesReference.
getName() - Method in class org.sbml.libsbml.Species
Returns the value of the 'name' attribute of this Species object.
getName() - Method in class org.sbml.libsbml.SpeciesType
Returns the value of the 'name' attribute of this SpeciesType.
getName() - Method in class org.sbml.libsbml.UnitDefinition
Returns the value of the 'name' attribute of this UnitDefinition.
getName(int) - Method in class org.sbml.libsbml.XMLAttributes
Return the local name of an attribute in this XMLAttributes set (by position).
getName() - Method in class org.sbml.libsbml.XMLToken
Returns the (unqualified) name of this XML element.
getName() - Method in class org.sbml.libsbml.XMLTriple
Returns the name portion of this XMLTriple.
getNamespaceIndex(String) - Method in class org.sbml.libsbml.XMLToken
Look up the index of an XML namespace declaration by URI.
getNamespaceIndexByPrefix(String) - Method in class org.sbml.libsbml.XMLToken
Look up the index of an XML namespace declaration by prefix.
getNamespacePrefix(int) - Method in class org.sbml.libsbml.XMLToken
Look up the prefix of an XML namespace declaration by position.
getNamespacePrefix(String) - Method in class org.sbml.libsbml.XMLToken
Look up the prefix of an XML namespace declaration by its URI.
getNamespaces() - Method in class org.sbml.libsbml.SBase
Returns a list of the XML Namespaces declared on this SBML document.
getNamespaces() - Method in class org.sbml.libsbml.SBMLDocument
Returns a list of XML Namespaces associated with the XML content of this SBML document.
getNamespaces() - Method in class org.sbml.libsbml.SBMLNamespaces
Get the XML namespaces list for this SBMLNamespaces object.
getNamespaces() - Method in class org.sbml.libsbml.XMLToken
Returns the XML namespace declarations for this XML element.
getNamespacesLength() - Method in class org.sbml.libsbml.XMLToken
Returns the number of XML namespaces stored in the XMLNamespaces of this XMLToken.
getNamespaceURI(int) - Method in class org.sbml.libsbml.XMLToken
Look up the URI of an XML namespace declaration by its position.
getNamespaceURI(String) - Method in class org.sbml.libsbml.XMLToken
Look up the URI of an XML namespace declaration by its prefix.
getNamespaceURI() - Method in class org.sbml.libsbml.XMLToken
Look up the URI of an XML namespace declaration by its prefix.
getNotes() - Method in class org.sbml.libsbml.SBase
Returns the content of the 'notes' subelement of this object as a tree of XMLNode objects.
getNotesString() - Method in class org.sbml.libsbml.SBase
Returns the content of the 'notes' subelement of this object as a string.
getNumArguments() - Method in class org.sbml.libsbml.FunctionDefinition
Get the number of arguments (bound variables) taken by this FunctionDefinition.
getNumArguments() - Method in class org.sbml.libsbml.SBMLExternalValidator
 
getNumAttributes() - Method in class org.sbml.libsbml.XMLAttributes
Return the number of attributes in the set.
getNumChildren() - Method in class org.sbml.libsbml.ASTNode
Get the number of children that this node has.
getNumChildren() - Method in class org.sbml.libsbml.XMLNode
Returns the number of children for this XMLNode.
getNumCompartments() - Method in class org.sbml.libsbml.Model
Get the number of Compartment objects in this Model.
getNumCompartmentTypes() - Method in class org.sbml.libsbml.Model
Get the number of CompartmentType objects in this Model.
getNumConstraints() - Method in class org.sbml.libsbml.Model
Get the number of Constraint objects in this Model.
getNumConverters() - Method in class org.sbml.libsbml.SBMLConverterRegistry
Returns the number of converters known by the registry.
getNumCreators() - Method in class org.sbml.libsbml.ModelHistory
Get the number of ModelCreator objects stored in this ModelHistory object.
getNumCVTerms() - Method in class org.sbml.libsbml.SBase
Returns the number of CVTerm objects in the annotations of this SBML object.
getNumerator() - Method in class org.sbml.libsbml.ASTNode
Get the value of the numerator of this node.
getNumErrors() - Method in class org.sbml.libsbml.SBMLDocument
Returns the number of errors or warnings encountered during parsing, consistency checking, or attempted translation of this model.
getNumErrors(long) - Method in class org.sbml.libsbml.SBMLDocument
Returns the number of errors or warnings encountered with the given severity during parsing, consistency checking, or attempted translation of this model.
getNumErrors() - Method in class org.sbml.libsbml.XMLErrorLog
Returns the number of errors that have been logged.
getNumEventAssignments() - Method in class org.sbml.libsbml.Event
Returns the number of EventAssignment objects attached to this Event.
getNumEvents() - Method in class org.sbml.libsbml.Model
Get the number of Event objects in this Model.
getNumExtension(SBaseExtensionPoint) - Method in class org.sbml.libsbml.SBMLExtensionRegistry
Returns the number of SBMLExtension with the given extension point.
getNumFailsWithSeverity(long) - Method in class org.sbml.libsbml.SBMLErrorLog
Returns the number of errors that have been logged with the given severity code.
getNumFailures() - Method in class org.sbml.libsbml.SBMLValidator
Returns the number of failures encountered in the last validation run.
getNumFunctionDefinitions() - Method in class org.sbml.libsbml.Model
Get the number of FunctionDefinition objects in this Model.
getNumInitialAssignments() - Method in class org.sbml.libsbml.Model
Get the number of InitialAssignment objects in this Model.
getNumLocalParameters() - Method in class org.sbml.libsbml.KineticLaw
Returns the number of local parameters in this KineticLaw instance.
getNumModifiedDates() - Method in class org.sbml.libsbml.ModelHistory
Get the number of Date objects in this ModelHistory object's list of 'modified dates'.
getNumModifiers() - Method in class org.sbml.libsbml.Reaction
Returns the number of modifier species in this Reaction.
getNumNamespaces() - Method in class org.sbml.libsbml.XMLNamespaces
Returns the total number of URI-and-prefix pairs stored in this particular XMLNamespaces instance.
getNumParameters() - Method in class org.sbml.libsbml.KineticLaw
Returns the number of local parameters in this KineticLaw instance.
getNumParameters() - Method in class org.sbml.libsbml.Model
Get the number of Parameter objects in this Model.
getNumPlugins() - Method in class org.sbml.libsbml.SBase
Returns the number of plug-in objects (extenstion interfaces) for SBML Level 3 package extensions known.
getNumProducts() - Method in class org.sbml.libsbml.Reaction
Returns the number of product species in this Reaction.
getNumReactants() - Method in class org.sbml.libsbml.Reaction
Returns the number of reactant species in this Reaction.
getNumReactions() - Method in class org.sbml.libsbml.Model
Get the number of Reaction objects in this Model.
getNumRegisteredPackages() - Static method in class org.sbml.libsbml.SBMLExtensionRegistry
Returns the number of registered packages.
getNumResources() - Method in class org.sbml.libsbml.CVTerm
Returns the number of resources for this CVTerm object.
getNumRules() - Method in class org.sbml.libsbml.Model
Get the number of Rule objects in this Model.
getNumSemanticsAnnotations() - Method in class org.sbml.libsbml.ASTNode
Get the number of semantic annotation elements inside this node.
getNumSpecies() - Method in class org.sbml.libsbml.Model
Get the number of Specie objects in this Model.
getNumSpeciesTypes() - Method in class org.sbml.libsbml.Model
Get the number of SpeciesType objects in this Model.
getNumSpeciesWithBoundaryCondition() - Method in class org.sbml.libsbml.Model
Get the number of Species in this Model having their 'boundaryCondition' attribute value set to true.
getNumUnitDefinitions() - Method in class org.sbml.libsbml.Model
Get the number of UnitDefinition objects in this Model.
getNumUnits() - Method in class org.sbml.libsbml.UnitDefinition
Returns the number of Unit objects contained within this UnitDefinition.
getOffset() - Method in class org.sbml.libsbml.Unit
Returns the value of the 'offset' attribute of this Unit.
getOperatorName() - Method in class org.sbml.libsbml.ASTNode
Get the value of this operator node as a string.
getOption(String) - Method in class org.sbml.libsbml.ConversionProperties
Returns the ConversionOption object for a given key.
getOrganisation() - Method in class org.sbml.libsbml.ModelCreator
(Alternate spelling) Returns the 'organization' stored in this ModelCreator object.
getOrganization() - Method in class org.sbml.libsbml.ModelCreator
Returns the 'organization' stored in this ModelCreator object.
getOutputFileName() - Method in class org.sbml.libsbml.SBMLExternalValidator
 
getOutside() - Method in class org.sbml.libsbml.Compartment
Get the identifier, if any, of the compartment that is designated as being outside of this one.
getPackage() - Method in class org.sbml.libsbml.XMLError
Returns a copy of the message string associated with the given predefined XMLError code.
getPackageName() - Method in class org.sbml.libsbml.SBase
Returns the name of the SBML Level 3 package in which this element is defined.
getPackageName() - Method in class org.sbml.libsbml.SBasePlugin
Returns the package name of this plugin object.
getPackageName() - Method in class org.sbml.libsbml.SBMLNamespaces
Returns the name of the main package for this namespace.
getPackageRequired(String) - Method in class org.sbml.libsbml.SBMLDocument
Returns the required attribute of the given package extension.
getPackageVersion() - Method in class org.sbml.libsbml.SBase
Returns the Version of the SBML Level 3 package to which this element belongs to.
getPackageVersion() - Method in class org.sbml.libsbml.SBasePlugin
Returns the package version of the package extension of this plugin object.
getParameter(long) - Method in class org.sbml.libsbml.KineticLaw
Returns the nth Parameter object in the list of local parameters in this KineticLaw instance.
getParameter(String) - Method in class org.sbml.libsbml.KineticLaw
Returns a local parameter based on its identifier.
getParameter(long) - Method in class org.sbml.libsbml.Model
Get the nth Parameter object in this Model.
getParameter(String) - Method in class org.sbml.libsbml.Model
Get a Parameter object based on its identifier.
getParentSBMLObject() - Method in class org.sbml.libsbml.ASTNode
Returns the parent SBML object.
getParentSBMLObject() - Method in class org.sbml.libsbml.SBase
Returns the parent SBML object containing this object.
getParentSBMLObject() - Method in class org.sbml.libsbml.SBasePlugin
Returns the parent SBase object to which this plugin object connected.
getParseAvogadroCsymbol() - Method in class org.sbml.libsbml.L3ParserSettings
Returns true if the current settings are oriented towards handling avogadro for SBML Level 3.
getParseCollapseMinus() - Method in class org.sbml.libsbml.L3ParserSettings
Returns a flag indicating the current behavior set for handling multiple unary minuses in formulas.
getParseLog() - Method in class org.sbml.libsbml.L3ParserSettings
Returns the current setting indicating what to do with formulas containing the function log with one argument.
getParseUnits() - Method in class org.sbml.libsbml.L3ParserSettings
Returns if the current settings allow units in text-string mathematical formulas.
getPersistent() - Method in class org.sbml.libsbml.Trigger
(SBML Level 3 only) Get the value of the 'persistent' attribute of this Trigger.
getPkgRequired(String) - Method in class org.sbml.libsbml.SBMLDocument
Deprecated. 
Replaced in libSBML 5.2.0 by getPackageRequired(String package flag)
getPlugin(String) - Method in class org.sbml.libsbml.SBase
Returns a plug-in object (extension interface) for an SBML Level 3 package extension with the given package name or URI.
getPlugin(long) - Method in class org.sbml.libsbml.SBase
Returns the nth plug-in object (extension interface) for an SBML Level 3 package extension.
getPrecedence() - Method in class org.sbml.libsbml.ASTNode
Get the precedence of this node in the infix math syntax of SBML Level 1.
getPrefix() - Method in class org.sbml.libsbml.SBasePlugin
Returns the prefix of the package extension of this plugin object.
getPrefix(int) - Method in class org.sbml.libsbml.XMLAttributes
Return the prefix of an attribute in this XMLAttributes set (by position).
getPrefix(int) - Method in class org.sbml.libsbml.XMLNamespaces
Look up the prefix of an XML namespace declaration by its position.
getPrefix(String) - Method in class org.sbml.libsbml.XMLNamespaces
Look up the prefix of an XML namespace declaration by its URI.
getPrefix() - Method in class org.sbml.libsbml.XMLToken
Returns the namespace prefix of this XML element.
getPrefix() - Method in class org.sbml.libsbml.XMLTriple
Returns the prefix portion of this XMLTriple.
getPrefixedName(int) - Method in class org.sbml.libsbml.XMLAttributes
Return the prefixed name of an attribute in this XMLAttributes set (by position).
getPrefixedName() - Method in class org.sbml.libsbml.XMLTriple
Returns the prefixed name from this XMLTriple.
getPriority() - Method in class org.sbml.libsbml.Event
(SBML Level 3 only) Get the event priority portion of this Event.
getProduct(long) - Method in class org.sbml.libsbml.Reaction
Returns the nth product species (as a SpeciesReference object) in the list of products in this Reaction.
getProduct(String) - Method in class org.sbml.libsbml.Reaction
Returns the product species (as a SpeciesReference object) having a specific identifier in this Reaction.
getProgram() - Method in class org.sbml.libsbml.SBMLExternalValidator
 
getProperties() - Method in class org.sbml.libsbml.SBMLConverter
Returns the current properties in effect for this converter.
getQualifierType() - Method in class org.sbml.libsbml.CVTerm
Returns the qualifier type of this CVTerm object.
getReactant(long) - Method in class org.sbml.libsbml.Reaction
Returns the nth reactant species (as a SpeciesReference object) in the list of reactants in this Reaction.
getReactant(String) - Method in class org.sbml.libsbml.Reaction
Returns the reactant species (as a SpeciesReference object) having a specific identifier in this Reaction.
getReaction(long) - Method in class org.sbml.libsbml.Model
Get the nth Reaction object in this Model.
getReaction(String) - Method in class org.sbml.libsbml.Model
Get a Reaction object based on its identifier.
getReal() - Method in class org.sbml.libsbml.ASTNode
Get the real-numbered value of this node.
getRegisteredPackageName(long) - Static method in class org.sbml.libsbml.SBMLExtensionRegistry
Returns the registered package name at the given index
getRequired() - Method in class org.sbml.libsbml.SBMLDocumentPlugin
Returns the bool value of 'required' attribute of corresponding package in SBMLDocument element.
getResourceBiologicalQualifier(String) - Method in class org.sbml.libsbml.SBase
Returns the MIRIAM biological qualifier associated with the given resource.
getResourceModelQualifier(String) - Method in class org.sbml.libsbml.SBase
Returns the MIRIAM model qualifier associated with the given resource.
getResources() - Method in class org.sbml.libsbml.CVTerm
Returns the resource references for this CVTerm object.
getResourceURI(long) - Method in class org.sbml.libsbml.CVTerm
Returns the value of the nth resource for this CVTerm object.
getReversible() - Method in class org.sbml.libsbml.Reaction
Returns the value of the 'reversible' attribute on the Reaction as a boolean value.
getRightChild() - Method in class org.sbml.libsbml.ASTNode
Get the right child of this node.
getRule(long) - Method in class org.sbml.libsbml.Model
Get the nth Rule object in this Model.
getRule(String) - Method in class org.sbml.libsbml.Model
Get a Rule object based on the variable to which it assigns a value.
getSBMLDocument() - Method in class org.sbml.libsbml.SBase
Returns the SBMLDocument object containing this object instance.
getSBMLDocument() - Method in class org.sbml.libsbml.SBasePlugin
Returns the parent SBMLDocument of this plugin object.
getSBMLFileName() - Method in class org.sbml.libsbml.SBMLExternalValidator
 
getSBMLNamespaceURI(long, long) - Static method in class org.sbml.libsbml.SBMLNamespaces
Returns a string representing the SBML XML namespace for the given level and version of SBML.
getSBOTerm() - Method in class org.sbml.libsbml.SBase
Returns the integer portion of the value of the 'sboTerm' attribute of this object.
getSBOTermAsURL() - Method in class org.sbml.libsbml.SBase
Returns the identifiers.org URL representation of the 'sboTerm' attribute of this object.
getSBOTermID() - Method in class org.sbml.libsbml.SBase
Returns the string representation of the 'sboTerm' attribute of this object.
getScale() - Method in class org.sbml.libsbml.Unit
Returns the value of the 'scale' attribute of this unit.
getSecond() - Method in class org.sbml.libsbml.Date
Returns the seconds from this Date.
getSemanticsAnnotation(long) - Method in class org.sbml.libsbml.ASTNode
Get the nth semantic annotation of this node.
getSeverity() - Method in class org.sbml.libsbml.XMLError
Returns the severity of this error.
getSeverityAsString() - Method in class org.sbml.libsbml.XMLError
Returns a string describing the severity level of this error.
getShortMessage() - Method in class org.sbml.libsbml.XMLError
Returns a brief message for this error.
getSignOffset() - Method in class org.sbml.libsbml.Date
Returns the sign of the time zone offset from this Date.
getSize() - Method in class org.sbml.libsbml.ASTNodeList
Returns the number of items in this list.
getSize() - Method in class org.sbml.libsbml.Compartment
Get the size of this Compartment.
getSize() - Method in class org.sbml.libsbml.CVTermList
Returns the number of items in this list.
getSize() - Method in class org.sbml.libsbml.DateList
Returns the number of items in this list.
getSize() - Method in class org.sbml.libsbml.ModelCreatorList
Returns the number of items in this list.
getSize() - Method in class org.sbml.libsbml.SBaseList
Returns the number of items in this list.
getSize() - Method in class org.sbml.libsbml.SBMLNamespacesList
Returns the number of items in this list.
getSpatialDimensions() - Method in class org.sbml.libsbml.Compartment
Get the number of spatial dimensions of this Compartment object.
getSpatialDimensionsAsDouble() - Method in class org.sbml.libsbml.Compartment
Get the number of spatial dimensions of this Compartment object as a double.
getSpatialSizeUnits() - Method in class org.sbml.libsbml.Species
Get the value of the 'spatialSizeUnits' attribute.
getSpecies(long) - Method in class org.sbml.libsbml.Model
Get the nth Species object in this Model.
getSpecies(String) - Method in class org.sbml.libsbml.Model
Get a Species object based on its identifier.
getSpecies() - Method in class org.sbml.libsbml.SimpleSpeciesReference
Get the value of the 'species' attribute.
getSpeciesReference(String) - Method in class org.sbml.libsbml.Model
Get a SpeciesReference object based on its identifier.
getSpeciesType(long) - Method in class org.sbml.libsbml.Model
Get the nth SpeciesType object in this Model.
getSpeciesType(String) - Method in class org.sbml.libsbml.Model
Get a SpeciesType object based on its identifier.
getSpeciesType() - Method in class org.sbml.libsbml.Species
Get the type of this Species object object.
getStandardMessage(int) - Static method in class org.sbml.libsbml.XMLError
Returns a copy of the message string associated with the given predefined XMLError code.
getStoichiometry() - Method in class org.sbml.libsbml.SpeciesReference
Get the value of the 'stoichiometry' attribute.
getStoichiometryMath() - Method in class org.sbml.libsbml.SpeciesReference
Get the content of the 'stoichiometryMath' subelement as an ASTNode tree.
getStyle() - Method in class org.sbml.libsbml.ASTNode
Get the style of this ASTNode.
getSubstanceUnits() - Method in class org.sbml.libsbml.KineticLaw
(SBML Level 2 Version 1 only) Returns the value of the 'substanceUnits' attribute of this KineticLaw object.
getSubstanceUnits() - Method in class org.sbml.libsbml.Model
Returns the value of the 'substanceUnits' attribute of this Model.
getSubstanceUnits() - Method in class org.sbml.libsbml.Species
Get the value of the 'substanceUnits' attribute.
getSupportedNamespaces() - Static method in class org.sbml.libsbml.SBMLNamespaces
Returns a list of all supported SBMLNamespaces in this version of libsbml.
getSymbol() - Method in class org.sbml.libsbml.InitialAssignment
Get the value of the 'symbol' attribute of this InitialAssignment.
getTargetLevel() - Method in class org.sbml.libsbml.SBMLLevelVersionConverter
Returns the target SBML Level for the conversion.
getTargetNamespaces() - Method in class org.sbml.libsbml.ConversionProperties
Returns the current target SBML namespace.
getTargetNamespaces() - Method in class org.sbml.libsbml.SBMLConverter
Returns the target SBML namespaces of the currently set properties.
getTargetVersion() - Method in class org.sbml.libsbml.SBMLLevelVersionConverter
Returns the target SBML Version for the conversion.
getTimeUnits() - Method in class org.sbml.libsbml.Event
Get the value of the 'timeUnits' attribute of this Event, if it has one.
getTimeUnits() - Method in class org.sbml.libsbml.KineticLaw
(SBML Level 2 Version 1 only) Returns the value of the 'timeUnits' attribute of this KineticLaw object.
getTimeUnits() - Method in class org.sbml.libsbml.Model
Returns the value of the 'timeUnits' attribute of this Model.
getTrigger() - Method in class org.sbml.libsbml.Event
Get the event trigger portion of this Event.
getType() - Method in class org.sbml.libsbml.ASTNode
Get the type of this ASTNode.
getType() - Method in class org.sbml.libsbml.ConversionOption
Returns the type of this option
getType(String) - Method in class org.sbml.libsbml.ConversionProperties
Returns the type of a given option in this properties object.
getType() - Method in class org.sbml.libsbml.Rule
Get the type of rule this is.
getTypeCode() - Method in class org.sbml.libsbml.Compartment
Returns the libSBML type code for this SBML object.
getTypeCode() - Method in class org.sbml.libsbml.CompartmentType
Returns the libSBML type code for this SBML object.
getTypeCode() - Method in class org.sbml.libsbml.Constraint
Returns the libSBML type code for this SBML object.
getTypeCode() - Method in class org.sbml.libsbml.Delay
Returns the libSBML type code of this object instance.
getTypeCode() - Method in class org.sbml.libsbml.Event
Returns the libSBML type code of this object instance.
getTypeCode() - Method in class org.sbml.libsbml.EventAssignment
Returns the libSBML type code of this object instance.
getTypeCode() - Method in class org.sbml.libsbml.FunctionDefinition
Returns the libSBML type code for this SBML object.
getTypeCode() - Method in class org.sbml.libsbml.InitialAssignment
Returns the libSBML type code for this SBML object.
getTypeCode() - Method in class org.sbml.libsbml.KineticLaw
Returns the libSBML type code for this SBML object.
getTypeCode() - Method in class org.sbml.libsbml.ListOf
Returns the libSBML type code for this object, namely, SBML_LIST_OF.
getTypeCode() - Method in class org.sbml.libsbml.ListOfCompartments
Returns the libSBML type code for this SBML object.
getTypeCode() - Method in class org.sbml.libsbml.ListOfCompartmentTypes
Returns the libSBML type code for this SBML object.
getTypeCode() - Method in class org.sbml.libsbml.ListOfConstraints
Returns the libSBML type code for this SBML object.
getTypeCode() - Method in class org.sbml.libsbml.ListOfEventAssignments
Returns the libSBML type code for this SBML object.
getTypeCode() - Method in class org.sbml.libsbml.ListOfEvents
Returns the libSBML type code for this SBML object.
getTypeCode() - Method in class org.sbml.libsbml.ListOfFunctionDefinitions
Returns the libSBML type code for this SBML object.
getTypeCode() - Method in class org.sbml.libsbml.ListOfInitialAssignments
Returns the libSBML type code for this SBML object.
getTypeCode() - Method in class org.sbml.libsbml.ListOfLocalParameters
Returns the libSBML type code for this SBML object.
getTypeCode() - Method in class org.sbml.libsbml.ListOfParameters
Returns the libSBML type code for this SBML object.
getTypeCode() - Method in class org.sbml.libsbml.ListOfReactions
Returns the libSBML type code for this SBML object.
getTypeCode() - Method in class org.sbml.libsbml.ListOfRules
Returns the libSBML type code for this SBML object.
getTypeCode() - Method in class org.sbml.libsbml.ListOfSpecies
Returns the libSBML type code for this SBML object.
getTypeCode() - Method in class org.sbml.libsbml.ListOfSpeciesReferences
Returns the libSBML type code for this SBML object.
getTypeCode() - Method in class org.sbml.libsbml.ListOfSpeciesTypes
Returns the libSBML type code for this SBML object.
getTypeCode() - Method in class org.sbml.libsbml.ListOfUnitDefinitions
Returns the libSBML type code for this SBML object.
getTypeCode() - Method in class org.sbml.libsbml.ListOfUnits
Returns the libSBML type code for this SBML object.
getTypeCode() - Method in class org.sbml.libsbml.LocalParameter
Returns the libSBML type code for this SBML object.
getTypeCode() - Method in class org.sbml.libsbml.Model
Returns the libSBML type code for this SBML object.
getTypeCode() - Method in class org.sbml.libsbml.ModifierSpeciesReference
Returns the libSBML type code for this SBML object.
getTypeCode() - Method in class org.sbml.libsbml.Parameter
Returns the libSBML type code for this SBML object.
getTypeCode() - Method in class org.sbml.libsbml.Priority
Returns the libSBML type code of this object instance.
getTypeCode() - Method in class org.sbml.libsbml.Reaction
Returns the libSBML type code for this SBML object.
getTypeCode() - Method in class org.sbml.libsbml.Rule
Returns the libSBML type code for this SBML object.
getTypeCode() - Method in class org.sbml.libsbml.SBase
Returns the libSBML type code for this object.
getTypeCode() - Method in class org.sbml.libsbml.SBMLDocument
Returns the libSBML type code for this SBML object.
getTypeCode() - Method in class org.sbml.libsbml.Species
Returns the libSBML type code for this SBML object.
getTypeCode() - Method in class org.sbml.libsbml.SpeciesReference
Returns the libSBML type code for this SBML object.
getTypeCode() - Method in class org.sbml.libsbml.SpeciesType
Returns the libSBML type code for this SBML object.
getTypeCode() - Method in class org.sbml.libsbml.StoichiometryMath
Returns the libSBML type code of this object instance.
getTypeCode() - Method in class org.sbml.libsbml.Trigger
Returns the libSBML type code of this object instance.
getTypeCode() - Method in class org.sbml.libsbml.Unit
Returns the libSBML type code of this object instance.
getTypeCode() - Method in class org.sbml.libsbml.UnitDefinition
Returns the libSBML type code for this object instance.
getUnit(long) - Method in class org.sbml.libsbml.UnitDefinition
Returns a specific Unit instance belonging to this UnitDefinition.
getUnitDefinition(long) - Method in class org.sbml.libsbml.Model
Get the nth UnitDefinition object in this Model.
getUnitDefinition(String) - Method in class org.sbml.libsbml.Model
Get a UnitDefinition based on its identifier.
getUnits() - Method in class org.sbml.libsbml.ASTNode
Get the units of this ASTNode.
getUnits() - Method in class org.sbml.libsbml.Compartment
Get the units of this compartment's size.
getUnits() - Method in class org.sbml.libsbml.Parameter
Gets the units defined for this Parameter.
getUnits() - Method in class org.sbml.libsbml.Rule
Returns the units for the mathematical formula of this Rule.
getUnits() - Method in class org.sbml.libsbml.Species
Get the value of the 'units' attribute.
getURI() - Method in class org.sbml.libsbml.SBasePlugin
Gets the URI to which this element belongs to.
getURI() - Method in class org.sbml.libsbml.SBMLNamespaces
Returns a string representing the SBML XML namespace of this object.
getURI(int) - Method in class org.sbml.libsbml.XMLAttributes
Return the namespace URI of an attribute in this XMLAttributes set (by position).
getURI(int) - Method in class org.sbml.libsbml.XMLNamespaces
Look up the URI of an XML namespace declaration by its position.
getURI(String) - Method in class org.sbml.libsbml.XMLNamespaces
Look up the URI of an XML namespace declaration by its prefix.
getURI() - Method in class org.sbml.libsbml.XMLNamespaces
Look up the URI of an XML namespace declaration by its prefix.
getURI() - Method in class org.sbml.libsbml.XMLToken
Returns the namespace URI of this XML element.
getURI() - Method in class org.sbml.libsbml.XMLTriple
Returns the URI portion of this XMLTriple.
getUseValuesFromTriggerTime() - Method in class org.sbml.libsbml.Event
Get the value of the 'useValuesFromTriggerTime' attribute of this Event.
getValidityFlag() - Method in class org.sbml.libsbml.SBMLLevelVersionConverter
Returns the flag indicating whether the conversion has been set to 'strict'.
getValue() - Method in class org.sbml.libsbml.ConversionOption
Returns the value of this option.
getValue(String) - Method in class org.sbml.libsbml.ConversionProperties
Returns the value of the given option as a string.
getValue() - Method in class org.sbml.libsbml.Parameter
Gets the numerical value of this Parameter.
getValue(int) - Method in class org.sbml.libsbml.XMLAttributes
Return the value of an attribute in this XMLAttributes set (by position).
getValue(String) - Method in class org.sbml.libsbml.XMLAttributes
Return an attribute's value by name.
getValue(String, String) - Method in class org.sbml.libsbml.XMLAttributes
Return a value of an attribute with the given local name and namespace URI.
getValue(XMLTriple) - Method in class org.sbml.libsbml.XMLAttributes
Return a value of an attribute with the given XMLTriple.
getVariable() - Method in class org.sbml.libsbml.EventAssignment
Get the value of this EventAssignment's 'variable' attribute.
getVariable() - Method in class org.sbml.libsbml.Rule
Get the value of the 'variable' attribute of this Rule object.
getVersion() - Method in class org.sbml.libsbml.SBase
Returns the Version within the SBML Level of the SBMLDocument object containing this object.
getVersion() - Method in class org.sbml.libsbml.SBasePlugin
Returns the SBML version of the package extension of this plugin object.
getVersion() - Method in class org.sbml.libsbml.SBMLNamespaces
Get the SBML Version of this SBMLNamespaces object.
getVolume() - Method in class org.sbml.libsbml.Compartment
Get the volume of this Compartment.
getVolumeUnits() - Method in class org.sbml.libsbml.Model
Returns the value of the 'volumeUnits' attribute of this Model.
getYear() - Method in class org.sbml.libsbml.Date
Returns the year from this Date.

H

hasAttr(int) - Method in class org.sbml.libsbml.XMLToken
Predicate returning true or false depending on whether an attribute with the given index exists in the attribute set in this XMLToken.
hasAttr(String, String) - Method in class org.sbml.libsbml.XMLToken
Predicate returning true or false depending on whether an attribute with the given local name and namespace URI exists in the attribute set in this XMLToken.
hasAttr(String) - Method in class org.sbml.libsbml.XMLToken
Predicate returning true or false depending on whether an attribute with the given local name and namespace URI exists in the attribute set in this XMLToken.
hasAttr(XMLTriple) - Method in class org.sbml.libsbml.XMLToken
Predicate returning true or false depending on whether an attribute with the given XML triple exists in the attribute set in this XMLToken
hasAttribute(int) - Method in class org.sbml.libsbml.XMLAttributes
Predicate returning true or false depending on whether an attribute with the given index exists in this XMLAttributes.
hasAttribute(String, String) - Method in class org.sbml.libsbml.XMLAttributes
Predicate returning true or false depending on whether an attribute with the given local name and namespace URI exists in this XMLAttributes.
hasAttribute(String) - Method in class org.sbml.libsbml.XMLAttributes
Predicate returning true or false depending on whether an attribute with the given local name and namespace URI exists in this XMLAttributes.
hasAttribute(XMLTriple) - Method in class org.sbml.libsbml.XMLAttributes
Predicate returning true or false depending on whether an attribute with the given XML triple exists in this XMLAttributes.
hasBzip2() - Static method in class org.sbml.libsbml.SBMLReader
Static method; returns true if this copy of libSBML supports bzip2 format compression.
hasBzip2() - Static method in class org.sbml.libsbml.SBMLWriter
Predicate returning true if this copy of libSBML has been linked with the bzip2 library.
hasChild(String) - Method in class org.sbml.libsbml.XMLNode
Return a boolean indicating whether this XMLNode has a child with the given name.
hasCorrectNumberArguments() - Method in class org.sbml.libsbml.ASTNode
Predicate returning true or false depending on whether this ASTNode has the correct number of children for it's type.
hasExpectedXHTMLSyntax(XMLNode, SBMLNamespaces) - Static method in class org.sbml.libsbml.SyntaxChecker
Returns true or false depending on whether the given XMLNode object contains valid XHTML content.
hasExpectedXHTMLSyntax(XMLNode) - Static method in class org.sbml.libsbml.SyntaxChecker
Returns true or false depending on whether the given XMLNode object contains valid XHTML content.
hashCode() - Method in class org.sbml.libsbml.ASTNode
Returns a hashcode for this ASTNode object.
hashCode() - Method in class org.sbml.libsbml.CVTerm
Returns a hashcode for this CVTerm object.
hashCode() - Method in class org.sbml.libsbml.Date
Returns a hashcode for this Date object.
hashCode() - Method in class org.sbml.libsbml.ModelCreator
Returns a hashcode for this ModelCreator object.
hashCode() - Method in class org.sbml.libsbml.ModelHistory
Returns a hashcode for this ModelHistory object.
hashCode() - Method in class org.sbml.libsbml.SBase
Returns a hashcode for this SBase object.
hashCode() - Method in class org.sbml.libsbml.SBMLNamespaces
Returns a hashcode for this SBMLNamespaces object.
hashCode() - Method in class org.sbml.libsbml.SBMLReader
Returns a hashcode for this SBMLReader object.
hashCode() - Method in class org.sbml.libsbml.SBMLWriter
Returns a hashcode for this SBMLWriter object.
hashCode() - Method in class org.sbml.libsbml.XMLAttributes
Returns a hashcode for this XMLAttributes object.
hashCode() - Method in class org.sbml.libsbml.XMLError
Returns a hashcode for this XMLError object.
hashCode() - Method in class org.sbml.libsbml.XMLErrorLog
Returns a hashcode for this XMLErrorLog object.
hashCode() - Method in class org.sbml.libsbml.XMLNamespaces
Returns a hashcode for this XMLNamespaces object.
hashCode() - Method in class org.sbml.libsbml.XMLNode
Returns a hashcode for this XMLNode object.
hashCode() - Method in class org.sbml.libsbml.XMLToken
Returns a hashcode for this XMLToken object.
hashCode() - Method in class org.sbml.libsbml.XMLTriple
Returns a hashcode for this XMLTriple object.
hasNamespaceNS(String, String) - Method in class org.sbml.libsbml.XMLToken
Predicate returning true or false depending on whether an XML Namespace with the given uri/prefix pair is contained in the XMLNamespaces ofthis XMLToken.
hasNamespacePrefix(String) - Method in class org.sbml.libsbml.XMLToken
Predicate returning true or false depending on whether an XML Namespace with the given prefix is contained in the XMLNamespaces of this XMLToken.
hasNamespaceURI(String) - Method in class org.sbml.libsbml.XMLToken
Predicate returning true or false depending on whether an XML Namespace with the given URI is contained in the XMLNamespaces of this XMLToken.
hasNS(String, String) - Method in class org.sbml.libsbml.XMLNamespaces
Predicate returning true or false depending on whether an XML Namespace with the given URI and prefix pair is contained in this XMLNamespaces list.
HasOnlySubsNoSpatialUnits - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
HasOnlySubsUnitsNotValidAttribute - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
hasOption(String) - Method in class org.sbml.libsbml.ConversionProperties
Returns true if this properties object contains an option with the given key.
hasPrefix(String) - Method in class org.sbml.libsbml.XMLNamespaces
Predicate returning true or false depending on whether an XML Namespace with the given prefix is contained in this XMLNamespaces list.
hasRequiredAttributes() - Method in class org.sbml.libsbml.AlgebraicRule
Predicate returning true if all the required attributes for this AlgebraicRule object have been set.
hasRequiredAttributes() - Method in class org.sbml.libsbml.AssignmentRule
Predicate returning true if all the required attributes for this AssignmentRule object have been set.
hasRequiredAttributes() - Method in class org.sbml.libsbml.Compartment
Predicate returning true if all the required attributes for this Compartment object have been set.
hasRequiredAttributes() - Method in class org.sbml.libsbml.CompartmentType
Predicate returning true if all the required attributes for this CompartmentType object have been set.
hasRequiredAttributes() - Method in class org.sbml.libsbml.CVTerm
Predicate returning true if all the required elements for this CVTerm object have been set.
hasRequiredAttributes() - Method in class org.sbml.libsbml.Event
Predicate returning true if all the required attributes for this Event object have been set.
hasRequiredAttributes() - Method in class org.sbml.libsbml.EventAssignment
Predicate returning true if all the required attributes for this EventAssignment object have been set.
hasRequiredAttributes() - Method in class org.sbml.libsbml.FunctionDefinition
Predicate returning true if all the required attributes for this FunctionDefinition object have been set.
hasRequiredAttributes() - Method in class org.sbml.libsbml.InitialAssignment
Predicate returning true if all the required attributes for this InitialAssignment object have been set.
hasRequiredAttributes() - Method in class org.sbml.libsbml.KineticLaw
Predicate returning true if all the required attributes for this KineticLaw object have been set.
hasRequiredAttributes() - Method in class org.sbml.libsbml.LocalParameter
Predicate returning true if all the required attributes for this LocalParameter object have been set.
hasRequiredAttributes() - Method in class org.sbml.libsbml.ModelCreator
Predicate returning true if all the required elements for this ModelCreator object have been set.
hasRequiredAttributes() - Method in class org.sbml.libsbml.ModelHistory
Predicate returning true if all the required elements for this ModelHistory object have been set.
hasRequiredAttributes() - Method in class org.sbml.libsbml.ModifierSpeciesReference
Predicate returning true if all the required attributes for this ModifierSpeciesReference object have been set.
hasRequiredAttributes() - Method in class org.sbml.libsbml.Parameter
Predicate returning true if all the required attributes for this Parameter object have been set.
hasRequiredAttributes() - Method in class org.sbml.libsbml.RateRule
Predicate returning true if all the required attributes for this RateRule object have been set.
hasRequiredAttributes() - Method in class org.sbml.libsbml.Reaction
Predicate returning true if all the required attributes for this Reaction object have been set.
hasRequiredAttributes() - Method in class org.sbml.libsbml.Rule
Predicate returning true if all the required attributes for this Rule object have been set.
hasRequiredAttributes() - Method in class org.sbml.libsbml.Species
Predicate returning true if all the required attributes for this Species object have been set.
hasRequiredAttributes() - Method in class org.sbml.libsbml.SpeciesReference
Predicate returning true if all the required attributes for this SpeciesReference object have been set.
hasRequiredAttributes() - Method in class org.sbml.libsbml.SpeciesType
Predicate returning true if all the required attributes for this SpeciesType object have been set.
hasRequiredAttributes() - Method in class org.sbml.libsbml.Trigger
Predicate returning true if all the required attributes for this Trigger object have been set.
hasRequiredAttributes() - Method in class org.sbml.libsbml.Unit
Predicate returning true if all the required attributes for this Unit object have been set.
hasRequiredAttributes() - Method in class org.sbml.libsbml.UnitDefinition
Predicate returning true if all the required attributes for this UnitDefinition object have been set.
hasRequiredElements() - Method in class org.sbml.libsbml.Constraint
Predicate returning true if all the required elements for this Constraint object have been set.
hasRequiredElements() - Method in class org.sbml.libsbml.Delay
Predicate returning true if all the required elements for this Delay object have been set.
hasRequiredElements() - Method in class org.sbml.libsbml.Event
Predicate returning true if all the required elements for this Event object have been set.
hasRequiredElements() - Method in class org.sbml.libsbml.EventAssignment
Predicate returning true if all the required elements for this EventAssignment object have been set.
hasRequiredElements() - Method in class org.sbml.libsbml.FunctionDefinition
Predicate returning true if all the required elements for this FunctionDefinition object have been set.
hasRequiredElements() - Method in class org.sbml.libsbml.InitialAssignment
Predicate returning true if all the required elements for this InitialAssignment object have been set.
hasRequiredElements() - Method in class org.sbml.libsbml.KineticLaw
Predicate returning true if all the required elements for this KineticLaw object have been set.
hasRequiredElements() - Method in class org.sbml.libsbml.Model
Predicate returning true if all the required elements for this Model object have been set.
hasRequiredElements() - Method in class org.sbml.libsbml.Priority
Predicate returning true if all the required elements for this Priority object have been set.
hasRequiredElements() - Method in class org.sbml.libsbml.Rule
Predicate returning true if all the required elements for this Rule object have been set.
hasRequiredElements() - Method in class org.sbml.libsbml.StoichiometryMath
Predicate returning true if all the required elements for this StoichiometryMath object have been set.
hasRequiredElements() - Method in class org.sbml.libsbml.Trigger
Predicate returning true if all the required elements for this Trigger object have been set.
hasRequiredElements() - Method in class org.sbml.libsbml.UnitDefinition
Predicate returning true if all the required elements for this UnitDefinition object have been set.
hasTargetNamespaces() - Method in class org.sbml.libsbml.ConversionProperties
Returns true if the target SBML namespace has been set.
hasUnits() - Method in class org.sbml.libsbml.ASTNode
Predicate returning true (non-zero) if this node or any of its children nodes have the attribute sbml:units.
hasURI(String) - Method in class org.sbml.libsbml.XMLNamespaces
Predicate returning true or false depending on whether an XML Namespace with the given URI is contained in this XMLNamespaces list.
hasValidLevelVersionNamespaceCombination() - Method in class org.sbml.libsbml.SBase
Predicate returning true if this object's level/version and namespace values correspond to a valid SBML specification.
hasZlib() - Static method in class org.sbml.libsbml.SBMLReader
Static method; returns true if this copy of libSBML supports gzip and zip format compression.
hasZlib() - Static method in class org.sbml.libsbml.SBMLWriter
Predicate returning true if this copy of libSBML has been linked with the zlib library.

I

IdNotValidAttribute - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
InconsistentArgUnits - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
InconsistentArgUnitsWarnings - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
InconsistentExponUnitsWarnings - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
InconsistentKineticLawUnitsL3 - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
InconsistentPowerUnitsWarnings - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
IncorrectCompartmentSpatialDimensions - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
IncorrectOrderInConstraint - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
IncorrectOrderInEvent - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
IncorrectOrderInKineticLaw - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
IncorrectOrderInModel - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
IncorrectOrderInReaction - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
init() - Static method in class org.sbml.libsbml.SBMLFunctionDefinitionConverter
 
init() - Static method in class org.sbml.libsbml.SBMLInitialAssignmentConverter
 
init() - Static method in class org.sbml.libsbml.SBMLLevelVersionConverter
 
init() - Static method in class org.sbml.libsbml.SBMLRuleConverter
 
init() - Static method in class org.sbml.libsbml.SBMLStripPackageConverter
 
init() - Static method in class org.sbml.libsbml.SBMLUnitsConverter
 
InitAssignCompartmenMismatch - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
InitAssignmentAndRuleForSameId - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
InitAssignParameterMismatch - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
InitAssignSpeciesMismatch - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
InitAssignStoichiometryMismatch - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
initDefaults() - Method in class org.sbml.libsbml.Compartment
Initializes the fields of this Compartment object to 'typical' default values.
initDefaults() - Method in class org.sbml.libsbml.Parameter
Initializes the fields of this Parameter object to 'typical' defaults values.
initDefaults() - Method in class org.sbml.libsbml.Reaction
Initializes the fields of this Reaction object to 'typical' default values.
initDefaults() - Method in class org.sbml.libsbml.Species
Initializes the fields of this Species object to 'typical' defaults values.
initDefaults() - Method in class org.sbml.libsbml.SpeciesReference
Initializes the fields of this SpeciesReference object to 'typical' default values.
initDefaults() - Method in class org.sbml.libsbml.Unit
Initializes the fields of this Unit object to 'typical' default values.
InitialAssignment - Class in org.sbml.libsbml
Implementation of SBML's InitialAssignment construct.
InitialAssignment(long, long) - Constructor for class org.sbml.libsbml.InitialAssignment
Creates a new InitialAssignment using the given SBML level and version values.
InitialAssignment(SBMLNamespaces) - Constructor for class org.sbml.libsbml.InitialAssignment
Creates a new InitialAssignment using the given SBMLNamespaces object sbmlns.
InitialAssignment(InitialAssignment) - Constructor for class org.sbml.libsbml.InitialAssignment
Copy constructor; creates a copy of this InitialAssignment.
InitialAssignNotValidComponent - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
InitialValueFalseEventNotSupported - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
InitialValueNotBoolean - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
insert(int, SBase) - Method in class org.sbml.libsbml.ListOf
Inserts the item at the given position of this ListOf
insertAndOwn(int, SBase) - Method in class org.sbml.libsbml.ListOf
Inserts the item at the given position of this ListOf
insertChild(long, ASTNode) - Method in class org.sbml.libsbml.ASTNode
Insert the given ASTNode at point n in the list of children of this ASTNode.
insertChild(long, XMLNode) - Method in class org.sbml.libsbml.XMLNode
Inserts a copy of the given node as the nth child of this XMLNode.
IntegerSpatialDimensions - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
InternalXMLParserError - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the error and warning codes returned by the XML layer in libSBML.
intToString(int) - Static method in class org.sbml.libsbml.SBO
Returns the integer as a correctly formatted SBO identifier string.
Invalid1DCompartmentUnits - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
Invalid2DCompartmentUnits - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
Invalid3DCompartmentUnits - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
InvalidAfterXMLContent - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the error and warning codes returned by the XML layer in libSBML.
InvalidApplyCiInLambda - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
InvalidAreaRedefinition - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
InvalidAssignRuleVariable - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
InvalidCharInXML - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the error and warning codes returned by the XML layer in libSBML.
InvalidCiInLambda - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
InvalidCompartmentSBOTerm - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
InvalidCompartmentTypeRef - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
InvalidCompartmentTypeSBOTerm - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
InvalidConstraintContent - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
InvalidConstraintSBOTerm - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
InvalidDelaySBOTerm - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
InvalidEventAssignmentSBOTerm - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
InvalidEventAssignmentVariable - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
InvalidEventSBOTerm - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
InvalidFunctionDefReturnType - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
InvalidFunctionDefSBOTerm - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
InvalidIdSyntax - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
InvalidInitAssignSBOTerm - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
InvalidInitAssignSymbol - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
InvalidKineticLawSBOTerm - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
InvalidL1CompartmentUnits - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
InvalidLengthRedefinition - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
InvalidMathElement - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
InvalidMetaidSyntax - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
InvalidModelSBOTerm - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
InvalidModifiersList - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
InvalidNamespaceOnSBML - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
InvalidNameSyntax - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
InvalidNoArgsPassedToFunctionDef - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
InvalidNotesContent - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
InvalidParameterSBOTerm - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
InvalidParameterUnits - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
InvalidRateRuleVariable - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
InvalidReactantsProductsList - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
InvalidReactionSBOTerm - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
InvalidRuleOrdering - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
InvalidRuleSBOTerm - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
InvalidSBMLLevelVersion - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
InvalidSBOTermSyntax - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
InvalidSpeciesCompartmentRef - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
InvalidSpeciesReference - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
InvalidSpeciesReferenceSBOTerm - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
InvalidSpeciesSBOTerm - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
InvalidSpeciesSusbstanceUnits - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
InvalidSpeciesTypeRef - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
InvalidSpeciesTypeSBOTerm - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
InvalidSubstanceRedefinition - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
InvalidTargetLevelVersion - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
InvalidTimeRedefinition - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
InvalidTriggerSBOTerm - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
InvalidUnitDefId - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
InvalidUnitIdSyntax - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
InvalidUnitKind - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
InvalidUnitsValue - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
InvalidVolumeRedefinition - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
InvalidXMLConstruct - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the error and warning codes returned by the XML layer in libSBML.
is_open() - Method in class org.sbml.libsbml.OFStream
Returns true if this stream object is currently associated with a file.
isAlgebraic() - Method in class org.sbml.libsbml.Rule
Predicate returning true if this Rule is an AlgebraicRule.
isAmpere() - Method in class org.sbml.libsbml.Unit
Predicate for testing whether this Unit is of the kind ampere.
isAssignment() - Method in class org.sbml.libsbml.Rule
Predicate returning true if this Rule is an AssignmentRule.
isAttributesEmpty() - Method in class org.sbml.libsbml.XMLToken
Predicate returning true or false depending on whether the attribute set in this XMLToken set is empty.
isAvogadro() - Method in class org.sbml.libsbml.ASTNode
Predicate returning true (non-zero) if this node is the special symbol avogadro. The predicate returns false (zero) otherwise.
isAvogadro() - Method in class org.sbml.libsbml.Unit
Predicate for testing whether this Unit is of the kind avogadro.
isBecquerel() - Method in class org.sbml.libsbml.Unit
Predicate for testing whether this Unit is of the kind becquerel
isBoolean() - Method in class org.sbml.libsbml.ASTNode
Predicate returning true (non-zero) if this node has a boolean type (a logical operator, a relational operator, or the constants true or false).
isBuiltIn(String, long) - Static method in class org.sbml.libsbml.Unit
Predicate to test whether a given string is the name of a predefined SBML unit.
isCandela() - Method in class org.sbml.libsbml.Unit
Predicate for testing whether this Unit is of the kind candela
isCelsius() - Method in class org.sbml.libsbml.Unit
Predicate for testing whether this Unit is of the kind Celsius
isCompartmentVolume() - Method in class org.sbml.libsbml.Rule
Predicate returning true if this Rule is an CompartmentVolumeRule or equivalent.
isConservationLaw(long) - Static method in class org.sbml.libsbml.SBO
Returns true if the given term identifier comes from the stated branch of SBO.
isConstant() - Method in class org.sbml.libsbml.ASTNode
Predicate returning true (non-zero) if this node represents a MathML constant (e.g., true, Pi).
isContinuousFramework(long) - Static method in class org.sbml.libsbml.SBO
Returns true if the given term identifier comes from the stated branch of SBO.
isCoulomb() - Method in class org.sbml.libsbml.Unit
Predicate for testing whether this Unit is of the kind coulomb
isDimensionless() - Method in class org.sbml.libsbml.Unit
Predicate for testing whether this Unit is of the kind dimensionless.
isDiscreteFramework(long) - Static method in class org.sbml.libsbml.SBO
Returns true if the given term identifier comes from the stated branch of SBO.
isElement() - Method in class org.sbml.libsbml.XMLToken
Predicate returning true or false depending on whether this XMLToken is an XML element.
isEmpty() - Method in class org.sbml.libsbml.XMLAttributes
Predicate returning true or false depending on whether this XMLAttributes set is empty.
isEmpty() - Method in class org.sbml.libsbml.XMLNamespaces
Predicate returning true or false depending on whether this XMLNamespaces list is empty.
isEmpty() - Method in class org.sbml.libsbml.XMLTriple
Predicate returning true or false depending on whether this XMLTriple is empty.
isEnabled(String) - Method in class org.sbml.libsbml.SBMLExtensionRegistry
Checks if the extension with the given URI is enabled (true) or disabled (false)
isEnabledDefaultNS(String) - Method in class org.sbml.libsbml.SBMLDocument
Returns true if a default namespace is added to each top-level element defined in the given package extension, otherwise returns false.
isEnd() - Method in class org.sbml.libsbml.XMLToken
Predicate returning true or false depending on whether this XMLToken is an XML end element.
isEndFor(XMLToken) - Method in class org.sbml.libsbml.XMLToken
Predicate returning true or false depending on whether this XMLToken is an XML end element for the given start element.
isEntity(long) - Static method in class org.sbml.libsbml.SBO
Returns true if the given term identifier comes from the stated branch of SBO.
isEOF() - Method in class org.sbml.libsbml.XMLToken
Predicate returning true or false depending on whether this XMLToken is an end of file marker.
isError() - Method in class org.sbml.libsbml.XMLError
Predicate returning true or false depending on whether this error is a significant error.
isEvent(long) - Static method in class org.sbml.libsbml.SBO
Returns true if the given term identifier comes from the stated branch of SBO.
isFarad() - Method in class org.sbml.libsbml.Unit
Predicate for testing whether this Unit is of the kind farad
isFatal() - Method in class org.sbml.libsbml.XMLError
Predicate returning true or false depending on whether this error is a fatal run-time error.
isFunction() - Method in class org.sbml.libsbml.ASTNode
Predicate returning true (non-zero) if this node represents a MathML function (e.g., abs()), or an SBML Level 1 function, or a user-defined function.
isFunctionalCompartment(long) - Static method in class org.sbml.libsbml.SBO
Returns true if the given term identifier comes from the stated branch of SBO.
isFunctionalEntity(long) - Static method in class org.sbml.libsbml.SBO
Returns true if the given term identifier comes from the stated branch of SBO.
isGram() - Method in class org.sbml.libsbml.Unit
Predicate for testing whether this Unit is of the kind gram
isGray() - Method in class org.sbml.libsbml.Unit
Predicate for testing whether this Unit is of the kind gray
isHenry() - Method in class org.sbml.libsbml.Unit
Predicate for testing whether this Unit is of the kind henry
isHertz() - Method in class org.sbml.libsbml.Unit
Predicate for testing whether this Unit is of the kind hertz
isIgnoredPackage(String) - Method in class org.sbml.libsbml.SBMLDocument
Returns true if the given package extension is one of an ignored packages, otherwise returns false.
isIgnoredPkg(String) - Method in class org.sbml.libsbml.SBMLDocument
Deprecated. 
Replaced in libSBML 5.2.0 by isIgnoredPackage(String pkgURI flag)
isInfinity() - Method in class org.sbml.libsbml.ASTNode
Predicate returning true (non-zero) if this node represents the special IEEE 754 value infinity, false (zero) otherwise.
isInfo() - Method in class org.sbml.libsbml.XMLError
Predicate returning true or false depending on whether this error object is for information purposes only.
isInteger() - Method in class org.sbml.libsbml.ASTNode
Predicate returning true (non-zero) if this node contains an integer value, false (zero) otherwise.
isInteraction(long) - Static method in class org.sbml.libsbml.SBO
Returns true if the given term identifier comes from the stated branch of SBO.
isInternal() - Method in class org.sbml.libsbml.XMLError
Predicate returning true or false depending on whether this error resulted from an internal program error.
isItem() - Method in class org.sbml.libsbml.Unit
Predicate for testing whether this Unit is of the kind item
isJoule() - Method in class org.sbml.libsbml.Unit
Predicate for testing whether this Unit is of the kind joule
isKatal() - Method in class org.sbml.libsbml.Unit
Predicate for testing whether this Unit is of the kind katal
isKelvin() - Method in class org.sbml.libsbml.Unit
Predicate for testing whether this Unit is of the kind kelvin
isKilogram() - Method in class org.sbml.libsbml.Unit
Predicate for testing whether this Unit is of the kind kilogram
isKineticConstant(long) - Static method in class org.sbml.libsbml.SBO
Returns true if the given term identifier comes from the stated branch of SBO.
isLambda() - Method in class org.sbml.libsbml.ASTNode
Predicate returning true (non-zero) if this node is a MathML <lambda>, false (zero) otherwise.
isLitre() - Method in class org.sbml.libsbml.Unit
Predicate for testing whether this Unit is of the kind litre
isLog10() - Method in class org.sbml.libsbml.ASTNode
Predicate returning true (non-zero) if this node represents a log10 function, false (zero) otherwise.
isLogical() - Method in class org.sbml.libsbml.ASTNode
Predicate returning true (non-zero) if this node is a MathML logical operator (i.e., and, or, not, xor).
isLogicalFramework(long) - Static method in class org.sbml.libsbml.SBO
Returns true if the given term identifier comes from the stated branch of SBO.
isLumen() - Method in class org.sbml.libsbml.Unit
Predicate for testing whether this Unit is of the kind lumen
isLux() - Method in class org.sbml.libsbml.Unit
Predicate for testing whether this Unit is of the kind lux
isMaterialEntity(long) - Static method in class org.sbml.libsbml.SBO
Returns true if the given term identifier comes from the stated branch of SBO.
isMathematicalExpression(long) - Static method in class org.sbml.libsbml.SBO
Returns true if the given term identifier comes from the stated branch of SBO.
isMetadataRepresentation(long) - Static method in class org.sbml.libsbml.SBO
Returns true if the given term identifier comes from the stated branch of SBO.
isMetre() - Method in class org.sbml.libsbml.Unit
Predicate for testing whether this Unit is of the kind metre
isModellingFramework(long) - Static method in class org.sbml.libsbml.SBO
Returns true if the given term identifier comes from the stated branch of SBO.
isModifier(long) - Static method in class org.sbml.libsbml.SBO
Returns true if the given term identifier comes from the stated branch of SBO.
isModifier() - Method in class org.sbml.libsbml.SimpleSpeciesReference
Predicate returning true if this is a ModifierSpeciesReference.
isMole() - Method in class org.sbml.libsbml.Unit
Predicate for testing whether this Unit is of the kind mole
isName() - Method in class org.sbml.libsbml.ASTNode
Predicate returning true (non-zero) if this node is a user-defined variable name in SBML L1, L2 (MathML), or the special symbols delay or time. The predicate returns false (zero) otherwise.
isNamespacesEmpty() - Method in class org.sbml.libsbml.XMLToken
Predicate returning true or false depending on whether the XMLNamespaces of this XMLToken is empty.
isNaN() - Method in class org.sbml.libsbml.ASTNode
Predicate returning true (non-zero) if this node represents the special IEEE 754 value 'not a number' (NaN), false (zero) otherwise.
isNegInfinity() - Method in class org.sbml.libsbml.ASTNode
Predicate returning true (non-zero) if this node represents the special IEEE 754 value 'negative infinity', false (zero) otherwise.
isNewton() - Method in class org.sbml.libsbml.Unit
Predicate for testing whether this Unit is of the kind newton
isNumber() - Method in class org.sbml.libsbml.ASTNode
Predicate returning true (non-zero) if this node contains a number, false (zero) otherwise.
isObselete(long) - Static method in class org.sbml.libsbml.SBO
Predicate for checking whether the given term is obsolete.
isOccurringEntityRepresentation(long) - Static method in class org.sbml.libsbml.SBO
Returns true if the given term identifier comes from the stated branch of SBO.
isOhm() - Method in class org.sbml.libsbml.Unit
Predicate for testing whether this Unit is of the kind ohm
isOperator() - Method in class org.sbml.libsbml.ASTNode
Predicate returning true (non-zero) if this node is a mathematical operator, meaning, +, -, *, / or ^ (power).
isPackageEnabled(String) - Method in class org.sbml.libsbml.SBase
Predicate returning true if the given SBML Level 3 package is enabled with this object.
isPackageEnabled(String) - Static method in class org.sbml.libsbml.SBMLExtensionRegistry
 
isPackageURIEnabled(String) - Method in class org.sbml.libsbml.SBase
Predicate returning true if an SBML Level 3 package with the given URI is enabled with this object.
isParameter() - Method in class org.sbml.libsbml.Rule
Predicate returning true if this Rule is an ParameterRule or equivalent.
isParticipant(long) - Static method in class org.sbml.libsbml.SBO
Returns true if the given term identifier comes from the stated branch of SBO.
isParticipantRole(long) - Static method in class org.sbml.libsbml.SBO
Returns true if the given term identifier comes from the stated branch of SBO.
isPascal() - Method in class org.sbml.libsbml.Unit
Predicate for testing whether this Unit is of the kind pascal
isPhysicalEntityRepresentation(long) - Static method in class org.sbml.libsbml.SBO
Returns true if the given term identifier comes from the stated branch of SBO.
isPhysicalParticipant(long) - Static method in class org.sbml.libsbml.SBO
Returns true if the given term identifier comes from the stated branch of SBO.
isPiecewise() - Method in class org.sbml.libsbml.ASTNode
Predicate returning true (non-zero) if this node is the MathML <piecewise> construct, false (zero) otherwise.
isPkgEnabled(String) - Method in class org.sbml.libsbml.SBase
Deprecated. 
Replaced in libSBML 5.2.0 by isPackageEnabled(String pkgName)
isPkgURIEnabled(String) - Method in class org.sbml.libsbml.SBase
Deprecated. 
Replaced in libSBML 5.2.0 by isPackageURIEnabled(String pkgURI)
isPopulatedListFormulaUnitsData() - Method in class org.sbml.libsbml.Model
Predicate returning true if the list of FormulaUnitsData is populated.
isProduct(long) - Static method in class org.sbml.libsbml.SBO
Returns true if the given term identifier comes from the stated branch of SBO.
isQuantitativeParameter(long) - Static method in class org.sbml.libsbml.SBO
Returns true if the given term identifier comes from the stated branch of SBO.
isRadian() - Method in class org.sbml.libsbml.Unit
Predicate for testing whether this Unit is of the kind radian
isRate() - Method in class org.sbml.libsbml.Rule
Predicate returning true if this Rule is a RateRule (SBML Levels 2–3) or has a 'type' attribute value of 'rate' (SBML Level 1).
isRateLaw(long) - Static method in class org.sbml.libsbml.SBO
Returns true if the given term identifier comes from the stated branch of SBO.
isRational() - Method in class org.sbml.libsbml.ASTNode
Predicate returning true (non-zero) if this node represents a rational number, false (zero) otherwise.
isReactant(long) - Static method in class org.sbml.libsbml.SBO
Returns true if the given term identifier comes from the stated branch of SBO.
isReal() - Method in class org.sbml.libsbml.ASTNode
Predicate returning true (non-zero) if this node can represent a real number, false (zero) otherwise.
isRegistered(String) - Method in class org.sbml.libsbml.SBMLExtensionRegistry
Checks if the extension with the given URI is registered (true) or not (false)
isRelational() - Method in class org.sbml.libsbml.ASTNode
Predicate returning true (non-zero) if this node is a MathML relational operator, meaning ==, >=, >, <, and !=.
isSBMLNamespace(String) - Static method in class org.sbml.libsbml.SBMLNamespaces
Predicate returning true if the given URL is one of SBML XML namespaces.
isScalar() - Method in class org.sbml.libsbml.Rule
Predicate returning true if this Rule is an AssignmentRule (SBML Levels 2–3) or has a 'type' attribute value of 'scalar' (SBML Level 1).
isSecond() - Method in class org.sbml.libsbml.Unit
Predicate for testing whether this Unit is of the kind second
isSetAnnotation() - Method in class org.sbml.libsbml.SBase
Predicate returning true if this object's 'annotation' subelement exists and has content.
isSetAreaUnits() - Method in class org.sbml.libsbml.Model
Predicate returning true if this Model's 'areaUnits' attribute is set.
isSetBody() - Method in class org.sbml.libsbml.FunctionDefinition
Predicate returning true if the body of this FunctionDefinition has set.
isSetBoundaryCondition() - Method in class org.sbml.libsbml.Species
Predicate returning true if this Species object's 'boundaryCondition' attribute is set.
isSetCharge() - Method in class org.sbml.libsbml.Species
Predicate returning true if this Species object's 'charge' attribute is set.
isSetClass() - Method in class org.sbml.libsbml.ASTNode
Predicate returning true (non-zero) if this node has the mathml attribute class.
isSetCompartment() - Method in class org.sbml.libsbml.Reaction
Predicate returning true if this Reaction's 'compartment' attribute is set.
isSetCompartment() - Method in class org.sbml.libsbml.Species
Predicate returning true if this Species object's 'compartment' attribute is set.
isSetCompartmentType() - Method in class org.sbml.libsbml.Compartment
Predicate returning true if this Compartment's 'compartmentType' attribute is set.
isSetConstant() - Method in class org.sbml.libsbml.Compartment
Predicate returning true if this Compartment's 'constant' attribute is set.
isSetConstant() - Method in class org.sbml.libsbml.Parameter
Predicate returning true if the 'constant' attribute of this Parameter is set.
isSetConstant() - Method in class org.sbml.libsbml.Species
Predicate returning true if this Species object's 'constant' attribute is set.
isSetConstant() - Method in class org.sbml.libsbml.SpeciesReference
Predicate returning true if this SpeciesReference's 'constant' attribute is set
isSetConversionFactor() - Method in class org.sbml.libsbml.Model
Predicate returning true if this Model's 'conversionFactor' attribute is set.
isSetConversionFactor() - Method in class org.sbml.libsbml.Species
Predicate returning true if this Species object's 'conversionFactor' attribute is set.
isSetCreatedDate() - Method in class org.sbml.libsbml.ModelHistory
Predicate returning true or false depending on whether this ModelHistory's 'creation date' is set.
isSetDelay() - Method in class org.sbml.libsbml.Event
Predicate for testing whether the delay for this Event is set.
isSetEmail() - Method in class org.sbml.libsbml.ModelCreator
Predicate returning true or false depending on whether this ModelCreator's 'email' part is set.
isSetExponent() - Method in class org.sbml.libsbml.Unit
Predicate to test whether the 'exponent' attribute of this Unit is set.
isSetExtentUnits() - Method in class org.sbml.libsbml.Model
Predicate returning true if this Model's 'extentUnits' attribute is set.
isSetFamilyName() - Method in class org.sbml.libsbml.ModelCreator
Predicate returning true or false depending on whether this ModelCreator's 'family name' part is set.
isSetFast() - Method in class org.sbml.libsbml.Reaction
Predicate returning true if the value of the 'fast' attribute on this Reaction.
isSetFormula() - Method in class org.sbml.libsbml.KineticLaw
Predicate returning true if this KineticLaw's 'formula' attribute is set.
isSetFormula() - Method in class org.sbml.libsbml.Rule
Predicate returning true if this Rule's mathematical expression is set.
isSetGivenName() - Method in class org.sbml.libsbml.ModelCreator
Predicate returning true or false depending on whether this ModelCreator's 'given name' part is set.
isSetHasOnlySubstanceUnits() - Method in class org.sbml.libsbml.Species
Predicate returning true if this Species object's 'hasOnlySubstanceUnits' attribute is set.
isSetId() - Method in class org.sbml.libsbml.ASTNode
Predicate returning true (non-zero) if this node has the mathml attribute id.
isSetId() - Method in class org.sbml.libsbml.Compartment
Predicate returning true if this Compartment's 'id' attribute is set.
isSetId() - Method in class org.sbml.libsbml.CompartmentType
Predicate returning true if this CompartmentType's 'id' attribute is set.
isSetId() - Method in class org.sbml.libsbml.Event
Predicate returning true if this Event's 'id' attribute is set.
isSetId() - Method in class org.sbml.libsbml.FunctionDefinition
Predicate returning true if this FunctionDefinition's 'id' attribute is set.
isSetId() - Method in class org.sbml.libsbml.Model
Predicate returning true if this Model's 'id' attribute is set.
isSetId() - Method in class org.sbml.libsbml.Parameter
Predicate returning true if this Parameter's 'id' attribute is set.
isSetId() - Method in class org.sbml.libsbml.Reaction
Predicate returning true if this Reaction's 'id' attribute is set.
isSetId() - Method in class org.sbml.libsbml.SimpleSpeciesReference
Predicate returning true if this SimpleSpeciesReference's 'id' attribute is set.
isSetId() - Method in class org.sbml.libsbml.Species
Predicate returning true if this Species object's 'id' attribute is set.
isSetId() - Method in class org.sbml.libsbml.SpeciesType
Predicate returning true if this SpeciesType's 'id' attribute is set.
isSetId() - Method in class org.sbml.libsbml.UnitDefinition
Predicate returning true if this UnitDefinition's 'id' attribute is set.
isSetInitialAmount() - Method in class org.sbml.libsbml.Species
Predicate returning true if this Species object's 'initialAmount' attribute is set.
isSetInitialConcentration() - Method in class org.sbml.libsbml.Species
Predicate returning true if this Species object's 'initialConcentration' attribute is set.
isSetInitialValue() - Method in class org.sbml.libsbml.Trigger
(SBML Level 3 only) Predicate to test whether the 'initialValue' attribute for this trigger is set.
isSetKind() - Method in class org.sbml.libsbml.Unit
Predicate to test whether the 'kind' attribute of this Unit is set.
isSetKineticLaw() - Method in class org.sbml.libsbml.Reaction
Predicate returning true if this Reaction contains a kinetic law object.
isSetLengthUnits() - Method in class org.sbml.libsbml.Model
Predicate returning true if this Model's 'lengthUnits' attribute is set.
isSetMath() - Method in class org.sbml.libsbml.Constraint
Predicate returning true if a mathematical formula is defined for this Constraint.
isSetMath() - Method in class org.sbml.libsbml.Delay
Predicate to test whether the formula for this delay is set.
isSetMath() - Method in class org.sbml.libsbml.EventAssignment
Predicate for testing whether the 'math' subelement of this EventAssignment is set.
isSetMath() - Method in class org.sbml.libsbml.FunctionDefinition
Predicate returning true if this FunctionDefinition's 'math' subelement contains a value.
isSetMath() - Method in class org.sbml.libsbml.InitialAssignment
Predicate returning true if this InitialAssignment's 'math' subelement contains a value.
isSetMath() - Method in class org.sbml.libsbml.KineticLaw
Predicate returning true if this Kinetic's 'math' subelement is set.
isSetMath() - Method in class org.sbml.libsbml.Priority
Predicate to test whether the formula for this delay is set.
isSetMath() - Method in class org.sbml.libsbml.Rule
Predicate returning true if this Rule's mathematical expression is set.
isSetMath() - Method in class org.sbml.libsbml.StoichiometryMath
Predicate to test whether the math for this StoichiometryMath object is set.
isSetMath() - Method in class org.sbml.libsbml.Trigger
Predicate to test whether the math for this trigger is set.
isSetMessage() - Method in class org.sbml.libsbml.Constraint
Predicate returning true if a message is defined for this Constraint.
isSetMetaId() - Method in class org.sbml.libsbml.SBase
Predicate returning true if this object's 'metaid' attribute is set.
isSetModelHistory() - Method in class org.sbml.libsbml.SBase
Predicate returning true if this object has a ModelHistory object attached to it.
isSetModifiedDate() - Method in class org.sbml.libsbml.ModelHistory
Predicate returning true or false depending on whether this ModelHistory's 'modified date' is set.
isSetMultiplier() - Method in class org.sbml.libsbml.Unit
Predicate to test whether the 'multiplier' attribute of this Unit is set.
isSetName() - Method in class org.sbml.libsbml.Compartment
Predicate returning true if this Compartment's 'name' attribute is set.
isSetName() - Method in class org.sbml.libsbml.CompartmentType
Predicate returning true if this CompartmentType's 'name' attribute is set.
isSetName() - Method in class org.sbml.libsbml.Event
Predicate returning true if this Event's 'name' attribute is set.
isSetName() - Method in class org.sbml.libsbml.FunctionDefinition
Predicate returning true if this FunctionDefinition's 'name' attribute is set.
isSetName() - Method in class org.sbml.libsbml.Model
Predicate returning true if this Model's 'name' attribute is set.
isSetName() - Method in class org.sbml.libsbml.Parameter
Predicate returning true if this Parameter's 'name' attribute is set.
isSetName() - Method in class org.sbml.libsbml.Reaction
Predicate returning true if this Reaction's 'name' attribute is set.
isSetName() - Method in class org.sbml.libsbml.SimpleSpeciesReference
Predicate returning true if this SimpleSpeciesReference's 'name' attribute is set.
isSetName() - Method in class org.sbml.libsbml.Species
Predicate returning true if this Species object's 'name' attribute is set.
isSetName() - Method in class org.sbml.libsbml.SpeciesType
Predicate returning true if this SpeciesType's 'name' attribute is set.
isSetName() - Method in class org.sbml.libsbml.UnitDefinition
Predicate returning true if this UnitDefinition's 'name' attribute is set.
isSetNotes() - Method in class org.sbml.libsbml.SBase
Predicate returning true if this object's 'notes' subelement exists and has content.
isSetOrganisation() - Method in class org.sbml.libsbml.ModelCreator
(Alternate spelling) Predicate returning true or false depending on whether this ModelCreator's 'organization' part is set.
isSetOrganization() - Method in class org.sbml.libsbml.ModelCreator
Predicate returning true or false depending on whether this ModelCreator's 'organization' part is set.
isSetOutside() - Method in class org.sbml.libsbml.Compartment
Predicate returning true if this Compartment's 'outside' attribute is set.
isSetPackageRequired(String) - Method in class org.sbml.libsbml.SBMLDocument
Returns true if the required attribute of the given package extension is defined, otherwise returns false.
isSetPersistent() - Method in class org.sbml.libsbml.Trigger
(SBML Level 3 only) Predicate to test whether the 'persistent' attribute for this trigger is set.
isSetPkgRequired(String) - Method in class org.sbml.libsbml.SBMLDocument
Deprecated. 
Replaced in libSBML 5.2.0 by isSetPackageRequired(String package flag)
isSetPriority() - Method in class org.sbml.libsbml.Event
(SBML Level 3 only) Predicate for testing whether the priority for this Event is set.
isSetRequired() - Method in class org.sbml.libsbml.SBMLDocumentPlugin
Predicate returning true or false depending on whether this SBMLDocumentPlugin's 'required' attribute has been set.
isSetReversible() - Method in class org.sbml.libsbml.Reaction
Predicate returning true if this Reaction's 'reversible' attribute is set.
isSetSBOTerm() - Method in class org.sbml.libsbml.SBase
Predicate returning true if this object's 'sboTerm' attribute is set.
isSetScale() - Method in class org.sbml.libsbml.Unit
Predicate to test whether the 'scale' attribute of this Unit is set.
isSetSize() - Method in class org.sbml.libsbml.Compartment
Predicate returning true if this Compartment's 'size' attribute is set.
isSetSpatialDimensions() - Method in class org.sbml.libsbml.Compartment
Predicate returning true if this Compartment's 'spatialDimensions' attribute is set.
isSetSpatialSizeUnits() - Method in class org.sbml.libsbml.Species
Predicate returning true if this Species object's 'spatialSizeUnits' attribute is set.
isSetSpecies() - Method in class org.sbml.libsbml.SimpleSpeciesReference
Predicate returning true if this SimpleSpeciesReference's 'species' attribute is set.
isSetSpeciesType() - Method in class org.sbml.libsbml.Species
Predicate returning true if this Species object's 'speciesType' attribute is set.
isSetStoichiometry() - Method in class org.sbml.libsbml.SpeciesReference
Predicate returning true if this SpeciesReference's 'stoichiometry' attribute is set.
isSetStoichiometryMath() - Method in class org.sbml.libsbml.SpeciesReference
Predicate returning true if this SpeciesReference's 'stoichiometryMath' subelement is set
isSetStyle() - Method in class org.sbml.libsbml.ASTNode
Predicate returning true (non-zero) if this node has the mathml attribute style.
isSetSubstanceUnits() - Method in class org.sbml.libsbml.KineticLaw
(SBML Level 2 Version 1 only) Predicate returning true if this SpeciesReference's 'substanceUnits' attribute is set.
isSetSubstanceUnits() - Method in class org.sbml.libsbml.Model
Predicate returning true if this Model's 'substanceUnits' attribute is set.
isSetSubstanceUnits() - Method in class org.sbml.libsbml.Species
Predicate returning true if this Species object's 'substanceUnits' attribute is set.
isSetSymbol() - Method in class org.sbml.libsbml.InitialAssignment
Predicate returning true if this InitialAssignment's 'symbol' attribute is set.
isSetTimeUnits() - Method in class org.sbml.libsbml.Event
Predicate for testing whether the 'timeUnits' attribute of this Event is set.
isSetTimeUnits() - Method in class org.sbml.libsbml.KineticLaw
(SBML Level 2 Version 1 only) Predicate returning true if this SpeciesReference's 'timeUnits' attribute is set.
isSetTimeUnits() - Method in class org.sbml.libsbml.Model
Predicate returning true if this Model's 'timeUnits' attribute is set.
isSetTrigger() - Method in class org.sbml.libsbml.Event
Predicate for testing whether the trigger for this Event is set.
isSetUnits() - Method in class org.sbml.libsbml.ASTNode
Predicate returning true (non-zero) if this node has the attribute sbml:units.
isSetUnits() - Method in class org.sbml.libsbml.Compartment
Predicate returning true if this Compartment's 'units' attribute is set.
isSetUnits() - Method in class org.sbml.libsbml.Parameter
Predicate returning true if the 'units' attribute of this Parameter is set.
isSetUnits() - Method in class org.sbml.libsbml.Rule
Predicate returning true if this Rule's 'units' attribute is set.
isSetUnits() - Method in class org.sbml.libsbml.Species
Predicate returning true if this Species object's 'units' attribute is set.
isSetUseValuesFromTriggerTime() - Method in class org.sbml.libsbml.Event
Predicate for testing whether the 'useValuesFromTriggerTime' attribute of this Event is set.
isSetValue() - Method in class org.sbml.libsbml.Parameter
Predicate returning true if the 'value' attribute of this Parameter is set.
isSetVariable() - Method in class org.sbml.libsbml.EventAssignment
Predicate for testing whether the attribute 'variable' of this EventAssignment is set.
isSetVariable() - Method in class org.sbml.libsbml.Rule
Predicate returning true if this Rule's 'variable' attribute is set.
isSetVolume() - Method in class org.sbml.libsbml.Compartment
Predicate returning true if this Compartment's 'volume' attribute is set.
isSetVolumeUnits() - Method in class org.sbml.libsbml.Model
Predicate returning true if this Model's 'volumeUnits' attribute is set.
isSiemens() - Method in class org.sbml.libsbml.Unit
Predicate for testing whether this Unit is of the kind siemens
isSievert() - Method in class org.sbml.libsbml.Unit
Predicate for testing whether this Unit is of the kind sievert
isSpeciesConcentration() - Method in class org.sbml.libsbml.Rule
Predicate returning true if this Rule is a SpeciesConcentrationRule or equivalent.
isSqrt() - Method in class org.sbml.libsbml.ASTNode
Predicate returning true (non-zero) if this node represents a square root function, false (zero) otherwise.
isStart() - Method in class org.sbml.libsbml.XMLToken
Predicate returning true or false depending on whether this XMLToken is an XML start element.
isSteadyStateExpression(long) - Static method in class org.sbml.libsbml.SBO
Returns true if the given term identifier comes from the stated branch of SBO.
isSteradian() - Method in class org.sbml.libsbml.Unit
Predicate for testing whether this Unit is of the kind steradian
isSystem() - Method in class org.sbml.libsbml.XMLError
Predicate returning true or false depending on whether this error was generated by the operating system.
isSystemsDescriptionParameter(long) - Static method in class org.sbml.libsbml.SBO
Returns true if the given term identifier comes from the stated branch of SBO.
isTesla() - Method in class org.sbml.libsbml.Unit
Predicate for testing whether this Unit is of the kind tesla
isText() - Method in class org.sbml.libsbml.XMLToken
Predicate returning true or false depending on whether this XMLToken is an XML text element.
isUMinus() - Method in class org.sbml.libsbml.ASTNode
Predicate returning true (non-zero) if this node is a unary minus operator, false (zero) otherwise.
isUnitKind(String, long, long) - Static method in class org.sbml.libsbml.Unit
Predicate to test whether a given string is the name of a valid base unit in SBML (such as 'gram' or 'mole').
isUnknown() - Method in class org.sbml.libsbml.ASTNode
Predicate returning true (non-zero) if this node has an unknown type.
isUPlus() - Method in class org.sbml.libsbml.ASTNode
Predicate returning true (non-zero) if this node is a unary plus operator, false (zero) otherwise.
isValid() - Method in class org.sbml.libsbml.XMLError
Predicate returning true or false depending on whether this error resulted from a problem or whether it was logged as an unknown error.
isValidCombination() - Method in class org.sbml.libsbml.SBMLNamespaces
Predicate returning true if the given set of namespaces represent a valid set
isValidSBMLSId(String) - Static method in class org.sbml.libsbml.SyntaxChecker
Returns true true or false depending on whether the argument string conforms to the syntax of SBML identifiers.
isValidUnitSId(String) - Static method in class org.sbml.libsbml.SyntaxChecker
Returns true or false depending on whether the argument string conforms to the syntax of SBML unit identifiers.
isValidXMLID(String) - Static method in class org.sbml.libsbml.SyntaxChecker
Returns true or false depending on whether the argument string conforms to the XML data type ID.
isVariantOfArea() - Method in class org.sbml.libsbml.UnitDefinition
Convenience function for testing if a given unit definition is a variant of the predefined unit identifier 'area'.
isVariantOfDimensionless() - Method in class org.sbml.libsbml.UnitDefinition
Convenience function for testing if a given unit definition is a variant of the unit 'dimensionless'.
isVariantOfLength() - Method in class org.sbml.libsbml.UnitDefinition
Convenience function for testing if a given unit definition is a variant of the predefined unit identifier 'length'.
isVariantOfMass() - Method in class org.sbml.libsbml.UnitDefinition
Convenience function for testing if a given unit definition is a variant of the predefined unit identifier 'mass'.
isVariantOfSubstance() - Method in class org.sbml.libsbml.UnitDefinition
Convenience function for testing if a given unit definition is a variant of the predefined unit identifier 'substance'.
isVariantOfSubstancePerTime() - Method in class org.sbml.libsbml.UnitDefinition
Convenience function for testing if a given unit definition is a variant of the predefined unit 'substance' divided by the predefined unit 'time'.
isVariantOfTime() - Method in class org.sbml.libsbml.UnitDefinition
Convenience function for testing if a given unit definition is a variant of the predefined unit identifier 'time'.
isVariantOfVolume() - Method in class org.sbml.libsbml.UnitDefinition
Convenience function for testing if a given unit definition is a variant of the predefined unit identifier 'volume'.
isVolt() - Method in class org.sbml.libsbml.Unit
Predicate for testing whether this Unit is of the kind volt
isWarning() - Method in class org.sbml.libsbml.XMLError
Predicate returning true or false depending on whether this error object is a warning.
isWatt() - Method in class org.sbml.libsbml.Unit
Predicate for testing whether this Unit is of the kind watt
isWeber() - Method in class org.sbml.libsbml.Unit
Predicate for testing whether this Unit is of the kind weber
isWellFormedASTNode() - Method in class org.sbml.libsbml.ASTNode
Predicate returning true or false depending on whether this ASTNode is well-formed.
isXML() - Method in class org.sbml.libsbml.XMLError
Predicate returning true or false depending on whether this error resulted from a problem in the XML input (e.g., an XML syntax error).

K

KineticLaw - Class in org.sbml.libsbml
Implementation of SBML's KineticLaw construct.
KineticLaw(long, long) - Constructor for class org.sbml.libsbml.KineticLaw
Creates a new KineticLaw using the given SBML level and version values.
KineticLaw(SBMLNamespaces) - Constructor for class org.sbml.libsbml.KineticLaw
Creates a new KineticLaw using the given SBMLNamespaces object sbmlns.
KineticLaw(KineticLaw) - Constructor for class org.sbml.libsbml.KineticLaw
Copy constructor; creates a copy of this KineticLaw.
KineticLawNotSubstancePerTime - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
KineticLawParametersAreLocalOnly - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.

L

L1V1CompartmentVolumeReqd - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
L3AreaUnitsOnModel - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
L3ConversionFactorOnModel - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
L3ExtentUnitsOnModel - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
L3LengthUnitsOnModel - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
L3NotSchemaConformant - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
L3NotSupported - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
L3P_AVOGADRO_IS_CSYMBOL - Static variable in interface org.sbml.libsbml.libsbmlConstants
Recognize 'avogadro' as an SBML Level 3 symbol when parsing text-string formulas.
L3P_AVOGADRO_IS_NAME - Static variable in interface org.sbml.libsbml.libsbmlConstants
Do not treat 'avogadro' specially—consider it a plain symbol name when parsing text-string formulas.
L3P_COLLAPSE_UNARY_MINUS - Static variable in interface org.sbml.libsbml.libsbmlConstants
Collapse unary minuses where possible when parsing text-string formulas.
L3P_EXPAND_UNARY_MINUS - Static variable in interface org.sbml.libsbml.libsbmlConstants
Retain unary minuses in the AST representation when parsing text-string formulas.
L3P_NO_UNITS - Static variable in interface org.sbml.libsbml.libsbmlConstants
Do not recognize units in text-string formulas—treat them as errors.
L3P_PARSE_LOG_AS_ERROR - Static variable in interface org.sbml.libsbml.libsbmlConstants
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.
L3P_PARSE_LOG_AS_LN - Static variable in interface org.sbml.libsbml.libsbmlConstants
Parse log(x) as the natural logarithm of x.
L3P_PARSE_LOG_AS_LOG10 - Static variable in interface org.sbml.libsbml.libsbmlConstants
Parse log(x) as the base-10 logarithm of x.
L3P_PARSE_UNITS - Static variable in interface org.sbml.libsbml.libsbmlConstants
Parse units in text-string formulas when parsing text-string formulas.
L3ParserSettings - Class in org.sbml.libsbml
A helper class for controlling the behavior of the text-string formula parser.
L3ParserSettings() - Constructor for class org.sbml.libsbml.L3ParserSettings
Creates a new L3ParserSettings object with default values.
L3ParserSettings(Model, int, boolean, boolean, boolean) - Constructor for class org.sbml.libsbml.L3ParserSettings
Creates a new L3ParserSettings object with specific values for all possible settings.
L3TimeUnitsOnModel - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
L3VolumeUnitsOnModel - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
LambdaOnlyAllowedInFunctionDef - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
LevelPositiveInteger - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
libsbml - Class in org.sbml.libsbml
Wrapper class for global methods and constants defined by libSBML.
LIBSBML_ANNOTATION_NAME_NOT_FOUND - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible libSBML operation return codes.
LIBSBML_ANNOTATION_NS_NOT_FOUND - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible libSBML operation return codes.
LIBSBML_CAT_GENERAL_CONSISTENCY - Static variable in interface org.sbml.libsbml.libsbmlConstants
Category code for SBMLError diagnostics.
LIBSBML_CAT_IDENTIFIER_CONSISTENCY - Static variable in interface org.sbml.libsbml.libsbmlConstants
Category code for SBMLError diagnostics.
LIBSBML_CAT_INTERNAL - Static variable in interface org.sbml.libsbml.libsbmlConstants
Category code for errors in the XML layer.
LIBSBML_CAT_INTERNAL_CONSISTENCY - Static variable in interface org.sbml.libsbml.libsbmlConstants
Category code for SBMLError diagnostics.
LIBSBML_CAT_MATHML_CONSISTENCY - Static variable in interface org.sbml.libsbml.libsbmlConstants
Category code for SBMLError diagnostics.
LIBSBML_CAT_MODELING_PRACTICE - Static variable in interface org.sbml.libsbml.libsbmlConstants
Category code for SBMLError diagnostics.
LIBSBML_CAT_OVERDETERMINED_MODEL - Static variable in interface org.sbml.libsbml.libsbmlConstants
Category code for SBMLError diagnostics.
LIBSBML_CAT_SBML - Static variable in interface org.sbml.libsbml.libsbmlConstants
Category code for SBMLError diagnostics.
LIBSBML_CAT_SBML_L1_COMPAT - Static variable in interface org.sbml.libsbml.libsbmlConstants
Category code for SBMLError diagnostics.
LIBSBML_CAT_SBML_L2V1_COMPAT - Static variable in interface org.sbml.libsbml.libsbmlConstants
Category code for SBMLError diagnostics.
LIBSBML_CAT_SBML_L2V2_COMPAT - Static variable in interface org.sbml.libsbml.libsbmlConstants
Category code for SBMLError diagnostics.
LIBSBML_CAT_SBML_L2V3_COMPAT - Static variable in interface org.sbml.libsbml.libsbmlConstants
Category code for SBMLError diagnostics.
LIBSBML_CAT_SBML_L2V4_COMPAT - Static variable in interface org.sbml.libsbml.libsbmlConstants
Category code for SBMLError diagnostics.
LIBSBML_CAT_SBML_L3V1_COMPAT - Static variable in interface org.sbml.libsbml.libsbmlConstants
Category code for SBMLError diagnostics.
LIBSBML_CAT_SBO_CONSISTENCY - Static variable in interface org.sbml.libsbml.libsbmlConstants
Category code for SBMLError diagnostics.
LIBSBML_CAT_SYSTEM - Static variable in interface org.sbml.libsbml.libsbmlConstants
Category code for errors in the XML layer.
LIBSBML_CAT_UNITS_CONSISTENCY - Static variable in interface org.sbml.libsbml.libsbmlConstants
Category code for SBMLError diagnostics.
LIBSBML_CAT_XML - Static variable in interface org.sbml.libsbml.libsbmlConstants
Category code for errors in the XML layer.
LIBSBML_CONV_CONVERSION_NOT_AVAILABLE - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible libSBML package operation return codes.
LIBSBML_CONV_INVALID_SRC_DOCUMENT - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible libSBML package operation return codes.
LIBSBML_CONV_INVALID_TARGET_NAMESPACE - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible libSBML package operation return codes.
LIBSBML_CONV_PKG_CONVERSION_NOT_AVAILABLE - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible libSBML package operation return codes.
LIBSBML_DOTTED_VERSION - Static variable in interface org.sbml.libsbml.libsbmlConstants
A version string of the form "1.2.3".
LIBSBML_DUPLICATE_OBJECT_ID - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible libSBML operation return codes.
LIBSBML_INDEX_EXCEEDS_SIZE - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible libSBML operation return codes.
LIBSBML_INVALID_ATTRIBUTE_VALUE - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible libSBML operation return codes.
LIBSBML_INVALID_OBJECT - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible libSBML operation return codes.
LIBSBML_INVALID_XML_OPERATION - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible libSBML operation return codes.
LIBSBML_LEVEL_MISMATCH - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible libSBML operation return codes.
LIBSBML_NAMESPACE_MISMATCH - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible libSBML operation return codes.
LIBSBML_OPERATION_FAILED - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible libSBML operation return codes.
LIBSBML_OPERATION_SUCCESS - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible libSBML operation return codes.
LIBSBML_PKG_CONFLICT - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible libSBML package operation return codes.
LIBSBML_PKG_CONFLICTED_VERSION - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible libSBML package operation return codes.
LIBSBML_PKG_DISABLED - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible libSBML package operation return codes.
LIBSBML_PKG_UNKNOWN - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible libSBML package operation return codes.
LIBSBML_PKG_UNKNOWN_VERSION - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible libSBML package operation return codes.
LIBSBML_PKG_VERSION_MISMATCH - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible libSBML package operation return codes.
LIBSBML_SEV_ERROR - Static variable in interface org.sbml.libsbml.libsbmlConstants
Severity code for errors in the XML layer.
LIBSBML_SEV_FATAL - Static variable in interface org.sbml.libsbml.libsbmlConstants
Severity code for errors in the XML layer.
LIBSBML_SEV_INFO - Static variable in interface org.sbml.libsbml.libsbmlConstants
Severity code for errors in the XML layer.
LIBSBML_SEV_WARNING - Static variable in interface org.sbml.libsbml.libsbmlConstants
Severity code for errors in the XML layer.
LIBSBML_UNEXPECTED_ATTRIBUTE - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible libSBML operation return codes.
LIBSBML_VERSION - Static variable in interface org.sbml.libsbml.libsbmlConstants
The version as an integer: version 1.2.3 becomes 10203.
LIBSBML_VERSION_MISMATCH - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible libSBML operation return codes.
LIBSBML_VERSION_STRING - Static variable in interface org.sbml.libsbml.libsbmlConstants
The numeric version as a string: version 1.2.3 becomes "10203".
LibSBMLAdditionalCodesLowerBound - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
libsbmlConstants - Interface in org.sbml.libsbml
Constants defined in libSBML.
ListOf - Class in org.sbml.libsbml
Parent class for the various SBML 'ListOfXYZ' classes.
ListOf(long, long) - Constructor for class org.sbml.libsbml.ListOf
Creates a new ListOf object.
ListOf(long) - Constructor for class org.sbml.libsbml.ListOf
Creates a new ListOf object.
ListOf() - Constructor for class org.sbml.libsbml.ListOf
Creates a new ListOf object.
ListOf(SBMLNamespaces) - Constructor for class org.sbml.libsbml.ListOf
Creates a new ListOf with SBMLNamespaces object.
ListOf(ListOf) - Constructor for class org.sbml.libsbml.ListOf
Copy constructor; creates a copy of this ListOf.
ListOfCompartments - Class in org.sbml.libsbml
Implementation of SBML Level 2's ListOfCompartments construct.
ListOfCompartments(long, long) - Constructor for class org.sbml.libsbml.ListOfCompartments
Creates a new ListOfCompartments object.
ListOfCompartments(SBMLNamespaces) - Constructor for class org.sbml.libsbml.ListOfCompartments
Creates a new ListOfCompartments object.
ListOfCompartmentTypes - Class in org.sbml.libsbml
Implementation of SBML's ListOfCompartmentTypes construct.
ListOfCompartmentTypes(long, long) - Constructor for class org.sbml.libsbml.ListOfCompartmentTypes
Creates a new ListOfCompartmentTypes object.
ListOfCompartmentTypes(SBMLNamespaces) - Constructor for class org.sbml.libsbml.ListOfCompartmentTypes
Creates a new ListOfCompartmentTypes object.
ListOfConstraints - Class in org.sbml.libsbml
Implementation of SBML's ListOfConstraints construct.
ListOfConstraints(long, long) - Constructor for class org.sbml.libsbml.ListOfConstraints
Creates a new ListOfConstraints object.
ListOfConstraints(SBMLNamespaces) - Constructor for class org.sbml.libsbml.ListOfConstraints
Creates a new ListOfConstraints object.
ListOfEventAssignments - Class in org.sbml.libsbml
Implementation of SBML's ListOfEventAssignments construct.
ListOfEventAssignments(long, long) - Constructor for class org.sbml.libsbml.ListOfEventAssignments
Creates a new ListOfEventAssignments object.
ListOfEventAssignments(SBMLNamespaces) - Constructor for class org.sbml.libsbml.ListOfEventAssignments
Creates a new ListOfEventAssignments object.
ListOfEvents - Class in org.sbml.libsbml
Implementation of SBML's ListOfEvents construct.
ListOfEvents(long, long) - Constructor for class org.sbml.libsbml.ListOfEvents
Creates a new ListOfEvents object.
ListOfEvents(SBMLNamespaces) - Constructor for class org.sbml.libsbml.ListOfEvents
Creates a new ListOfEvents object.
ListOfFunctionDefinitions - Class in org.sbml.libsbml
Implementation of SBML's ListOfFunctionDefinitions construct.
ListOfFunctionDefinitions(long, long) - Constructor for class org.sbml.libsbml.ListOfFunctionDefinitions
Creates a new ListOfFunctionDefinitions object.
ListOfFunctionDefinitions(SBMLNamespaces) - Constructor for class org.sbml.libsbml.ListOfFunctionDefinitions
Creates a new ListOfFunctionDefinitions object.
ListOfInitialAssignments - Class in org.sbml.libsbml
Implementation of SBML's ListOfInitialAssignments construct.
ListOfInitialAssignments(long, long) - Constructor for class org.sbml.libsbml.ListOfInitialAssignments
Creates a new ListOfInitialAssignments object.
ListOfInitialAssignments(SBMLNamespaces) - Constructor for class org.sbml.libsbml.ListOfInitialAssignments
Creates a new ListOfInitialAssignments object.
ListOfLocalParameters - Class in org.sbml.libsbml
Implementation of SBML Level 3's ListOfLocalParameters construct.
ListOfLocalParameters(long, long) - Constructor for class org.sbml.libsbml.ListOfLocalParameters
Creates a new ListOfLocalParameters object.
ListOfLocalParameters(SBMLNamespaces) - Constructor for class org.sbml.libsbml.ListOfLocalParameters
Creates a new ListOfLocalParameters object.
ListOfParameters - Class in org.sbml.libsbml
Implementation of SBML's ListOfParameters construct.
ListOfParameters(long, long) - Constructor for class org.sbml.libsbml.ListOfParameters
Creates a new ListOfParameters object.
ListOfParameters(SBMLNamespaces) - Constructor for class org.sbml.libsbml.ListOfParameters
Creates a new ListOfParameters object.
ListOfReactions - Class in org.sbml.libsbml
Implementation of SBML's ListOfReactions construct.
ListOfReactions(long, long) - Constructor for class org.sbml.libsbml.ListOfReactions
Creates a new ListOfReactions object.
ListOfReactions(SBMLNamespaces) - Constructor for class org.sbml.libsbml.ListOfReactions
Creates a new ListOfReactions object.
ListOfRules - Class in org.sbml.libsbml
Implementation of SBML's ListOfRules construct.
ListOfRules(long, long) - Constructor for class org.sbml.libsbml.ListOfRules
Creates a new ListOfRules object.
ListOfRules(SBMLNamespaces) - Constructor for class org.sbml.libsbml.ListOfRules
Creates a new ListOfRules object.
ListOfSpecies - Class in org.sbml.libsbml
Implementation of SBML Level 2's ListOfSpecies construct.
ListOfSpecies(long, long) - Constructor for class org.sbml.libsbml.ListOfSpecies
Creates a new ListOfSpecies object.
ListOfSpecies(SBMLNamespaces) - Constructor for class org.sbml.libsbml.ListOfSpecies
Creates a new ListOfSpecies object.
ListOfSpeciesReferences - Class in org.sbml.libsbml
Implementation of SBML's ListOfSpeciesReferences construct.
ListOfSpeciesReferences(long, long) - Constructor for class org.sbml.libsbml.ListOfSpeciesReferences
Creates a new, empty ListOfSpeciesReferences object.
ListOfSpeciesReferences(SBMLNamespaces) - Constructor for class org.sbml.libsbml.ListOfSpeciesReferences
Creates a new ListOfSpeciesReferences object.
ListOfSpeciesTypes - Class in org.sbml.libsbml
Implementation of SBML's ListOfSpeciesTypes construct.
ListOfSpeciesTypes(long, long) - Constructor for class org.sbml.libsbml.ListOfSpeciesTypes
Creates a new ListOfSpeciesTypes object.
ListOfSpeciesTypes(SBMLNamespaces) - Constructor for class org.sbml.libsbml.ListOfSpeciesTypes
Creates a new ListOfSpeciesTypes object.
ListOfUnitDefinitions - Class in org.sbml.libsbml
Implementation of SBML's ListOfUnitDefinitions construct.
ListOfUnitDefinitions(long, long) - Constructor for class org.sbml.libsbml.ListOfUnitDefinitions
Creates a new ListOfUnitDefinitions object.
ListOfUnitDefinitions(SBMLNamespaces) - Constructor for class org.sbml.libsbml.ListOfUnitDefinitions
Creates a new ListOfUnitDefinitions object.
ListOfUnits - Class in org.sbml.libsbml
Implementation of SBML's ListOfUnits construct.
ListOfUnits(long, long) - Constructor for class org.sbml.libsbml.ListOfUnits
Creates a new ListOfUnits object.
ListOfUnits(SBMLNamespaces) - Constructor for class org.sbml.libsbml.ListOfUnits
Creates a new ListOfUnits object.
LocalParameter - Class in org.sbml.libsbml
Implementation of SBML Level 3's LocalParameter construct.
LocalParameter(long, long) - Constructor for class org.sbml.libsbml.LocalParameter
Creates a new LocalParameter object with the given SBML level and version values.
LocalParameter(SBMLNamespaces) - Constructor for class org.sbml.libsbml.LocalParameter
Creates a new LocalParameter object with the given SBMLNamespaces object sbmlns.
LocalParameter(LocalParameter) - Constructor for class org.sbml.libsbml.LocalParameter
Copy constructor; creates a copy of a given LocalParameter object.
LocalParameter(Parameter) - Constructor for class org.sbml.libsbml.LocalParameter
Copy constructor; creates a LocalParameter object by copying the attributes of a given Parameter object.
LocalParameterShadowsId - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
logFailure(SBMLError) - Method in class org.sbml.libsbml.SBMLValidator
Adds the given failure to this list of Validators failures.

M

matchesProperties(ConversionProperties) - Method in class org.sbml.libsbml.SBMLConverter
Predicate returning true if this converter's properties matches a given set of configuration properties.
matchesProperties(ConversionProperties) - Method in class org.sbml.libsbml.SBMLFunctionDefinitionConverter
Returns true if this converter object's properties match the given properties.
matchesProperties(ConversionProperties) - Method in class org.sbml.libsbml.SBMLInitialAssignmentConverter
Returns true if this converter object's properties match the given properties.
matchesProperties(ConversionProperties) - Method in class org.sbml.libsbml.SBMLLevelVersionConverter
Predicate returning true if this converter's properties matches a given set of configuration properties.
matchesProperties(ConversionProperties) - Method in class org.sbml.libsbml.SBMLRuleConverter
Returns true if this converter object's properties match the given properties.
matchesProperties(ConversionProperties) - Method in class org.sbml.libsbml.SBMLStripPackageConverter
Returns true if this converter object's properties match the given properties.
matchesProperties(ConversionProperties) - Method in class org.sbml.libsbml.SBMLUnitsConverter
Predicate returning true if this converter's properties matches a given set of configuration properties.
matchesRequiredSBMLNamespacesForAddition(SBase) - Method in class org.sbml.libsbml.SBase
Returns true if this object's set of XML namespaces are a subset of the given object's XML namespaces.
matchesSBMLNamespaces(SBase) - Method in class org.sbml.libsbml.SBase
Returns true if this object's set of XML namespaces are the same as the given object's XML namespaces.
MathResultMustBeNumeric - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
merge(Unit, Unit) - Static method in class org.sbml.libsbml.Unit
Merges two Unit objects with the same 'kind' attribute value into a single Unit.
MetaIdNotValidAttribute - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
MissingAnnotationNamespace - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
MissingEventAssignment - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
MissingModel - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
MissingOrInconsistentLevel - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
MissingOrInconsistentVersion - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
MissingSpeciesCompartment - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
MissingTriggerInEvent - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
MissingXMLAttributeValue - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the error and warning codes returned by the XML layer in libSBML.
MissingXMLDecl - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the error and warning codes returned by the XML layer in libSBML.
MissingXMLElements - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the error and warning codes returned by the XML layer in libSBML.
MissingXMLEncoding - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the error and warning codes returned by the XML layer in libSBML.
MissingXMLRequiredAttribute - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the error and warning codes returned by the XML layer in libSBML.
Model - Class in org.sbml.libsbml
Implementation of SBML's Model construct.
Model(long, long) - Constructor for class org.sbml.libsbml.Model
Creates a new Model using the given SBML level and version values.
Model(SBMLNamespaces) - Constructor for class org.sbml.libsbml.Model
Creates a new Model using the given SBMLNamespaces object sbmlns.
Model(Model) - Constructor for class org.sbml.libsbml.Model
Copy constructor; creates a (deep) copy of the given Model object.
MODEL_QUALIFIER - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible MIRIAM annotation types used by CVTerm.
ModelCreator - Class in org.sbml.libsbml
Representation of MIRIAM-compliant model creator data used in ModelHistory.
ModelCreator() - Constructor for class org.sbml.libsbml.ModelCreator
Creates a new ModelCreator object.
ModelCreator(XMLNode) - Constructor for class org.sbml.libsbml.ModelCreator
Creates a new ModelCreator from an XMLNode.
ModelCreator(ModelCreator) - Constructor for class org.sbml.libsbml.ModelCreator
Copy constructor; creates a copy of the ModelCreator.
ModelCreatorList - Class in org.sbml.libsbml
Class for managing lists of ModelCreator objects.
ModelCreatorList() - Constructor for class org.sbml.libsbml.ModelCreatorList
Explicit constructor for this list.
ModelHistory - Class in org.sbml.libsbml
Representation of MIRIAM-compliant model history data.
ModelHistory() - Constructor for class org.sbml.libsbml.ModelHistory
Creates a new ModelHistory object.
ModelHistory(ModelHistory) - Constructor for class org.sbml.libsbml.ModelHistory
Copy constructor; creates a copy of this ModelHistory object.
ModelSBOBranchChangedBeyondL2v2 - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
ModelSBOBranchChangedBeyondL2v3 - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
ModelSBOBranchChangedInL2v4 - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
ModelSBOBranchChangedInL3v1 - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
ModifierSpeciesReference - Class in org.sbml.libsbml
Implementation of SBML's ModifierSpeciesReference construct.
ModifierSpeciesReference(long, long) - Constructor for class org.sbml.libsbml.ModifierSpeciesReference
Creates a new ModifierSpeciesReference using the given SBML level and version values.
ModifierSpeciesReference(SBMLNamespaces) - Constructor for class org.sbml.libsbml.ModifierSpeciesReference
Creates a new ModifierSpeciesReference using the given SBMLNamespaces object sbmlns.
MultipleAnnotations - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
MultipleAssignmentOrRateRules - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
MultipleEventAssignmentsForId - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
MultipleInitAssignments - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
MultiplierNotValidAttribute - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
MultSpeciesSameTypeInCompartment - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.

N

NameNotValidAttribute - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
NeedCompartmentIfHaveSpecies - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
NoBodyInFunctionDef - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
NoCompartmentOutsideInL3v1 - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
NoCompartmentTypeInL1 - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
NoCompartmentTypeInL2v1 - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
NoCompartmentTypeInL3v1 - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
NoConcentrationInZeroD - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
NoConstraintsInL1 - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
NoConstraintsInL2v1 - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
NoDelayedEventAssignmentInL2v1 - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
NoDelayedEventAssignmentInL2v2 - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
NoDelayedEventAssignmentInL2v3 - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
NoEventsInL1 - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
NoEventTimeUnitsInL2v3 - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
NoEventTimeUnitsInL2v4 - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
NoEventTimeUnitsInL3v1 - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
NoFancyStoichiometryMathInL1 - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
NoFunctionDefinitionsInL1 - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
NoIdOnSpeciesReferenceInL2v1 - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
NoInitialAssignmentsInL1 - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
NoInitialAssignmentsInL2v1 - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
NoKineticLawSubstanceUnitsInL2v2 - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
NoKineticLawSubstanceUnitsInL2v3 - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
NoKineticLawSubstanceUnitsInL2v4 - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
NoKineticLawSubstanceUnitsInL3v1 - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
NoKineticLawTimeUnitsInL2v2 - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
NoKineticLawTimeUnitsInL2v3 - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
NoKineticLawTimeUnitsInL2v4 - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
NoKineticLawTimeUnitsInL3v1 - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
NonBoundarySpeciesAssignedAndUsed - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
NonConstantLocalParameter - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
NonConstantSpeciesUsed - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
NoNon3DComparmentsInL1 - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
NoNonIntegerStoichiometryInL1 - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
NonPersistentNotSupported - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
NoReactantsOrProducts - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
NoSBOTermsInL1 - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
NoSBOTermsInL2v1 - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
NoSpatialUnitsInZeroD - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
NoSpeciesSpatialSizeUnitsInL1 - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
NoSpeciesSpatialSizeUnitsInL2v3 - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
NoSpeciesSpatialSizeUnitsInL2v4 - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
NoSpeciesSpatialSizeUnitsInL3v1 - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
NoSpeciesTypeInL2v1 - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
NoSpeciesTypeInL3v1 - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
NoSpeciesTypesInL1 - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
NoStoichiometryMathInL3v1 - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
NotesContainsDOCTYPE - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
NotesContainsXMLDecl - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
NotesNotInXHTMLNamespace - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
NoTimeSymbolInFunctionDef - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
NotSchemaConformant - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
NotUTF8 - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
NoUnitMultipliersOrOffsetsInL1 - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
NoUnitOffsetInL2v2 - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
NoUnitOffsetInL2v3 - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
NoUnitOffsetInL2v4 - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
NoUnitOffsetInL3v1 - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
NoUnitsOnCompartment - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
NumericOpsNeedNumericArgs - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.

O

ObseleteSBOTerm - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
OffsetNoLongerValid - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
OffsetNotValidAttribute - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
OFStream - Class in org.sbml.libsbml
Wrapper class for the C++ standard file stream ofstream.
OFStream(String, boolean) - Constructor for class org.sbml.libsbml.OFStream
Creates a new OFStream object for a file.
OFStream(String) - Constructor for class org.sbml.libsbml.OFStream
Creates a new OFStream object for a file.
OneDimensionalCompartmentUnits - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
OneListOfEventAssignmentsPerEvent - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
OneListOfPerKineticLaw - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
OneListOfUnitsPerUnitDef - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
OneMathElementPerConstraint - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
OneMathElementPerFunc - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
OneMathElementPerInitialAssign - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
OneMathElementPerRule - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
OneMathPerDelay - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
OneMathPerEventAssignment - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
OneMathPerKineticLaw - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
OneMathPerPriority - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
OneMathPerTrigger - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
OneMessageElementPerConstraint - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
OneOfEachListOf - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
OneSubElementPerReaction - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
OnlyCompartmentsInListOfCompartments - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
OnlyConstraintsInListOfConstraints - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
OnlyEventAssignInListOfEventAssign - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
OnlyEventsInListOfEvents - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
OnlyFuncDefsInListOfFuncDefs - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
OnlyInitAssignsInListOfInitAssigns - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
OnlyLocalParamsInListOfLocalParams - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
OnlyOneDelayPerEvent - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
OnlyOneNotesElementAllowed - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
OnlyOnePriorityPerEvent - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
OnlyParametersInListOfParameters - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
OnlyReactionsInListOfReactions - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
OnlyRulesInListOfRules - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
OnlySpeciesInListOfSpecies - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
OnlyUnitDefsInListOfUnitDefs - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
OnlyUnitsInListOfUnits - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
open(String, boolean) - Method in class org.sbml.libsbml.OFStream
Opens a file and associates this stream object with it.
open(String) - Method in class org.sbml.libsbml.OFStream
Opens a file and associates this stream object with it.
OpsNeedCorrectNumberOfArgs - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
org.sbml.libsbml - package org.sbml.libsbml
 
OStream - Class in org.sbml.libsbml
Wrapper class for the C++ standard streams cout, cerr, and clog.
OStream(int) - Constructor for class org.sbml.libsbml.OStream
Creates a new OStream object with one of standard output stream objects.
OStream() - Constructor for class org.sbml.libsbml.OStream
Creates a new OStream object with one of standard output stream objects.
OStringStream - Class in org.sbml.libsbml
Wrapper class for the C++ standard stream ostringstream.
OStringStream() - Constructor for class org.sbml.libsbml.OStringStream
Creates a new OStringStream object
OverdeterminedSystem - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.

P

PackageNSMustMatch - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
Parameter - Class in org.sbml.libsbml
Implementation of SBML's Parameter construct.
Parameter(long, long) - Constructor for class org.sbml.libsbml.Parameter
Creates a new Parameter using the given SBML level and version values.
Parameter(SBMLNamespaces) - Constructor for class org.sbml.libsbml.Parameter
Creates a new Parameter using the given SBMLNamespaces object sbmlns.
Parameter(Parameter) - Constructor for class org.sbml.libsbml.Parameter
Copy constructor; creates a copy of a Parameter.
ParameterShouldHaveUnits - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
ParameterUnits - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
parseCVTerms(SBase) - Static method in class org.sbml.libsbml.RDFAnnotationParser
Takes a list of CVTerm objects and creates a complete SBML annotation around it.
parseFormula(String) - Static method in class org.sbml.libsbml.libsbml
Parses the given SBML formula and returns a representation of it as an Abstract Syntax Tree (AST).
parseL3Formula(String) - Static method in class org.sbml.libsbml.libsbml
Parses the given mathematical formula and returns a representation of it as an Abstract Syntax Tree (AST).
parseL3FormulaWithModel(String, Model) - Static method in class org.sbml.libsbml.libsbml
Parses the given mathematical formula using specific a specific Model to resolve symbols, and returns an Abstract Syntax Tree (AST) representation of the result.
parseL3FormulaWithSettings(String, L3ParserSettings) - Static method in class org.sbml.libsbml.libsbml
Parses the given mathematical formula using specific parser settings and returns an Abstract Syntax Tree (AST) representation of the result.
parseModelHistory(SBase) - Static method in class org.sbml.libsbml.RDFAnnotationParser
Reads the model history and cvTerms stored in obj and creates the XML structure for an SBML annotation representing that metadata if there is a model history stored in obj.
parseOnlyModelHistory(SBase) - Static method in class org.sbml.libsbml.RDFAnnotationParser
Reads the model history stored in obj and creates the XML structure for an SBML annotation representing that history.
parseRDFAnnotation(XMLNode, SWIGTYPE_p_List, String, XMLInputStream) - Static method in class org.sbml.libsbml.RDFAnnotationParser
Parses an annotation (given as an XMLNode tree) into a list of CVTerm objects.
parseRDFAnnotation(XMLNode, SWIGTYPE_p_List, String) - Static method in class org.sbml.libsbml.RDFAnnotationParser
Parses an annotation (given as an XMLNode tree) into a list of CVTerm objects.
parseRDFAnnotation(XMLNode, String, XMLInputStream) - Static method in class org.sbml.libsbml.RDFAnnotationParser
Parses an annotation into a ModelHistory class instance.
parseRDFAnnotation(XMLNode, String) - Static method in class org.sbml.libsbml.RDFAnnotationParser
Parses an annotation into a ModelHistory class instance.
parseRDFAnnotation(XMLNode) - Static method in class org.sbml.libsbml.RDFAnnotationParser
Parses an annotation into a ModelHistory class instance.
parseRDFAnnotation(XMLNode, CVTermList) - Static method in class org.sbml.libsbml.RDFAnnotationParser
Parses an annotation (given as an XMLNode tree) into a list of CVTerm objects.
PersistentNotBoolean - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
PieceNeedsBoolean - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
PiecewiseNeedsConsistentTypes - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
populateListFormulaUnitsData() - Method in class org.sbml.libsbml.Model
Populates the list of FormulaDataUnits with the units derived for the model.
prepend(ASTNode) - Method in class org.sbml.libsbml.ASTNodeList
Adds the ASTNode object item to the beginning of this list.
prepend(CVTerm) - Method in class org.sbml.libsbml.CVTermList
Adds the CVTerm object item to the beginning of this list.
prepend(Date) - Method in class org.sbml.libsbml.DateList
Adds the Date object item to the beginning of this list.
prepend(ModelCreator) - Method in class org.sbml.libsbml.ModelCreatorList
Adds the ModelCreator object item to the beginning of this list.
prepend(SBase) - Method in class org.sbml.libsbml.SBaseList
Adds the SBase object item to the beginning of this list.
prepend(SBMLNamespaces) - Method in class org.sbml.libsbml.SBMLNamespacesList
Adds the SBMLNamespaces object item to the beginning of this list.
prependChild(ASTNode) - Method in class org.sbml.libsbml.ASTNode
Adds the given node as a child of this ASTNode.
printErrors(OStream) - Method in class org.sbml.libsbml.SBMLDocument
Prints all the errors or warnings encountered trying to parse, check, or translate this SBML document.
printErrors() - Method in class org.sbml.libsbml.SBMLDocument
Prints all the errors or warnings encountered trying to parse, check, or translate this SBML document.
printErrors(OStream) - Method in class org.sbml.libsbml.XMLErrorLog
Prints all the errors or warnings stored in this error log
printErrors() - Method in class org.sbml.libsbml.XMLErrorLog
Prints all the errors or warnings stored in this error log
printUnits(UnitDefinition, boolean) - Static method in class org.sbml.libsbml.UnitDefinition
Expresses the given definition in a plain-text form.
printUnits(UnitDefinition) - Static method in class org.sbml.libsbml.UnitDefinition
Expresses the given definition in a plain-text form.
PrioirtyLostFromL3 - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
Priority - Class in org.sbml.libsbml
Implementation of SBML Level 3's Priority construct for Event.
Priority(long, long) - Constructor for class org.sbml.libsbml.Priority
Creates a new Priority object using the given SBML level and version values.
Priority(SBMLNamespaces) - Constructor for class org.sbml.libsbml.Priority
Creates a new Priority object using the given SBMLNamespaces object sbmlns.
Priority(Priority) - Constructor for class org.sbml.libsbml.Priority
Copy constructor; creates a copy of this Priority.
PriorityUnitsNotDimensionless - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.

R

RateRule - Class in org.sbml.libsbml
Implementation of SBML's RateRule construct.
RateRule(long, long) - Constructor for class org.sbml.libsbml.RateRule
Creates a new RateRule using the given SBML level and version values.
RateRule(SBMLNamespaces) - Constructor for class org.sbml.libsbml.RateRule
Creates a new RateRule using the given SBMLNamespaces object sbmlns.
RateRuleCompartmentMismatch - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
RateRuleForConstantEntity - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
RateRuleParameterMismatch - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
RateRuleSpeciesMismatch - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
RateRuleStoichiometryMismatch - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
RDFAnnotationParser - Class in org.sbml.libsbml
Read/write/manipulate RDF annotations stored in SBML annotation elements.
RDFAnnotationParser() - Constructor for class org.sbml.libsbml.RDFAnnotationParser
 
Reaction - Class in org.sbml.libsbml
Implementation of SBML's Reaction construct.
Reaction(long, long) - Constructor for class org.sbml.libsbml.Reaction
Creates a new Reaction using the given SBML level and version values.
Reaction(SBMLNamespaces) - Constructor for class org.sbml.libsbml.Reaction
Creates a new Reaction using the given SBMLNamespaces object sbmlns.
Reaction(Reaction) - Constructor for class org.sbml.libsbml.Reaction
Copy constructor; creates a copy of this Reaction.
readMathMLFromString(String) - Static method in class org.sbml.libsbml.libsbml
Reads the MathML from the given XML string, constructs a corresponding abstract syntax tree, and returns a pointer to the root of the tree.
readSBML(String) - Static method in class org.sbml.libsbml.libsbml
Reads an SBML document from the given file filename.
readSBML(String) - Method in class org.sbml.libsbml.SBMLReader
Reads an SBML document from a file.
readSBMLFromFile(String) - Static method in class org.sbml.libsbml.libsbml
Reads an SBML document from the given file filename.
readSBMLFromFile(String) - Method in class org.sbml.libsbml.SBMLReader
Reads an SBML document from a file.
readSBMLFromString(String) - Static method in class org.sbml.libsbml.libsbml
Reads an SBML document from a string assumed to be in XML format.
readSBMLFromString(String) - Method in class org.sbml.libsbml.SBMLReader
Reads an SBML document from the given XML string.
RecursiveCompartmentContainment - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
RecursiveFunctionDefinition - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
reduceToBinary() - Method in class org.sbml.libsbml.ASTNode
Reduces this ASTNode to a binary tree.
remove(long) - Method in class org.sbml.libsbml.ASTNodeList
Removes the nth ASTNode object from this list and returns it.
remove(long) - Method in class org.sbml.libsbml.CVTermList
Removes the nth CVTerm object from this list and returns it.
remove(long) - Method in class org.sbml.libsbml.DateList
Removes the nth Date object from this list and returns it.
remove(long) - Method in class org.sbml.libsbml.ListOf
Removes the nth item from this ListOf items and returns a pointer to it.
remove(long) - Method in class org.sbml.libsbml.ListOfCompartments
Removes the nth item from this ListOfCompartments items and returns a pointer to it.
remove(String) - Method in class org.sbml.libsbml.ListOfCompartments
Removes item in this ListOfCompartments items with the given identifier.
remove(long) - Method in class org.sbml.libsbml.ListOfCompartmentTypes
Removes the nth item from this ListOfCompartmentTypes items and returns a pointer to it.
remove(String) - Method in class org.sbml.libsbml.ListOfCompartmentTypes
Removes item in this ListOfCompartmentTypes items with the given identifier.
remove(long) - Method in class org.sbml.libsbml.ListOfConstraints
Removes the nth item from this ListOfConstraints items and returns a pointer to it.
remove(long) - Method in class org.sbml.libsbml.ListOfEventAssignments
Removes the nth item from this ListOfEventAssignments items and returns a pointer to it.
remove(String) - Method in class org.sbml.libsbml.ListOfEventAssignments
Removes item in this ListOfEventAssignments items with the given identifier.
remove(long) - Method in class org.sbml.libsbml.ListOfEvents
Removes the nth item from this ListOfEvents items and returns a pointer to it.
remove(String) - Method in class org.sbml.libsbml.ListOfEvents
Removes item in this ListOfEvents items with the given identifier.
remove(long) - Method in class org.sbml.libsbml.ListOfFunctionDefinitions
Removes the nth item from this ListOfFunctionDefinitions items and returns a pointer to it.
remove(String) - Method in class org.sbml.libsbml.ListOfFunctionDefinitions
Removes item in this ListOfFunctionDefinitions items with the given identifier.
remove(long) - Method in class org.sbml.libsbml.ListOfInitialAssignments
Removes the nth item from this ListOfInitialAssignments items and returns a pointer to it.
remove(String) - Method in class org.sbml.libsbml.ListOfInitialAssignments
Removes item in this ListOfInitialAssignments items with the given identifier.
remove(long) - Method in class org.sbml.libsbml.ListOfLocalParameters
Removes the nth item from this ListOfLocalParameters, and returns a pointer to it.
remove(String) - Method in class org.sbml.libsbml.ListOfLocalParameters
Removes the first LocalParameter object in this ListOfLocalParameters matching the given identifier, and returns a pointer to it.
remove(long) - Method in class org.sbml.libsbml.ListOfParameters
Removes the nth item from this ListOfParameters, and returns a pointer to it.
remove(String) - Method in class org.sbml.libsbml.ListOfParameters
Removes the first Parameter object in this ListOfParameters matching the given identifier, and returns a pointer to it.
remove(long) - Method in class org.sbml.libsbml.ListOfReactions
Removes the nth item from this ListOfReactions items and returns a pointer to it.
remove(String) - Method in class org.sbml.libsbml.ListOfReactions
Removes item in this ListOfReactions items with the given identifier.
remove(long) - Method in class org.sbml.libsbml.ListOfRules
Removes the nth item from this ListOfRules items and returns a pointer to it.
remove(String) - Method in class org.sbml.libsbml.ListOfRules
Removes item in this ListOfRules items with the given identifier.
remove(long) - Method in class org.sbml.libsbml.ListOfSpecies
Removes the nth item from this ListOfSpeciess items and returns a pointer to it.
remove(String) - Method in class org.sbml.libsbml.ListOfSpecies
Removes item in this ListOfSpeciess items with the given identifier.
remove(long) - Method in class org.sbml.libsbml.ListOfSpeciesReferences
Removes the nth item from this ListOfSpeciesReferences items and returns a pointer to it.
remove(String) - Method in class org.sbml.libsbml.ListOfSpeciesReferences
Removes item in this ListOfSpeciesReferences items with the given identifier.
remove(long) - Method in class org.sbml.libsbml.ListOfSpeciesTypes
Removes the nth item from this ListOfSpeciesTypes items and returns a pointer to it.
remove(String) - Method in class org.sbml.libsbml.ListOfSpeciesTypes
Removes item in this ListOfSpeciesTypes items with the given identifier.
remove(long) - Method in class org.sbml.libsbml.ListOfUnitDefinitions
Removes the nth item from this ListOfUnitDefinitions items and returns a pointer to it.
remove(String) - Method in class org.sbml.libsbml.ListOfUnitDefinitions
Removes item in this ListOfUnitDefinitions items with the given identifier.
remove(long) - Method in class org.sbml.libsbml.ListOfUnits
Removes the nth item from this ListOfUnits items and returns a pointer to it.
remove(long) - Method in class org.sbml.libsbml.ModelCreatorList
Removes the nth ModelCreator object from this list and returns it.
remove(long) - Method in class org.sbml.libsbml.SBaseList
Removes the nth SBase object from this list and returns it.
remove(long) - Method in class org.sbml.libsbml.SBMLErrorLog
Removes an error having errorId from the SBMLError list.
remove(long) - Method in class org.sbml.libsbml.SBMLNamespacesList
Removes the nth SBMLNamespaces object from this list and returns it.
remove(int) - Method in class org.sbml.libsbml.XMLAttributes
Removes an attribute with the given index from this XMLAttributes set.
remove(String, String) - Method in class org.sbml.libsbml.XMLAttributes
Removes an attribute with the given local name and namespace URI from this XMLAttributes set.
remove(String) - Method in class org.sbml.libsbml.XMLAttributes
Removes an attribute with the given local name and namespace URI from this XMLAttributes set.
remove(XMLTriple) - Method in class org.sbml.libsbml.XMLAttributes
Removes an attribute with the given XMLTriple from this XMLAttributes set.
remove(int) - Method in class org.sbml.libsbml.XMLNamespaces
Removes an XML Namespace stored in the given position of this list.
remove(String) - Method in class org.sbml.libsbml.XMLNamespaces
Removes an XML Namespace with the given prefix.
removeAttr(int) - Method in class org.sbml.libsbml.XMLToken
Removes an attribute with the given index from the attribute set in this XMLToken.
removeAttr(String, String) - Method in class org.sbml.libsbml.XMLToken
Removes an attribute with the given local name and namespace URI from the attribute set in this XMLToken.
removeAttr(String) - Method in class org.sbml.libsbml.XMLToken
Removes an attribute with the given local name and namespace URI from the attribute set in this XMLToken.
removeAttr(XMLTriple) - Method in class org.sbml.libsbml.XMLToken
Removes an attribute with the given XMLTriple from the attribute set in this XMLToken.
removeChild(long) - Method in class org.sbml.libsbml.ASTNode
Removes the nth child of this ASTNode object.
removeChild(long) - Method in class org.sbml.libsbml.XMLNode
Removes the nth child of this XMLNode and returns the removed node.
removeChildren() - Method in class org.sbml.libsbml.XMLNode
Removes all children from this node.
removeCompartment(long) - Method in class org.sbml.libsbml.Model
Removes the nth Compartment object from this Model object and returns a pointer to it.
removeCompartment(String) - Method in class org.sbml.libsbml.Model
Removes the Compartment object with the given identifier from this Model object and returns a pointer to it.
removeCompartmentType(long) - Method in class org.sbml.libsbml.Model
Removes the nth CompartmentType object from this Model object and returns a pointer to it.
removeCompartmentType(String) - Method in class org.sbml.libsbml.Model
Removes the CompartmentType object with the given identifier from this Model object and returns a pointer to it.
removeConstraint(long) - Method in class org.sbml.libsbml.Model
Removes the nth Constraint object from this Model object and returns a pointer to it.
removeEvent(long) - Method in class org.sbml.libsbml.Model
Removes the nth Event object from this Model object and returns a pointer to it.
removeEvent(String) - Method in class org.sbml.libsbml.Model
Removes the Event object with the given identifier from this Model object and returns a pointer to it.
removeEventAssignment(long) - Method in class org.sbml.libsbml.Event
Removes the nth EventAssignment object from this Event object and returns a pointer to it.
removeEventAssignment(String) - Method in class org.sbml.libsbml.Event
Removes the EventAssignment object with the given 'variable' attribute from this Event object and returns a pointer to it.
removeFromParentAndDelete() - Method in class org.sbml.libsbml.Delay
Finds this Delay's Event parent and calls unsetDelay() on it, indirectly deleting itself.
removeFromParentAndDelete() - Method in class org.sbml.libsbml.KineticLaw
Finds this KineticLaw's Reaction parent and calls unsetKineticLaw() on it, indirectly deleting itself.
removeFromParentAndDelete() - Method in class org.sbml.libsbml.ListOf
Because ListOf objects typically live as object children of their parent object and not as pointer children, this function clears itself, but does not attempt to do anything else.
removeFromParentAndDelete() - Method in class org.sbml.libsbml.Model
Finds this Model's parent SBMLDocument and calls setModel(null) on it, indirectly deleting itself.
removeFromParentAndDelete() - Method in class org.sbml.libsbml.Priority
Finds this Priority's Event parent and calls unsetPriority() on it, indirectly deleting itself.
removeFromParentAndDelete() - Method in class org.sbml.libsbml.SBase
Removes itself from its parent.
removeFromParentAndDelete() - Method in class org.sbml.libsbml.StoichiometryMath
Finds this StoichiometryMath's SpeciesReference parent and calls unsetStoichiometryMath() on it, indirectly deleting itself.
removeFromParentAndDelete() - Method in class org.sbml.libsbml.Trigger
Finds this Trigger's Event parent and calls unsetTrigger() on it, indirectly deleting itself.
removeFunctionDefinition(long) - Method in class org.sbml.libsbml.Model
Removes the nth FunctionDefinition object from this Model object and returns a pointer to it.
removeFunctionDefinition(String) - Method in class org.sbml.libsbml.Model
Removes the FunctionDefinition object with the given identifier from this Model object and returns a pointer to it.
removeInitialAssignment(long) - Method in class org.sbml.libsbml.Model
Removes the nth InitialAssignment object from this Model object and returns a pointer to it.
removeInitialAssignment(String) - Method in class org.sbml.libsbml.Model
Removes the InitialAssignment object with the given 'symbol' attribute from this Model object and returns a pointer to it.
removeL2Namespaces(XMLNamespaces) - Method in class org.sbml.libsbml.SBMLExtensionRegistry
Remove all L2 Extension namespaces from the namespace list.
removeLocalParameter(long) - Method in class org.sbml.libsbml.KineticLaw
Removes the nth LocalParameter object in the list of local parameters in this KineticLaw instance and returns a pointer to it.
removeLocalParameter(String) - Method in class org.sbml.libsbml.KineticLaw
Removes a LocalParameter object with the given identifier in the list of local parameters in this KineticLaw instance and returns a pointer to it.
removeModifier(long) - Method in class org.sbml.libsbml.Reaction
Removes the nth modifier species (ModifierSpeciesReference object) in the list of modifiers in this Reaction and returns a pointer to it.
removeModifier(String) - Method in class org.sbml.libsbml.Reaction
Removes the modifier species (ModifierSpeciesReference object) having the given 'species' attribute in this Reaction and returns a pointer to it.
removeNamespace(String) - Method in class org.sbml.libsbml.SBMLNamespaces
Removes an XML namespace from the set of namespaces within this SBMLNamespaces object.
removeNamespace(int) - Method in class org.sbml.libsbml.XMLToken
Removes an XML Namespace stored in the given position of the XMLNamespaces of this XMLToken.
removeNamespace(String) - Method in class org.sbml.libsbml.XMLToken
Removes an XML Namespace with the given prefix.
removeOption(String) - Method in class org.sbml.libsbml.ConversionProperties
Removes the option with the given key from this properties object.
removePackageNamespace(long, long, String, long) - Method in class org.sbml.libsbml.SBMLNamespaces
Removes an XML namespace of a package extension from the set of namespaces within this SBMLNamespaces object.
removeParameter(long) - Method in class org.sbml.libsbml.KineticLaw
Removes the nth Parameter object in the list of local parameters in this KineticLaw instance and returns a pointer to it.
removeParameter(String) - Method in class org.sbml.libsbml.KineticLaw
Removes a Parameter object with the given identifier in the list of local parameters in this KineticLaw instance and returns a pointer to it.
removeParameter(long) - Method in class org.sbml.libsbml.Model
Removes the nth Parameter object from this Model object and returns a pointer to it.
removeParameter(String) - Method in class org.sbml.libsbml.Model
Removes the Parameter object with the given identifier from this Model object and returns a pointer to it.
removeProduct(long) - Method in class org.sbml.libsbml.Reaction
Removes the nth product species (SpeciesReference object) in the list of products in this Reaction and returns a pointer to it.
removeProduct(String) - Method in class org.sbml.libsbml.Reaction
Removes the product species (SpeciesReference object) having the given 'species' attribute in this Reaction and returns a pointer to it.
removeReactant(long) - Method in class org.sbml.libsbml.Reaction
Removes the nth reactant species (SpeciesReference object) in the list of reactants in this Reaction and returns a pointer to it.
removeReactant(String) - Method in class org.sbml.libsbml.Reaction
Removes the reactant species (SpeciesReference object) having the given 'species' attribute in this Reaction and returns a pointer to it.
removeReaction(long) - Method in class org.sbml.libsbml.Model
Removes the nth Reaction object from this Model object and returns a pointer to it.
removeReaction(String) - Method in class org.sbml.libsbml.Model
Removes the Reaction object with the given identifier from this Model object and returns a pointer to it.
removeResource(String) - Method in class org.sbml.libsbml.CVTerm
Removes a resource URI from the set of resources stored in this CVTerm object.
removeResource(int) - Method in class org.sbml.libsbml.XMLAttributes
Removes an attribute with the given index from this XMLAttributes set.
removeRule(long) - Method in class org.sbml.libsbml.Model
Removes the nth Rule object from this Model object and returns a pointer to it.
removeRule(String) - Method in class org.sbml.libsbml.Model
Removes the Rule object with the given 'variable' attribute from this Model object and returns a pointer to it.
removeScale(Unit) - Static method in class org.sbml.libsbml.Unit
Manipulates the attributes of the Unit to express the unit with the value of the scale attribute reduced to zero.
removeSpecies(long) - Method in class org.sbml.libsbml.Model
Removes the nth Species object from this Model object and returns a pointer to it.
removeSpecies(String) - Method in class org.sbml.libsbml.Model
Removes the Species object with the given identifier from this Model object and returns a pointer to it.
removeSpeciesType(long) - Method in class org.sbml.libsbml.Model
Removes the nth SpeciesType object from this Model object and returns a pointer to it.
removeSpeciesType(String) - Method in class org.sbml.libsbml.Model
Removes the SpeciesType object with the given identifier from this Model object and returns a pointer to it.
removeTopLevelAnnotationElement(String, String) - Method in class org.sbml.libsbml.SBase
Removes the top-level element within the 'annotation' subelement of this SBML object with the given name and optional URI.
removeTopLevelAnnotationElement(String) - Method in class org.sbml.libsbml.SBase
Removes the top-level element within the 'annotation' subelement of this SBML object with the given name and optional URI.
removeUnit(long) - Method in class org.sbml.libsbml.UnitDefinition
Removes the nth Unit object from this UnitDefinition object and returns a pointer to it.
removeUnitDefinition(long) - Method in class org.sbml.libsbml.Model
Removes the nth UnitDefinition object from this Model object and returns a pointer to it.
removeUnitDefinition(String) - Method in class org.sbml.libsbml.Model
Removes the UnitDefinition object with the given identifier from this Model object and returns a pointer to it.
renameMetaIdRefs(String, String) - Method in class org.sbml.libsbml.SBase
Renames all the MetaIdRef attributes on this element.
renameSIdRefs(String, String) - Method in class org.sbml.libsbml.AssignmentRule
Renames all the SIdRef attributes on this element, including any found in MathML
renameSIdRefs(String, String) - Method in class org.sbml.libsbml.ASTNode
Renames all the SIdRef attributes on this node and any child node
renameSIdRefs(String, String) - Method in class org.sbml.libsbml.Compartment
Renames all the SIdRef attributes on this element, including any found in MathML
renameSIdRefs(String, String) - Method in class org.sbml.libsbml.Constraint
Renames all the SIdRef attributes on this element, including any found in MathML
renameSIdRefs(String, String) - Method in class org.sbml.libsbml.Delay
Renames all the SIdRef attributes on this element, including any found in MathML
renameSIdRefs(String, String) - Method in class org.sbml.libsbml.EventAssignment
Renames all the SIdRef attributes on this element, including any found in MathML
renameSIdRefs(String, String) - Method in class org.sbml.libsbml.InitialAssignment
Renames all the SIdRef attributes on this element, including any found in MathML
renameSIdRefs(String, String) - Method in class org.sbml.libsbml.KineticLaw
Renames all the SIdRef attributes on this element, including any found in MathML
renameSIdRefs(String, String) - Method in class org.sbml.libsbml.Model
Renames all the SIdRef attributes on this element, including any found in MathML
renameSIdRefs(String, String) - Method in class org.sbml.libsbml.Priority
Renames all the SIdRef attributes on this element, including any found in MathML.
renameSIdRefs(String, String) - Method in class org.sbml.libsbml.RateRule
Renames all the SIdRef attributes on this element, including any found in MathML
renameSIdRefs(String, String) - Method in class org.sbml.libsbml.Reaction
Renames all the SIdRef attributes on this element, including any found in MathML
renameSIdRefs(String, String) - Method in class org.sbml.libsbml.Rule
Renames all the SIdRef attributes on this element, including any found in MathML
renameSIdRefs(String, String) - Method in class org.sbml.libsbml.SBase
Renames all the SIdRef attributes on this element, including any found in MathML content (if such exists).
renameSIdRefs(String, String) - Method in class org.sbml.libsbml.SimpleSpeciesReference
Renames all the SIdRef attributes on this element, including any found in MathML
renameSIdRefs(String, String) - Method in class org.sbml.libsbml.Species
Renames all the SIdRef attributes on this element, including any found in MathML
renameSIdRefs(String, String) - Method in class org.sbml.libsbml.StoichiometryMath
Renames all the SIdRef attributes on this element, including any found in MathML
renameSIdRefs(String, String) - Method in class org.sbml.libsbml.Trigger
Renames all the SIdRef attributes on this element, including any found in MathML
renameUnitSIdRefs(String, String) - Method in class org.sbml.libsbml.ASTNode
Renames all the UnitSIdRef attributes on this node and any child node.
renameUnitSIdRefs(String, String) - Method in class org.sbml.libsbml.Compartment
Renames all the UnitSIdRef attributes on this element
renameUnitSIdRefs(String, String) - Method in class org.sbml.libsbml.Constraint
Renames all the UnitSIdRef attributes on this element
renameUnitSIdRefs(String, String) - Method in class org.sbml.libsbml.Delay
Renames all the UnitSIdRef attributes on this element
renameUnitSIdRefs(String, String) - Method in class org.sbml.libsbml.EventAssignment
Renames all the UnitSIdRef attributes on this element
renameUnitSIdRefs(String, String) - Method in class org.sbml.libsbml.FunctionDefinition
Renames all the UnitSIdRef attributes on this element
renameUnitSIdRefs(String, String) - Method in class org.sbml.libsbml.InitialAssignment
Renames all the UnitSIdRef attributes on this element
renameUnitSIdRefs(String, String) - Method in class org.sbml.libsbml.KineticLaw
Renames all the UnitSIdRef attributes on this element
renameUnitSIdRefs(String, String) - Method in class org.sbml.libsbml.Model
Renames all the UnitSIdRef attributes on this element
renameUnitSIdRefs(String, String) - Method in class org.sbml.libsbml.Parameter
Renames all the UnitSIdRef attributes on this element
renameUnitSIdRefs(String, String) - Method in class org.sbml.libsbml.Priority
Renames all the UnitSIdRef attributes on this element.
renameUnitSIdRefs(String, String) - Method in class org.sbml.libsbml.Rule
Renames all the UnitSIdRef attributes on this element
renameUnitSIdRefs(String, String) - Method in class org.sbml.libsbml.SBase
Renames all the UnitSIdRef attributes on this element.
renameUnitSIdRefs(String, String) - Method in class org.sbml.libsbml.Species
Renames all the UnitSIdRef attributes on this element
renameUnitSIdRefs(String, String) - Method in class org.sbml.libsbml.StoichiometryMath
Renames all the UnitSIdRef attributes on this element
renameUnitSIdRefs(String, String) - Method in class org.sbml.libsbml.Trigger
Renames all the UnitSIdRef attributes on this element
reorder(UnitDefinition) - Static method in class org.sbml.libsbml.UnitDefinition
Alphabetically orders the Unit objects within the ListOfUnits of a UnitDefinition.
RepeatedRule10304 - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
RepeatedRule20611 - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
replaceArgument(String, ASTNode) - Method in class org.sbml.libsbml.ASTNode
Replaces occurences of a given name within this ASTNode with the name/value/formula represented by arg.
replaceChild(long, ASTNode) - Method in class org.sbml.libsbml.ASTNode
Replaces the nth child of this ASTNode with the given ASTNode.
replaceTopLevelAnnotationElement(XMLNode) - Method in class org.sbml.libsbml.SBase
Replaces the given top-level element within the 'annotation' subelement of this SBML object and with the annotation element supplied.
replaceTopLevelAnnotationElement(String) - Method in class org.sbml.libsbml.SBase
Replaces the given top-level element within the 'annotation' subelement of this SBML object and with the annotation element supplied.
representsValidDate() - Method in class org.sbml.libsbml.Date
Returns true or false depending on whether this date object represents a valid date and time value.
RequiredPackagePresent - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
returnsBoolean(Model) - Method in class org.sbml.libsbml.ASTNode
Predicate returning true (non-zero) if this node returns a boolean type or false (zero) otherwise.
returnsBoolean() - Method in class org.sbml.libsbml.ASTNode
Predicate returning true (non-zero) if this node returns a boolean type or false (zero) otherwise.
Rule - Class in org.sbml.libsbml
Implementation of SBML's Rule construct.
Rule(Rule) - Constructor for class org.sbml.libsbml.Rule
Copy constructor; creates a copy of this Rule.
RULE_TYPE_INVALID - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible SBML Rule object types.
RULE_TYPE_RATE - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible SBML Rule object types.
RULE_TYPE_SCALAR - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible SBML Rule object types.

S

SBase - Class in org.sbml.libsbml
Implementation of SBase, the base class of most SBML objects.
SBaseList - Class in org.sbml.libsbml
Class for managing lists of SBase objects.
SBaseList() - Constructor for class org.sbml.libsbml.SBaseList
Explicit constructor for this list.
SBasePlugin - Class in org.sbml.libsbml
Representation of a plug-in object of SBML's package extension.
SBML_ALGEBRAIC_RULE - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible SBML component type codes.
SBML_ASSIGNMENT_RULE - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible SBML component type codes.
SBML_COMPARTMENT - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible SBML component type codes.
SBML_COMPARTMENT_TYPE - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible SBML component type codes.
SBML_COMPARTMENT_VOLUME_RULE - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible SBML component type codes.
SBML_CONSTRAINT - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible SBML component type codes.
SBML_DEFAULT_LEVEL - Static variable in interface org.sbml.libsbml.libsbmlConstants
The default SBML Level in this release of libSBML.
SBML_DEFAULT_VERSION - Static variable in interface org.sbml.libsbml.libsbmlConstants
The default Version within the default SBML Level in this release of libSBML.
SBML_DELAY - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible SBML component type codes.
SBML_DOCUMENT - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible SBML component type codes.
SBML_EVENT - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible SBML component type codes.
SBML_EVENT_ASSIGNMENT - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible SBML component type codes.
SBML_FORMULA_UNITS_DATA - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible SBML component type codes.
SBML_FUNCTION_DEFINITION - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible SBML component type codes.
SBML_INITIAL_ASSIGNMENT - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible SBML component type codes.
SBML_KINETIC_LAW - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible SBML component type codes.
SBML_LIST_FORMULA_UNITS_DATA - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible SBML component type codes.
SBML_LIST_OF - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible SBML component type codes.
SBML_LISTOF_COMPARTMENT_TYPES - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible SBML component type codes.
SBML_LISTOF_COMPARTMENTS - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible SBML component type codes.
SBML_LISTOF_CONSTRAINTS - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible SBML component type codes.
SBML_LISTOF_EVENT_ASSIGNMENTS - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible SBML component type codes.
SBML_LISTOF_EVENTS - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible SBML component type codes.
SBML_LISTOF_FUNCTION_DEFINITIONS - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible SBML component type codes.
SBML_LISTOF_INITIAL_ASSIGNMENTS - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible SBML component type codes.
SBML_LISTOF_PARAMETERS - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible SBML component type codes.
SBML_LISTOF_REACTIONS - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible SBML component type codes.
SBML_LISTOF_RULES - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible SBML component type codes.
SBML_LISTOF_SPECIES - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible SBML component type codes.
SBML_LISTOF_SPECIES_REFERENCES - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible SBML component type codes.
SBML_LISTOF_SPECIES_TYPES - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible SBML component type codes.
SBML_LISTOF_UNIT_DEFINITIONS - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible SBML component type codes.
SBML_LISTOF_UNITS - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible SBML component type codes.
SBML_LOCAL_PARAMETER - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible SBML component type codes.
SBML_MODEL - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible SBML component type codes.
SBML_MODIFIER_SPECIES_REFERENCE - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible SBML component type codes.
SBML_PARAMETER - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible SBML component type codes.
SBML_PARAMETER_RULE - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible SBML component type codes.
SBML_PRIORITY - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible SBML component type codes.
SBML_RATE_RULE - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible SBML component type codes.
SBML_REACTION - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible SBML component type codes.
SBML_RULE - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible SBML component type codes.
SBML_SPECIES - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible SBML component type codes.
SBML_SPECIES_CONCENTRATION_RULE - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible SBML component type codes.
SBML_SPECIES_REFERENCE - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible SBML component type codes.
SBML_SPECIES_TYPE - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible SBML component type codes.
SBML_STOICHIOMETRY_MATH - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible SBML component type codes.
SBML_TRIGGER - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible SBML component type codes.
SBML_UNIT - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible SBML component type codes.
SBML_UNIT_DEFINITION - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible SBML component type codes.
SBML_UNKNOWN - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible SBML component type codes.
SBML_XMLNS_L1 - Static variable in interface org.sbml.libsbml.libsbmlConstants
Character string storing the XML namespace URI for SBML Level 1.
SBML_XMLNS_L2V1 - Static variable in interface org.sbml.libsbml.libsbmlConstants
Character string storing the XML namespace URI for SBML Level 2 Version 1.
SBML_XMLNS_L2V2 - Static variable in interface org.sbml.libsbml.libsbmlConstants
Character string storing the XML namespace URI for SBML Level 2 Version 2.
SBML_XMLNS_L2V3 - Static variable in interface org.sbml.libsbml.libsbmlConstants
Character string storing the XML namespace URI for SBML Level 2 Version 3.
SBML_XMLNS_L2V4 - Static variable in interface org.sbml.libsbml.libsbmlConstants
Character string storing the XML namespace URI for SBML Level 2 Version 4.
SBML_XMLNS_L3V1 - Static variable in interface org.sbml.libsbml.libsbmlConstants
Character string storing the XML namespace URI for SBML Level 3 Version 1 Core.
SBMLCodesUpperBound - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
SBMLConstructorException - Exception in org.sbml.libsbml
Exceptions class for libSBML object constructors.
SBMLConstructorException(String) - Constructor for exception org.sbml.libsbml.SBMLConstructorException
Constructor; version taking a message argument.
SBMLConstructorException() - Constructor for exception org.sbml.libsbml.SBMLConstructorException
Constructor; version taking no arguments.
SBMLConverter - Class in org.sbml.libsbml
Base class for SBML converters.
SBMLConverter() - Constructor for class org.sbml.libsbml.SBMLConverter
Creates a new SBMLConverter object.
SBMLConverter(SBMLConverter) - Constructor for class org.sbml.libsbml.SBMLConverter
Copy constructor; creates a copy of an SBMLConverter object.
SBMLConverterRegistry - Class in org.sbml.libsbml
Registry of all SBML converters.
SBMLDocument - Class in org.sbml.libsbml
Container for an SBML document and interface for global operations on SBML documents.
SBMLDocument(long, long) - Constructor for class org.sbml.libsbml.SBMLDocument
Creates a new SBMLDocument, optionally with given values for the SBML Level and Version.
SBMLDocument(long) - Constructor for class org.sbml.libsbml.SBMLDocument
Creates a new SBMLDocument, optionally with given values for the SBML Level and Version.
SBMLDocument() - Constructor for class org.sbml.libsbml.SBMLDocument
Creates a new SBMLDocument, optionally with given values for the SBML Level and Version.
SBMLDocument(SBMLNamespaces) - Constructor for class org.sbml.libsbml.SBMLDocument
Creates a new SBMLDocument using the given SBMLNamespaces object sbmlns.
SBMLDocument(SBMLDocument) - Constructor for class org.sbml.libsbml.SBMLDocument
Copy constructor; creates a copy of this SBMLDocument.
SBMLDocumentPlugin - Class in org.sbml.libsbml
 
SBMLDocumentPlugin(String, String, SBMLNamespaces) - Constructor for class org.sbml.libsbml.SBMLDocumentPlugin
Constructor
SBMLDocumentPlugin(SBMLDocumentPlugin) - Constructor for class org.sbml.libsbml.SBMLDocumentPlugin
Copy constructor.
SBMLError - Class in org.sbml.libsbml
Representation of errors, warnings and other diagnostics
SBMLError(long, long, long, String, long, long, long, long, String, long) - Constructor for class org.sbml.libsbml.SBMLError
Creates a new SBMLError to report that something occurred during SBML processing.
SBMLError(long, long, long, String, long, long, long, long, String) - Constructor for class org.sbml.libsbml.SBMLError
Creates a new SBMLError to report that something occurred during SBML processing.
SBMLError(long, long, long, String, long, long, long, long) - Constructor for class org.sbml.libsbml.SBMLError
Creates a new SBMLError to report that something occurred during SBML processing.
SBMLError(long, long, long, String, long, long, long) - Constructor for class org.sbml.libsbml.SBMLError
Creates a new SBMLError to report that something occurred during SBML processing.
SBMLError(long, long, long, String, long, long) - Constructor for class org.sbml.libsbml.SBMLError
Creates a new SBMLError to report that something occurred during SBML processing.
SBMLError(long, long, long, String, long) - Constructor for class org.sbml.libsbml.SBMLError
Creates a new SBMLError to report that something occurred during SBML processing.
SBMLError(long, long, long, String) - Constructor for class org.sbml.libsbml.SBMLError
Creates a new SBMLError to report that something occurred during SBML processing.
SBMLError(long, long, long) - Constructor for class org.sbml.libsbml.SBMLError
Creates a new SBMLError to report that something occurred during SBML processing.
SBMLError(long, long) - Constructor for class org.sbml.libsbml.SBMLError
Creates a new SBMLError to report that something occurred during SBML processing.
SBMLError(long) - Constructor for class org.sbml.libsbml.SBMLError
Creates a new SBMLError to report that something occurred during SBML processing.
SBMLError() - Constructor for class org.sbml.libsbml.SBMLError
Creates a new SBMLError to report that something occurred during SBML processing.
SBMLError(SBMLError) - Constructor for class org.sbml.libsbml.SBMLError
Copy constructor; creates a copy of this SBMLError.
SBMLErrorLog - Class in org.sbml.libsbml
Log of errors and other events encountered during SBML processing.
SBMLExtensionException - Class in org.sbml.libsbml
 
SBMLExtensionException(String) - Constructor for class org.sbml.libsbml.SBMLExtensionException
constructor
SBMLExtensionRegistry - Class in org.sbml.libsbml
 
SBMLExternalValidator - Class in org.sbml.libsbml
 
SBMLExternalValidator() - Constructor for class org.sbml.libsbml.SBMLExternalValidator
Constructor.
SBMLExternalValidator(SBMLExternalValidator) - Constructor for class org.sbml.libsbml.SBMLExternalValidator
Copy constructor.
SBMLFunctionDefinitionConverter - Class in org.sbml.libsbml
SBML converter for replacing function definitions.
SBMLFunctionDefinitionConverter() - Constructor for class org.sbml.libsbml.SBMLFunctionDefinitionConverter
Creates a new SBMLFunctionDefinitionConverter object.
SBMLFunctionDefinitionConverter(SBMLFunctionDefinitionConverter) - Constructor for class org.sbml.libsbml.SBMLFunctionDefinitionConverter
Copy constructor; creates a copy of an SBMLFunctionDefinitionConverter object.
SBMLInitialAssignmentConverter - Class in org.sbml.libsbml
SBML converter for replacing initial assignments.
SBMLInitialAssignmentConverter() - Constructor for class org.sbml.libsbml.SBMLInitialAssignmentConverter
Creates a new SBMLInitialAssignmentConverter object.
SBMLInitialAssignmentConverter(SBMLInitialAssignmentConverter) - Constructor for class org.sbml.libsbml.SBMLInitialAssignmentConverter
Copy constructor; creates a copy of an SBMLInitialAssignmentConverter object.
SBMLLevelVersionConverter - Class in org.sbml.libsbml
SBML converter for transforming documents from one Level+Version to another.
SBMLLevelVersionConverter() - Constructor for class org.sbml.libsbml.SBMLLevelVersionConverter
Creates a new SBMLLevelVersionConverter object.
SBMLLevelVersionConverter(SBMLLevelVersionConverter) - Constructor for class org.sbml.libsbml.SBMLLevelVersionConverter
Copy constructor; creates a copy of an SBMLLevelVersionConverter object.
SBMLNamespaceInAnnotation - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
SBMLNamespaces - Class in org.sbml.libsbml
Class to store SBML level, version and namespace information.
SBMLNamespaces(long, long) - Constructor for class org.sbml.libsbml.SBMLNamespaces
Creates a new SBMLNamespaces object corresponding to the given SBML level and version.
SBMLNamespaces(long) - Constructor for class org.sbml.libsbml.SBMLNamespaces
Creates a new SBMLNamespaces object corresponding to the given SBML level and version.
SBMLNamespaces() - Constructor for class org.sbml.libsbml.SBMLNamespaces
Creates a new SBMLNamespaces object corresponding to the given SBML level and version.
SBMLNamespaces(long, long, String, long, String) - Constructor for class org.sbml.libsbml.SBMLNamespaces
(For Extension)
SBMLNamespaces(long, long, String, long) - Constructor for class org.sbml.libsbml.SBMLNamespaces
(For Extension)
SBMLNamespaces(SBMLNamespaces) - Constructor for class org.sbml.libsbml.SBMLNamespaces
Copy constructor; creates a copy of a SBMLNamespaces.
SBMLNamespacesList - Class in org.sbml.libsbml
Class for managing lists of SBMLNamespaces objects.
SBMLNamespacesList() - Constructor for class org.sbml.libsbml.SBMLNamespacesList
Explicit constructor for this list.
SBMLReader - Class in org.sbml.libsbml
Methods for reading SBML from files and text strings.
SBMLReader() - Constructor for class org.sbml.libsbml.SBMLReader
Creates a new SBMLReader and returns it.
SBMLRuleConverter - Class in org.sbml.libsbml
SBML converter for reordering rules and assignments in a model.
SBMLRuleConverter() - Constructor for class org.sbml.libsbml.SBMLRuleConverter
Creates a new SBMLLevelVersionConverter object.
SBMLRuleConverter(SBMLRuleConverter) - Constructor for class org.sbml.libsbml.SBMLRuleConverter
Copy constructor; creates a copy of an SBMLLevelVersionConverter object.
SBMLStripPackageConverter - Class in org.sbml.libsbml
SBML converter for removing packages.
SBMLStripPackageConverter() - Constructor for class org.sbml.libsbml.SBMLStripPackageConverter
Creates a new SBMLStripPackageConverter object.
SBMLStripPackageConverter(SBMLStripPackageConverter) - Constructor for class org.sbml.libsbml.SBMLStripPackageConverter
Copy constructor; creates a copy of an SBMLStripPackageConverter object.
SBMLTypeCode_toString(int, String) - Static method in class org.sbml.libsbml.libsbml
This method takes an SBML type code and returns a string representing the code.
SBMLUnitsConverter - Class in org.sbml.libsbml
SBML converter to convert a model's units to SI units.
SBMLUnitsConverter() - Constructor for class org.sbml.libsbml.SBMLUnitsConverter
 
SBMLUnitsConverter(SBMLUnitsConverter) - Constructor for class org.sbml.libsbml.SBMLUnitsConverter
 
SBMLValidator - Class in org.sbml.libsbml
Base class for SBML validators
SBMLValidator() - Constructor for class org.sbml.libsbml.SBMLValidator
Creates a new SBMLValidator.
SBMLValidator(SBMLValidator) - Constructor for class org.sbml.libsbml.SBMLValidator
Copy constructor; creates a copy of an SBMLValidator object.
SBMLWriter - Class in org.sbml.libsbml
Methods for writing SBML to files and text strings.
SBMLWriter() - Constructor for class org.sbml.libsbml.SBMLWriter
Creates a new SBMLWriter.
SBO - Class in org.sbml.libsbml
Methods for interacting with Systems Biology Ontology terms.
SBO() - Constructor for class org.sbml.libsbml.SBO
 
SBOTermNotUniversalInL2v2 - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
SBOTermNotValidAttributeBeforeL2V2 - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
SBOTermNotValidAttributeBeforeL2V3 - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
setAnnotation(XMLNode) - Method in class org.sbml.libsbml.Model
Sets the value of the 'annotation' subelement of this SBML object to a copy of annotation.
setAnnotation(String) - Method in class org.sbml.libsbml.Model
Sets the value of the 'annotation' subelement of this SBML object to a copy of annotation.
setAnnotation(XMLNode) - Method in class org.sbml.libsbml.SBase
Sets the value of the 'annotation' subelement of this SBML object.
setAnnotation(String) - Method in class org.sbml.libsbml.SBase
Sets the value of the 'annotation' subelement of this SBML object.
setAnnotation(XMLNode) - Method in class org.sbml.libsbml.SpeciesReference
Sets the value of the 'annotation' subelement of this SBML object to a copy of annotation.
setAnnotation(String) - Method in class org.sbml.libsbml.SpeciesReference
Sets the value of the 'annotation' subelement of this SBML object to a copy of annotation.
setAreaUnits(String) - Method in class org.sbml.libsbml.Model
Sets the value of the 'areaUnits' attribute of this Model.
setAttributes(XMLAttributes) - Method in class org.sbml.libsbml.XMLToken
Sets an XMLAttributes to this XMLToken.
setBiologicalQualifierType(int) - Method in class org.sbml.libsbml.CVTerm
Sets the biology qualifier type of this CVTerm object.
setBiologicalQualifierType(String) - Method in class org.sbml.libsbml.CVTerm
Sets the biology qualifier type code of this CVTerm object.
setBoolValue(boolean) - Method in class org.sbml.libsbml.ConversionOption
Set the value of this option to a given Boolean value.
setBoolValue(String, boolean) - Method in class org.sbml.libsbml.ConversionProperties
Sets the value of the given option to a Boolean.
setBoundaryCondition(boolean) - Method in class org.sbml.libsbml.Species
Sets the 'boundaryCondition' attribute of this Species object.
setCharacter(char) - Method in class org.sbml.libsbml.ASTNode
Sets the value of this ASTNode to the given character.
setCharge(int) - Method in class org.sbml.libsbml.Species
Sets the 'charge' attribute of this Species object.
setClassName(String) - Method in class org.sbml.libsbml.ASTNode
Sets the mathml class of this ASTNode to className.
setColumn(long) - Method in class org.sbml.libsbml.XMLError
Sets the column number where this error occurred.
setCompartment(String) - Method in class org.sbml.libsbml.Reaction
Sets the value of the 'compartment' attribute of this Reaction.
setCompartment(String) - Method in class org.sbml.libsbml.Species
Sets the 'compartment' attribute of this Species object.
setCompartmentType(String) - Method in class org.sbml.libsbml.Compartment
Sets the 'compartmentType' attribute of this Compartment.
setConsistencyChecks(int, boolean) - Method in class org.sbml.libsbml.SBMLDocument
Controls the consistency checks that are performed when SBMLDocument.checkConsistency() is called.
setConsistencyChecksForConversion(int, boolean) - Method in class org.sbml.libsbml.SBMLDocument
Controls the consistency checks that are performed when SBMLDocument.setLevelAndVersion(long lev, long ver, boolean strict) is called.
setConstant(boolean) - Method in class org.sbml.libsbml.Compartment
Sets the value of the 'constant' attribute of this Compartment.
setConstant(boolean) - Method in class org.sbml.libsbml.Parameter
Sets the 'constant' attribute of this Parameter to the given boolean flag.
setConstant(boolean) - Method in class org.sbml.libsbml.Species
Sets the 'constant' attribute of this Species object.
setConstant(boolean) - Method in class org.sbml.libsbml.SpeciesReference
Sets the 'constant' attribute of this SpeciesReference to the given boolean flag.
setConversionFactor(String) - Method in class org.sbml.libsbml.Model
Sets the value of the 'conversionFactor' attribute of this Model.
setConversionFactor(String) - Method in class org.sbml.libsbml.Species
Sets the value of the 'conversionFactor' attribute of this Species object.
setCreatedDate(Date) - Method in class org.sbml.libsbml.ModelHistory
Sets the creation date of this ModelHistory object.
setDateAsString(String) - Method in class org.sbml.libsbml.Date
Sets the value of this Date object using a date and time value expressed as a text string.
setDay(long) - Method in class org.sbml.libsbml.Date
Sets the value of the day of this Date object.
setDelay(Delay) - Method in class org.sbml.libsbml.Event
Sets the delay definition of this Event to a copy of the given Delay object instance.
setDenominator(int) - Method in class org.sbml.libsbml.SpeciesReference
Set the value of the 'denominator' attribute, for the case of a rational-numbered stoichiometry or a model in SBML Level 1.
setDescription(String) - Method in class org.sbml.libsbml.ConversionOption
Sets the description text for this option.
setDocument(SBMLDocument) - Method in class org.sbml.libsbml.SBMLConverter
Sets the current SBML document to the given SBMLDocument object.
setDocument(SBMLDocument) - Method in class org.sbml.libsbml.SBMLValidator
Sets the current SBML document to the given SBMLDocument object.
setDoubleValue(double) - Method in class org.sbml.libsbml.ConversionOption
Set the value of this option to a given double value.
setDoubleValue(String, double) - Method in class org.sbml.libsbml.ConversionProperties
Sets the value of the given option to a double.
setElementNamespace(String) - Method in class org.sbml.libsbml.SBasePlugin
Sets the XML namespace to which this element belongs to.
setEmail(String) - Method in class org.sbml.libsbml.ModelCreator
Sets the 'email' portion of this ModelCreator object.
setEnabled(String, boolean) - Method in class org.sbml.libsbml.SBMLExtensionRegistry
Enable/disable the package with the given uri.
setEnd() - Method in class org.sbml.libsbml.XMLToken
Declares this XML start element is also an end element.
setEOF() - Method in class org.sbml.libsbml.XMLToken
Declares this XMLToken is an end-of-file (input) marker.
setExponent(int) - Method in class org.sbml.libsbml.Unit
Sets the 'exponent' attribute value of this Unit.
setExponent(double) - Method in class org.sbml.libsbml.Unit
Sets the 'exponent' attribute value of this Unit.
setExtentUnits(String) - Method in class org.sbml.libsbml.Model
Sets the value of the 'extentUnits' attribute of this Model.
setFamilyName(String) - Method in class org.sbml.libsbml.ModelCreator
Sets the 'family name' portion of this ModelCreator object.
setFast(boolean) - Method in class org.sbml.libsbml.Reaction
Sets the value of the 'fast' attribute of this Reaction.
setFloatValue(float) - Method in class org.sbml.libsbml.ConversionOption
Set the value of this option to a given float value.
setFloatValue(String, float) - Method in class org.sbml.libsbml.ConversionProperties
Sets the value of the given option to a float.
setFormula(String) - Method in class org.sbml.libsbml.KineticLaw
Sets the mathematical expression of this KineticLaw instance to the given formula.
setFormula(String) - Method in class org.sbml.libsbml.Rule
Sets the 'math' subelement of this Rule to an expression in text-string form.
setGivenName(String) - Method in class org.sbml.libsbml.ModelCreator
Sets the 'given name' portion of this ModelCreator object.
setHasOnlySubstanceUnits(boolean) - Method in class org.sbml.libsbml.Species
Sets the 'hasOnlySubstanceUnits' attribute of this Species object.
setHour(long) - Method in class org.sbml.libsbml.Date
Sets the value of the hour of this Date object.
setHoursOffset(long) - Method in class org.sbml.libsbml.Date
Sets the value of this Date object's time zone hour offset.
setId(String) - Method in class org.sbml.libsbml.ASTNode
Sets the mathml id of this ASTNode to id.
setId(String) - Method in class org.sbml.libsbml.Compartment
Sets the value of the 'id' attribute of this Compartment.
setId(String) - Method in class org.sbml.libsbml.CompartmentType
Sets the value of the 'id' attribute of this CompartmentType.
setId(String) - Method in class org.sbml.libsbml.Event
Sets the value of the 'id' attribute of this Event.
setId(String) - Method in class org.sbml.libsbml.FunctionDefinition
Sets the value of the 'id' attribute of this FunctionDefinition.
setId(String) - Method in class org.sbml.libsbml.Model
Sets the value of the 'id' attribute of this Model.
setId(String) - Method in class org.sbml.libsbml.Parameter
Sets the value of the 'id' attribute of this Parameter.
setId(String) - Method in class org.sbml.libsbml.Reaction
Sets the value of the 'id' attribute of this Reaction.
setId(String) - Method in class org.sbml.libsbml.SimpleSpeciesReference
Sets the value of the 'id' attribute of this SimpleSpeciesReference.
setId(String) - Method in class org.sbml.libsbml.Species
Sets the value of the 'id' attribute of this Species object.
setId(String) - Method in class org.sbml.libsbml.SpeciesType
Sets the value of the 'id' attribute of this SpeciesType.
setId(String) - Method in class org.sbml.libsbml.UnitDefinition
Sets the value of the 'id' attribute of this UnitDefinition.
setInitialAmount(double) - Method in class org.sbml.libsbml.Species
Sets the 'initialAmount' attribute of this Species and marks the field as set.
setInitialConcentration(double) - Method in class org.sbml.libsbml.Species
Sets the 'initialConcentration' attribute of this Species and marks the field as set.
setInitialValue(boolean) - Method in class org.sbml.libsbml.Trigger
(SBML Level 3 only) Sets the 'initialValue' attribute of this Trigger instance.
setIntValue(int) - Method in class org.sbml.libsbml.ConversionOption
Set the value of this option to a given int value.
setIntValue(String, int) - Method in class org.sbml.libsbml.ConversionProperties
Sets the value of the given option to an integer.
setKey(String) - Method in class org.sbml.libsbml.ConversionOption
Sets the key for this option.
setKind(int) - Method in class org.sbml.libsbml.Unit
Sets the 'kind' attribute value of this Unit.
setKineticLaw(KineticLaw) - Method in class org.sbml.libsbml.Reaction
Sets the 'kineticLaw' subelement of this Reaction to a copy of the given KineticLaw object.
setL1TypeCode(int) - Method in class org.sbml.libsbml.Rule
Sets the SBML Level 1 type code for this Rule.
setLengthUnits(String) - Method in class org.sbml.libsbml.Model
Sets the value of the 'lengthUnits' attribute of this Model.
setLevelAndVersion(long, long, boolean) - Method in class org.sbml.libsbml.SBMLDocument
Sets the SBML Level and Version of this SBMLDocument instance, attempting to convert the model as needed.
setLevelAndVersion(long, long) - Method in class org.sbml.libsbml.SBMLDocument
Sets the SBML Level and Version of this SBMLDocument instance, attempting to convert the model as needed.
setLine(long) - Method in class org.sbml.libsbml.XMLError
Sets the line number where this error occurred.
setLocationURI(String) - Method in class org.sbml.libsbml.SBMLDocument
Sets the location of this SBMLDocument.
setMath(ASTNode) - Method in class org.sbml.libsbml.Constraint
Sets the mathematical expression of this Constraint to a copy of the AST given as math.
setMath(ASTNode) - Method in class org.sbml.libsbml.Delay
Sets the delay expression of this Delay instance to a copy of the given ASTNode.
setMath(ASTNode) - Method in class org.sbml.libsbml.EventAssignment
Sets the 'math' subelement of this EventAssignment to a copy of the given ASTNode.
setMath(ASTNode) - Method in class org.sbml.libsbml.FunctionDefinition
Sets the 'math' subelement of this FunctionDefinition to the Abstract Syntax Tree given in math.
setMath(ASTNode) - Method in class org.sbml.libsbml.InitialAssignment
Sets the 'math' subelement of this InitialAssignment.
setMath(ASTNode) - Method in class org.sbml.libsbml.KineticLaw
Sets the mathematical expression of this KineticLaw instance to a copy of the given ASTNode.
setMath(ASTNode) - Method in class org.sbml.libsbml.Priority
Sets the math expression of this Priority instance to a copy of the given ASTNode.
setMath(ASTNode) - Method in class org.sbml.libsbml.Rule
Sets the 'math' subelement of this Rule to a copy of the given ASTNode.
setMath(ASTNode) - Method in class org.sbml.libsbml.StoichiometryMath
Sets the 'math' expression of this StoichiometryMath instance to a copy of the given ASTNode.
setMath(ASTNode) - Method in class org.sbml.libsbml.Trigger
Sets the trigger expression of this Trigger instance to a copy of the given ASTNode.
setMessage(XMLNode) - Method in class org.sbml.libsbml.Constraint
Sets the message of this Constraint.
setMetaId(String) - Method in class org.sbml.libsbml.SBase
Sets the value of the 'metaid' attribute of this object.
setMinute(long) - Method in class org.sbml.libsbml.Date
Sets the value of the minute of this Date object.
setMinutesOffset(long) - Method in class org.sbml.libsbml.Date
Sets the value of this Date object's time zone minutes offset.
setModel(Model) - Method in class org.sbml.libsbml.L3ParserSettings
Sets the model reference in this L3ParserSettings object.
setModel(Model) - Method in class org.sbml.libsbml.SBMLDocument
Sets the Model for this SBMLDocument to a copy of the given Model.
setModelHistory(ModelHistory) - Method in class org.sbml.libsbml.SBase
Sets the ModelHistory of this object.
setModelQualifierType(int) - Method in class org.sbml.libsbml.CVTerm
Sets the model qualifier type of this CVTerm object.
setModelQualifierType(String) - Method in class org.sbml.libsbml.CVTerm
Sets the model qualifier type code value of this CVTerm object.
setModifiedDate(Date) - Method in class org.sbml.libsbml.ModelHistory
Sets the modification date of this ModelHistory object.
setMonth(long) - Method in class org.sbml.libsbml.Date
Sets the value of the month of this Date object.
setMultiplier(double) - Method in class org.sbml.libsbml.Unit
Sets the 'multipler' attribute value of this Unit.
setName(String) - Method in class org.sbml.libsbml.ASTNode
Sets the value of this ASTNode to the given name.
setName(String) - Method in class org.sbml.libsbml.Compartment
Sets the value of the 'name' attribute of this Compartment.
setName(String) - Method in class org.sbml.libsbml.CompartmentType
Sets the value of the 'name' attribute of this CompartmentType.
setName(String) - Method in class org.sbml.libsbml.Event
Sets the value of the 'name' attribute of this Event.
setName(String) - Method in class org.sbml.libsbml.FunctionDefinition
Sets the value of the 'name' attribute of this FunctionDefinition.
setName(String) - Method in class org.sbml.libsbml.Model
Sets the value of the 'name' attribute of this Model.
setName(String) - Method in class org.sbml.libsbml.Parameter
Sets the value of the 'name' attribute of this Parameter.
setName(String) - Method in class org.sbml.libsbml.Reaction
Sets the value of the 'name' attribute of this Reaction.
setName(String) - Method in class org.sbml.libsbml.SimpleSpeciesReference
Sets the value of the 'name' attribute of this SimpleSpeciesReference.
setName(String) - Method in class org.sbml.libsbml.Species
Sets the value of the 'name' attribute of this Species object.
setName(String) - Method in class org.sbml.libsbml.SpeciesType
Sets the value of the 'name' attribute of this SpeciesType.
setName(String) - Method in class org.sbml.libsbml.UnitDefinition
Sets the value of the 'name' attribute of this UnitDefinition.
setNamespaces(XMLNamespaces) - Method in class org.sbml.libsbml.SBase
Sets the namespaces relevant of this SBML object.
setNamespaces(XMLNamespaces) - Method in class org.sbml.libsbml.XMLToken
Sets an XMLnamespaces to this XML element.
setNotes(XMLNode) - Method in class org.sbml.libsbml.SBase
Sets the value of the 'notes' subelement of this SBML object.
setNotes(String, boolean) - Method in class org.sbml.libsbml.SBase
Sets the value of the 'notes' subelement of this SBML object to a copy of the string notes.
setNotes(String) - Method in class org.sbml.libsbml.SBase
Sets the value of the 'notes' subelement of this SBML object to a copy of the string notes.
setOffset(double) - Method in class org.sbml.libsbml.Unit
Sets the 'offset' attribute value of this Unit.
setOrganisation(String) - Method in class org.sbml.libsbml.ModelCreator
(Alternate spelling) Sets the 'organization' portion of this ModelCreator object.
setOrganization(String) - Method in class org.sbml.libsbml.ModelCreator
Sets the 'organization' portion of this ModelCreator object.
setOutputFileName(String) - Method in class org.sbml.libsbml.SBMLExternalValidator
Sets the output file name
setOutside(String) - Method in class org.sbml.libsbml.Compartment
Sets the 'outside' attribute of this Compartment.
setPackageRequired(String, boolean) - Method in class org.sbml.libsbml.SBMLDocument
Sets the required attribute value of the given package extension.
setParseAvogadroCsymbol(boolean) - Method in class org.sbml.libsbml.L3ParserSettings
Sets the parser's behavior in handling the string avogadro in mathematical formulas.
setParseCollapseMinus(boolean) - Method in class org.sbml.libsbml.L3ParserSettings
Sets the behavior for handling unary minuses appearing in mathematical formulas.
setParseLog(int) - Method in class org.sbml.libsbml.L3ParserSettings
Sets the behavior for handling log in mathematical formulas.
setParseUnits(boolean) - Method in class org.sbml.libsbml.L3ParserSettings
Sets the parser's behavior in handling units associated with numbers in a mathematical formula.
setPersistent(boolean) - Method in class org.sbml.libsbml.Trigger
(SBML Level 3 only) Sets the 'persistent' attribute of this Trigger instance.
setPkgRequired(String, boolean) - Method in class org.sbml.libsbml.SBMLDocument
Deprecated. 
Replaced in libSBML 5.2.0 by setPackageRequired(String package, boolean flag)
setPriority(Priority) - Method in class org.sbml.libsbml.Event
(SBML Level 3 only) Sets the priority definition of this Event to a copy of the given Priority object instance.
setProgram(String) - Method in class org.sbml.libsbml.SBMLExternalValidator
Sets the name of the program to run
setProgramName(String) - Method in class org.sbml.libsbml.SBMLWriter
Sets the name of this program, i.e., the program that is about to write out the SBMLDocument.
setProgramVersion(String) - Method in class org.sbml.libsbml.SBMLWriter
Sets the version of this program, i.e., the program that is about to write out the SBMLDocument.
setProperties(ConversionProperties) - Method in class org.sbml.libsbml.SBMLConverter
Sets the configuration properties to be used by this converter.
setQualifierType(int) - Method in class org.sbml.libsbml.CVTerm
Sets the qualifier code of this CVTerm object.
setRequired(boolean) - Method in class org.sbml.libsbml.SBMLDocumentPlugin
Sets the bool value of 'required' attribute of corresponding package in SBMLDocument element.
setReversible(boolean) - Method in class org.sbml.libsbml.Reaction
Sets the value of the 'reversible' attribute of this Reaction.
setSBMLFileName(String) - Method in class org.sbml.libsbml.SBMLExternalValidator
Sets the filename for the temporary file to be created
setSBOTerm(int) - Method in class org.sbml.libsbml.SBase
Sets the value of the 'sboTerm' attribute.
setSBOTerm(String) - Method in class org.sbml.libsbml.SBase
Sets the value of the 'sboTerm' attribute by string.
setScale(int) - Method in class org.sbml.libsbml.Unit
Sets the 'scale' attribute value of this Unit.
setSecond(long) - Method in class org.sbml.libsbml.Date
Sets the value of the second of the Date object.
setSignOffset(long) - Method in class org.sbml.libsbml.Date
Sets the value of the sign of the time zone offset of this Date object.
setSize(double) - Method in class org.sbml.libsbml.Compartment
Sets the 'size' attribute (or 'volume' in SBML Level 1) of this Compartment.
setSpatialDimensions(long) - Method in class org.sbml.libsbml.Compartment
Sets the 'spatialDimensions' attribute of this Compartment.
setSpatialDimensions(double) - Method in class org.sbml.libsbml.Compartment
Sets the 'spatialDimensions' attribute of this Compartment as a double.
setSpatialSizeUnits(String) - Method in class org.sbml.libsbml.Species
(SBML Level 2 Versions 1–2) Sets the 'spatialSizeUnits' attribute of this Species object.
setSpecies(String) - Method in class org.sbml.libsbml.SimpleSpeciesReference
Sets the 'species' attribute of this SimpleSpeciesReference.
setSpeciesType(String) - Method in class org.sbml.libsbml.Species
Sets the 'speciesType' attribute of this Species object.
setStoichiometry(double) - Method in class org.sbml.libsbml.SpeciesReference
Sets the value of the 'stoichiometry' attribute of this SpeciesReference.
setStoichiometryMath(StoichiometryMath) - Method in class org.sbml.libsbml.SpeciesReference
Sets the 'stoichiometryMath' subelement of this SpeciesReference.
setStyle(String) - Method in class org.sbml.libsbml.ASTNode
Sets the mathml style of this ASTNode to style.
setSubstanceUnits(String) - Method in class org.sbml.libsbml.KineticLaw
(SBML Level 2 Version 1 only) Sets the 'substanceUnits' attribute of this KineticLaw object to a copy of the identifier given in sid.
setSubstanceUnits(String) - Method in class org.sbml.libsbml.Model
Sets the value of the 'substanceUnits' attribute of this Model.
setSubstanceUnits(String) - Method in class org.sbml.libsbml.Species
Sets the 'substanceUnits' attribute of this Species object.
setSymbol(String) - Method in class org.sbml.libsbml.InitialAssignment
Sets the 'symbol' attribute value of this InitialAssignment.
setTargetNamespaces(SBMLNamespaces) - Method in class org.sbml.libsbml.ConversionProperties
Sets the target namespace.
setTimeUnits(String) - Method in class org.sbml.libsbml.Event
Sets the 'timeUnits' attribute of this Event to a copy of sid.
setTimeUnits(String) - Method in class org.sbml.libsbml.KineticLaw
(SBML Level 2 Version 1 only) Sets the 'timeUnits' attribute of this KineticLaw object to a copy of the identifier in sid.
setTimeUnits(String) - Method in class org.sbml.libsbml.Model
Sets the value of the 'timeUnits' attribute of this Model.
setTrigger(Trigger) - Method in class org.sbml.libsbml.Event
Sets the trigger definition of this Event to a copy of the given Trigger object instance.
setTriple(XMLTriple) - Method in class org.sbml.libsbml.XMLToken
Sets the XMLTripe (name, uri and prefix) of this XML element.
setType(int) - Method in class org.sbml.libsbml.ASTNode
Sets the type of this ASTNode to the given type code.
setType(int) - Method in class org.sbml.libsbml.ConversionOption
Sets the type of this option.
setUnits(String) - Method in class org.sbml.libsbml.ASTNode
Sets the units of this ASTNode to units.
setUnits(String) - Method in class org.sbml.libsbml.Compartment
Sets the 'units' attribute of this Compartment.
setUnits(String) - Method in class org.sbml.libsbml.Parameter
Sets the 'units' attribute of this Parameter to a copy of the given units identifier units.
setUnits(String) - Method in class org.sbml.libsbml.Rule
Sets the units for this Rule.
setUnits(String) - Method in class org.sbml.libsbml.Species
(SBML Level 1 only) Sets the units of this Species object.
setUseValuesFromTriggerTime(boolean) - Method in class org.sbml.libsbml.Event
Sets the 'useValuesFromTriggerTime' attribute of this Event to a value.
setValue(int) - Method in class org.sbml.libsbml.ASTNode
Sets the value of this ASTNode to the given (long) integer and sets the node type to AST_INTEGER.
setValue(int, int) - Method in class org.sbml.libsbml.ASTNode
Sets the value of this ASTNode to the given rational in two parts: the numerator and denominator.
setValue(double) - Method in class org.sbml.libsbml.ASTNode
Sets the value of this ASTNode to the given real (double) and sets the node type to AST_REAL.
setValue(double, int) - Method in class org.sbml.libsbml.ASTNode
Sets the value of this ASTNode to the given real (double) in two parts: the mantissa and the exponent.
setValue(String) - Method in class org.sbml.libsbml.ConversionOption
Sets the value for this option.
setValue(String, String) - Method in class org.sbml.libsbml.ConversionProperties
Sets the value of the given option to a string.
setValue(double) - Method in class org.sbml.libsbml.Parameter
Sets the 'value' attribute of this Parameter to the given double value and marks the attribute as set.
setVariable(String) - Method in class org.sbml.libsbml.EventAssignment
Sets the attribute 'variable' of this EventAssignment to a copy of the given identifier string.
setVariable(String) - Method in class org.sbml.libsbml.Rule
Sets the 'variable' attribute value of this Rule object.
setVolume(double) - Method in class org.sbml.libsbml.Compartment
Sets the 'volume' attribute (or 'size' in SBML Level 2) of this Compartment.
setVolumeUnits(String) - Method in class org.sbml.libsbml.Model
Sets the value of the 'volumeUnits' attribute of this Model.
setYear(long) - Method in class org.sbml.libsbml.Date
Sets the value of the year of this Date object.
SimpleSpeciesReference - Class in org.sbml.libsbml
Implementation of SBML's SimpleSpeciesReference construct.
simplify(UnitDefinition) - Static method in class org.sbml.libsbml.UnitDefinition
Simplifies the UnitDefinition such that any given kind of Unit object occurs only once in the ListOfUnits.
size() - Method in class org.sbml.libsbml.ListOf
Get the size of this ListOf.
SpatialSizeUnitsNotValidAttribute - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
SpatialSizeUnitsRemoved - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
SpatialUnitsInOneD - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
SpatialUnitsInThreeD - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
SpatialUnitsInTwoD - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
Species - Class in org.sbml.libsbml
Implementation of SBML's Species construct.
Species(long, long) - Constructor for class org.sbml.libsbml.Species
Creates a new Species using the given SBML level and version values.
Species(SBMLNamespaces) - Constructor for class org.sbml.libsbml.Species
Creates a new Species using the given SBMLNamespaces object sbmlns.
Species(Species) - Constructor for class org.sbml.libsbml.Species
Copy constructor; creates a copy of this Species object.
SpeciesCompartmentRequiredInL1 - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
SpeciesInvalidExtentUnits - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
SpeciesReference - Class in org.sbml.libsbml
Implementation of SBML's SpeciesReference construct.
SpeciesReference(long, long) - Constructor for class org.sbml.libsbml.SpeciesReference
Creates a new SpeciesReference using the given SBML level and version values.
SpeciesReference(SBMLNamespaces) - Constructor for class org.sbml.libsbml.SpeciesReference
Creates a new SpeciesReference using the given SBMLNamespaces object sbmlns.
SpeciesReference(SpeciesReference) - Constructor for class org.sbml.libsbml.SpeciesReference
Copy constructor; creates a copy of this SpeciesReference.
SpeciesType - Class in org.sbml.libsbml
Implementation of SBML Level 2's SpeciesType construct.
SpeciesType(long, long) - Constructor for class org.sbml.libsbml.SpeciesType
Creates a new SpeciesType using the given SBML level and version values.
SpeciesType(SBMLNamespaces) - Constructor for class org.sbml.libsbml.SpeciesType
Creates a new SpeciesType using the given SBMLNamespaces object sbmlns.
SpeciesType(SpeciesType) - Constructor for class org.sbml.libsbml.SpeciesType
Copy constructor; creates a copy of this SpeciesType.
SpeciesTypeNotValidAttribute - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
SpeciesTypeNotValidComponent - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
StoichiometryMath - Class in org.sbml.libsbml
Implementation of SBML Level 2's StoichiometryMath construct.
StoichiometryMath(long, long) - Constructor for class org.sbml.libsbml.StoichiometryMath
Creates a new StoichiometryMath object using the given SBML level values.
StoichiometryMath(SBMLNamespaces) - Constructor for class org.sbml.libsbml.StoichiometryMath
Creates a new StoichiometryMath object using the given SBMLNamespaces object sbmlns.
StoichiometryMath(StoichiometryMath) - Constructor for class org.sbml.libsbml.StoichiometryMath
Copy constructor; creates a copy of this StoichiometryMath.
StoichiometryMathNotValidComponent - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
StoichiometryMathNotYetSupported - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
str() - Method in class org.sbml.libsbml.OStringStream
Returns the copy of the string object currently assosiated with this ostringstream buffer.
str(String) - Method in class org.sbml.libsbml.OStringStream
Sets string s to the string object currently assosiated with this stream buffer.
StrictSBORequiredInL2v2 - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
StrictSBORequiredInL2v3 - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
StrictUnitsRequiredInL1 - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
StrictUnitsRequiredInL2v1 - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
StrictUnitsRequiredInL2v2 - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
StrictUnitsRequiredInL2v3 - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
stringToInt(String) - Static method in class org.sbml.libsbml.SBO
Returns the string as a correctly formatted SBO integer portion.
SubstanceUnitsOnSpecies - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
SubsUnitsAllowedInKL - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
SubsUnitsNoLongerValid - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
swapChildren(ASTNode) - Method in class org.sbml.libsbml.ASTNode
Swap the children of this ASTNode object with the children of the given ASTNode object.
swigReleaseOwnership() - Method in class org.sbml.libsbml.SBMLConverter
 
swigReleaseOwnership() - Method in class org.sbml.libsbml.SBMLValidator
 
swigTakeOwnership() - Method in class org.sbml.libsbml.SBMLConverter
 
swigTakeOwnership() - Method in class org.sbml.libsbml.SBMLValidator
 
SyntaxChecker - Class in org.sbml.libsbml
Methods for checking syntax of SBML identifiers and other strings.
SyntaxChecker() - Constructor for class org.sbml.libsbml.SyntaxChecker
 

T

ThreeDimensionalCompartmentUnits - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
TimeUnitsAllowedInKL - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
TimeUnitsEvent - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
TimeUnitsNoLongerValid - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
TimeUnitsRemoved - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
toSBML() - Method in class org.sbml.libsbml.SBase
Returns a string consisting of a partial SBML corresponding to just this object.
toString() - Method in class org.sbml.libsbml.XMLErrorLog
Writes all errors contained in this log to a string and returns it.
toString() - Method in class org.sbml.libsbml.XMLToken
Prints a string representation of the underlying token stream, for debugging purposes.
toXMLString() - Method in class org.sbml.libsbml.XMLNode
Returns a string representation of this XMLNode.
Trigger - Class in org.sbml.libsbml
Implementation of SBML's Trigger construct for Event.
Trigger(long, long) - Constructor for class org.sbml.libsbml.Trigger
Creates a new Trigger using the given SBML level and version values.
Trigger(SBMLNamespaces) - Constructor for class org.sbml.libsbml.Trigger
Creates a new Trigger using the given SBMLNamespaces object sbmlns.
Trigger(Trigger) - Constructor for class org.sbml.libsbml.Trigger
Copy constructor; creates a copy of this Trigger.
TriggerMathNotBoolean - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
TwoDimensionalCompartmentUnits - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.

U

UnclosedXMLToken - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the error and warning codes returned by the XML layer in libSBML.
UndeclaredExtentUnitsL3 - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
UndeclaredObjectUnitsL3 - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
UndeclaredSpeciesInStoichMath - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
UndeclaredSpeciesRef - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
UndeclaredTimeUnitsL3 - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
UndeclaredUnits - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
UndefinedOutsideCompartment - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the SBML error and warning codes for objects of class SBMLError.
UndefinedXMLEntity - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the error and warning codes returned by the XML layer in libSBML.
UninterpretableXMLContent - Static variable in interface org.sbml.libsbml.libsbmlConstants
A value in the enumeration of all the error and warning codes returned by the XML layer in libSBML.
Unit - Class in org.sbml.libsbml
Implementation of SBML's Unit construct.
Unit(long, long) - Constructor for class org.sbml.libsbml.Unit
Creates a new Unit using the given SBML level and version values.
Unit(SBMLNamespaces) - Constructor for class org.sbml.libsbml.Unit
Creates a new Unit using the given SBMLNamespaces object sbmlns.
Unit(Unit) - Constructor for class org.sbml.libsbml.Unit
Copy constructor; creates a copy of this Unit.
UNIT_KIND_AMPERE - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible predefined SBML units.
UNIT_KIND_AVOGADRO - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible predefined SBML units.
UNIT_KIND_BECQUEREL - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible predefined SBML units.
UNIT_KIND_CANDELA - Static variable in interface org.sbml.libsbml.libsbmlConstants
One of the possible predefined SBML units.
UNIT_KIND_CELSIUS - Static variable in interface org.sbml.libsbml.