Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X 

A

about - Variable in class org.sbml.jsbml.Annotation
matches the about XML attribute of an annotation element in a SBML file.
about - Static variable in class org.sbml.jsbml.util.TreeNodeChangeEvent
 
abs(double, MathContainer) - Static method in class org.sbml.jsbml.ASTNode
Creates and returns an ASTNode that computes the absolute value of the given double value.
abs(int, MathContainer) - Static method in class org.sbml.jsbml.ASTNode
Creates and returns an ASTNode that computes the absolute value of the given integer value.
abs(ASTNode2) - Method in interface org.sbml.jsbml.math.compiler.ASTNode2Compiler
The absolute value represented by the given ASTNode2.
abs(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.FindUnitsCompiler
 
abs(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.FormulaCompiler
 
abs(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.LaTeXCompiler
 
abs(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.UnitsCompiler
 
ABS - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserASTNode2Constants
RegularExpression Id.
abs(ASTNode) - Method in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
The absolute value represented by the given ASTNode.
abs(ASTNode) - Method in class org.sbml.jsbml.util.compilers.FindUnitsCompiler
 
abs(ASTNode) - Method in class org.sbml.jsbml.util.compilers.FormulaCompiler
 
abs(ASTNode) - Method in class org.sbml.jsbml.util.compilers.LaTeXCompiler
 
abs(ASTNode) - Method in class org.sbml.jsbml.util.compilers.MathMLCompiler
Deprecated.
 
abs(ASTNode) - Method in class org.sbml.jsbml.util.compilers.UnitsCompiler
 
AbstractASTNode - Class in org.sbml.jsbml.math
A node in the Abstract Syntax Tree (AST) representation of a mathematical expression.
AbstractASTNode() - Constructor for class org.sbml.jsbml.math.AbstractASTNode
Creates an empty AbstractTreeNode without a pointer to its containing MathContainer.
AbstractASTNode(ASTNode2) - Constructor for class org.sbml.jsbml.math.AbstractASTNode
Constructor for cloning AbstractTreeNode
AbstractASTNode(MathContainer) - Constructor for class org.sbml.jsbml.math.AbstractASTNode
Creates an empty AbstractTreeNode with a pointer to the specified MathContainer.
AbstractASTNodePlugin - Class in org.sbml.jsbml.ext
 
AbstractASTNodePlugin() - Constructor for class org.sbml.jsbml.ext.AbstractASTNodePlugin
 
AbstractASTNodePlugin(ASTNode) - Constructor for class org.sbml.jsbml.ext.AbstractASTNodePlugin
 
AbstractASTNodePlugin(ASTNodePlugin) - Constructor for class org.sbml.jsbml.ext.AbstractASTNodePlugin
This method will need to be further tested
AbstractConstraint<T> - Class in org.sbml.jsbml.validator.offline.constraints
Abstract generic mother class to for all the constraints.
AbstractConstraint(int) - Constructor for class org.sbml.jsbml.validator.offline.constraints.AbstractConstraint
 
AbstractConstraintDeclaration - Class in org.sbml.jsbml.validator.offline.constraints
Abstract mother class for all constraints declarations.
AbstractConstraintDeclaration() - Constructor for class org.sbml.jsbml.validator.offline.constraints.AbstractConstraintDeclaration
 
AbstractMathContainer - Class in org.sbml.jsbml
Base class for all the SBML components which contain MathML nodes.
AbstractMathContainer() - Constructor for class org.sbml.jsbml.AbstractMathContainer
Creates a MathContainer instance.
AbstractMathContainer(AbstractMathContainer) - Constructor for class org.sbml.jsbml.AbstractMathContainer
Creates a MathContainer instance from a given MathContainer.
AbstractMathContainer(ASTNode, int, int) - Constructor for class org.sbml.jsbml.AbstractMathContainer
Creates a MathContainer instance from an ASTNode, level and version.
AbstractMathContainer(int, int) - Constructor for class org.sbml.jsbml.AbstractMathContainer
Creates a MathContainer instance from a level and version.
AbstractMathContainer(String, int, int) - Constructor for class org.sbml.jsbml.AbstractMathContainer
Creates a new MathContainer instance.
AbstractNamedSBase - Class in org.sbml.jsbml
Base abstract class for all the SBML components with an id and a name (optional or not) in SBML Level 3 Version 1 or lower.
AbstractNamedSBase() - Constructor for class org.sbml.jsbml.AbstractNamedSBase
Creates a new AbstractNamedSBase instance.
AbstractNamedSBase(int, int) - Constructor for class org.sbml.jsbml.AbstractNamedSBase
Creates an AbstractNamedSBase from a level and version.
AbstractNamedSBase(String) - Constructor for class org.sbml.jsbml.AbstractNamedSBase
Creates an AbstractNamedSBase with the given identifier.
AbstractNamedSBase(String, int, int) - Constructor for class org.sbml.jsbml.AbstractNamedSBase
Creates an AbstractNamedSBase from an id, level and version.
AbstractNamedSBase(String, String, int, int) - Constructor for class org.sbml.jsbml.AbstractNamedSBase
Creates an AbctractNamedSBase from an id, name, level and version.
AbstractNamedSBase(AbstractNamedSBase) - Constructor for class org.sbml.jsbml.AbstractNamedSBase
Creates an AbstractNamedSBase from a given AbstractNamedSBase.
AbstractNamedSBaseWithUnit - Class in org.sbml.jsbml
This simple implementation of the interfaces NamedSBaseWithDerivedUnit and SBaseWithUnit defines elements that can be addressed by their identifier and are or can be associated with a defined Unit or UnitDefinition.
AbstractNamedSBaseWithUnit() - Constructor for class org.sbml.jsbml.AbstractNamedSBaseWithUnit
Initializes a new object of type AbstractNamedSBaseWithUnit whose identifier and name are set to null and whose level and version are set to -1 each.
AbstractNamedSBaseWithUnit(AbstractNamedSBaseWithUnit) - Constructor for class org.sbml.jsbml.AbstractNamedSBaseWithUnit
 
AbstractNamedSBaseWithUnit(int, int) - Constructor for class org.sbml.jsbml.AbstractNamedSBaseWithUnit
 
AbstractNamedSBaseWithUnit(String) - Constructor for class org.sbml.jsbml.AbstractNamedSBaseWithUnit
 
AbstractNamedSBaseWithUnit(String, int, int) - Constructor for class org.sbml.jsbml.AbstractNamedSBaseWithUnit
 
AbstractNamedSBaseWithUnit(String, String, int, int) - Constructor for class org.sbml.jsbml.AbstractNamedSBaseWithUnit
 
AbstractReaderWriter - Class in org.sbml.jsbml.xml.parsers
Contains some code shared by most of the L3 packages parsers.
AbstractReaderWriter() - Constructor for class org.sbml.jsbml.xml.parsers.AbstractReaderWriter
 
AbstractSBase - Class in org.sbml.jsbml
The base class for each SBase component.
AbstractSBase() - Constructor for class org.sbml.jsbml.AbstractSBase
Creates an AbstractSBase instance.
AbstractSBase(int, int) - Constructor for class org.sbml.jsbml.AbstractSBase
Creates an AbstractSBase instance with the given SBML Level and Version.
AbstractSBase(SBase) - Constructor for class org.sbml.jsbml.AbstractSBase
Creates an AbstractSBase instance from a given AbstractSBase.
AbstractSBase(String) - Constructor for class org.sbml.jsbml.AbstractSBase
Creates an AbstractSBase with the given identifier.
AbstractSBase(String, int, int) - Constructor for class org.sbml.jsbml.AbstractSBase
Creates an AbstractSBase from an id, level and version.
AbstractSBase(String, String, int, int) - Constructor for class org.sbml.jsbml.AbstractSBase
Creates an AbstractSBase from an id, name, level and version.
AbstractSBase.NOTES_TYPE - Enum in org.sbml.jsbml
 
AbstractSBasePlugin - Class in org.sbml.jsbml.ext
 
AbstractSBasePlugin() - Constructor for class org.sbml.jsbml.ext.AbstractSBasePlugin
 
AbstractSBasePlugin(SBase) - Constructor for class org.sbml.jsbml.ext.AbstractSBasePlugin
 
AbstractSBasePlugin(SBasePlugin) - Constructor for class org.sbml.jsbml.ext.AbstractSBasePlugin
This method will need to be further tested
AbstractTreeNode - Class in org.sbml.jsbml
A basic implementation of the TreeNode interface.
AbstractTreeNode() - Constructor for class org.sbml.jsbml.AbstractTreeNode
Creates an empty AbstractTreeNode without child nodes and an empty list of TreeNodeChangeListeners.
AbstractTreeNode(TreeNode) - Constructor for class org.sbml.jsbml.AbstractTreeNode
Constructor for cloning.
accept(SBase) - Method in class org.sbml.jsbml.KineticLaw
 
accept(SBase) - Method in class org.sbml.jsbml.Model
 
accept(SBase) - Method in interface org.sbml.jsbml.util.IdManager
Returns true if this IdManager can register or unregister the given SBase.
accepts(Object) - Method in class org.sbml.jsbml.util.filters.AndFilter
 
accepts(Object) - Method in class org.sbml.jsbml.util.filters.AssignmentVariableFilter
 
accepts(Object) - Method in class org.sbml.jsbml.util.filters.BoundaryConditionFilter
 
accepts(Object) - Method in class org.sbml.jsbml.util.filters.CVTermFilter
 
accepts(Object) - Method in interface org.sbml.jsbml.util.filters.Filter
This method checks whether the given object is of the correct type and has the desired properties set to be acceptable.
accepts(Object) - Method in class org.sbml.jsbml.util.filters.IdenticalUnitDefinitionFilter
 
accepts(Object) - Method in class org.sbml.jsbml.util.filters.IdFilter
 
accepts(Object) - Method in class org.sbml.jsbml.util.filters.MetaIdFilter
 
accepts(Object) - Method in class org.sbml.jsbml.util.filters.NameFilter
 
accepts(Object) - Method in class org.sbml.jsbml.util.filters.OrFilter
 
accepts(Object) - Method in class org.sbml.jsbml.util.filters.SBOFilter
 
accepts(Object) - Method in class org.sbml.jsbml.util.filters.SIdFilter
 
accepts(Object) - Method in class org.sbml.jsbml.util.filters.SpeciesReferenceFilter
 
accepts(Object) - Method in class org.sbml.jsbml.util.filters.XMLNodeFilter
 
add(int, T) - Method in class org.sbml.jsbml.ListOf
 
add(T) - Method in class org.sbml.jsbml.ListOf
 
add(Option) - Method in class org.sbml.jsbml.SBMLErrorLog
Adds an option.
add(SBMLError) - Method in class org.sbml.jsbml.SBMLErrorLog
Adds an error.
add(AnyConstraint<T>) - Method in class org.sbml.jsbml.validator.offline.constraints.ConstraintGroup
Adds a constraint to the group.
add(String, String, String, String) - Method in class org.sbml.jsbml.xml.XMLAttributes
Adds an attribute (a name/value pair) to this XMLAttributes set optionally with a prefix and URI defining a namespace.
add(String, String, String) - Method in class org.sbml.jsbml.xml.XMLAttributes
Adds an attribute (a name/value pair) to this XMLAttributes set optionally with a prefix and URI defining a namespace.
add(String, String) - Method in class org.sbml.jsbml.xml.XMLAttributes
Adds an attribute (a name/value pair) to this XMLAttributes set optionally with a prefix and URI defining a namespace.
add(XMLTriple, String) - Method in class org.sbml.jsbml.xml.XMLAttributes
Adds an attribute with the given XMLTriple/value pair to this XMLAttributes set.
add(String, String) - Method in class org.sbml.jsbml.xml.XMLNamespaces
Appends an XML namespace prefix and URI pair to this list of namespace declarations.
add(String) - Method in class org.sbml.jsbml.xml.XMLNamespaces
Appends an XML namespace URI with an empty prefix to this list of namespace declarations.
add_escapes(String) - Static method in exception org.sbml.jsbml.math.parser.ParseException
Used to convert raw characters to their escaped version when these raw version cannot be used as part of an ASCII string literal.
add_escapes(String) - Static method in exception org.sbml.jsbml.text.parser.ParseException
Used to convert raw characters to their escaped version when these raw version cannot be used as part of an ASCII string literal.
addAll(Collection<? extends T>) - Method in class org.sbml.jsbml.ListOf
 
addAll(int, Collection<? extends T>) - Method in class org.sbml.jsbml.ListOf
 
addAllChangeListeners(Collection<TreeNodeChangeListener>) - Method in class org.sbml.jsbml.AbstractTreeNode
 
addAllChangeListeners(Collection<TreeNodeChangeListener>, boolean) - Method in class org.sbml.jsbml.AbstractTreeNode
 
addAllChangeListeners(Collection<TreeNodeChangeListener>) - Method in class org.sbml.jsbml.math.ASTUnknown
 
addAllChangeListeners(Collection<TreeNodeChangeListener>, boolean) - Method in class org.sbml.jsbml.math.ASTUnknown
 
addAllChangeListeners(Collection<TreeNodeChangeListener>) - Method in interface org.sbml.jsbml.util.TreeNodeWithChangeSupport
Adds recursively all given TreeNodeChangeListener instances to this element.
addAllChangeListeners(Collection<TreeNodeChangeListener>, boolean) - Method in interface org.sbml.jsbml.util.TreeNodeWithChangeSupport
 
addAnnotationParsers(StartElement) - Method in class org.sbml.jsbml.xml.stax.SBMLReader
Associates any unknown namespaces with the AnnotationReader.
addAttr(String, String) - Method in class org.sbml.jsbml.xml.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.jsbml.xml.XMLToken
Adds an attribute to the attribute set in this XMLToken optionally with a prefix and URI defining a namespace.
addAttr(String, String, String, String) - Method in class org.sbml.jsbml.xml.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.jsbml.xml.XMLToken
Adds an attribute with the given XMLTriple/value pair to the attribute set in this XMLToken.
addAttributes(Map<String, String>) - Method in class org.sbml.jsbml.xml.stax.SBMLObjectForXML
Adds an attribute to this attributes HashMap.
addChild(ASTNode) - Method in class org.sbml.jsbml.ASTNode
Adds a child to this node.
addChild(ASTNode2) - Method in class org.sbml.jsbml.math.ASTBinaryFunctionNode
Adds a child to this node.
addChild(ASTNode2) - Method in class org.sbml.jsbml.math.ASTFunction
Adds a child to this node.
addChild(ASTNode2) - Method in class org.sbml.jsbml.math.ASTLogarithmNode
 
addChild(ASTNode2) - Method in class org.sbml.jsbml.math.ASTUnaryFunctionNode
 
addChild(CycleDetectionTreeNode) - Method in class org.sbml.jsbml.validator.offline.constraints.helper.CycleDetectionTreeNode
 
addChild(XMLNode) - Method in class org.sbml.jsbml.xml.XMLNode
Adds a child to this XMLNode.
addColor(SBMLRDFAnnotationParser.NODE_COLOR, SBMLRDFAnnotationParser.NODE_COLOR) - Method in class org.sbml.jsbml.xml.parsers.SBMLRDFAnnotationParser
Adds the given colors and return the resulting color.
addCompartment(Compartment) - Method in class org.sbml.jsbml.Model
Adds a Compartment instance to the listOfCompartments of this Model.
addCompartmentType(CompartmentType) - Method in class org.sbml.jsbml.Model
Deprecated.
Only valid in SBML Level 2 for Versions 2 through 4.
addConstraint(Constraint) - Method in class org.sbml.jsbml.Model
Adds a Constraint instance to the listOfConstraints of this Model.
addCreator(Creator) - Method in class org.sbml.jsbml.History
Adds a Creator instance to this History.
addCVTerm(CVTerm) - Method in class org.sbml.jsbml.AbstractSBase
 
addCVTerm(CVTerm) - Method in class org.sbml.jsbml.Annotation
Adds a CVTerm.
addCVTerm(CVTerm) - Method in interface org.sbml.jsbml.SBase
Adds a CVTerm.
addCVTerm - Static variable in class org.sbml.jsbml.util.TreeNodeChangeEvent
 
addDeclaredNamespace(String, String) - Method in class org.sbml.jsbml.AbstractSBase
Adds an additional name space to the set of declared namespaces of this SBase.
addDeclaredNamespace(String, String) - Method in class org.sbml.jsbml.Annotation
Adds an additional namespace to the set of declared namespaces of this SBase.
addDeclaredNamespace(String, String) - Method in interface org.sbml.jsbml.SBase
Adds an additional name space to the set of declared namespaces of this SBase.
addDeclaredNamespace - Static variable in class org.sbml.jsbml.util.TreeNodeChangeEvent
 
addErrorCodesForAttribute(Set<Integer>, int, int, String) - Method in class org.sbml.jsbml.validator.offline.constraints.AlgebraicRuleConstraints
 
addErrorCodesForAttribute(Set<Integer>, int, int, String) - Method in class org.sbml.jsbml.validator.offline.constraints.AssignmentConstraints
 
addErrorCodesForAttribute(Set<Integer>, int, int, String) - Method in class org.sbml.jsbml.validator.offline.constraints.AssignmentRuleConstraints
 
addErrorCodesForAttribute(Set<Integer>, int, int, String) - Method in class org.sbml.jsbml.validator.offline.constraints.ASTNodeConstraints
 
addErrorCodesForAttribute(Set<Integer>, int, int, String) - Method in class org.sbml.jsbml.validator.offline.constraints.CompartmentConstraints
 
addErrorCodesForAttribute(Set<Integer>, int, int, String) - Method in class org.sbml.jsbml.validator.offline.constraints.CompartmentTypeConstraints
 
addErrorCodesForAttribute(Set<Integer>, int, int, String) - Method in class org.sbml.jsbml.validator.offline.constraints.ConstraintConstraints
 
addErrorCodesForAttribute(Set<Integer>, int, int, String) - Method in interface org.sbml.jsbml.validator.offline.constraints.ConstraintDeclaration
Adds all error codes which are needed for a check the attribute to the set.
addErrorCodesForAttribute(Set<Integer>, int, int, String) - Method in class org.sbml.jsbml.validator.offline.constraints.DelayConstraints
 
addErrorCodesForAttribute(Set<Integer>, int, int, String) - Method in class org.sbml.jsbml.validator.offline.constraints.EventAssignmentConstraints
 
addErrorCodesForAttribute(Set<Integer>, int, int, String) - Method in class org.sbml.jsbml.validator.offline.constraints.EventConstraints
 
addErrorCodesForAttribute(Set<Integer>, int, int, String) - Method in class org.sbml.jsbml.validator.offline.constraints.ExplicitRuleConstraints
 
addErrorCodesForAttribute(Set<Integer>, int, int, String) - Method in class org.sbml.jsbml.validator.offline.constraints.FunctionDefinitionConstraints
 
addErrorCodesForAttribute(Set<Integer>, int, int, String) - Method in class org.sbml.jsbml.validator.offline.constraints.InitialAssignmentConstraints
 
addErrorCodesForAttribute(Set<Integer>, int, int, String) - Method in class org.sbml.jsbml.validator.offline.constraints.KineticLawConstraints
 
addErrorCodesForAttribute(Set<Integer>, int, int, String) - Method in class org.sbml.jsbml.validator.offline.constraints.LocalParameterConstraints
 
addErrorCodesForAttribute(Set<Integer>, int, int, String) - Method in class org.sbml.jsbml.validator.offline.constraints.MathContainerConstraints
 
addErrorCodesForAttribute(Set<Integer>, int, int, String) - Method in class org.sbml.jsbml.validator.offline.constraints.ModelConstraints
 
addErrorCodesForAttribute(Set<Integer>, int, int, String) - Method in class org.sbml.jsbml.validator.offline.constraints.ParameterConstraints
 
addErrorCodesForAttribute(Set<Integer>, int, int, String) - Method in class org.sbml.jsbml.validator.offline.constraints.PriorityConstraints
 
addErrorCodesForAttribute(Set<Integer>, int, int, String) - Method in class org.sbml.jsbml.validator.offline.constraints.RateRuleConstraints
 
addErrorCodesForAttribute(Set<Integer>, int, int, String) - Method in class org.sbml.jsbml.validator.offline.constraints.ReactionConstraints
 
addErrorCodesForAttribute(Set<Integer>, int, int, String) - Method in class org.sbml.jsbml.validator.offline.constraints.RuleConstraints
 
addErrorCodesForAttribute(Set<Integer>, int, int, String) - Method in class org.sbml.jsbml.validator.offline.constraints.SBaseConstraints
 
addErrorCodesForAttribute(Set<Integer>, int, int, String) - Method in class org.sbml.jsbml.validator.offline.constraints.SBaseWithDerivedUnitConstraints
 
addErrorCodesForAttribute(Set<Integer>, int, int, String) - Method in class org.sbml.jsbml.validator.offline.constraints.SBaseWithUnitConstraints
 
addErrorCodesForAttribute(Set<Integer>, int, int, String) - Method in class org.sbml.jsbml.validator.offline.constraints.SBMLDocumentConstraints
 
addErrorCodesForAttribute(Set<Integer>, int, int, String) - Method in class org.sbml.jsbml.validator.offline.constraints.SimpleSpeciesReferenceConstraints
 
addErrorCodesForAttribute(Set<Integer>, int, int, String) - Method in class org.sbml.jsbml.validator.offline.constraints.SpeciesConstraints
 
addErrorCodesForAttribute(Set<Integer>, int, int, String) - Method in class org.sbml.jsbml.validator.offline.constraints.SpeciesReferenceConstraints
 
addErrorCodesForAttribute(Set<Integer>, int, int, String) - Method in class org.sbml.jsbml.validator.offline.constraints.SpeciesTypeConstraints
 
addErrorCodesForAttribute(Set<Integer>, int, int, String) - Method in class org.sbml.jsbml.validator.offline.constraints.TreeNodeConstraints
 
addErrorCodesForAttribute(Set<Integer>, int, int, String) - Method in class org.sbml.jsbml.validator.offline.constraints.TriggerConstraints
 
addErrorCodesForAttribute(Set<Integer>, int, int, String) - Method in class org.sbml.jsbml.validator.offline.constraints.UnitConstraints
 
addErrorCodesForAttribute(Set<Integer>, int, int, String) - Method in class org.sbml.jsbml.validator.offline.constraints.UnitDefinitionConstraints
 
addErrorCodesForCheck(Set<Integer>, int, int, SBMLValidator.CHECK_CATEGORY) - Method in class org.sbml.jsbml.validator.offline.constraints.AlgebraicRuleConstraints
 
addErrorCodesForCheck(Set<Integer>, int, int, SBMLValidator.CHECK_CATEGORY) - Method in class org.sbml.jsbml.validator.offline.constraints.AssignmentConstraints
 
addErrorCodesForCheck(Set<Integer>, int, int, SBMLValidator.CHECK_CATEGORY) - Method in class org.sbml.jsbml.validator.offline.constraints.AssignmentRuleConstraints
 
addErrorCodesForCheck(Set<Integer>, int, int, SBMLValidator.CHECK_CATEGORY) - Method in class org.sbml.jsbml.validator.offline.constraints.ASTNodeConstraints
 
addErrorCodesForCheck(Set<Integer>, int, int, SBMLValidator.CHECK_CATEGORY) - Method in class org.sbml.jsbml.validator.offline.constraints.CompartmentConstraints
 
addErrorCodesForCheck(Set<Integer>, int, int, SBMLValidator.CHECK_CATEGORY) - Method in class org.sbml.jsbml.validator.offline.constraints.CompartmentTypeConstraints
 
addErrorCodesForCheck(Set<Integer>, int, int, SBMLValidator.CHECK_CATEGORY) - Method in class org.sbml.jsbml.validator.offline.constraints.ConstraintConstraints
 
addErrorCodesForCheck(Set<Integer>, int, int, SBMLValidator.CHECK_CATEGORY) - Method in interface org.sbml.jsbml.validator.offline.constraints.ConstraintDeclaration
Adds all error codes which are needed for a check in this category to the set.
addErrorCodesForCheck(Set<Integer>, int, int, SBMLValidator.CHECK_CATEGORY) - Method in class org.sbml.jsbml.validator.offline.constraints.DelayConstraints
 
addErrorCodesForCheck(Set<Integer>, int, int, SBMLValidator.CHECK_CATEGORY) - Method in class org.sbml.jsbml.validator.offline.constraints.EventAssignmentConstraints
 
addErrorCodesForCheck(Set<Integer>, int, int, SBMLValidator.CHECK_CATEGORY) - Method in class org.sbml.jsbml.validator.offline.constraints.EventConstraints
 
addErrorCodesForCheck(Set<Integer>, int, int, SBMLValidator.CHECK_CATEGORY) - Method in class org.sbml.jsbml.validator.offline.constraints.ExplicitRuleConstraints
 
addErrorCodesForCheck(Set<Integer>, int, int, SBMLValidator.CHECK_CATEGORY) - Method in class org.sbml.jsbml.validator.offline.constraints.FunctionDefinitionConstraints
 
addErrorCodesForCheck(Set<Integer>, int, int, SBMLValidator.CHECK_CATEGORY) - Method in class org.sbml.jsbml.validator.offline.constraints.InitialAssignmentConstraints
 
addErrorCodesForCheck(Set<Integer>, int, int, SBMLValidator.CHECK_CATEGORY) - Method in class org.sbml.jsbml.validator.offline.constraints.KineticLawConstraints
 
addErrorCodesForCheck(Set<Integer>, int, int, SBMLValidator.CHECK_CATEGORY) - Method in class org.sbml.jsbml.validator.offline.constraints.LocalParameterConstraints
 
addErrorCodesForCheck(Set<Integer>, int, int, SBMLValidator.CHECK_CATEGORY) - Method in class org.sbml.jsbml.validator.offline.constraints.MathContainerConstraints
 
addErrorCodesForCheck(Set<Integer>, int, int, SBMLValidator.CHECK_CATEGORY) - Method in class org.sbml.jsbml.validator.offline.constraints.ModelConstraints
 
addErrorCodesForCheck(Set<Integer>, int, int, SBMLValidator.CHECK_CATEGORY) - Method in class org.sbml.jsbml.validator.offline.constraints.ParameterConstraints
 
addErrorCodesForCheck(Set<Integer>, int, int, SBMLValidator.CHECK_CATEGORY) - Method in class org.sbml.jsbml.validator.offline.constraints.PriorityConstraints
 
addErrorCodesForCheck(Set<Integer>, int, int, SBMLValidator.CHECK_CATEGORY) - Method in class org.sbml.jsbml.validator.offline.constraints.RateRuleConstraints
 
addErrorCodesForCheck(Set<Integer>, int, int, SBMLValidator.CHECK_CATEGORY) - Method in class org.sbml.jsbml.validator.offline.constraints.ReactionConstraints
 
addErrorCodesForCheck(Set<Integer>, int, int, SBMLValidator.CHECK_CATEGORY) - Method in class org.sbml.jsbml.validator.offline.constraints.RuleConstraints
 
addErrorCodesForCheck(Set<Integer>, int, int, SBMLValidator.CHECK_CATEGORY) - Method in class org.sbml.jsbml.validator.offline.constraints.SBaseConstraints
 
addErrorCodesForCheck(Set<Integer>, int, int, SBMLValidator.CHECK_CATEGORY) - Method in class org.sbml.jsbml.validator.offline.constraints.SBaseWithDerivedUnitConstraints
 
addErrorCodesForCheck(Set<Integer>, int, int, SBMLValidator.CHECK_CATEGORY) - Method in class org.sbml.jsbml.validator.offline.constraints.SBaseWithUnitConstraints
 
addErrorCodesForCheck(Set<Integer>, int, int, SBMLValidator.CHECK_CATEGORY) - Method in class org.sbml.jsbml.validator.offline.constraints.SBMLDocumentConstraints
 
addErrorCodesForCheck(Set<Integer>, int, int, SBMLValidator.CHECK_CATEGORY) - Method in class org.sbml.jsbml.validator.offline.constraints.SimpleSpeciesReferenceConstraints
 
addErrorCodesForCheck(Set<Integer>, int, int, SBMLValidator.CHECK_CATEGORY) - Method in class org.sbml.jsbml.validator.offline.constraints.SpeciesConstraints
 
addErrorCodesForCheck(Set<Integer>, int, int, SBMLValidator.CHECK_CATEGORY) - Method in class org.sbml.jsbml.validator.offline.constraints.SpeciesReferenceConstraints
 
addErrorCodesForCheck(Set<Integer>, int, int, SBMLValidator.CHECK_CATEGORY) - Method in class org.sbml.jsbml.validator.offline.constraints.SpeciesTypeConstraints
 
addErrorCodesForCheck(Set<Integer>, int, int, SBMLValidator.CHECK_CATEGORY) - Method in class org.sbml.jsbml.validator.offline.constraints.TreeNodeConstraints
 
addErrorCodesForCheck(Set<Integer>, int, int, SBMLValidator.CHECK_CATEGORY) - Method in class org.sbml.jsbml.validator.offline.constraints.TriggerConstraints
 
addErrorCodesForCheck(Set<Integer>, int, int, SBMLValidator.CHECK_CATEGORY) - Method in class org.sbml.jsbml.validator.offline.constraints.UnitConstraints
 
addErrorCodesForCheck(Set<Integer>, int, int, SBMLValidator.CHECK_CATEGORY) - Method in class org.sbml.jsbml.validator.offline.constraints.UnitDefinitionConstraints
 
addEscapes(String) - Static method in error org.sbml.jsbml.math.parser.TokenMgrError
Replaces unprintable characters by their escaped (or unicode escaped) equivalents in the given string
addEscapes(String) - Static method in error org.sbml.jsbml.text.parser.TokenMgrError
Replaces unprintable characters by their escaped (or unicode escaped) equivalents in the given string
addEvent(Event) - Method in class org.sbml.jsbml.Model
Adds an Event instance to the listOfEvents of this Model.
addEventAssignment(EventAssignment) - Method in class org.sbml.jsbml.Event
Adds a new EventAssignment to the listOfEventAssignments.
addExtension(String, SBasePlugin) - Method in class org.sbml.jsbml.AbstractSBase
 
addExtension(String, ASTNodePlugin) - Method in class org.sbml.jsbml.ASTNode
Adds a ASTNodePlugin object to this ASTNode.
addExtension(String, SBasePlugin) - Method in interface org.sbml.jsbml.SBase
Adds a SBasePlugin extension object to this SBase.
addExtension - Static variable in class org.sbml.jsbml.util.TreeNodeChangeEvent
 
addFilter(Filter) - Method in class org.sbml.jsbml.util.filters.AndFilter
 
addFunctionDefinition(FunctionDefinition) - Method in class org.sbml.jsbml.Model
Adds a FunctionDefinition instance to the listOfFunctionDefinitions of this Model.
addInitialAssignment(InitialAssignment) - Method in class org.sbml.jsbml.Model
Adds an InitialAssignment instance to the listOfInitialAssignments of this Model.
addLocalParameter(LocalParameter) - Method in class org.sbml.jsbml.KineticLaw
Adds a copy of the given Parameter object to the list of local parameters in this KineticLaw.
addModifiedDate(Date) - Method in class org.sbml.jsbml.History
Adds a Date of modification to this History.
addModifier(ModifierSpeciesReference) - Method in class org.sbml.jsbml.Reaction
Adds a ModifierSpeciesReference instance to this Reaction.
addNamespace(String, String, String) - Method in class org.sbml.jsbml.SBMLDocument
addNamespace(String) - Method in class org.sbml.jsbml.xml.XMLToken
Appends an XML namespace URI to this XMLToken.
addNamespace(String, String) - Method in class org.sbml.jsbml.xml.XMLToken
Appends an XML namespace prefix and URI pair to this XMLToken.
addNestedCVTerm(CVTerm) - Method in class org.sbml.jsbml.CVTerm
addNode(OverdeterminationValidator.Node<T>) - Method in class org.sbml.jsbml.validator.OverdeterminationValidator.InnerNode
 
addNode(OverdeterminationValidator.Node<S>) - Method in interface org.sbml.jsbml.validator.OverdeterminationValidator.Node
Adds a node to the list of nodes (creates an edge from this node to another one)
addNode(OverdeterminationValidator.Node<T>) - Method in class org.sbml.jsbml.validator.OverdeterminationValidator.StartNode
 
addNode(OverdeterminationValidator.Node<T>) - Method in class org.sbml.jsbml.validator.OverdeterminationValidator.TerminalNode
 
addPackageDeclaration(String, String, boolean) - Method in class org.sbml.jsbml.SBMLDocument
Adds the package namespace declaration in this SBMLDocument, adds as well the required attribute for this package.
addParameter(LocalParameter) - Method in class org.sbml.jsbml.KineticLaw
addParameter(Parameter) - Method in class org.sbml.jsbml.KineticLaw
Deprecated.
A KineticLaw can only contain instances of LocalParameters. Please use KineticLaw.addLocalParameter(LocalParameter) and create an instance of LocalParameter for your purposes.
addParameter(Parameter) - Method in class org.sbml.jsbml.Model
Adds a Parameter instance to the listOfParameters of this Model.
addParent(CycleDetectionTreeNode) - Method in class org.sbml.jsbml.validator.offline.constraints.helper.CycleDetectionTreeNode
 
addPlugin(String, SBasePlugin) - Method in class org.sbml.jsbml.AbstractSBase
 
addPlugin(String, ASTNodePlugin) - Method in class org.sbml.jsbml.ASTNode
Adds a ASTNodePlugin object to this ASTNode.
addPlugin(String, SBasePlugin) - Method in interface org.sbml.jsbml.SBase
Adds a SBasePlugin extension object to this SBase.
addPredefinedUnitDefinitions(Model) - Static method in class org.sbml.jsbml.util.SBMLtools
 
addPredefinedUnits() - Method in class org.sbml.jsbml.Model
Adds all the possible unit kinds as UnitDefinition, so that the method Model.getUnitDefinition(String) would be able to return a valid UnitDefinition even if one of these kinds is passed as parameter.
addProduct(SpeciesReference) - Method in class org.sbml.jsbml.Reaction
Adds a SpeciesReference instance to the listOfProducts of this Reaction.
addRangeToSet(Set<Integer>, int, int) - Method in class org.sbml.jsbml.validator.offline.constraints.AbstractConstraintDeclaration
 
addReactant(SpeciesReference) - Method in class org.sbml.jsbml.Reaction
Adds a SpeciesReference instance to the listOfReactants of this Reaction.
addReaction(Reaction) - Method in class org.sbml.jsbml.Model
Adds a Reaction instance to the listOfReactions of this Model.
addResource(String) - Method in class org.sbml.jsbml.CVTerm
Adds a resource to the CVTerm.
addResource(int, String) - Method in class org.sbml.jsbml.CVTerm
Adds a resource to the CVTerm at the specified index.
addResources(String...) - Method in class org.sbml.jsbml.CVTerm
Adds list of resources to the CVTerm.
addResourceURI(String) - Method in class org.sbml.jsbml.CVTerm
Adds a resource to the CVTerm.
addRule(Rule) - Method in class org.sbml.jsbml.Model
Adds a Rule instance to the listOfRules of this Model.
addSemanticsAnnotation(XMLNode) - Method in class org.sbml.jsbml.ASTNode
Adds the given XMLNode as a MathML <semantics> element to this ASTNode.
addSpecies(Species) - Method in class org.sbml.jsbml.Model
Adds a Species instance to the listOfSpecies of this Model.
addSpeciesType(SpeciesType) - Method in class org.sbml.jsbml.Model
Deprecated.
Only valid in SBML Level 2 for Versions 2 through 4.
addToCache(Integer, AnyConstraint<?>) - Method in class org.sbml.jsbml.validator.offline.constraints.AbstractConstraintDeclaration
 
addTreeNodeChangeListener(TreeNodeChangeListener) - Method in class org.sbml.jsbml.AbstractTreeNode
 
addTreeNodeChangeListener(TreeNodeChangeListener, boolean) - Method in class org.sbml.jsbml.AbstractTreeNode
 
addTreeNodeChangeListener(TreeNodeChangeListener) - Method in class org.sbml.jsbml.math.ASTUnknown
 
addTreeNodeChangeListener(TreeNodeChangeListener, boolean) - Method in class org.sbml.jsbml.math.ASTUnknown
 
addTreeNodeChangeListener(TreeNodeChangeListener) - Method in interface org.sbml.jsbml.util.TreeNodeWithChangeSupport
Adds recursively a listener to the TreeNodeWithChangeSupport object and all of its sub-elements.
addTreeNodeChangeListener(TreeNodeChangeListener, boolean) - Method in interface org.sbml.jsbml.util.TreeNodeWithChangeSupport
Adds a listener to this TreeNodeWithChangeSupport object and optionally also to all of its child nodes.
addUnit(String) - Method in class org.sbml.jsbml.UnitDefinition
Adds a new Unit instance, created from the given unit Unit.Kind, to this UnitDefinition.
addUnit(Unit) - Method in class org.sbml.jsbml.UnitDefinition
Adds a Unit to this UnitDefinition.
addUnit(Unit.Kind) - Method in class org.sbml.jsbml.UnitDefinition
Adds a new Unit instance, with the given kind, to this UnitDefinition.
addUnitDefinition(UnitDefinition) - Method in class org.sbml.jsbml.Model
Adds an UnitDefinition instance to the Model.listOfUnitDefinitions of this Model.
addUnitDefinitionIfNotContained(Model, UnitDefinition) - Static method in class org.sbml.jsbml.JSBML
Adds the given UnitDefinition to the given model or returns the identifier of an equivalent UnitDefinition that is already part of the model.
addUnitDefinitionOrReturnIdenticalUnit(UnitDefinition) - Method in class org.sbml.jsbml.Model
Checks whether an identical UnitDefinition like the given UnitDefinition is already in this Model's Model.listOfUnitDefinitions.
addValidationListener(ValidationListener) - Method in class org.sbml.jsbml.validator.offline.ValidationContext
addWritingParser(List<WritingParser>, WritingParser, String) - Method in class org.sbml.jsbml.xml.stax.SBMLWriter
Adds a WritingParser to the given list of WritingParser
adjustBeginLineColumn(int, int) - Method in class org.sbml.jsbml.math.parser.SimpleCharStream
Method to adjust line and column numbers for the start of a token.
adjustBeginLineColumn(int, int) - Method in class org.sbml.jsbml.text.parser.SimpleCharStream
Method to adjust line and column numbers for the start of a token.
AlgebraicRule - Class in org.sbml.jsbml
Represents the algebraicRule XML element of a SBML file.
AlgebraicRule() - Constructor for class org.sbml.jsbml.AlgebraicRule
Creates an AlgebraicRule instance.
AlgebraicRule(AlgebraicRule) - Constructor for class org.sbml.jsbml.AlgebraicRule
Creates an AlgebraicRule instance from a given AlgebraicRule instance.
AlgebraicRule(ASTNode, int, int) - Constructor for class org.sbml.jsbml.AlgebraicRule
Creates an AlgebraicRule instance from math, level and version.
AlgebraicRule(int, int) - Constructor for class org.sbml.jsbml.AlgebraicRule
Creates an AlgebraicRule instance from level and version.
AlgebraicRuleConstraints - Class in org.sbml.jsbml.validator.offline.constraints
 
AlgebraicRuleConstraints() - Constructor for class org.sbml.jsbml.validator.offline.constraints.AlgebraicRuleConstraints
 
alias2sbo - Static variable in class org.sbml.jsbml.SBO
 
amount - Variable in class org.sbml.jsbml.Species
True means initial amount is set.
and(ASTNode2...) - Static method in class org.sbml.jsbml.math.ASTFactory
Creates an ASTLogicalOperatorNode of type ASTNode.Type.LOGICAL_AND and adds the given nodes as children.
and(List<ASTNode2>) - Method in interface org.sbml.jsbml.math.compiler.ASTNode2Compiler
 
and(List<ASTNode2>) - Method in class org.sbml.jsbml.math.compiler.FindUnitsCompiler
 
and(List<ASTNode2>) - Method in class org.sbml.jsbml.math.compiler.FormulaCompiler
 
and(List<ASTNode2>) - Method in class org.sbml.jsbml.math.compiler.LaTeXCompiler
 
and(List<ASTNode2>) - Method in class org.sbml.jsbml.math.compiler.LibSBMLFormulaCompiler
 
and(List<ASTNode2>) - Method in class org.sbml.jsbml.math.compiler.UnitsCompiler
 
AND - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserASTNode2Constants
RegularExpression Id.
AND - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserConstants
RegularExpression Id.
AND - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2Constants
RegularExpression Id.
AND - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserLL3Constants
RegularExpression Id.
AND - Static variable in interface org.sbml.jsbml.text.parser.CobraFormulaParserConstants
RegularExpression Id.
AND - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserASTNode2Constants
RegularExpression Id.
AND - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserConstants
RegularExpression Id.
AND - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2Constants
RegularExpression Id.
AND - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserLL3Constants
RegularExpression Id.
and(List<ASTNode>) - Method in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
 
and(List<ASTNode>) - Method in class org.sbml.jsbml.util.compilers.FindUnitsCompiler
 
and(List<ASTNode>) - Method in class org.sbml.jsbml.util.compilers.FormulaCompiler
 
and(List<ASTNode>) - Method in class org.sbml.jsbml.util.compilers.FormulaCompilerLibSBML
 
and(List<ASTNode>) - Method in class org.sbml.jsbml.util.compilers.LaTeXCompiler
 
and(List<ASTNode>) - Method in class org.sbml.jsbml.util.compilers.LibSBMLFormulaCompiler
 
and(List<ASTNode>) - Method in class org.sbml.jsbml.util.compilers.MathMLCompiler
Deprecated.
 
and(List<ASTNode>) - Method in class org.sbml.jsbml.util.compilers.UnitsCompiler
 
AndFilter - Class in org.sbml.jsbml.util.filters
A Filter that accepts an item only if all of its internal filters also accept the given item.
AndFilter() - Constructor for class org.sbml.jsbml.util.filters.AndFilter
 
AndFilter(Filter...) - Constructor for class org.sbml.jsbml.util.filters.AndFilter
 
andReplacement - Variable in class org.sbml.jsbml.util.compilers.FormulaCompilerNoPiecewise
 
annotation - Variable in class org.sbml.jsbml.AbstractSBase
Annotations of the SBML component.
Annotation - Class in org.sbml.jsbml
An Annotation represents the annotations of an SBase element.
Annotation() - Constructor for class org.sbml.jsbml.Annotation
Creates an Annotation instance.
Annotation(Annotation) - Constructor for class org.sbml.jsbml.Annotation
Creates a new Annotation instance by cloning the given Annotation.
Annotation(List<CVTerm>) - Constructor for class org.sbml.jsbml.Annotation
Creates an Annotation instance from a list of CVTerm objects.
Annotation(String) - Constructor for class org.sbml.jsbml.Annotation
Creates an Annotation instance from a String containing non RDF annotation.
Annotation(String, List<CVTerm>) - Constructor for class org.sbml.jsbml.Annotation
Creates an Annotation instance from a String containing non RDF annotation and a list of CVTerm.
Annotation(XMLNode) - Constructor for class org.sbml.jsbml.Annotation
 
annotation - Static variable in class org.sbml.jsbml.util.TreeNodeChangeEvent
 
AnnotationElement - Class in org.sbml.jsbml
A common super class for all those elements that can be part of an Annotation.
AnnotationElement() - Constructor for class org.sbml.jsbml.AnnotationElement
Creates a new empty AnnotationElement without any children, an empty list of TreeNodeChangeListeners, and a parent that is null.
AnnotationElement(AnnotationElement) - Constructor for class org.sbml.jsbml.AnnotationElement
Clone constructor.
annotationNameSpaces - Static variable in class org.sbml.jsbml.util.TreeNodeChangeEvent
 
annotationParsers - Variable in class org.sbml.jsbml.xml.stax.SBMLReader
 
AnnotationReader - Interface in org.sbml.jsbml.xml.parsers
The interface to implement for the SBML parsers reading SBML annotations.
AnnotationWriter - Interface in org.sbml.jsbml.xml.parsers
The interface to implement for the SBML parsers writing SBML annotations.
AnyConstraint<T> - Interface in org.sbml.jsbml.validator.offline.constraints
Basic interface which must be implemented by every kind of constraint.
append(T) - Method in class org.sbml.jsbml.ListOf
Adds item to the end of this ListOf.
append(StringBuffer, Object...) - Static method in class org.sbml.jsbml.util.StringTools
Takes the given StringBuffer as input and appends every further Object to it.
append(StringBuilder, Object...) - Static method in class org.sbml.jsbml.util.StringTools
 
append(String) - Method in class org.sbml.jsbml.xml.XMLToken
Appends characters to this XML text content.
appendAnnotation(String) - Method in class org.sbml.jsbml.AbstractSBase
 
appendAnnotation(XMLNode) - Method in class org.sbml.jsbml.AbstractSBase
 
appendAnnotation(String) - Method in interface org.sbml.jsbml.SBase
Appends the given annotation to the 'annotation' subelement of this object.
appendAnnotation(XMLNode) - Method in interface org.sbml.jsbml.SBase
Appends the given annotation to the 'annotation' subelement of this object.
appendNonRDFAnnotation(String) - Method in class org.sbml.jsbml.Annotation
Appends some 'annotation' to the non RDF annotation XMLNode of this object.
appendNonRDFAnnotation(XMLNode) - Method in class org.sbml.jsbml.Annotation
 
appendNotes(String) - Method in class org.sbml.jsbml.AbstractSBase
 
appendNotes(XMLNode) - Method in class org.sbml.jsbml.AbstractSBase
Appends notes to the existing notes.
appendNotes(String) - Method in interface org.sbml.jsbml.SBase
Appends 'notes' to the notes String of this object.
appendNotes(XMLNode) - Method in interface org.sbml.jsbml.SBase
Appends 'notes' to the notes of this object.
arccos(ASTNode2) - Method in interface org.sbml.jsbml.math.compiler.ASTNode2Compiler
 
arccos(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.FindUnitsCompiler
 
arccos(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.FormulaCompiler
 
arccos(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.LaTeXCompiler
 
arccos(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.LibSBMLFormulaCompiler
 
arccos(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.UnitsCompiler
 
arccos(ASTNode) - Method in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
 
arccos(ASTNode) - Method in class org.sbml.jsbml.util.compilers.FindUnitsCompiler
 
arccos(ASTNode) - Method in class org.sbml.jsbml.util.compilers.FormulaCompiler
 
arccos(ASTNode) - Method in class org.sbml.jsbml.util.compilers.LaTeXCompiler
 
arccos(ASTNode) - Method in class org.sbml.jsbml.util.compilers.LibSBMLFormulaCompiler
 
arccos(ASTNode) - Method in class org.sbml.jsbml.util.compilers.MathMLCompiler
Deprecated.
 
arccos(ASTNode) - Method in class org.sbml.jsbml.util.compilers.UnitsCompiler
 
arccosh(ASTNode2) - Method in interface org.sbml.jsbml.math.compiler.ASTNode2Compiler
 
arccosh(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.FindUnitsCompiler
 
arccosh(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.FormulaCompiler
 
arccosh(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.LaTeXCompiler
 
arccosh(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.LibSBMLFormulaCompiler
 
arccosh(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.UnitsCompiler
 
arccosh(ASTNode) - Method in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
 
arccosh(ASTNode) - Method in class org.sbml.jsbml.util.compilers.FindUnitsCompiler
 
arccosh(ASTNode) - Method in class org.sbml.jsbml.util.compilers.FormulaCompiler
 
arccosh(ASTNode) - Method in class org.sbml.jsbml.util.compilers.LaTeXCompiler
 
arccosh(ASTNode) - Method in class org.sbml.jsbml.util.compilers.LibSBMLFormulaCompiler
 
arccosh(ASTNode) - Method in class org.sbml.jsbml.util.compilers.MathMLCompiler
Deprecated.
 
arccosh(ASTNode) - Method in class org.sbml.jsbml.util.compilers.UnitsCompiler
 
arccosh(double) - Static method in class org.sbml.jsbml.util.Maths
This method computes the arccosh of n
arccot(ASTNode2) - Method in interface org.sbml.jsbml.math.compiler.ASTNode2Compiler
 
arccot(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.FindUnitsCompiler
 
arccot(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.FormulaCompiler
 
arccot(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.LaTeXCompiler
 
arccot(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.LibSBMLFormulaCompiler
 
arccot(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.UnitsCompiler
 
arccot(ASTNode) - Method in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
 
arccot(ASTNode) - Method in class org.sbml.jsbml.util.compilers.FindUnitsCompiler
 
arccot(ASTNode) - Method in class org.sbml.jsbml.util.compilers.FormulaCompiler
 
arccot(ASTNode) - Method in class org.sbml.jsbml.util.compilers.LaTeXCompiler
 
arccot(ASTNode) - Method in class org.sbml.jsbml.util.compilers.LibSBMLFormulaCompiler
 
arccot(ASTNode) - Method in class org.sbml.jsbml.util.compilers.MathMLCompiler
Deprecated.
 
arccot(ASTNode) - Method in class org.sbml.jsbml.util.compilers.UnitsCompiler
 
arccot(double) - Static method in class org.sbml.jsbml.util.Maths
This method computes the arcus-cotangens of a double value.
arccoth(ASTNode2) - Method in interface org.sbml.jsbml.math.compiler.ASTNode2Compiler
 
arccoth(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.FindUnitsCompiler
 
arccoth(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.FormulaCompiler
 
arccoth(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.LaTeXCompiler
 
arccoth(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.LibSBMLFormulaCompiler
 
arccoth(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.UnitsCompiler
 
arccoth(ASTNode) - Method in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
 
arccoth(ASTNode) - Method in class org.sbml.jsbml.util.compilers.FindUnitsCompiler
 
arccoth(ASTNode) - Method in class org.sbml.jsbml.util.compilers.FormulaCompiler
 
arccoth(ASTNode) - Method in class org.sbml.jsbml.util.compilers.LaTeXCompiler
 
arccoth(ASTNode) - Method in class org.sbml.jsbml.util.compilers.LibSBMLFormulaCompiler
 
arccoth(ASTNode) - Method in class org.sbml.jsbml.util.compilers.MathMLCompiler
Deprecated.
 
arccoth(ASTNode) - Method in class org.sbml.jsbml.util.compilers.UnitsCompiler
 
arccoth(double) - Static method in class org.sbml.jsbml.util.Maths
This method computes the arccoth of n
arccsc(ASTNode2) - Method in interface org.sbml.jsbml.math.compiler.ASTNode2Compiler
 
arccsc(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.FindUnitsCompiler
 
arccsc(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.FormulaCompiler
 
arccsc(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.LaTeXCompiler
 
arccsc(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.LibSBMLFormulaCompiler
 
arccsc(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.UnitsCompiler
 
arccsc(ASTNode) - Method in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
 
arccsc(ASTNode) - Method in class org.sbml.jsbml.util.compilers.FindUnitsCompiler
 
arccsc(ASTNode) - Method in class org.sbml.jsbml.util.compilers.FormulaCompiler
 
arccsc(ASTNode) - Method in class org.sbml.jsbml.util.compilers.LaTeXCompiler
 
arccsc(ASTNode) - Method in class org.sbml.jsbml.util.compilers.LibSBMLFormulaCompiler
 
arccsc(ASTNode) - Method in class org.sbml.jsbml.util.compilers.MathMLCompiler
Deprecated.
 
arccsc(ASTNode) - Method in class org.sbml.jsbml.util.compilers.UnitsCompiler
 
arccsc(double) - Static method in class org.sbml.jsbml.util.Maths
This method computes the arccosecant of a double value
arccsch(ASTNode2) - Method in interface org.sbml.jsbml.math.compiler.ASTNode2Compiler
 
arccsch(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.FindUnitsCompiler
 
arccsch(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.FormulaCompiler
 
arccsch(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.LaTeXCompiler
 
arccsch(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.LibSBMLFormulaCompiler
 
arccsch(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.UnitsCompiler
 
arccsch(ASTNode) - Method in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
 
arccsch(ASTNode) - Method in class org.sbml.jsbml.util.compilers.FindUnitsCompiler
 
arccsch(ASTNode) - Method in class org.sbml.jsbml.util.compilers.FormulaCompiler
 
arccsch(ASTNode) - Method in class org.sbml.jsbml.util.compilers.LaTeXCompiler
 
arccsch(ASTNode) - Method in class org.sbml.jsbml.util.compilers.LibSBMLFormulaCompiler
 
arccsch(ASTNode) - Method in class org.sbml.jsbml.util.compilers.MathMLCompiler
Deprecated.
 
arccsch(ASTNode) - Method in class org.sbml.jsbml.util.compilers.UnitsCompiler
 
arccsch(double) - Static method in class org.sbml.jsbml.util.Maths
This method computes the arccsch of n
arcsec(ASTNode2) - Method in interface org.sbml.jsbml.math.compiler.ASTNode2Compiler
 
arcsec(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.FindUnitsCompiler
 
arcsec(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.FormulaCompiler
 
arcsec(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.LaTeXCompiler
 
arcsec(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.LibSBMLFormulaCompiler
 
arcsec(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.UnitsCompiler
 
arcsec(ASTNode) - Method in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
 
arcsec(ASTNode) - Method in class org.sbml.jsbml.util.compilers.FindUnitsCompiler
 
arcsec(ASTNode) - Method in class org.sbml.jsbml.util.compilers.FormulaCompiler
 
arcsec(ASTNode) - Method in class org.sbml.jsbml.util.compilers.LaTeXCompiler
 
arcsec(ASTNode) - Method in class org.sbml.jsbml.util.compilers.LibSBMLFormulaCompiler
 
arcsec(ASTNode) - Method in class org.sbml.jsbml.util.compilers.MathMLCompiler
Deprecated.
 
arcsec(ASTNode) - Method in class org.sbml.jsbml.util.compilers.UnitsCompiler
 
arcsec(double) - Static method in class org.sbml.jsbml.util.Maths
This method computes the arcsecant of a double value
arcsech(ASTNode2) - Method in interface org.sbml.jsbml.math.compiler.ASTNode2Compiler
 
arcsech(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.FindUnitsCompiler
 
arcsech(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.FormulaCompiler
 
arcsech(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.LaTeXCompiler
 
arcsech(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.LibSBMLFormulaCompiler
 
arcsech(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.UnitsCompiler
 
arcsech(ASTNode) - Method in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
 
arcsech(ASTNode) - Method in class org.sbml.jsbml.util.compilers.FindUnitsCompiler
 
arcsech(ASTNode) - Method in class org.sbml.jsbml.util.compilers.FormulaCompiler
 
arcsech(ASTNode) - Method in class org.sbml.jsbml.util.compilers.LaTeXCompiler
 
arcsech(ASTNode) - Method in class org.sbml.jsbml.util.compilers.LibSBMLFormulaCompiler
 
arcsech(ASTNode) - Method in class org.sbml.jsbml.util.compilers.MathMLCompiler
Deprecated.
 
arcsech(ASTNode) - Method in class org.sbml.jsbml.util.compilers.UnitsCompiler
 
arcsech(double) - Static method in class org.sbml.jsbml.util.Maths
This method computes the arcsech of n
arcsin(ASTNode2) - Method in interface org.sbml.jsbml.math.compiler.ASTNode2Compiler
 
arcsin(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.FindUnitsCompiler
 
arcsin(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.FormulaCompiler
 
arcsin(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.LaTeXCompiler
 
arcsin(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.LibSBMLFormulaCompiler
 
arcsin(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.UnitsCompiler
 
arcsin(ASTNode) - Method in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
 
arcsin(ASTNode) - Method in class org.sbml.jsbml.util.compilers.FindUnitsCompiler
 
arcsin(ASTNode) - Method in class org.sbml.jsbml.util.compilers.FormulaCompiler
 
arcsin(ASTNode) - Method in class org.sbml.jsbml.util.compilers.LaTeXCompiler
 
arcsin(ASTNode) - Method in class org.sbml.jsbml.util.compilers.LibSBMLFormulaCompiler
 
arcsin(ASTNode) - Method in class org.sbml.jsbml.util.compilers.MathMLCompiler
Deprecated.
 
arcsin(ASTNode) - Method in class org.sbml.jsbml.util.compilers.UnitsCompiler
 
arcsinh(ASTNode2) - Method in interface org.sbml.jsbml.math.compiler.ASTNode2Compiler
 
arcsinh(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.FindUnitsCompiler
 
arcsinh(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.FormulaCompiler
 
arcsinh(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.LaTeXCompiler
 
arcsinh(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.LibSBMLFormulaCompiler
 
arcsinh(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.UnitsCompiler
 
arcsinh(ASTNode) - Method in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
 
arcsinh(ASTNode) - Method in class org.sbml.jsbml.util.compilers.FindUnitsCompiler
 
arcsinh(ASTNode) - Method in class org.sbml.jsbml.util.compilers.FormulaCompiler
 
arcsinh(ASTNode) - Method in class org.sbml.jsbml.util.compilers.LaTeXCompiler
 
arcsinh(ASTNode) - Method in class org.sbml.jsbml.util.compilers.LibSBMLFormulaCompiler
 
arcsinh(ASTNode) - Method in class org.sbml.jsbml.util.compilers.MathMLCompiler
Deprecated.
 
arcsinh(ASTNode) - Method in class org.sbml.jsbml.util.compilers.UnitsCompiler
 
arcsinh(double) - Static method in class org.sbml.jsbml.util.Maths
This method computes the arcsinh of n
arctan(ASTNode2) - Method in interface org.sbml.jsbml.math.compiler.ASTNode2Compiler
 
arctan(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.FindUnitsCompiler
 
arctan(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.FormulaCompiler
 
arctan(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.LaTeXCompiler
 
arctan(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.LibSBMLFormulaCompiler
 
arctan(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.UnitsCompiler
 
arctan(ASTNode) - Method in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
 
arctan(ASTNode) - Method in class org.sbml.jsbml.util.compilers.FindUnitsCompiler
 
arctan(ASTNode) - Method in class org.sbml.jsbml.util.compilers.FormulaCompiler
 
arctan(ASTNode) - Method in class org.sbml.jsbml.util.compilers.LaTeXCompiler
 
arctan(ASTNode) - Method in class org.sbml.jsbml.util.compilers.LibSBMLFormulaCompiler
 
arctan(ASTNode) - Method in class org.sbml.jsbml.util.compilers.MathMLCompiler
Deprecated.
 
arctan(ASTNode) - Method in class org.sbml.jsbml.util.compilers.UnitsCompiler
 
arctanh(ASTNode2) - Method in interface org.sbml.jsbml.math.compiler.ASTNode2Compiler
 
arctanh(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.FindUnitsCompiler
 
arctanh(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.FormulaCompiler
 
arctanh(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.LaTeXCompiler
 
arctanh(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.LibSBMLFormulaCompiler
 
arctanh(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.UnitsCompiler
 
arctanh(ASTNode) - Method in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
 
arctanh(ASTNode) - Method in class org.sbml.jsbml.util.compilers.FindUnitsCompiler
 
arctanh(ASTNode) - Method in class org.sbml.jsbml.util.compilers.FormulaCompiler
 
arctanh(ASTNode) - Method in class org.sbml.jsbml.util.compilers.LaTeXCompiler
 
arctanh(ASTNode) - Method in class org.sbml.jsbml.util.compilers.LibSBMLFormulaCompiler
 
arctanh(ASTNode) - Method in class org.sbml.jsbml.util.compilers.MathMLCompiler
Deprecated.
 
arctanh(ASTNode) - Method in class org.sbml.jsbml.util.compilers.UnitsCompiler
 
arctanh(double) - Static method in class org.sbml.jsbml.util.Maths
This method computes the arctanh of n
AREA - Static variable in class org.sbml.jsbml.UnitDefinition
Identifier of the (for SBML Level 2) predefined UnitDefinition area.
area(int, int) - Static method in class org.sbml.jsbml.UnitDefinition
Returns the predefined unit for area.
areaUnits - Static variable in class org.sbml.jsbml.util.TreeNodeChangeEvent
 
areaUnitsID - Variable in class org.sbml.jsbml.Model
Represents the 'areaUnits' XML attribute of a model element.
areCompatible(UnitDefinition, UnitDefinition) - Static method in class org.sbml.jsbml.UnitDefinition
Returns true or false depending on whether two UnitDefinition objects are compatible.
areEquivalent(Unit, String) - Static method in class org.sbml.jsbml.Unit
Checks whether the given Unit and the Unit represented by the given String are equivalent.
areEquivalent(Unit, Unit) - Static method in class org.sbml.jsbml.Unit
Predicate returning true or false depending on whether Unit objects are equivalent.
areEquivalent(Unit.Kind, Unit.Kind) - Static method in enum org.sbml.jsbml.Unit.Kind
Tests whether the both given unit kinds are equivalent, i.e., it also considers METRE and METER and LITRE and LITER.
areEquivalent(UnitDefinition, String) - Static method in class org.sbml.jsbml.UnitDefinition
Checks whether the given UnitDefinition and the UnitDefinition or Unit represented by the given String are equivalent.
areEquivalent(UnitDefinition, UnitDefinition) - Static method in class org.sbml.jsbml.UnitDefinition
Returns true or false depending on whether two UnitDefinition objects are equivalent.
areIdentical(Unit, Unit) - Static method in class org.sbml.jsbml.Unit
Predicate returning true or false depending on whether two Unit objects are identical.
areIdentical(UnitDefinition, UnitDefinition) - Static method in class org.sbml.jsbml.UnitDefinition
Returns true or false depending on whether two UnitDefinition objects are identical.
areValidModifiedDates(List<XMLNode>) - Method in class org.sbml.jsbml.xml.parsers.SBMLRDFAnnotationParser
Returns a SBMLRDFAnnotationParser.NODE_COLOR corresponding to the validity of the modified Dates.
arg - Variable in class org.sbml.jsbml.math.parser.FormulaParser.JJCalls
 
arg - Variable in class org.sbml.jsbml.math.parser.FormulaParserASTNode2.JJCalls
 
arg - Variable in class org.sbml.jsbml.math.parser.FormulaParserLL3.JJCalls
 
arg - Variable in class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2.JJCalls
 
arg - Variable in class org.sbml.jsbml.text.parser.CobraFormulaParser.JJCalls
 
arg - Variable in class org.sbml.jsbml.text.parser.FormulaParser.JJCalls
 
arg - Variable in class org.sbml.jsbml.text.parser.FormulaParserASTNode2.JJCalls
 
arg - Variable in class org.sbml.jsbml.text.parser.FormulaParserLL3.JJCalls
 
arg - Variable in class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2.JJCalls
 
arith(char, T...) - Static method in class org.sbml.jsbml.math.compiler.FormulaCompiler
Basic method which links several elements with a mathematical operator.
arith(Object, Object...) - Static method in class org.sbml.jsbml.math.compiler.HTMLFormula
Basic method which links several elements with a mathematical operator.
arith(char, Object...) - Static method in class org.sbml.jsbml.util.compilers.FormulaCompiler
Basic method which links several elements with a mathematical operator.
arith(Object, Object...) - Static method in class org.sbml.jsbml.util.compilers.HTMLFormula
Basic method which links several elements with a mathematical operator.
arithmethicOperation(ASTNode.Type, ASTNode...) - Static method in class org.sbml.jsbml.ASTNode
Creates a new ASTNode of type operator and adds the given nodes as children.
arithmeticOperation(ASTNode.Type, ASTNode) - Method in class org.sbml.jsbml.ASTNode
Creates a new node with the type of this node, moves all children of this node to this new node, sets the type of this node to the given operator, adds the new node as left child of this node and the given ASTNode as the right child of this node.
arithmeticOperation(ASTNode.Type, ASTNode2...) - Static method in class org.sbml.jsbml.math.ASTFactory
Creates a new ASTArithmeticOperatorNode of type operator and adds the given nodes as children.
ARRAYS_10101 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
To conform to Version 1 of the Arrays package specification for SBML Level 3, an SBML docu- ment must declare the use of the following XML Namespace: “http://www.sbml.org/sbml/level3/version1/arrays/version1”.
ARRAYS_10102 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Wherever they appear in an SBML document, elements and attributes from the Arrays package must be declared either implicitly or explicitly to be in the XML namespace “http://www.sbml.org/sbml/level3/version1/arrays/version1”.
ARRAYS_10201 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
In all SBML documents using the Arrays package, the SBML object must include a value for the attribute arrays:required attribute.
ARRAYS_10202 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
The value of attribute arrays:required on the SBML object must be of the data type boolean.
ARRAYS_10203 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
The value of attribute arrays:required on the SBML object must be set to “true” (Reference: SBML Level 3 Package Specification for Arrays, Version 1, Section 3.1 on page 6.)
ARRAYS_10204 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
ARRAYS_10205 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Wherever MathML content appears in an SBML document, the MathML content must be placed within a math element, and that math element must be either explicitly or implicitly declared to be in the XML namespace “http://www.w3.org/1998/Math/MathML”.
ARRAYS_10206 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
The first argument of a MathML selector must be a MathML vector object or a valid identi- fier to an SBase object extended with a list of Dimension objects.
ARRAYS_10207 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
ARRAYS_10208 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
ARRAYS_10209 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
ARRAYS_10210 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
ARRAYS_10211 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
ARRAYS_10212 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
ARRAYS_10213 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
ARRAYS_20101 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
ARRAYS_20102 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
ARRAYS_20103 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
ARRAYS_20104 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
ARRAYS_20105 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
ARRAYS_20106 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
ARRAYS_20107 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
ARRAYS_20108 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
ARRAYS_20109 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
ARRAYS_20110 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
ARRAYS_20111 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
ARRAYS_20112 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
ARRAYS_20113 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
ARRAYS_20114 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
ARRAYS_20115 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
ARRAYS_20116 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
ARRAYS_20201 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
A Dimension object may have the optional SBML Level 3 Core attributes metaid and sboTerm.
ARRAYS_20202 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
ARRAYS_20203 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
ARRAYS_20204 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
ARRAYS_20205 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
ARRAYS_20301 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
ARRAYS_20302 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
ARRAYS_20303 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
ARRAYS_20304 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
ARRAYS_20305 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
ARRAYS_20306 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
ARRAYS_20307 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
ARRAYS_20308 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
Assignment - Interface in org.sbml.jsbml
An Assignment can be seen as a mathematical equation with a Variable on the left hand side and an equation on the right hand side that assigns a value to the Variable.
AssignmentConstraints - Class in org.sbml.jsbml.validator.offline.constraints
 
AssignmentConstraints() - Constructor for class org.sbml.jsbml.validator.offline.constraints.AssignmentConstraints
 
AssignmentCycleValidation - Class in org.sbml.jsbml.validator.offline.constraints.helper
 
AssignmentCycleValidation() - Constructor for class org.sbml.jsbml.validator.offline.constraints.helper.AssignmentCycleValidation
 
AssignmentRule - Class in org.sbml.jsbml
Represents the assignmentRule XML element of a SBML file.
AssignmentRule() - Constructor for class org.sbml.jsbml.AssignmentRule
Creates an AssignmentRule instance.
AssignmentRule(AssignmentRule) - Constructor for class org.sbml.jsbml.AssignmentRule
Creates a cloned AssignmentRule instance from a given AssignmentRule.
AssignmentRule(ExplicitRule) - Constructor for class org.sbml.jsbml.AssignmentRule
Creates a cloned AssignmentRule instance from a given ExplicitRule.
AssignmentRule(ASTNode, int, int) - Constructor for class org.sbml.jsbml.AssignmentRule
Creates an AssignmentRule instance from a given math, level and version.
AssignmentRule(ASTNode, Parameter) - Constructor for class org.sbml.jsbml.AssignmentRule
Creates an AssignmentRule instance from a given math and Parameter.
AssignmentRule(ASTNode, Variable) - Constructor for class org.sbml.jsbml.AssignmentRule
Creates an AssignmentRule instance from a given math and Variable.
AssignmentRule(int, int) - Constructor for class org.sbml.jsbml.AssignmentRule
Creates an AssignmentRule instance with the given level and version.
AssignmentRule(Parameter) - Constructor for class org.sbml.jsbml.AssignmentRule
Creates an AssignmentRule instance from a given Parameter.
AssignmentRule(Parameter, ASTNode) - Constructor for class org.sbml.jsbml.AssignmentRule
Creates an AssignmentRule instance from a given math and Parameter.
AssignmentRule(Variable) - Constructor for class org.sbml.jsbml.AssignmentRule
Creates an AssignmentRule instance from a given variable.
AssignmentRule(Variable, ASTNode) - Constructor for class org.sbml.jsbml.AssignmentRule
Creates an AssignmentRule instance from a given variable and math.
AssignmentRuleConstraints - Class in org.sbml.jsbml.validator.offline.constraints
 
AssignmentRuleConstraints() - Constructor for class org.sbml.jsbml.validator.offline.constraints.AssignmentRuleConstraints
 
AssignmentVariableFilter - Class in org.sbml.jsbml.util.filters
This filter only accepts instances of Assignment with the variable as given in the constructor of this object.
AssignmentVariableFilter() - Constructor for class org.sbml.jsbml.util.filters.AssignmentVariableFilter
 
AssignmentVariableFilter(String) - Constructor for class org.sbml.jsbml.util.filters.AssignmentVariableFilter
 
ASTArithmeticOperatorNode - Class in org.sbml.jsbml.math
An Abstract Syntax Tree (AST) node representing an arithmetic operator in a mathematical expression.
ASTArithmeticOperatorNode() - Constructor for class org.sbml.jsbml.math.ASTArithmeticOperatorNode
Creates a new ASTArithmeticOperatorNode without a pointer to its containing MathContainer.
ASTArithmeticOperatorNode(ASTArithmeticOperatorNode) - Constructor for class org.sbml.jsbml.math.ASTArithmeticOperatorNode
Copy constructor; Creates a deep copy of the given ASTArithmeticOperatorNode.
ASTArithmeticOperatorNode(MathContainer) - Constructor for class org.sbml.jsbml.math.ASTArithmeticOperatorNode
Creates a new ASTArithmeticOperatorNode with a pointer to the specified MathContainer..
ASTArithmeticOperatorNode(ASTNode.Type) - Constructor for class org.sbml.jsbml.math.ASTArithmeticOperatorNode
Creates a new ASTArithmeticOperatorNode without a pointer to its containing MathContainer but of the specified ASTNode.Type.
ASTArithmeticOperatorNode(ASTNode.Type, MathContainer) - Constructor for class org.sbml.jsbml.math.ASTArithmeticOperatorNode
Creates a new ASTArithmeticOperatorNode of type ASTNode.Type and container MathContainer.
ASTBinaryFunctionNode - Class in org.sbml.jsbml.math
An Abstract Syntax Tree (AST) node representing a function with two parameters
ASTBinaryFunctionNode() - Constructor for class org.sbml.jsbml.math.ASTBinaryFunctionNode
Creates a new ASTBinaryFunctionNode.
ASTBinaryFunctionNode(ASTBinaryFunctionNode) - Constructor for class org.sbml.jsbml.math.ASTBinaryFunctionNode
Copy constructor; Creates a deep copy of the given ASTBinaryFunctionNode.
ASTBinaryFunctionNode(ASTNode2, ASTNode2) - Constructor for class org.sbml.jsbml.math.ASTBinaryFunctionNode
Creates a new ASTBinaryFunctionNode with the specified children.
ASTBoolean - Class in org.sbml.jsbml.math
An Abstract Syntax Tree (AST) node representing a boolean
ASTBoolean() - Constructor for class org.sbml.jsbml.math.ASTBoolean
 
ASTBoolean(ASTBoolean) - Constructor for class org.sbml.jsbml.math.ASTBoolean
Copy constructor; Creates a deep copy of the given ASTBoolean.
ASTBoolean(ASTNode.Type) - Constructor for class org.sbml.jsbml.math.ASTBoolean
Creates a new ASTBoolean.
ASTCiFunctionNode - Class in org.sbml.jsbml.math
An Abstract Syntax Tree (AST) node representing a MathML ci element in a mathematical expression.
ASTCiFunctionNode() - Constructor for class org.sbml.jsbml.math.ASTCiFunctionNode
Creates a new ASTCiFunctionNode.
ASTCiFunctionNode(ASTCiFunctionNode) - Constructor for class org.sbml.jsbml.math.ASTCiFunctionNode
Copy constructor; Creates a deep copy of the given ASTCiFunctionNode.
ASTCiNumberNode - Class in org.sbml.jsbml.math
An Abstract Syntax Tree (AST) node representing a MathML ci element in a mathematical expression.
ASTCiNumberNode() - Constructor for class org.sbml.jsbml.math.ASTCiNumberNode
Creates a new ASTCiNumberNode.
ASTCiNumberNode(ASTCiNumberNode) - Constructor for class org.sbml.jsbml.math.ASTCiNumberNode
Copy constructor; Creates a deep copy of the given ASTCiNumberNode.
ASTCnExponentialNode - Class in org.sbml.jsbml.math
An Abstract Syntax Tree (AST) node representing an exponent in a mathematical expression
ASTCnExponentialNode() - Constructor for class org.sbml.jsbml.math.ASTCnExponentialNode
Creates a new ASTCnExponentialNode that lacks a pointer to its containing MathContainer.
ASTCnExponentialNode(ASTCnExponentialNode) - Constructor for class org.sbml.jsbml.math.ASTCnExponentialNode
Copy constructor; Creates a deep copy of the given ASTCnExponentialNode.
ASTCnIntegerNode - Class in org.sbml.jsbml.math
An Abstract Syntax Tree (AST) node representing an Integer in a mathematical expression
ASTCnIntegerNode() - Constructor for class org.sbml.jsbml.math.ASTCnIntegerNode
Creates a new ASTCnIntegerNode that lacks a pointer to its containing MathContainer.
ASTCnIntegerNode(ASTCnIntegerNode) - Constructor for class org.sbml.jsbml.math.ASTCnIntegerNode
Copy constructor; Creates a deep copy of the given ASTCnIntegerNode.
ASTCnIntegerNode(int) - Constructor for class org.sbml.jsbml.math.ASTCnIntegerNode
Creates a new ASTCnIntegerNode with int value.
ASTCnNumberNode<T> - Class in org.sbml.jsbml.math
An Abstract Syntax Tree (AST) node representing a MathML cn element in a mathematical expression.
ASTCnNumberNode() - Constructor for class org.sbml.jsbml.math.ASTCnNumberNode
Creates a new ASTCnNumberNode that lacks a pointer to its containing MathContainer.
ASTCnNumberNode(ASTCnNumberNode<T>) - Constructor for class org.sbml.jsbml.math.ASTCnNumberNode
Copy constructor; Creates a deep copy of the given ASTCnNumberNode.
ASTCnNumberNode(String) - Constructor for class org.sbml.jsbml.math.ASTCnNumberNode
Creates a new ASTCnNumberNode that lacks a pointer to its containing MathContainer and has a variable String.
ASTCnRationalNode - Class in org.sbml.jsbml.math
An Abstract Syntax Tree (AST) node representing a rational number in a mathematical expression
ASTCnRationalNode() - Constructor for class org.sbml.jsbml.math.ASTCnRationalNode
Creates a new ASTCnRationalNode that lacks a pointer to its containing MathContainer.
ASTCnRationalNode(ASTCnRationalNode) - Constructor for class org.sbml.jsbml.math.ASTCnRationalNode
Copy constructor; Creates a deep copy of the given ASTCnRationalNode.
ASTCnRealNode - Class in org.sbml.jsbml.math
An Abstract Syntax Tree (AST) node representing a real number in a mathematical expression
ASTCnRealNode() - Constructor for class org.sbml.jsbml.math.ASTCnRealNode
Creates a new ASTCnRealNode that lacks a pointer to its containing MathContainer.
ASTCnRealNode(ASTCnRealNode) - Constructor for class org.sbml.jsbml.math.ASTCnRealNode
Copy constructor; Creates a deep copy of the given ASTCnRealNode.
ASTCnRealNode(double) - Constructor for class org.sbml.jsbml.math.ASTCnRealNode
Creates a new ASTCnRealNode that lacks a pointer to its containing MathContainer but has the specified real value.
ASTConstantNumber - Class in org.sbml.jsbml.math
An Abstract Syntax Tree (AST) node representing a constant number in a mathematical expression.
ASTConstantNumber() - Constructor for class org.sbml.jsbml.math.ASTConstantNumber
Creates a new ASTConstantNumber.
ASTConstantNumber(ASTConstantNumber) - Constructor for class org.sbml.jsbml.math.ASTConstantNumber
Copy constructor; Creates a deep copy of the given ASTConstantNumber.
ASTConstantNumber(double) - Constructor for class org.sbml.jsbml.math.ASTConstantNumber
Creates a new ASTConstantNumber with double value.
ASTConstantNumber(ASTNode.Type) - Constructor for class org.sbml.jsbml.math.ASTConstantNumber
Creates a new ASTConstantNumber of type ASTNode.Type.
ASTCSymbolAvogadroNode - Class in org.sbml.jsbml.math
An Abstract Syntax Tree (AST) node representing avogadro's number
ASTCSymbolAvogadroNode() - Constructor for class org.sbml.jsbml.math.ASTCSymbolAvogadroNode
Creates a new ASTCSymbolAvogadroNode.
ASTCSymbolAvogadroNode(ASTCSymbolAvogadroNode) - Constructor for class org.sbml.jsbml.math.ASTCSymbolAvogadroNode
Copy constructor; Creates a deep copy of the given ASTCSymbolAvogadroNode.
ASTCSymbolBaseNode - Interface in org.sbml.jsbml.math
An Abstract Syntax Tree (AST) node representing a MathML element that contains a definitionURL and name attribute.
ASTCSymbolDelayNode - Class in org.sbml.jsbml.math
An Abstract Syntax Tree (AST) node representing the delay function
ASTCSymbolDelayNode() - Constructor for class org.sbml.jsbml.math.ASTCSymbolDelayNode
Creates a new ASTCSymbolDelayNode.
ASTCSymbolDelayNode(ASTCSymbolDelayNode) - Constructor for class org.sbml.jsbml.math.ASTCSymbolDelayNode
Copy constructor; Creates a deep copy of the given ASTCSymbolDelayNode.
ASTCSymbolNode - Interface in org.sbml.jsbml.math
An Abstract Syntax Tree (AST) node representing a MathML csymbol element in a mathematical expression.
ASTCSymbolTimeNode - Class in org.sbml.jsbml.math
An Abstract Syntax Tree (AST) node representing the time function
ASTCSymbolTimeNode() - Constructor for class org.sbml.jsbml.math.ASTCSymbolTimeNode
Creates a new ASTCSymbolTimeNode.
ASTCSymbolTimeNode(ASTCSymbolTimeNode) - Constructor for class org.sbml.jsbml.math.ASTCSymbolTimeNode
Copy constructor; Creates a deep copy of the given ASTCSymbolTimeNode.
ASTDivideNode - Class in org.sbml.jsbml.math
An Abstract Syntax Tree (AST) node representing the divide function
ASTDivideNode() - Constructor for class org.sbml.jsbml.math.ASTDivideNode
Creates a new ASTDivideNode.
ASTDivideNode(ASTDivideNode) - Constructor for class org.sbml.jsbml.math.ASTDivideNode
Copy constructor; Creates a deep copy of the given ASTDivideNode.
ASTDivideNode(ASTNode2, ASTNode2) - Constructor for class org.sbml.jsbml.math.ASTDivideNode
Creates a new ASTDivideNode with the specified numerator ASTNode2 and denominator ASTNode2.
ASTFactory - Class in org.sbml.jsbml.math
A collection of static methods that can be used to create new abstract syntax trees or alter the topology of existing ones.
ASTFactory() - Constructor for class org.sbml.jsbml.math.ASTFactory
 
ASTFunction - Class in org.sbml.jsbml.math
An Abstract Syntax Tree (AST) node representing a function in a mathematical expression.
ASTFunction() - Constructor for class org.sbml.jsbml.math.ASTFunction
Creates a new ASTFunction that lacks a pointer to its containing MathContainer.
ASTFunction(ASTFunction) - Constructor for class org.sbml.jsbml.math.ASTFunction
Copy constructor; Creates a deep copy of the given ASTFunction.
ASTFunction(MathContainer) - Constructor for class org.sbml.jsbml.math.ASTFunction
Creates a new ASTFunction with a pointer to the specified MathContainer.
ASTHyperbolicNode - Class in org.sbml.jsbml.math
An Abstract Syntax Tree (AST) node representing a hyperbolic function
ASTHyperbolicNode() - Constructor for class org.sbml.jsbml.math.ASTHyperbolicNode
Creates a new ASTHyperbolicNode.
ASTHyperbolicNode(ASTHyperbolicNode) - Constructor for class org.sbml.jsbml.math.ASTHyperbolicNode
Copy constructor; Creates a deep copy of the given ASTHyperbolicNode.
ASTHyperbolicNode(ASTNode.Type) - Constructor for class org.sbml.jsbml.math.ASTHyperbolicNode
Creates a new ASTHyperbolicNode of type ASTNode.Type
ASTLambdaFunctionNode - Class in org.sbml.jsbml.math
An Abstract Syntax Tree (AST) node representing a lambda function in a mathematical expression.
ASTLambdaFunctionNode() - Constructor for class org.sbml.jsbml.math.ASTLambdaFunctionNode
Creates a new ASTLambdaFunctionNode.
ASTLambdaFunctionNode(ASTLambdaFunctionNode) - Constructor for class org.sbml.jsbml.math.ASTLambdaFunctionNode
Copy constructor; Creates a deep copy of the given ASTLambdaFunctionNode.
ASTLogarithmNode - Class in org.sbml.jsbml.math
An Abstract Syntax Tree (AST) node representing the logarithm function
ASTLogarithmNode() - Constructor for class org.sbml.jsbml.math.ASTLogarithmNode
Creates a new ASTLogarithmNode.
ASTLogarithmNode(ASTLogarithmNode) - Constructor for class org.sbml.jsbml.math.ASTLogarithmNode
Copy constructor; Creates a deep copy of the given ASTLogarithmNode.
ASTLogarithmNode(ASTNode2) - Constructor for class org.sbml.jsbml.math.ASTLogarithmNode
Creates a new ASTLogarithmNode with base 10 and value ASTNode2
ASTLogarithmNode(ASTNode2, ASTNode2) - Constructor for class org.sbml.jsbml.math.ASTLogarithmNode
Creates a new ASTLogarithmNode with base ASTNode2 and value ASTNode2
ASTLogicalOperatorNode - Class in org.sbml.jsbml.math
An Abstract Syntax Tree (AST) node representing a logical operator in a mathematical expression.
ASTLogicalOperatorNode() - Constructor for class org.sbml.jsbml.math.ASTLogicalOperatorNode
Creates a new ASTLogicalOperatorNode.
ASTLogicalOperatorNode(ASTLogicalOperatorNode) - Constructor for class org.sbml.jsbml.math.ASTLogicalOperatorNode
Copy constructor; Creates a deep copy of the given ASTLogicalOperatorNode.
ASTLogicalOperatorNode(ASTNode.Type) - Constructor for class org.sbml.jsbml.math.ASTLogicalOperatorNode
Creates a new ASTLogicalOperatorNode of type ASTNode.Type.
ASTMinusNode - Class in org.sbml.jsbml.math
An Abstract Syntax Tree (AST) node representing the minus operator
ASTMinusNode() - Constructor for class org.sbml.jsbml.math.ASTMinusNode
Creates a new ASTMinusNode.
ASTMinusNode(ASTMinusNode) - Constructor for class org.sbml.jsbml.math.ASTMinusNode
Copy constructor; Creates a deep copy of the given ASTMinusNode.
ASTMinusNode(ASTNode2, ASTNode2) - Constructor for class org.sbml.jsbml.math.ASTMinusNode
Creates a new ASTMinusNode with two children
ASTNode - Class in org.sbml.jsbml
A node in the Abstract Syntax Tree (AST) representation of a mathematical expression.
ASTNode() - Constructor for class org.sbml.jsbml.ASTNode
Creates a new ASTNode of unspecified type and without a pointer to its containing MathContainer.
ASTNode(ASTNode) - Constructor for class org.sbml.jsbml.ASTNode
Copy constructor; Creates a deep copy of the given ASTNode.
ASTNode(CallableSBase) - Constructor for class org.sbml.jsbml.ASTNode
Creates and returns a new ASTNode referring to the given CallableSBase.
ASTNode(ASTNode2) - Constructor for class org.sbml.jsbml.ASTNode
Create a new node of type ASTNode from the given ASTNode2
ASTNode(CallableSBase, MathContainer) - Constructor for class org.sbml.jsbml.ASTNode
Creates and returns a new ASTNode referring to the given CallableSBase.
ASTNode(char) - Constructor for class org.sbml.jsbml.ASTNode
Creates a new ASTNode representing an operator, i.e., an internal node.
ASTNode(char, MathContainer) - Constructor for class org.sbml.jsbml.ASTNode
Creates a new ASTNode representing an operator, i.e., an internal node.
ASTNode(double) - Constructor for class org.sbml.jsbml.ASTNode
Creates and returns a new ASTNode.
ASTNode(double, int) - Constructor for class org.sbml.jsbml.ASTNode
Creates and returns a new ASTNode.
ASTNode(double, int, MathContainer) - Constructor for class org.sbml.jsbml.ASTNode
Creates and returns a new ASTNode.
ASTNode(double, MathContainer) - Constructor for class org.sbml.jsbml.ASTNode
Creates and returns a new ASTNode.
ASTNode(int) - Constructor for class org.sbml.jsbml.ASTNode
Creates and returns a new ASTNode with the given integer value.
ASTNode(int, MathContainer) - Constructor for class org.sbml.jsbml.ASTNode
Creates and returns a new ASTNode with the given integer value for the given MathContainer as its parent SBML object.
ASTNode(int, String, MathContainer) - Constructor for class org.sbml.jsbml.ASTNode
Creates and returns a new ASTNode with the given integer value with the given associated ASTNode.unitId for the given MathContainer as its parent SBML object.
ASTNode(MathContainer) - Constructor for class org.sbml.jsbml.ASTNode
Creates and returns a new ASTNode.
ASTNode(String) - Constructor for class org.sbml.jsbml.ASTNode
Creates and returns a new ASTNode with the given name.
ASTNode(String, MathContainer) - Constructor for class org.sbml.jsbml.ASTNode
Creates and returns a new ASTNode with the given name.
ASTNode(ASTNode.Type) - Constructor for class org.sbml.jsbml.ASTNode
Creates a new ASTNode of the given ASTNode.Type but without a pointer to its MathContainer.
ASTNode(ASTNode.Type, MathContainer) - Constructor for class org.sbml.jsbml.ASTNode
Creates and returns a new ASTNode.
ASTNode.Type - Enum in org.sbml.jsbml
An enumeration of all possible types that can be represented by an abstract syntax tree node.
ASTNode2 - Interface in org.sbml.jsbml.math
A node in the Abstract Syntax Tree (AST) representation of a mathematical expression.
ASTNode2Compiler - Interface in org.sbml.jsbml.math.compiler
A compiler for abstract syntax trees.
ASTNode2Value<T> - Class in org.sbml.jsbml.math.compiler
When interpreting ASTNode2s, the ASTNode2Compiler takes elements of this class as arguments and performs its operations on it.
ASTNode2Value(ASTNode2Compiler) - Constructor for class org.sbml.jsbml.math.compiler.ASTNode2Value
 
ASTNode2Value(T, ASTNode2Compiler) - Constructor for class org.sbml.jsbml.math.compiler.ASTNode2Value
 
ASTNode2Value(ASTNode.Type, ASTNode2Compiler) - Constructor for class org.sbml.jsbml.math.compiler.ASTNode2Value
 
ASTNode2Value(UnitDefinition, ASTNode2Compiler) - Constructor for class org.sbml.jsbml.math.compiler.ASTNode2Value
 
ASTNodeCompiler - Interface in org.sbml.jsbml.util.compilers
A compiler for abstract syntax trees.
ASTNodeConstraints - Class in org.sbml.jsbml.validator.offline.constraints
Validation constraints related to ASTNode.
ASTNodeConstraints() - Constructor for class org.sbml.jsbml.validator.offline.constraints.ASTNodeConstraints
 
astNodeParent - Variable in class org.sbml.jsbml.xml.stax.SBMLReader
The parent of the mathML we are parsing through the readMathML methods.
ASTNodePlugin - Interface in org.sbml.jsbml.ext
Defines the methods necessary for an ASTNode or ASTNode2 Plugin.
astNodeToTree(ASTNode, String, String) - Static method in class org.sbml.jsbml.ASTNode
Returns a simple tree view of the ASTNode internal, including mainly node type and hierarchy.
ASTNodeValue - Class in org.sbml.jsbml.util.compilers
When interpreting ASTNodes, the ASTNodeCompiler takes elements of this class as arguments and performs its operations on it.
ASTNodeValue(ASTNodeCompiler) - Constructor for class org.sbml.jsbml.util.compilers.ASTNodeValue
 
ASTNodeValue(boolean, ASTNodeCompiler) - Constructor for class org.sbml.jsbml.util.compilers.ASTNodeValue
 
ASTNodeValue(double, ASTNodeCompiler) - Constructor for class org.sbml.jsbml.util.compilers.ASTNodeValue
 
ASTNodeValue(float, ASTNodeCompiler) - Constructor for class org.sbml.jsbml.util.compilers.ASTNodeValue
 
ASTNodeValue(long, ASTNodeCompiler) - Constructor for class org.sbml.jsbml.util.compilers.ASTNodeValue
 
ASTNodeValue(int, ASTNodeCompiler) - Constructor for class org.sbml.jsbml.util.compilers.ASTNodeValue
 
ASTNodeValue(CallableSBase, ASTNodeCompiler) - Constructor for class org.sbml.jsbml.util.compilers.ASTNodeValue
 
ASTNodeValue(Node, ASTNodeCompiler) - Constructor for class org.sbml.jsbml.util.compilers.ASTNodeValue
 
ASTNodeValue(Number, ASTNodeCompiler) - Constructor for class org.sbml.jsbml.util.compilers.ASTNodeValue
 
ASTNodeValue(String, ASTNodeCompiler) - Constructor for class org.sbml.jsbml.util.compilers.ASTNodeValue
 
ASTNodeValue(ASTNode.Type, ASTNodeCompiler) - Constructor for class org.sbml.jsbml.util.compilers.ASTNodeValue
 
ASTNodeValue(UnitDefinition, ASTNodeCompiler) - Constructor for class org.sbml.jsbml.util.compilers.ASTNodeValue
 
ASTNumber - Class in org.sbml.jsbml.math
An Abstract Syntax Tree (AST) node representing a number in a mathematical expression.
ASTNumber() - Constructor for class org.sbml.jsbml.math.ASTNumber
Creates a new ASTNumber that lacks a pointer to its containing MathContainer.
ASTNumber(ASTNumber) - Constructor for class org.sbml.jsbml.math.ASTNumber
Copy constructor; Creates a deep copy of the given ASTNumber.
ASTPiecewiseFunctionNode - Class in org.sbml.jsbml.math
An Abstract Syntax Tree (AST) node representing a MathML piecewise element in a mathematical expression.
ASTPiecewiseFunctionNode() - Constructor for class org.sbml.jsbml.math.ASTPiecewiseFunctionNode
ASTPiecewiseFunctionNode(ASTPiecewiseFunctionNode) - Constructor for class org.sbml.jsbml.math.ASTPiecewiseFunctionNode
Copy constructor; Creates a deep copy of the given ASTPiecewiseFunctionNode.
ASTPlusNode - Class in org.sbml.jsbml.math
An Abstract Syntax Tree (AST) node representing the plus operator
ASTPlusNode() - Constructor for class org.sbml.jsbml.math.ASTPlusNode
Creates a new ASTPlusNode.
ASTPlusNode(ASTNode2, ASTNode2) - Constructor for class org.sbml.jsbml.math.ASTPlusNode
Creates a new ASTPlusNode with two children
ASTPlusNode(ASTPlusNode) - Constructor for class org.sbml.jsbml.math.ASTPlusNode
Copy constructor; Creates a deep copy of the given ASTPlusNode.
ASTPowerNode - Class in org.sbml.jsbml.math
An Abstract Syntax Tree (AST) node representing the power function
ASTPowerNode() - Constructor for class org.sbml.jsbml.math.ASTPowerNode
Creates a new ASTPowerNode.
ASTPowerNode(ASTNode2, ASTNode2) - Constructor for class org.sbml.jsbml.math.ASTPowerNode
Creates a new ASTPowerNode with the specified basis and exponent.
ASTPowerNode(ASTPowerNode) - Constructor for class org.sbml.jsbml.math.ASTPowerNode
Copy constructor; Creates a deep copy of the given ASTPowerNode.
ASTQualifierNode - Class in org.sbml.jsbml.math
An Abstract Syntax Tree (AST) node representing a MathML qualifier element in a mathematical expression.
ASTQualifierNode() - Constructor for class org.sbml.jsbml.math.ASTQualifierNode
Creates a new ASTQualifierNode.
ASTQualifierNode(ASTQualifierNode) - Constructor for class org.sbml.jsbml.math.ASTQualifierNode
Copy constructor; Creates a deep copy of the given ASTQualifierNode.
ASTQualifierNode(ASTNode.Type) - Constructor for class org.sbml.jsbml.math.ASTQualifierNode
Creates a new ASTQualifierNode of the given type ASTNode.Type
ASTRelationalOperatorNode - Class in org.sbml.jsbml.math
An Abstract Syntax Tree (AST) node representing a relational operator in a mathematical expression.
ASTRelationalOperatorNode() - Constructor for class org.sbml.jsbml.math.ASTRelationalOperatorNode
Creates a new ASTRelationalOperatorNode without a pointer to its containing MathContainer.
ASTRelationalOperatorNode(ASTRelationalOperatorNode) - Constructor for class org.sbml.jsbml.math.ASTRelationalOperatorNode
Copy constructor; Creates a deep copy of the given ASTRelationalOperatorNode.
ASTRelationalOperatorNode(ASTNode.Type) - Constructor for class org.sbml.jsbml.math.ASTRelationalOperatorNode
Creates a new ASTRelationalOperatorNode without a pointer to its containing MathContainer but with the specified ASTNode.Type.
ASTRootNode - Class in org.sbml.jsbml.math
An Abstract Syntax Tree (AST) node representing a root function
ASTRootNode() - Constructor for class org.sbml.jsbml.math.ASTRootNode
Creates a new ASTRootNode.
ASTRootNode(ASTNode2) - Constructor for class org.sbml.jsbml.math.ASTRootNode
Creates a new ASTRootNode with the specified radicand and a root exponent of 2.
ASTRootNode(ASTNode2, ASTNode2) - Constructor for class org.sbml.jsbml.math.ASTRootNode
Creates a new ASTRootNode with the specified radicand and rootExponent.
ASTRootNode(ASTRootNode) - Constructor for class org.sbml.jsbml.math.ASTRootNode
Copy constructor; Creates a deep copy of the given ASTRootNode.
ASTTimesNode - Class in org.sbml.jsbml.math
An Abstract Syntax Tree (AST) node representing the times operator
ASTTimesNode() - Constructor for class org.sbml.jsbml.math.ASTTimesNode
Creates a new ASTTimesNode.
ASTTimesNode(ASTNode2, ASTNode2) - Constructor for class org.sbml.jsbml.math.ASTTimesNode
Creates a new ASTTimesNode with two children
ASTTimesNode(ASTTimesNode) - Constructor for class org.sbml.jsbml.math.ASTTimesNode
Copy constructor; Creates a deep copy of the given ASTTimesNode.
ASTTrigonometricNode - Class in org.sbml.jsbml.math
An Abstract Syntax Tree (AST) node representing a trigonometric function
ASTTrigonometricNode() - Constructor for class org.sbml.jsbml.math.ASTTrigonometricNode
Creates a new ASTTrigonometricNode.
ASTTrigonometricNode(ASTTrigonometricNode) - Constructor for class org.sbml.jsbml.math.ASTTrigonometricNode
Copy constructor; Creates a deep copy of the given ASTTrigonometricNode.
ASTTrigonometricNode(ASTNode.Type) - Constructor for class org.sbml.jsbml.math.ASTTrigonometricNode
Creates a new ASTTrigonometricNode of type ASTNode.Type.
ASTUnaryFunctionNode - Class in org.sbml.jsbml.math
An Abstract Syntax Tree (AST) node representing a function with only one parameter
ASTUnaryFunctionNode() - Constructor for class org.sbml.jsbml.math.ASTUnaryFunctionNode
Creates a new ASTUnaryFunctionNode.
ASTUnaryFunctionNode(ASTUnaryFunctionNode) - Constructor for class org.sbml.jsbml.math.ASTUnaryFunctionNode
Copy constructor; Creates a deep copy of the given ASTUnaryFunctionNode.
ASTUnaryFunctionNode(ASTNode.Type) - Constructor for class org.sbml.jsbml.math.ASTUnaryFunctionNode
Creates a new ASTUnaryFunctionNode of type ASTNode.Type
ASTUnknown - Class in org.sbml.jsbml.math
An ASTNode2 with specified neutral behavior.
ASTUnknown() - Constructor for class org.sbml.jsbml.math.ASTUnknown
Create a new ASTUnknown object.
attributeNames - Variable in class org.sbml.jsbml.xml.XMLAttributes
 
attributes - Variable in class org.sbml.jsbml.xml.stax.SBMLObjectForXML
Contains the XML attributes of a SBML component to write.
attributes - Variable in class org.sbml.jsbml.xml.XMLToken
 
attributeValidator - Static variable in class org.sbml.jsbml.AbstractSBase
Shared context to perform attribute validation.
attributeValues - Variable in class org.sbml.jsbml.xml.XMLAttributes
 
augmentMatching() - Method in class org.sbml.jsbml.validator.OverdeterminationValidator
Improves the matching as far as possible with augmenting paths
augmentPath(int) - Method in class org.sbml.jsbml.validator.OverdeterminationValidator
Tries augment every path found in the graph to a new path of the given length + 2 (a new node at the beginning and the end of the path)
available - Variable in class org.sbml.jsbml.math.parser.SimpleCharStream
 
available - Variable in class org.sbml.jsbml.text.parser.SimpleCharStream
 
AVOGADRO_L3V1 - Static variable in class org.sbml.jsbml.util.Maths
Avogadro's constant of 6.02214179 ⋅ 1023 mol-1.

B

backup(int) - Method in class org.sbml.jsbml.math.parser.SimpleCharStream
Backup a number of characters.
backup(int) - Method in class org.sbml.jsbml.text.parser.SimpleCharStream
Backup a number of characters.
base - Static variable in class org.sbml.jsbml.util.TreeNodeChangeEvent
 
BASE_UNIT_SUFFIX - Static variable in class org.sbml.jsbml.UnitDefinition
The suffix used in UnitDefinition objects that represent a base Unit.Kind with offset = 0, multiplier = 1, scale = 0, and exponent = 1.
baseListType - Static variable in class org.sbml.jsbml.util.TreeNodeChangeEvent
 
beginColumn - Variable in class org.sbml.jsbml.math.parser.Token
The column number of the first character of this Token.
beginColumn - Variable in class org.sbml.jsbml.text.parser.Token
The column number of the first character of this Token.
beginLine - Variable in class org.sbml.jsbml.math.parser.Token
The line number of the first character of this Token.
beginLine - Variable in class org.sbml.jsbml.text.parser.Token
The line number of the first character of this Token.
BeginToken() - Method in class org.sbml.jsbml.math.parser.SimpleCharStream
Start.
BeginToken() - Method in class org.sbml.jsbml.text.parser.SimpleCharStream
Start.
bipartiteGraph - Variable in class org.sbml.jsbml.validator.OverdeterminationValidator
The source node of the bipartite graph, respectively the bipartite graph
BOOLEAN_LOGIC - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserASTNode2Constants
RegularExpression Id.
BOOLEAN_LOGIC - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserConstants
RegularExpression Id.
BOOLEAN_LOGIC - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2Constants
RegularExpression Id.
BOOLEAN_LOGIC - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserLL3Constants
RegularExpression Id.
BOOLEAN_LOGIC - Static variable in interface org.sbml.jsbml.text.parser.CobraFormulaParserConstants
RegularExpression Id.
BOOLEAN_LOGIC - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserASTNode2Constants
RegularExpression Id.
BOOLEAN_LOGIC - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserConstants
RegularExpression Id.
BOOLEAN_LOGIC - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2Constants
RegularExpression Id.
BOOLEAN_LOGIC - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserLL3Constants
RegularExpression Id.
bottomrule - Static variable in class org.sbml.jsbml.math.compiler.LaTeXCompiler
Requires LaTeX package booktabs.
bottomrule - Static variable in class org.sbml.jsbml.util.compilers.LaTeXCompiler
Requires LaTeX package booktabs.
boundary - Variable in class org.sbml.jsbml.validator.MultipartPost
 
boundaryCondition - Variable in class org.sbml.jsbml.Species
Represents the 'boundaryCondition' attribute of a Species element.
boundaryCondition - Static variable in class org.sbml.jsbml.util.TreeNodeChangeEvent
 
BoundaryConditionFilter - Class in org.sbml.jsbml.util.filters
This filter accepts species whose boundary condition is set to true.
BoundaryConditionFilter() - Constructor for class org.sbml.jsbml.util.filters.BoundaryConditionFilter
Constructs a new boundary condition filter.
brackets(Object) - Static method in class org.sbml.jsbml.math.compiler.FormulaCompiler
 
brackets(Object) - Static method in class org.sbml.jsbml.math.compiler.HTMLFormula
 
brackets(Object) - Method in class org.sbml.jsbml.math.compiler.LaTeXCompiler
Encloses the given formula in brackets.
brackets(Object) - Static method in class org.sbml.jsbml.util.compilers.FormulaCompiler
 
brackets(Object) - Static method in class org.sbml.jsbml.util.compilers.HTMLFormula
 
brackets(Object) - Method in class org.sbml.jsbml.util.compilers.LaTeXCompiler
Encloses the given formula in brackets.
bufcolumn - Variable in class org.sbml.jsbml.math.parser.SimpleCharStream
 
bufcolumn - Variable in class org.sbml.jsbml.text.parser.SimpleCharStream
 
buffer - Variable in class org.sbml.jsbml.math.parser.SimpleCharStream
 
buffer - Variable in class org.sbml.jsbml.text.parser.SimpleCharStream
 
bufline - Variable in class org.sbml.jsbml.math.parser.SimpleCharStream
 
bufline - Variable in class org.sbml.jsbml.text.parser.SimpleCharStream
 
bufpos - Variable in class org.sbml.jsbml.math.parser.SimpleCharStream
Position in buffer.
bufpos - Variable in class org.sbml.jsbml.text.parser.SimpleCharStream
Position in buffer.
bufsize - Variable in class org.sbml.jsbml.math.parser.SimpleCharStream
 
bufsize - Variable in class org.sbml.jsbml.text.parser.SimpleCharStream
 
buildCompartment(String, boolean, String, double, double, String) - Method in class org.sbml.jsbml.util.ModelBuilder
 
buildCompartment(String, boolean, String, double, double, Unit.Kind) - Method in class org.sbml.jsbml.util.ModelBuilder
 
buildCompartment(String, boolean, String, double, double, UnitDefinition) - Method in class org.sbml.jsbml.util.ModelBuilder
 
buildGraph() - Method in class org.sbml.jsbml.validator.OverdeterminationValidator
Build the bipartite graph by reference to SBML specification level 3 version 1 Core
buildKineticLaw(Reaction, String, Pair<String, Double>...) - Static method in class org.sbml.jsbml.util.ModelBuilder
 
buildMatching() - Method in class org.sbml.jsbml.validator.OverdeterminationValidator
Build the maximum matching with the greedy algorithm from the Hopcroft and Karp paper.
buildModel(String, String) - Method in class org.sbml.jsbml.util.ModelBuilder
 
buildModifiers(Reaction, Pair<Species, Integer>...) - Static method in class org.sbml.jsbml.util.ModelBuilder
A convenient method to create multiple modifiers in one single step by passing the Species along with its role (SBO term) to this method.
buildParameter(String, String, double, boolean, String) - Method in class org.sbml.jsbml.util.ModelBuilder
 
buildParameter(String, String, double, boolean, Unit.Kind) - Method in class org.sbml.jsbml.util.ModelBuilder
 
buildParameter(String, String, double, boolean, UnitDefinition) - Method in class org.sbml.jsbml.util.ModelBuilder
 
buildParticipants(ListOf<SpeciesReference>, Pair<Double, Species>...) - Static method in class org.sbml.jsbml.util.ModelBuilder
This builds multiple reaction participants in one step and adds them to the given list of SpeciesReferences.
buildProducts(Reaction, Pair<Double, Species>...) - Static method in class org.sbml.jsbml.util.ModelBuilder
Convenient method to build multiple products together with their stoichiometry in one step.
buildReactants(Reaction, Pair<Double, Species>...) - Static method in class org.sbml.jsbml.util.ModelBuilder
Convenient method to build multiple reactants together with their stoichiometry in one step.
buildReaction(String, String, Compartment, boolean, boolean) - Method in class org.sbml.jsbml.util.ModelBuilder
 
buildReaction(String, String, String, boolean, boolean) - Method in class org.sbml.jsbml.util.ModelBuilder
 
buildSpecies(String, String, Compartment, boolean, boolean, boolean, double, String) - Method in class org.sbml.jsbml.util.ModelBuilder
 
buildSpecies(String, String, Compartment, boolean, boolean, boolean, double, Unit.Kind) - Method in class org.sbml.jsbml.util.ModelBuilder
 
buildSpecies(String, String, Compartment, boolean, boolean, boolean, double, UnitDefinition) - Method in class org.sbml.jsbml.util.ModelBuilder
 
buildSpecies(String, String, String, boolean, boolean, boolean, double, String) - Method in class org.sbml.jsbml.util.ModelBuilder
 
buildUnit(UnitDefinition, double, int, Unit.Kind, double) - Static method in class org.sbml.jsbml.util.ModelBuilder
 
buildUnitDefinition(String, String) - Method in class org.sbml.jsbml.util.ModelBuilder
 
bundle - Static variable in class org.sbml.jsbml.xml.parsers.SBMLCoreParser
Localization support.

C

C_DOT - Static variable in class org.sbml.jsbml.math.compiler.HTMLFormula
Multiplication symbol “⋅”.
C_DOT - Static variable in class org.sbml.jsbml.util.compilers.HTMLFormula
Multiplication symbol “⋅”.
cache - Static variable in class org.sbml.jsbml.validator.offline.constraints.AbstractConstraintDeclaration
Caches the constraints with SoftReferences
cachedJson - Static variable in class org.sbml.jsbml.validator.offline.factory.SBMLErrorFactory
 
CallableSBase - Interface in org.sbml.jsbml
The interface CallableSBase represents an SBase that can be called in mathematical expressions, i.e., ASTNode, via its identifier.
canConvert(Class) - Method in class org.sbml.jsbml.xml.xstream.converter.MessageConverter
 
canConvert(Class) - Method in class org.sbml.jsbml.xml.xstream.converter.SBMLErrorConverter
 
categories - Variable in class org.sbml.jsbml.validator.offline.ValidationContext
 
category - Variable in exception org.sbml.jsbml.SBMLError
 
category - Variable in exception org.sbml.jsbml.SBMLException
The category of this exception.
Category() - Constructor for enum org.sbml.jsbml.SBMLException.Category
 
category - Variable in class org.sbml.jsbml.util.Detail
 
ceiling(ASTNode2) - Method in interface org.sbml.jsbml.math.compiler.ASTNode2Compiler
 
ceiling(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.FindUnitsCompiler
 
ceiling(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.FormulaCompiler
 
ceiling(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.LaTeXCompiler
 
ceiling(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.UnitsCompiler
 
ceiling(ASTNode) - Method in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
 
ceiling(ASTNode) - Method in class org.sbml.jsbml.util.compilers.FindUnitsCompiler
 
ceiling(ASTNode) - Method in class org.sbml.jsbml.util.compilers.FormulaCompiler
 
ceiling(ASTNode) - Method in class org.sbml.jsbml.util.compilers.LaTeXCompiler
 
ceiling(ASTNode) - Method in class org.sbml.jsbml.util.compilers.MathMLCompiler
Deprecated.
 
ceiling(ASTNode) - Method in class org.sbml.jsbml.util.compilers.UnitsCompiler
 
characters - Variable in class org.sbml.jsbml.xml.stax.SBMLObjectForXML
Represents the text of a SBML component to write.
characters - Variable in class org.sbml.jsbml.xml.XMLToken
 
charge - Variable in class org.sbml.jsbml.Species
Deprecated.
charge - Static variable in class org.sbml.jsbml.util.TreeNodeChangeEvent
 
check(ValidationContext, T) - Method in interface org.sbml.jsbml.validator.offline.constraints.AnyConstraint
Checks if the object conforms to the specific rule in the given context.
check(ValidationContext, T) - Method in class org.sbml.jsbml.validator.offline.constraints.ConstraintGroup
 
check(ValidationContext, SBase) - Method in class org.sbml.jsbml.validator.offline.constraints.helper.AssignmentCycleValidation
 
check(ValidationContext, T) - Method in class org.sbml.jsbml.validator.offline.constraints.helper.DuplicatedElementValidationFunction
 
check(ValidationContext, T) - Method in class org.sbml.jsbml.validator.offline.constraints.helper.DuplicatedMathValidationFunction
 
check(ValidationContext, T) - Method in class org.sbml.jsbml.validator.offline.constraints.helper.ElementOrderValidationFunction
 
check(ValidationContext, T) - Method in class org.sbml.jsbml.validator.offline.constraints.helper.UniqueValidation
 
check(ValidationContext, T) - Method in class org.sbml.jsbml.validator.offline.constraints.helper.UnknownAttributeValidationFunction
 
check(ValidationContext, T) - Method in class org.sbml.jsbml.validator.offline.constraints.helper.UnknownElementValidationFunction
 
check(ValidationContext, T) - Method in class org.sbml.jsbml.validator.offline.constraints.ValidationConstraint
 
check(ValidationContext, T) - Method in interface org.sbml.jsbml.validator.offline.constraints.ValidationFunction
Returns true if the constraint is valid and false if it's broken.
CHECK_CATEGORY() - Constructor for enum org.sbml.jsbml.validator.SBMLValidator.CHECK_CATEGORY
 
checkAbout(SBase) - Method in class org.sbml.jsbml.xml.parsers.SBMLRDFAnnotationParser
Checks and Sets about String, that correspond to the value of the rdf:about attribute.
checkAndSetPackageNamespaceAndVersion(SBase) - Method in class org.sbml.jsbml.AbstractSBase
Checks whether or not the given SBase has the same package version configuration than this element or the SBMLDocument.
checkAndSetPackageNamespaceAndVersion(SBasePlugin, SBMLDocument) - Method in class org.sbml.jsbml.AbstractSBase
Checks whether or not the given SBasePlugin has the same package configuration than the SBMLDocument.
checkAndSetVariable(String) - Method in class org.sbml.jsbml.EventAssignment
Sets the variableID of this EventAssignment to 'variable'.
checkAndSetVariable(String) - Method in class org.sbml.jsbml.InitialAssignment
Sets the variableID of this InitialAssignment to 'variable'.
checkAttribute(String) - Method in class org.sbml.jsbml.AbstractSBase
Checks if the attribute conforms to the SBML specifications of the level and version of this object.
checkBrackets(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.FormulaCompiler
Creates brackets if needed.
checkBrackets(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.LaTeXCompiler
Creates brackets if needed.
checkBrackets(ASTNode) - Method in class org.sbml.jsbml.util.compilers.FormulaCompiler
Creates brackets if needed.
checkBrackets(ASTNode) - Method in class org.sbml.jsbml.util.compilers.LaTeXCompiler
Creates brackets if needed.
checkChildren(Model, SBase) - Method in class org.sbml.jsbml.validator.offline.constraints.helper.AssignmentCycleValidation
 
checkChildren(Model, MathContainer) - Method in class org.sbml.jsbml.validator.offline.constraints.helper.AssignmentCycleValidation
 
checkChildren(Model, Reaction) - Method in class org.sbml.jsbml.validator.offline.constraints.helper.AssignmentCycleValidation
 
checkChildren(Model, ASTNode) - Method in class org.sbml.jsbml.validator.offline.constraints.helper.AssignmentCycleValidation
 
checkConsistency() - Method in class org.sbml.jsbml.SBMLDocument
Validates the SBMLDocument using the SBML.org online validator (http://sbml.org/validator/).
checkConsistency(String, Map<String, String>) - Static method in class org.sbml.jsbml.validator.SBMLValidator
Validates an SBML model using the SBML.org online validator (http://sbml.org/validator/).
checkConsistency(String) - Static method in class org.sbml.jsbml.validator.SBMLValidator
Parses the XML String returned by the libSBML online validator or web services.
checkConsistencyOffline() - Method in class org.sbml.jsbml.SBMLDocument
Validates the SBMLDocument using the BETA version of the offline validator (do not use for production).
checkConsistencyParameters - Variable in class org.sbml.jsbml.SBMLDocument
Contains all the parameter to validate the SBML document
checkContainsNumbersReferingToUnits(Node) - Static method in class org.sbml.jsbml.xml.parsers.MathMLParser
Deprecated.
Recursively checks whether the given Node contains any numbers that refer to unit declarations.
checkDenominatorBrackets(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.FormulaCompiler
Creates brackets if needed.
checkDenominatorBrackets(ASTNode) - Method in class org.sbml.jsbml.util.compilers.FormulaCompiler
Creates brackets if needed.
checkDerivedUnit - Static variable in class org.sbml.jsbml.validator.offline.constraints.helper.ValidationTools
 
checkForDimensionlessOrInvalidUnits(UnitDefinition) - Method in class org.sbml.jsbml.math.compiler.UnitsCompiler
Throws an IllegalArgumentException if the given units do not represent a dimensionless or invalid unit.
checkForDimensionlessOrInvalidUnits(UnitDefinition) - Method in class org.sbml.jsbml.util.compilers.UnitsCompiler
Throws an IllegalArgumentException if the given units do not represent a dimensionless or invalid unit.
checkIdentifier(String) - Method in class org.sbml.jsbml.AbstractSBase
Checks if the sID is a valid identifier.
checkLevelAndVersionCompatibility(SBase) - Method in class org.sbml.jsbml.AbstractSBase
Checks whether or not the given SBase has the same level and version configuration than this element.
checkMetaId(String) - Method in class org.sbml.jsbml.SBMLDocument
Checks if the given meta identifier can be added in this SBMLDocument 's SBMLDocument.mappingFromMetaId2SBase.
checkPackages(SBMLDocument) - Static method in class org.sbml.jsbml.xml.parsers.PackageUtil
Checks the whole SBMLDocument, including all siblings, to make sure that the package version and namespace is set properly.
checkPackages(SBMLDocument, boolean, boolean) - Static method in class org.sbml.jsbml.xml.parsers.PackageUtil
Checks the whole SBMLDocument, including all siblings, to make sure that the package version and namespace is set properly.
checkPackages(SBase, List<String>, boolean, boolean) - Static method in class org.sbml.jsbml.xml.parsers.PackageUtil
Checks the given SBase, including all it's siblings, to make sure that the package version and namespace is set properly.
checkPackages(SBase, Map<String, PackageInfo>, Map<String, PackageInfo>, boolean, boolean) - Static method in class org.sbml.jsbml.xml.parsers.PackageUtil
Checks the given SBase, including all it's siblings, to make sure that the package version and namespace is set properly.
checkRelationalArgumentBrackets(ASTNode) - Method in class org.sbml.jsbml.util.compilers.FormulaCompiler
Creates brackets if needed.
checkSize(ArrayList<ASTNode>, int) - Method in class org.sbml.jsbml.math.parser.FormulaParser
 
checkSize(ArrayList<ASTNode2>, int) - Method in class org.sbml.jsbml.math.parser.FormulaParserASTNode2
 
checkSize(ArrayList<ASTNode>, int) - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3
 
checkSize(ArrayList<ASTNode2>, int) - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2
 
checkSize(ArrayList<ASTNode>, int) - Method in class org.sbml.jsbml.text.parser.CobraFormulaParser
 
checkSize(ArrayList<ASTNode>, int) - Method in class org.sbml.jsbml.text.parser.FormulaParser
 
checkSize(ArrayList<ASTNode2>, int) - Method in class org.sbml.jsbml.text.parser.FormulaParserASTNode2
 
checkSize(ArrayList<ASTNode>, int) - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3
 
checkSize(ArrayList<ASTNode2>, int) - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2
 
checkTerm(int) - Static method in class org.sbml.jsbml.SBO
Checks the format of the given SBO integer portion.
checkTerm(String) - Static method in class org.sbml.jsbml.SBO
Checks the format of the given SBO string.
chemicalFormulaPattern - Static variable in class org.sbml.jsbml.validator.SyntaxChecker
 
CHILD_ELEMENT_NAMES - Static variable in class org.sbml.jsbml.JSBML
Key used to store the list of the xml child element names of an SBase.
childElements - Variable in class org.sbml.jsbml.xml.XMLNode
 
childNode - Static variable in class org.sbml.jsbml.util.TreeNodeChangeEvent
 
children() - Method in class org.sbml.jsbml.AbstractTreeNode
 
children() - Method in class org.sbml.jsbml.math.ASTUnknown
 
children - Variable in class org.sbml.jsbml.validator.offline.constraints.helper.CycleDetectionTreeNode
 
classBlacklist - Static variable in class org.sbml.jsbml.validator.offline.constraints.AbstractConstraintDeclaration
Stores class names which didn't have a constraint declaration
className - Variable in class org.sbml.jsbml.ASTNode
 
className - Static variable in class org.sbml.jsbml.util.TreeNodeChangeEvent
 
cleanTreeNode(AbstractTreeNode) - Method in class org.sbml.jsbml.xml.stax.SBMLReader
Cleans the given node by removing user object(s) set during reading/parsing.
clear() - Method in class org.sbml.jsbml.ListOf
 
clear() - Method in class org.sbml.jsbml.UnitDefinition
Removes all Unit elements from the list of Units in this object.
clear() - Method in class org.sbml.jsbml.validator.offline.LoggingValidationContext
 
clear() - Method in class org.sbml.jsbml.validator.offline.ValidationContext
Clears the loaded constraints
clear() - Method in class org.sbml.jsbml.xml.stax.SBMLObjectForXML
Sets all the variable of this object to null.
clear() - Method in class org.sbml.jsbml.xml.XMLAttributes
Clears (deletes) all attributes in this XMLAttributes object.
clear() - Method in class org.sbml.jsbml.xml.XMLNamespaces
Clears (deletes) all XML namespace declarations in this XMLNamespaces object.
clearAttributes() - Method in class org.sbml.jsbml.xml.XMLToken
Clears (deletes) all attributes in this XMLToken.
clearErrorLog() - Method in class org.sbml.jsbml.validator.offline.LoggingValidationContext
Clears the error log.
clearListOfEventAssignments() - Method in class org.sbml.jsbml.Event
Remove all the EventAssignments of the listOfEventAssignments of this Event.
clearLog() - Method in class org.sbml.jsbml.SBMLErrorLog
Clears the log.
clearNamespaces() - Method in class org.sbml.jsbml.xml.XMLToken
Clears (deletes) all XML namespace declarations in the XMLNamespaces of this XMLToken.
clearUserObjects() - Method in class org.sbml.jsbml.AbstractTreeNode
 
clearUserObjects() - Method in class org.sbml.jsbml.math.ASTUnknown
 
clearUserObjects() - Method in interface org.sbml.jsbml.util.TreeNodeWithChangeSupport
Removes all of the mappings from the map of user objects (optional operation).
clone() - Method in class org.sbml.jsbml.AbstractMathContainer
 
clone() - Method in class org.sbml.jsbml.AbstractNamedSBaseWithUnit
 
clone() - Method in class org.sbml.jsbml.AbstractSBase
 
clone() - Method in class org.sbml.jsbml.AbstractTreeNode
 
clone() - Method in class org.sbml.jsbml.AlgebraicRule
 
clone() - Method in class org.sbml.jsbml.Annotation
 
clone() - Method in class org.sbml.jsbml.AssignmentRule
 
clone() - Method in class org.sbml.jsbml.ASTNode
 
clone() - Method in class org.sbml.jsbml.Compartment
 
clone() - Method in class org.sbml.jsbml.CompartmentType
Deprecated.
clone() - Method in class org.sbml.jsbml.Constraint
 
clone() - Method in class org.sbml.jsbml.Creator
 
clone() - Method in class org.sbml.jsbml.CVTerm
 
clone() - Method in class org.sbml.jsbml.Delay
 
clone() - Method in class org.sbml.jsbml.Event
 
clone() - Method in class org.sbml.jsbml.EventAssignment
 
clone() - Method in class org.sbml.jsbml.ExplicitRule
 
clone() - Method in class org.sbml.jsbml.ext.AbstractASTNodePlugin
 
clone() - Method in class org.sbml.jsbml.ext.AbstractSBasePlugin
 
clone() - Method in interface org.sbml.jsbml.ext.ASTNodePlugin
Creates a new instance of ASTNodePlugin from this ASTNodePlugin.
clone() - Method in interface org.sbml.jsbml.ext.SBasePlugin
Creates a new instance of SBasePlugin from this SBasePlugin.
clone() - Method in class org.sbml.jsbml.FunctionDefinition
 
clone() - Method in class org.sbml.jsbml.History
 
clone() - Method in class org.sbml.jsbml.InitialAssignment
 
clone() - Method in class org.sbml.jsbml.KineticLaw
 
clone() - Method in class org.sbml.jsbml.ListOf
 
clone() - Method in class org.sbml.jsbml.LocalParameter
 
clone() - Method in class org.sbml.jsbml.math.AbstractASTNode
 
clone() - Method in class org.sbml.jsbml.math.ASTArithmeticOperatorNode
 
clone() - Method in class org.sbml.jsbml.math.ASTBinaryFunctionNode
 
clone() - Method in class org.sbml.jsbml.math.ASTBoolean
 
clone() - Method in class org.sbml.jsbml.math.ASTCiFunctionNode
 
clone() - Method in class org.sbml.jsbml.math.ASTCiNumberNode
 
clone() - Method in class org.sbml.jsbml.math.ASTCnExponentialNode
 
clone() - Method in class org.sbml.jsbml.math.ASTCnIntegerNode
 
clone() - Method in class org.sbml.jsbml.math.ASTCnNumberNode
 
clone() - Method in class org.sbml.jsbml.math.ASTCnRationalNode
 
clone() - Method in class org.sbml.jsbml.math.ASTCnRealNode
 
clone() - Method in class org.sbml.jsbml.math.ASTConstantNumber
 
clone() - Method in class org.sbml.jsbml.math.ASTCSymbolAvogadroNode
 
clone() - Method in class org.sbml.jsbml.math.ASTCSymbolDelayNode
 
clone() - Method in class org.sbml.jsbml.math.ASTCSymbolTimeNode
 
clone() - Method in class org.sbml.jsbml.math.ASTDivideNode
 
clone() - Method in class org.sbml.jsbml.math.ASTFunction
 
clone() - Method in class org.sbml.jsbml.math.ASTHyperbolicNode
 
clone() - Method in class org.sbml.jsbml.math.ASTLambdaFunctionNode
 
clone() - Method in class org.sbml.jsbml.math.ASTLogarithmNode
 
clone() - Method in class org.sbml.jsbml.math.ASTLogicalOperatorNode
 
clone() - Method in class org.sbml.jsbml.math.ASTMinusNode
 
clone() - Method in interface org.sbml.jsbml.math.ASTNode2
Clone ASTNode2
clone() - Method in class org.sbml.jsbml.math.ASTNumber
 
clone() - Method in class org.sbml.jsbml.math.ASTPiecewiseFunctionNode
 
clone() - Method in class org.sbml.jsbml.math.ASTPlusNode
 
clone() - Method in class org.sbml.jsbml.math.ASTPowerNode
 
clone() - Method in class org.sbml.jsbml.math.ASTQualifierNode
 
clone() - Method in class org.sbml.jsbml.math.ASTRelationalOperatorNode
 
clone() - Method in class org.sbml.jsbml.math.ASTRootNode
 
clone() - Method in class org.sbml.jsbml.math.ASTTimesNode
 
clone() - Method in class org.sbml.jsbml.math.ASTTrigonometricNode
 
clone() - Method in class org.sbml.jsbml.math.ASTUnaryFunctionNode
 
clone() - Method in class org.sbml.jsbml.math.ASTUnknown
 
clone() - Method in class org.sbml.jsbml.Model
 
clone() - Method in class org.sbml.jsbml.ModifierSpeciesReference
 
clone() - Method in class org.sbml.jsbml.ontology.Term
 
clone() - Method in class org.sbml.jsbml.ontology.Triple
 
clone() - Method in class org.sbml.jsbml.Parameter
 
clone() - Method in class org.sbml.jsbml.Priority
 
clone() - Method in class org.sbml.jsbml.QuantityWithUnit
 
clone() - Method in class org.sbml.jsbml.RateRule
 
clone() - Method in class org.sbml.jsbml.Reaction
 
clone() - Method in class org.sbml.jsbml.Rule
 
clone() - Method in interface org.sbml.jsbml.SBase
Creates a deep copy of this object, i.e., a new SBase with the same properties like this one.
clone() - Method in class org.sbml.jsbml.SBMLDocument
 
clone() - Method in class org.sbml.jsbml.SBMLReader
 
clone() - Method in class org.sbml.jsbml.SBMLWriter
 
clone() - Method in class org.sbml.jsbml.Species
 
clone() - Method in class org.sbml.jsbml.SpeciesReference
 
clone() - Method in class org.sbml.jsbml.SpeciesType
Deprecated.
clone() - Method in class org.sbml.jsbml.StoichiometryMath
Deprecated.
clone() - Method in class org.sbml.jsbml.Symbol
 
clone() - Method in class org.sbml.jsbml.Trigger
 
clone() - Method in class org.sbml.jsbml.Unit
 
clone() - Method in class org.sbml.jsbml.UnitDefinition
 
clone() - Method in class org.sbml.jsbml.util.ListOfWithName
Deprecated.
 
clone() - Method in class org.sbml.jsbml.util.Pair
 
clone() - Method in class org.sbml.jsbml.util.TreeNodeAdapter
 
clone() - Method in class org.sbml.jsbml.util.TreeNodeChangeEvent
 
clone() - Method in class org.sbml.jsbml.util.TreeNodeRemovedEvent
 
clone() - Method in class org.sbml.jsbml.util.ValuePair
 
clone() - Method in class org.sbml.jsbml.validator.OverdeterminationValidator.StartNode
Clones this Graph without terminal node
clone() - Method in class org.sbml.jsbml.xml.parsers.SBMLLevel1Rule
 
clone() - Method in class org.sbml.jsbml.xml.XMLAttributes
Creates and returns a deep copy of this XMLAttributes set.
clone() - Method in class org.sbml.jsbml.xml.XMLNamespaces
Creates and returns a deep copy of this XMLNamespaces list.
clone() - Method in class org.sbml.jsbml.xml.XMLNode
 
clone() - Method in class org.sbml.jsbml.xml.XMLToken
 
clone() - Method in class org.sbml.jsbml.xml.XMLTriple
Creates and returns a deep copy of this XMLTriple set.
cloneAsAssignmentRule() - Method in class org.sbml.jsbml.xml.parsers.SBMLLevel1Rule
 
cloneAsRateRule() - Method in class org.sbml.jsbml.xml.parsers.SBMLLevel1Rule
 
CLOSE_PAR - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserASTNode2Constants
RegularExpression Id.
CLOSE_PAR - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserConstants
RegularExpression Id.
CLOSE_PAR - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2Constants
RegularExpression Id.
CLOSE_PAR - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserLL3Constants
RegularExpression Id.
CLOSE_PAR - Static variable in interface org.sbml.jsbml.text.parser.CobraFormulaParserConstants
RegularExpression Id.
CLOSE_PAR - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserASTNode2Constants
RegularExpression Id.
CLOSE_PAR - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserConstants
RegularExpression Id.
CLOSE_PAR - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2Constants
RegularExpression Id.
CLOSE_PAR - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserLL3Constants
RegularExpression Id.
CobraFormulaParser - Class in org.sbml.jsbml.text.parser
Class used to parse infix mathematical formula written by the COBRA toolbox and returns a representation of it as an Abstract Syntax Tree (AST).
CobraFormulaParser(InputStream) - Constructor for class org.sbml.jsbml.text.parser.CobraFormulaParser
Constructor with InputStream.
CobraFormulaParser(InputStream, String) - Constructor for class org.sbml.jsbml.text.parser.CobraFormulaParser
Constructor with InputStream and supplied encoding
CobraFormulaParser(Reader) - Constructor for class org.sbml.jsbml.text.parser.CobraFormulaParser
Constructor.
CobraFormulaParser(CobraFormulaParserTokenManager) - Constructor for class org.sbml.jsbml.text.parser.CobraFormulaParser
Constructor with generated Token Manager.
CobraFormulaParser.JJCalls - Class in org.sbml.jsbml.text.parser
 
CobraFormulaParser.LookaheadSuccess - Error in org.sbml.jsbml.text.parser
 
CobraFormulaParserConstants - Interface in org.sbml.jsbml.text.parser
Token literal values and constants.
CobraFormulaParserTokenManager - Class in org.sbml.jsbml.text.parser
Token Manager.
CobraFormulaParserTokenManager(SimpleCharStream) - Constructor for class org.sbml.jsbml.text.parser.CobraFormulaParserTokenManager
Constructor.
CobraFormulaParserTokenManager(SimpleCharStream, int) - Constructor for class org.sbml.jsbml.text.parser.CobraFormulaParserTokenManager
Constructor.
CobraUtil - Class in org.sbml.jsbml.util
Contains some useful methods to manipulate 'COBRA SBML'
CobraUtil() - Constructor for class org.sbml.jsbml.util.CobraUtil
 
code - Variable in exception org.sbml.jsbml.SBMLError
 
code - Variable in exception org.sbml.jsbml.SBMLException
 
Code() - Constructor for enum org.sbml.jsbml.SBMLException.Code
 
collectMetaIds(Map<String, SBase>, SBase, boolean, boolean) - Method in class org.sbml.jsbml.SBMLDocument
Collects all meta identifiers of this AbstractSBase and all of its sub-elements if recursively is true.
colorbox(String, Object) - Method in class org.sbml.jsbml.math.compiler.LaTeXCompiler
 
colorbox(String, Object) - Method in class org.sbml.jsbml.util.compilers.LaTeXCompiler
 
column - Variable in class org.sbml.jsbml.math.parser.SimpleCharStream
 
column - Variable in exception org.sbml.jsbml.SBMLError
 
column - Variable in class org.sbml.jsbml.text.parser.SimpleCharStream
 
column - Variable in class org.sbml.jsbml.xml.XMLToken
 
command(String, Object) - Static method in class org.sbml.jsbml.math.compiler.LaTeXCompiler
 
command(String, Object, Object) - Static method in class org.sbml.jsbml.math.compiler.LaTeXCompiler
 
command(String, Object) - Static method in class org.sbml.jsbml.util.compilers.LaTeXCompiler
 
command(String, Object, Object) - Static method in class org.sbml.jsbml.util.compilers.LaTeXCompiler
 
COMP_10100 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1010100:
COMP_10101 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1010101: To conform to Version 1 of the Hierarchical Model Composition package specification for SBML Level 3, an SBML document must declare the use of the following XML Namespace: 'http://www.sbml.org/sbml/level3/version1/comp/version1' Reference: L3V1 Comp V1 Section 3.1
COMP_10102 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1010102: Wherever they appear in an SBML document, elements and attributes from the Hierarchical Model Composition package must be declared either implicitly or explicitly to be in the XML namespace 'http://www.sbml.org/sbml/level3/version1/comp/version1' Reference: L3V1 Comp V1 Section 3.1
COMP_10301 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1010301: (Extends validation rule #10301 in the SBML Level 3 Version 1 Core specification.) Within a <model> or <modelDefinition> object, the values of the attributes id and comp:id on every instance of the following classes of objects must be unique across the set of all id and comp:id attribute values of all such objects in a model: the model itself, plus all contained <functionDefinition>, <compartment>, <species>, <reaction>, <speciesReference>, <modifierSpeciesReference>, <event>, and <parameter> objects, plus the <submodel> and <deletion> objects defined by the Hierarchical Model Composition package, plus any objects defined by any other package with 'package:id' attributes defined as falling in the 'SId' namespace.
COMP_10302 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1010302: The values of the attributes 'id' and 'comp:id' on every instance of all <model>, <modelDefinition>, and <externalModelDefinition> objects must be unique across the set of all 'id' and 'comp:id' attribute values of such objects in the SBML document to which they belong.
COMP_10303 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1010303: Within <model> and <modelDefinition> objects inside an SBML document, the value of the attribute 'comp:id' on every instance of a <port> object must be unique across the set of all 'comp:id' attribute values of all such objects in the model.
COMP_10304 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1010304: The value of a comp:id attribute must always conform to the syntax of the SBML data type SId.
COMP_10308 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1010308: The value of a 'comp:submodelRef' attribute on <replacedElement> and <replacedBy> objects must always conform to the syntax of the SBML data type SId.
COMP_10309 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1010309: The value of a 'comp:deletion' attribute on <replacedElement> objects must always conform to the syntax of the SBML data type SId.
COMP_10310 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1010310: The value of a 'comp:conversionFactor' attribute on <replacedElement> objects must always conform to the syntax of the SBML data type SId.
COMP_10311 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1010311: The value of a 'comp:name' attribute must always conform to the syntax of type string.
COMP_10501 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1010501: If one element replaces another, whether it is the target of a <replacedBy> element, or whether it has a child <replacedElement>, the units of the replaced element, multiplied by the units of any applicable conversion factor, should equal the units of the replacement element.
COMP_20101 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1020101: Any object derived from the extended SBase class (defined in the Hierarchical Model Composition package) may contain at most one instance of a <listOfReplacedElements> subobject.
COMP_20102 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1020102: Apart from the general notes and annotation subobjects permitted on all SBML objects, a <listOfReplacedElements> container object may only contain <replacedElement> objects.
COMP_20103 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1020103: A <listOfReplacedElements> object may have the optional attributes 'metaid' and 'sboTerm' defined by SBML Level 3 Core.
COMP_20104 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1020104: The <listOfReplacedElements> in an SBase object is optional, but if present, must not be empty.
COMP_20105 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1020105: Any object derived from the extended SBase class (defined in the Hierarchical Model Composition package) may contain at most one instance of a <replacedBy> subobject.
COMP_20201 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1020201: In all SBML documents using the HierarchicalModel Composition package, the SBML object must include a value for the attribute 'comp:required' attribute.
COMP_20202 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1020202: The value of attribute 'comp:required' on the SBML object must be of the data type Boolean.
COMP_20203 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1020203: The value of attribute 'comp:required' on the SBML object must be set to 'true' if the Model object within the SBML object contains any Submodel with Species, Parameter, Compartment, Reaction, or Event objects that have not been either directly or indirectly replaced.
COMP_20204 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1020204: The value of attribute 'comp:required' on the SBML object must be set to 'false' if the Model object within the SBML object contains no Submodel objects, or if all Submodel objects that are present contain no Species, Parameter, Compartment, Reaction, or Event objects that have not been either directly or indirectly replaced.
COMP_20205 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1020205: There may be at most one instance of the <listOfModelDefinitions> within an SBML object that uses the SBML Level 3 Hierarchical Model Composition package.
COMP_20206 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1020206: The various 'ListOf' subobjects within an SBML object are optional, but if present, these container objects must not be empty.
COMP_20207 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1020207: Apart from the general notes and annotation subobjects permitted on all SBML objects, a <listOfModelDefinitions> container may only contain <modelDefinition> objects.
COMP_20208 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1020208: Apart from the general notes and annotation subobjects permitted on all SBML objects, a <listOfExternalModelDefinitions> container may only contain <externalModelDefinition> objects.
COMP_20209 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1020209: A <listOfModelDefinitions> object may have the optional attributes 'metaid' and 'sboTerm'.
COMP_20210 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1020210: A <listOfExternalModelDefinitions> object may have the optional attributes 'metaid' and 'sboTerm'.
COMP_20211 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1020211: There may be at most one instance of the <listOfExternalModelDefinitions> within an SBML object that uses the SBML Level 3 Hierarchical Model Composition package.
COMP_20212 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1020212: The value of attribute 'comp:required' on the SBML object must be set to 'true'.
COMP_20301 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1020301: An <externalModelDefinition> object may have the optional SBML Level 3 Core attributes 'metaid' and 'sboTerm'.
COMP_20302 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1020302: An <externalModelDefinition> object may have the optional SBML Level 3 Core subobjects for notes and annotation.
COMP_20303 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1020303: An <externalModelDefinition> object must have the attributes 'comp:id' and 'comp:source', and may have the optional attributes 'comp:name', 'comp:modelRef', and 'comp:md5'.
COMP_20304 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1020304: The value of the 'comp:source' attribute on an <externalModelDefinition> object must reference an SBML Level 3 Version 1 document.
COMP_20305 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1020305: The value of the 'comp:modelRef' attribute on an <externalModelDefinition> object must be the value of an id attribute on a <model>, <modelDefinition>, or <externalModelDefinition> object in the SBML document referenced by the 'comp:source' attribute.
COMP_20306 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1020306: The value of the 'comp:md5' attribute, if present on an <externalModelDefinition> object, should match the calculated MD5 checksum of the SBML document referenced by the 'comp:source' attribute.
COMP_20307 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1020307: The value of a 'comp:source' attribute on an <externalModelDefinition> object must always conform to the syntax of the XML Schema 1.0 data type 'anyURI'.
COMP_20308 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1020308: The value of a comp:modelRef attribute on an <externalModelDefinition> object must always conform to the syntax of the SBML data type SId.
COMP_20309 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1020309: The value of a comp:md5 attribute on an <externalModelDefinition> object must always conform to the syntax of type string.
COMP_20310 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1020310: An <externalModelDefinition> object must not reference an <externalModelDefinition> in a different SBML document that, in turn, refers back to the original <externalModelDefinition object, whether directly or indirectly through a chain of <externalModelDefinition> objects.
COMP_20501 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1020501: There may be at most one instance of each of the following kinds of objects within a <model> or <modelDefinition> object using Hierarchical Model Composition: <listOfSubmodels> and <listOfPorts>.
COMP_20502 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1020502: The various ListOf subobjects with a <model> object are optional, but if present, these container object must not be empty.
COMP_20503 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1020503: Apart from the general notes and annotation subobjects permitted on all SBML objects, a <listOfSubmodels> container object may only contain <submodel> objects.
COMP_20504 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1020504: Apart from the general notes and annotation subobjects permitted on all SBML objects, a <listOfPorts> container object may only contain <port> objects.
COMP_20505 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1020505: A <listOfSubmodels> object may have the optional attributes 'metaid' and 'sboTerm'.
COMP_20506 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1020506: A <listOfPorts> object may have the optional attributes 'metaid' and 'sboTerm'.
COMP_20601 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1020601: A <submodel> object may have the optional SBML Level 3 Core attributes 'metaid' and 'sboTerm'.
COMP_20602 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1020602: A <submodel> object may have the optional SBML Level 3 Core subobjects for notes and annotations.
COMP_20603 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1020603: There may be at most one <listOfDeletions> container object within a <submodel> object.
COMP_20604 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1020604: A <listOfDeletions> container object within a <submodel> object is optional, but if present, must not be empty.
COMP_20605 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1020605: Apart from the general notes and annotation subobjects permitted on all SBML objects, a <listOfDeletions> container object may only contain <deletion> objects.
COMP_20606 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1020606: A <listOfDeletions> object may have the optional attributes 'metaid' and 'sboTerm' defined by SBML Level 3 Core.
COMP_20607 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1020607: A <submodel> object must have the attributes 'comp:id' and 'comp:modelRef' because they are required, and may also have the optional attributes 'comp:name', 'comp:timeConversionFactor, and/or 'comp:extentConversionFactor'.
COMP_20608 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1020608: The value of a 'comp:modelRef' attribute on a <submodel> object must always conform to the syntax of the SBML data type SId.
COMP_20613 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1020613: The value of a 'comp:timeConversionFactor' attribute on a <submodel> object must always conform to the syntax of the SBML data type SId.
COMP_20614 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1020614: The value of a 'comp:extentConversionFactor' attribute on a <submodel> object must always conform to the syntax of the SBML data type SId.
COMP_20615 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1020615: The value of a 'comp:modelRef' attribute on a <submodel> must be the identifier of a <model>, <modelDefinition>, or <externalModelDefinition> object in the same SBML object as the <submodel>.
COMP_20616 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1020616: A <model> or <modelDefinition> object must not contain a <submodel> which references that model object itself.
COMP_20617 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1020617: A <model> object must not contain a <submodel> which references that <model> indirectly.
COMP_20622 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1020622: The value of a 'comp:timeConversionFactor' attribute on a given <submodel> object must be the identifier of a <parameter> object defined in the same Model containing the <submodel>.
COMP_20623 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1020623: The value of a 'comp:extentConversionFactor' attribute on a given <submodel> object must be the identifier of a <parameter> object defined in the same Model containing the <submodel>.
COMP_20701 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1020701: The value of a 'comp:portRef' attribute on an <sBaseRef> object must be the identifier of a <port> object in the <model> referenced by that <sBaseRef>.
COMP_20702 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1020702: The value of a 'comp:idRef' attribute on an <sBaseRef> object must be the identifier of an object contained in (that is, within the SId namespace of) the <model> referenced by that <sBaseRef>.
COMP_20703 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1020703: The value of a 'comp:unitRef' attribute on an <sBaseRef> object must be the identifier of a <unitDefinition< object contained in the <model> referenced by that <sBaseRef>.
COMP_20704 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1020704: The value of a 'comp:metaIdRef' attribute on an <sBaseRef> object must be the value of a 'comp:metaid' attribute on an element contained in the <model> referenced by that <sBaseRef>.
COMP_20705 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1020705: If an <sBaseRef> object contains an <sBaseRef> child, the parent <sBaseRef> must point to a <submodel> object, or a <port> that itself points to a <submodel> object.
COMP_20706 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1020706: The value of a 'comp:portRef' attribute on an SBaseRef object must always conform to the syntax of the SBML data type SId.
COMP_20707 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1020707: The value of a 'comp:idRef' attribute on an SBaseRef object must always conform to the syntax of the SBML data type SId.
COMP_20708 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1020708: The value of a 'comp:unitRef' attribute on an SBaseRef object must always conform to the syntax of the SBML data type SId.
COMP_20709 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1020709: The value of a 'comp:metaIdRef' attribute on an SBaseRef object must always conform to the syntax of the XML data type ID.
COMP_20710 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1020710: Apart from the general notes and annotation subobjects permitted on all SBML objects, an SBaseRef object may only contain a single <sBaseRef> child.
COMP_20711 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1020711: The 'sbaseRef' spelling of an SBaseRef child of an SBaseRef object is considered deprecated, and 'sBaseRef' should be used instead.
COMP_20712 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1020712: An <sBaseRef> object must point to another object; that is, a <sBaseRef> object must always have a value for one of the attributes 'comp:portRef', 'comp:idRef', 'comp:unitRef', or 'comp:metaIdRef'.
COMP_20713 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1020713: An <sBaseRef> object can only point to one other object; that is, a given <sBaseRef> object can only have a value for one of the attributes 'comp:portRef', 'comp:idRef', 'comp:unitRef', or 'comp:metaIdRef'.
COMP_20714 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1020714: Any one SBML object may only be referenced in one of the following ways: referenced by a single <port> object; referenced by a single <deletion> object; referenced by a single <replacedElement>; be the parent of a single <replacedBy> child; be referenced by one or more <replacedBy> objects; or be referenced by one or more <replacedElement> objects all using the 'deletion' attribute.
COMP_20801 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1020801: A <port> object must point to another object; that is, a <port> object must always have a value for one of the attributes 'comp:idRef', 'comp:unitRef', or 'comp:metaIdRef'.
COMP_20802 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1020802: A <port> object can only point to one other object; that is, a given <port> object can only have a value for one of the attributes 'comp:idRef', 'comp:unitRef', or 'comp:metaIdRef'.
COMP_20803 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1020803: A <port> object must have a value for the required attribute 'comp:id', and one, and only one, of the attributes 'comp:idRef', 'comp:unitRef', or 'comp:metaIdRef'.
COMP_20804 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1020804: Port definitions must be unique; that is, no two <port> objects in a given Model may reference the same object in that Model.
COMP_20901 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1020901: A <deletion> object must point to another object; that is, a <deletion> object must always have a value for one of the attributes 'comp:portRef', 'comp:idRef', 'comp:unitRef', or 'comp:metaIdRef' Reference: L3V1 Comp V1 Section 3.5.3
COMP_20902 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1020902: A <deletion> object can only point to one other object; that is, a given <deletion> object can only have a value for one of the attributes 'comp:portRef', 'comp:idRef', 'comp:unitRef', or 'comp:metaIdRef' Reference: L3V1 Comp V1 Section 3.5.3
COMP_20903 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1020903: A <deletion> object must have a value for one, and only one, of the attributes 'comp:portRef', 'comp:idRef', 'comp:unitRef', and 'comp:metaIdRef'.
COMP_21001 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1021001: A <replacedElement> object must point to another object; that is, a <replacedElement> object must always have a value for one of the attributes 'comp:portRef', 'comp:idRef', 'comp:unitRef', 'comp:metaIdRef' or 'comp:deletion'.
COMP_21002 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1021002: A <replacedElement> object can only point to one other object; that is, a given <replacedElement> object can only have a value for one of the attributes 'comp:portRef', 'comp:idRef', 'comp:unitRef', 'comp:metaIdRef' or 'comp:deletion'.
COMP_21003 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1021003: A <replacedElement> object must have a value for the required attribute 'comp:submodelRef', and a value for one, and only one, of the following attributes: 'comp:portRef', 'comp:idRef', 'comp:unitRef', 'comp:metaIdRef', or 'comp:deletion'.
COMP_21004 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1021004: The value of a 'comp:submodelRef' attribute on a <replacedElement> object must be the identifier of a <submodel> present in the <replacedElement> object's parent Model.
COMP_21005 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1021005: The value of a 'comp:deletion' attribute on a <replacedElement> object must be the identifier of a <deletion> present in the <replacedElement> object's parent Model.
COMP_21006 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1021006: The value of a 'comp:conversionFactor' attribute on a <replacedElement> object must be the identifier of a <parameter> present in the <replacedElement> object's parent Model Reference: L3V1 Comp V1 Section 3.6.2
COMP_21010 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1021010: No two <replacedElement> objects in the same Model may reference the same object unless that object is a <deletion> Reference: L3V1 Comp V1 Section 3.6.2
COMP_21011 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1021011: If a <replacedElement> uses the 'comp:deletion' attribute, then it should not also use the 'comp:conversionFactor' attribute.
COMP_21101 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1021101: A <replacedBy> object must point to another object; that is, a <replacedBy> object must always have a value for one of the attributes 'comp:portRef', 'comp:idRef', 'comp:unitRef' or 'comp:metaIdRef'.
COMP_21102 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1021102: A <replacedBy> object can only point to one other object; that is, a given <replacedBy> object can only have a value for one of the attributes 'comp:portRef', 'comp:idRef', 'comp:unitRef', or 'comp:metaIdRef'.
COMP_21103 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1021103: A <replacedBy> object must have a value for the required attribute 'comp:submodelRef', and a value for one, and only one, of the following attributes: 'comp:portRef', 'comp:idRef', 'comp:unitRef' or 'comp:metaIdRef'.
COMP_21104 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1021104: The value of a 'comp:submodelRef' attribute on a <replacedBy> object must be the identifier of a <submodel> present in the <replacedBy> object's parent Model.
COMP_21201 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1021201: If one element replaces another, whether it is the target of a <replacedBy> element, or whether it has a child <replacedElement>, the SBML class of the replacement element must match the SBML class of the replaced element, with two exceptions: an element of a derived class may replace an object of its base class (for base classes other than SBase), and any SBML class with mathematical meaning may replace a <parameter>.
COMP_21202 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1021202: If one element replaces another, whether it is the target of a <replacedBy> element, or whether it has a child <replacedElement>, if the replaced element has the 'id' attribute set, the replacement !element must also have the 'id' attribute set.
COMP_21203 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1021203: If one element replaces another, whether it is the target of a <replacedBy> element, or whether it has a child <replacedElement>, if the replaced element has the 'metaid' attribute set, the replacement element must also have the 'metaid' attribute set.
COMP_21204 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1021204: If one element replaces another, whether it is the target of a <replacedBy> element, or whether it has a child <replacedElement>, if the replaced element has an identifier attribute from some other SBML package set, the replacement element must also have that same identifier attribute set.
COMP_90101 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1090101: The external model referenced in this model could not be resolved.
COMP_90102 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1090102: The external document referenced in this model did not contain any models.
COMP_90103 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1090103: An external model definition referenced by an external model definition in this model was itself unresolvable.
COMP_90104 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1090104: Errors arose during the attempt to flatten the model.
COMP_90105 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1090105: The interpretation the Hierarchical Model Composition constructs to produce a kind of 'flattened' version of the model devoid of the comp package constructs must produce a valid SBML Level 3 model.
COMP_90106 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1090106: Due to the need to instantiate models, modelDefinitions, submodels etc.
COMP_90107 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1090107: The CompFlatteningConverter has encountered a required package for which libSBML does not recognize the information.
COMP_90108 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1090108: The CompFlatteningConverter has encountered an unrequired package for which libSBML does not recognize the information.
COMP_90109 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1090109: The CompFlatteningConverter has encountered an unrequired package for which the necessary routines to allow flattening have not yet been implemented.
COMP_90110 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1090110: The CompFlatteningConverter has encountered a required package for which the necessary routines to allow flattening have not yet been implemented.
COMP_90111 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1090111: The CompFlatteningConverter has encountered an unknown reference which may be due to the presence of an unknown package.
COMP_90112 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1090112: The software used to process this hierarchical model used the deprecated function performDeletions to do so.
COMP_90113 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1090113: The software used to process this hierarchical model used the deprecated function performReplacementsAndConversions to do so.
COMP_90114 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1090114: The model contained a deletion whose subelement was replaced.
COMP_90115 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1090115: The value of a 'comp:idRef' attribute on an <sBaseRef> object must be the identifier of an object contained in (that is, within the SId namespace of) the <model> referenced by that <sBaseRef>.
COMP_90116 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1090116: The value of a 'comp:metaIdRef' attribute on an <sBaseRef> object must be the value of a 'comp:metaid' attribute on an element contained in the <model> referenced by that <sBaseRef>.
compareString(String, String) - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3
 
compareTo(Term) - Method in class org.sbml.jsbml.ontology.Term
 
compareTo(Triple) - Method in class org.sbml.jsbml.ontology.Triple
 
compareTo(L, V) - Method in class org.sbml.jsbml.util.ValuePair
Convenient method to compare two values to this ValuePair.
compareTo(ValuePair<L, V>) - Method in class org.sbml.jsbml.util.ValuePair
 
COMPARISON - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserASTNode2Constants
RegularExpression Id.
COMPARISON - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserConstants
RegularExpression Id.
COMPARISON - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2Constants
RegularExpression Id.
COMPARISON - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserLL3Constants
RegularExpression Id.
COMPARISON - Static variable in interface org.sbml.jsbml.text.parser.CobraFormulaParserConstants
RegularExpression Id.
COMPARISON - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserASTNode2Constants
RegularExpression Id.
COMPARISON - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserConstants
RegularExpression Id.
COMPARISON - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2Constants
RegularExpression Id.
COMPARISON - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserLL3Constants
RegularExpression Id.
Compartment - Class in org.sbml.jsbml
Represents the compartment in a model, i.e., a variable element with name, identifier, unit, and value that may change during a simulation.
Compartment() - Constructor for class org.sbml.jsbml.Compartment
Creates a Compartment instance.
Compartment(Compartment) - Constructor for class org.sbml.jsbml.Compartment
Creates a Compartment instance from a given compartment.
Compartment(int, int) - Constructor for class org.sbml.jsbml.Compartment
Creates a Compartment instance from a level and version.
Compartment(String) - Constructor for class org.sbml.jsbml.Compartment
Creates a Compartment instance with the given id.
Compartment(String, int, int) - Constructor for class org.sbml.jsbml.Compartment
Creates a Compartment instance from an id, level and version.
Compartment(String, String, int, int) - Constructor for class org.sbml.jsbml.Compartment
Creates a Compartment instance from an id, name, level and version.
compartment - Static variable in class org.sbml.jsbml.util.TreeNodeChangeEvent
 
CompartmentalizedSBase - Interface in org.sbml.jsbml
 
CompartmentConstraints - Class in org.sbml.jsbml.validator.offline.constraints
ConstraintDeclaration for Compartment class
CompartmentConstraints() - Constructor for class org.sbml.jsbml.validator.offline.constraints.CompartmentConstraints
 
compartmentID - Variable in class org.sbml.jsbml.Reaction
Represents the 'compartment' XML attribute of a reaction element.
compartmentID - Variable in class org.sbml.jsbml.Species
Represents the 'compartment' attribute of a Species element.
CompartmentType - Class in org.sbml.jsbml
Deprecated.
Only valid in SBML Level 2 for Versions 2 through 4.
CompartmentType() - Constructor for class org.sbml.jsbml.CompartmentType
Deprecated.
CompartmentType(CompartmentType) - Constructor for class org.sbml.jsbml.CompartmentType
Deprecated.
CompartmentType(int, int) - Constructor for class org.sbml.jsbml.CompartmentType
Deprecated.
CompartmentType(String) - Constructor for class org.sbml.jsbml.CompartmentType
Deprecated. 
CompartmentType(String, int, int) - Constructor for class org.sbml.jsbml.CompartmentType
Deprecated.
CompartmentType(String, String, int, int) - Constructor for class org.sbml.jsbml.CompartmentType
Deprecated.
compartmentType - Static variable in class org.sbml.jsbml.util.TreeNodeChangeEvent
 
CompartmentTypeConstraints - Class in org.sbml.jsbml.validator.offline.constraints
 
CompartmentTypeConstraints() - Constructor for class org.sbml.jsbml.validator.offline.constraints.CompartmentTypeConstraints
 
compartmentTypeID - Variable in class org.sbml.jsbml.Compartment
Deprecated.
compile(ASTNodeCompiler) - Method in class org.sbml.jsbml.ASTNode
Compiles this ASTNode and returns the result.
compile(ASTNode2Compiler) - Method in class org.sbml.jsbml.math.ASTArithmeticOperatorNode
 
compile(ASTNode2Compiler) - Method in class org.sbml.jsbml.math.ASTBoolean
 
compile(ASTNode2Compiler) - Method in class org.sbml.jsbml.math.ASTCiFunctionNode
 
compile(ASTNode2Compiler) - Method in class org.sbml.jsbml.math.ASTCiNumberNode
 
compile(ASTNode2Compiler) - Method in class org.sbml.jsbml.math.ASTCnExponentialNode
 
compile(ASTNode2Compiler) - Method in class org.sbml.jsbml.math.ASTCnIntegerNode
 
compile(ASTNode2Compiler) - Method in class org.sbml.jsbml.math.ASTCnNumberNode
 
compile(ASTNode2Compiler) - Method in class org.sbml.jsbml.math.ASTCnRationalNode
 
compile(ASTNode2Compiler) - Method in class org.sbml.jsbml.math.ASTCnRealNode
 
compile(ASTNode2Compiler) - Method in class org.sbml.jsbml.math.ASTConstantNumber
 
compile(ASTNode2Compiler) - Method in class org.sbml.jsbml.math.ASTCSymbolAvogadroNode
 
compile(ASTNode2Compiler) - Method in class org.sbml.jsbml.math.ASTCSymbolDelayNode
 
compile(ASTNode2Compiler) - Method in class org.sbml.jsbml.math.ASTCSymbolTimeNode
 
compile(ASTNode2Compiler) - Method in class org.sbml.jsbml.math.ASTDivideNode
 
compile(ASTNode2Compiler) - Method in class org.sbml.jsbml.math.ASTFunction
 
compile(ASTNode2Compiler) - Method in class org.sbml.jsbml.math.ASTHyperbolicNode
 
compile(ASTNode2Compiler) - Method in class org.sbml.jsbml.math.ASTLambdaFunctionNode
 
compile(ASTNode2Compiler) - Method in class org.sbml.jsbml.math.ASTLogarithmNode
 
compile(ASTNode2Compiler) - Method in class org.sbml.jsbml.math.ASTLogicalOperatorNode
 
compile(ASTNode2Compiler) - Method in class org.sbml.jsbml.math.ASTMinusNode
 
compile(ASTNode2Compiler) - Method in interface org.sbml.jsbml.math.ASTNode2
Compiles this ASTNode2 and returns the result.
compile(ASTNode2Compiler) - Method in class org.sbml.jsbml.math.ASTPiecewiseFunctionNode
 
compile(ASTNode2Compiler) - Method in class org.sbml.jsbml.math.ASTPlusNode
 
compile(ASTNode2Compiler) - Method in class org.sbml.jsbml.math.ASTPowerNode
 
compile(ASTNode2Compiler) - Method in class org.sbml.jsbml.math.ASTQualifierNode
 
compile(ASTNode2Compiler) - Method in class org.sbml.jsbml.math.ASTRelationalOperatorNode
 
compile(ASTNode2Compiler) - Method in class org.sbml.jsbml.math.ASTRootNode
 
compile(ASTNode2Compiler) - Method in class org.sbml.jsbml.math.ASTTimesNode
 
compile(ASTNode2Compiler) - Method in class org.sbml.jsbml.math.ASTTrigonometricNode
 
compile(ASTNode2Compiler) - Method in class org.sbml.jsbml.math.ASTUnaryFunctionNode
 
compile(ASTNode2Compiler) - Method in class org.sbml.jsbml.math.ASTUnknown
 
compile(Compartment) - Method in interface org.sbml.jsbml.math.compiler.ASTNode2Compiler
 
compile(double, int, String) - Method in interface org.sbml.jsbml.math.compiler.ASTNode2Compiler
Creates an ASTNode2Value that represents a real number in scientific notation, i.e., mantissa * 10^exponent, and the given units.
compile(double, String) - Method in interface org.sbml.jsbml.math.compiler.ASTNode2Compiler
 
compile(int, String) - Method in interface org.sbml.jsbml.math.compiler.ASTNode2Compiler
 
compile(CallableSBase) - Method in interface org.sbml.jsbml.math.compiler.ASTNode2Compiler
 
compile(String) - Method in interface org.sbml.jsbml.math.compiler.ASTNode2Compiler
A compiler will also have to deal with a name.
compile(Compartment) - Method in class org.sbml.jsbml.math.compiler.FindUnitsCompiler
 
compile(double, int, String) - Method in class org.sbml.jsbml.math.compiler.FindUnitsCompiler
 
compile(double, String) - Method in class org.sbml.jsbml.math.compiler.FindUnitsCompiler
 
compile(int, String) - Method in class org.sbml.jsbml.math.compiler.FindUnitsCompiler
 
compile(CallableSBase) - Method in class org.sbml.jsbml.math.compiler.FindUnitsCompiler
 
compile(String) - Method in class org.sbml.jsbml.math.compiler.FindUnitsCompiler
 
compile(CallableSBase) - Method in class org.sbml.jsbml.math.compiler.FormulaCompiler
 
compile(Compartment) - Method in class org.sbml.jsbml.math.compiler.FormulaCompiler
 
compile(double, int, String) - Method in class org.sbml.jsbml.math.compiler.FormulaCompiler
 
compile(double, String) - Method in class org.sbml.jsbml.math.compiler.FormulaCompiler
 
compile(int, String) - Method in class org.sbml.jsbml.math.compiler.FormulaCompiler
 
compile(String) - Method in class org.sbml.jsbml.math.compiler.FormulaCompiler
 
compile(CallableSBase) - Method in class org.sbml.jsbml.math.compiler.LaTeXCompiler
 
compile(Compartment) - Method in class org.sbml.jsbml.math.compiler.LaTeXCompiler
This method returns the correct LaTeX expression for a function which returns the size of a compartment.
compile(double, int, String) - Method in class org.sbml.jsbml.math.compiler.LaTeXCompiler
 
compile(double, String) - Method in class org.sbml.jsbml.math.compiler.LaTeXCompiler
 
compile(int, String) - Method in class org.sbml.jsbml.math.compiler.LaTeXCompiler
 
compile(String) - Method in class org.sbml.jsbml.math.compiler.LaTeXCompiler
 
compile(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.MathMLXMLStreamCompiler
Compiles this ASTNode2 and produce an XMLStreamWriter representing this node in mathML.
compile(boolean) - Method in class org.sbml.jsbml.math.compiler.UnitsCompiler
Compile boolean values
compile(Compartment) - Method in class org.sbml.jsbml.math.compiler.UnitsCompiler
 
compile(double, int, String) - Method in class org.sbml.jsbml.math.compiler.UnitsCompiler
 
compile(double, String) - Method in class org.sbml.jsbml.math.compiler.UnitsCompiler
 
compile(int, String) - Method in class org.sbml.jsbml.math.compiler.UnitsCompiler
 
compile(CallableSBase) - Method in class org.sbml.jsbml.math.compiler.UnitsCompiler
 
compile(String) - Method in class org.sbml.jsbml.math.compiler.UnitsCompiler
 
compile(Compartment) - Method in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
 
compile(double, int, String) - Method in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
Creates an ASTNodeValue that represents a real number in scientific notation, i.e., mantissa * 10^exponent, and the given units.
compile(double, String) - Method in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
 
compile(int, String) - Method in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
 
compile(CallableSBase) - Method in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
 
compile(String) - Method in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
A compiler will also have to deal with a name.
compile(Compartment) - Method in class org.sbml.jsbml.util.compilers.FindUnitsCompiler
 
compile(double, int, String) - Method in class org.sbml.jsbml.util.compilers.FindUnitsCompiler
 
compile(double, String) - Method in class org.sbml.jsbml.util.compilers.FindUnitsCompiler
 
compile(int, String) - Method in class org.sbml.jsbml.util.compilers.FindUnitsCompiler
 
compile(CallableSBase) - Method in class org.sbml.jsbml.util.compilers.FindUnitsCompiler
 
compile(String) - Method in class org.sbml.jsbml.util.compilers.FindUnitsCompiler
 
compile(Compartment) - Method in class org.sbml.jsbml.util.compilers.FormulaCompiler
 
compile(double, int, String) - Method in class org.sbml.jsbml.util.compilers.FormulaCompiler
 
compile(double, String) - Method in class org.sbml.jsbml.util.compilers.FormulaCompiler
 
compile(int, String) - Method in class org.sbml.jsbml.util.compilers.FormulaCompiler
 
compile(CallableSBase) - Method in class org.sbml.jsbml.util.compilers.FormulaCompiler
 
compile(String) - Method in class org.sbml.jsbml.util.compilers.FormulaCompiler
 
compile(Compartment) - Method in class org.sbml.jsbml.util.compilers.LaTeXCompiler
This method returns the correct LaTeX expression for a function which returns the size of a compartment.
compile(double, int, String) - Method in class org.sbml.jsbml.util.compilers.LaTeXCompiler
 
compile(double, String) - Method in class org.sbml.jsbml.util.compilers.LaTeXCompiler
 
compile(int, String) - Method in class org.sbml.jsbml.util.compilers.LaTeXCompiler
 
compile(CallableSBase) - Method in class org.sbml.jsbml.util.compilers.LaTeXCompiler
 
compile(String) - Method in class org.sbml.jsbml.util.compilers.LaTeXCompiler
 
compile(Compartment) - Method in class org.sbml.jsbml.util.compilers.MathMLCompiler
Deprecated.
 
compile(double, int, String) - Method in class org.sbml.jsbml.util.compilers.MathMLCompiler
Deprecated.
 
compile(double, String) - Method in class org.sbml.jsbml.util.compilers.MathMLCompiler
Deprecated.
 
compile(int, String) - Method in class org.sbml.jsbml.util.compilers.MathMLCompiler
Deprecated.
 
compile(CallableSBase) - Method in class org.sbml.jsbml.util.compilers.MathMLCompiler
Deprecated.
 
compile(String) - Method in class org.sbml.jsbml.util.compilers.MathMLCompiler
Deprecated.
 
compile(ASTNode) - Method in class org.sbml.jsbml.util.compilers.MathMLXMLStreamCompiler
Compiles this ASTNode and produce an XMLStreamWriter representing this node in mathML.
compile(boolean) - Method in class org.sbml.jsbml.util.compilers.UnitsCompiler
Compile boolean values
compile(Compartment) - Method in class org.sbml.jsbml.util.compilers.UnitsCompiler
 
compile(double, int, String) - Method in class org.sbml.jsbml.util.compilers.UnitsCompiler
 
compile(double, String) - Method in class org.sbml.jsbml.util.compilers.UnitsCompiler
 
compile(int, String) - Method in class org.sbml.jsbml.util.compilers.UnitsCompiler
 
compile(CallableSBase) - Method in class org.sbml.jsbml.util.compilers.UnitsCompiler
 
compile(String) - Method in class org.sbml.jsbml.util.compilers.UnitsCompiler
 
compileBvar(ASTQualifierNode) - Method in class org.sbml.jsbml.math.compiler.MathMLXMLStreamCompiler
 
compileBvar(ASTNode) - Method in class org.sbml.jsbml.util.compilers.MathMLXMLStreamCompiler
 
compileCi(ASTCSymbolBaseNode) - Method in class org.sbml.jsbml.math.compiler.MathMLXMLStreamCompiler
 
compileCi(ASTNode) - Method in class org.sbml.jsbml.util.compilers.MathMLXMLStreamCompiler
 
compileConstantElement(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.MathMLXMLStreamCompiler
 
compileConstantElement(ASTNode) - Method in class org.sbml.jsbml.util.compilers.MathMLXMLStreamCompiler
 
compileCSymbol(ASTCSymbolNode) - Method in class org.sbml.jsbml.math.compiler.MathMLXMLStreamCompiler
 
compileCSymbol(ASTNode) - Method in class org.sbml.jsbml.util.compilers.MathMLXMLStreamCompiler
 
compileElement(ASTFunction) - Method in class org.sbml.jsbml.math.compiler.MathMLXMLStreamCompiler
 
compileElement(String, ASTFunction) - Method in class org.sbml.jsbml.math.compiler.MathMLXMLStreamCompiler
 
compileElement(ASTNode) - Method in class org.sbml.jsbml.util.compilers.MathMLXMLStreamCompiler
 
compileElement(String, ASTNode) - Method in class org.sbml.jsbml.util.compilers.MathMLXMLStreamCompiler
 
compileExponentiale(ASTConstantNumber) - Method in class org.sbml.jsbml.math.compiler.MathMLXMLStreamCompiler
 
compileExponentiale(ASTNode) - Method in class org.sbml.jsbml.util.compilers.MathMLXMLStreamCompiler
 
compileFunctionElement(ASTFunction) - Method in class org.sbml.jsbml.math.compiler.MathMLXMLStreamCompiler
 
compileFunctionElement(ASTNode) - Method in class org.sbml.jsbml.util.compilers.MathMLXMLStreamCompiler
 
compileInteger(ASTCnIntegerNode) - Method in class org.sbml.jsbml.math.compiler.MathMLXMLStreamCompiler
 
compileInteger(ASTNode) - Method in class org.sbml.jsbml.util.compilers.MathMLXMLStreamCompiler
 
compileLambda(ASTLambdaFunctionNode) - Method in class org.sbml.jsbml.math.compiler.MathMLXMLStreamCompiler
 
compileLambda(ASTNode) - Method in class org.sbml.jsbml.util.compilers.MathMLXMLStreamCompiler
 
compileLog(ASTLogarithmNode) - Method in class org.sbml.jsbml.math.compiler.MathMLXMLStreamCompiler
 
compileLog(ASTNode) - Method in class org.sbml.jsbml.util.compilers.MathMLXMLStreamCompiler
 
compileLogicalOperator(ASTLogicalOperatorNode) - Method in class org.sbml.jsbml.math.compiler.MathMLXMLStreamCompiler
 
compileLogicalOperator(ASTNode) - Method in class org.sbml.jsbml.util.compilers.MathMLXMLStreamCompiler
 
compileNegativeInfinity(ASTCnRealNode) - Method in class org.sbml.jsbml.math.compiler.MathMLXMLStreamCompiler
 
compileNegativeInfinity(ASTNode) - Method in class org.sbml.jsbml.util.compilers.MathMLXMLStreamCompiler
 
compileNotANumber(ASTCnRealNode) - Method in class org.sbml.jsbml.math.compiler.MathMLXMLStreamCompiler
 
compileNotANumber(ASTNode) - Method in class org.sbml.jsbml.util.compilers.MathMLXMLStreamCompiler
 
compilePi(ASTConstantNumber) - Method in class org.sbml.jsbml.math.compiler.MathMLXMLStreamCompiler
 
compilePi(ASTNode) - Method in class org.sbml.jsbml.util.compilers.MathMLXMLStreamCompiler
 
compilePiecewise(ASTPiecewiseFunctionNode) - Method in class org.sbml.jsbml.math.compiler.MathMLXMLStreamCompiler
 
compilePiecewise(ASTNode) - Method in class org.sbml.jsbml.util.compilers.MathMLXMLStreamCompiler
 
compilePositiveInfinity(ASTCnRealNode) - Method in class org.sbml.jsbml.math.compiler.MathMLXMLStreamCompiler
 
compilePositiveInfinity(ASTNode) - Method in class org.sbml.jsbml.util.compilers.MathMLXMLStreamCompiler
 
compiler - Variable in class org.sbml.jsbml.math.compiler.ASTNode2Value
An ASTNode2Compiler that is needed in the case that this ASTNode2Value contains a derivative of CallableSBase as value to translate this value into a double.
compiler - Variable in class org.sbml.jsbml.util.compilers.ASTNodeValue
An ASTNodeCompiler that is needed in the case that this ASTNodeValue contains a derivative of CallableSBase as value to translate this value into a double.
compileRational(ASTCnRationalNode) - Method in class org.sbml.jsbml.math.compiler.MathMLXMLStreamCompiler
 
compileRational(ASTNode) - Method in class org.sbml.jsbml.util.compilers.MathMLXMLStreamCompiler
 
compileReal(ASTCnRealNode) - Method in class org.sbml.jsbml.math.compiler.MathMLXMLStreamCompiler
 
compileReal(ASTNode) - Method in class org.sbml.jsbml.util.compilers.MathMLXMLStreamCompiler
 
compileReal_e(ASTCnExponentialNode) - Method in class org.sbml.jsbml.math.compiler.MathMLXMLStreamCompiler
 
compileReal_e(ASTNode) - Method in class org.sbml.jsbml.util.compilers.MathMLXMLStreamCompiler
 
compileRelationalOperator(ASTRelationalOperatorNode) - Method in class org.sbml.jsbml.math.compiler.MathMLXMLStreamCompiler
 
compileRelationalOperator(ASTNode) - Method in class org.sbml.jsbml.util.compilers.MathMLXMLStreamCompiler
 
compileRootElement(ASTRootNode) - Method in class org.sbml.jsbml.math.compiler.MathMLXMLStreamCompiler
 
compileRootElement(ASTNode) - Method in class org.sbml.jsbml.util.compilers.MathMLXMLStreamCompiler
 
compileSemanticAnnotations(ASTNode) - Method in class org.sbml.jsbml.util.compilers.MathMLXMLStreamCompiler
 
compileUserFunction(ASTCiFunctionNode) - Method in class org.sbml.jsbml.math.compiler.MathMLXMLStreamCompiler
 
compileUserFunction(ASTNode) - Method in class org.sbml.jsbml.util.compilers.MathMLXMLStreamCompiler
 
compileVector(ASTFunction) - Method in class org.sbml.jsbml.math.compiler.MathMLXMLStreamCompiler
 
compileVector(ASTNode) - Method in class org.sbml.jsbml.util.compilers.MathMLXMLStreamCompiler
 
concat(Object...) - Static method in class org.sbml.jsbml.util.StringTools
This method concatenates two or more Object Strings (obtained by calling Object.toString() if the current Object is not null) into a new StringBuffer.
concatStringBuilder(Object...) - Static method in class org.sbml.jsbml.util.StringTools
This method concatenates two or more Object Strings (obtained by calling Object.toString() if the current Object is not null) into a new StringBuilder.
connection - Variable in class org.sbml.jsbml.validator.MultipartPost
 
constant - Variable in class org.sbml.jsbml.SpeciesReference
Represents the 'constant' XML attribute of this SpeciesReference.
constant - Variable in class org.sbml.jsbml.Symbol
The constant attribute of this variable.
constant - Static variable in class org.sbml.jsbml.util.TreeNodeChangeEvent
 
CONSTANT_E - Variable in class org.sbml.jsbml.math.compiler.LaTeXCompiler
 
CONSTANT_E - Variable in class org.sbml.jsbml.util.compilers.LaTeXCompiler
 
CONSTANT_FALSE - Variable in class org.sbml.jsbml.math.compiler.LaTeXCompiler
 
CONSTANT_FALSE - Variable in class org.sbml.jsbml.util.compilers.LaTeXCompiler
 
CONSTANT_PI - Static variable in class org.sbml.jsbml.math.compiler.LaTeXCompiler
The constant pi
CONSTANT_PI - Static variable in class org.sbml.jsbml.util.compilers.LaTeXCompiler
The constant pi
CONSTANT_TRUE - Variable in class org.sbml.jsbml.math.compiler.LaTeXCompiler
 
CONSTANT_TRUE - Variable in class org.sbml.jsbml.util.compilers.LaTeXCompiler
 
Constraint - Class in org.sbml.jsbml
Represents the constraint XML element of a SBML file.
Constraint() - Constructor for class org.sbml.jsbml.Constraint
Creates a Constraint instance.
Constraint(ASTNode, int, int) - Constructor for class org.sbml.jsbml.Constraint
Creates a Constraint instance from an ASTNode, a level and a version.
Constraint(Constraint) - Constructor for class org.sbml.jsbml.Constraint
Creates a Constraint instance from a given Constraint.
Constraint(int, int) - Constructor for class org.sbml.jsbml.Constraint
Creates a Constraint instance from a level and a version.
CONSTRAINT_ELEMENTS_ORDER - Static variable in class org.sbml.jsbml.validator.offline.constraints.ConstraintConstraints
 
ConstraintConstraints - Class in org.sbml.jsbml.validator.offline.constraints
 
ConstraintConstraints() - Constructor for class org.sbml.jsbml.validator.offline.constraints.ConstraintConstraints
 
ConstraintDeclaration - Interface in org.sbml.jsbml.validator.offline.constraints
Basic interface for constraint declarations.
ConstraintFactory - Class in org.sbml.jsbml.validator.offline.factory
 
ConstraintFactory() - Constructor for class org.sbml.jsbml.validator.offline.factory.ConstraintFactory
 
ConstraintGroup<T> - Class in org.sbml.jsbml.validator.offline.constraints
 
ConstraintGroup() - Constructor for class org.sbml.jsbml.validator.offline.constraints.ConstraintGroup
 
constraints - Variable in class org.sbml.jsbml.validator.offline.constraints.ConstraintGroup
 
constraintType - Variable in class org.sbml.jsbml.validator.offline.ValidationContext
 
contains(Object) - Method in class org.sbml.jsbml.ListOf
 
contains(ListOf<? extends SimpleSpeciesReference>, Species) - Static method in class org.sbml.jsbml.util.SubModel
 
contains(int) - Method in class org.sbml.jsbml.validator.offline.constraints.ConstraintGroup
Checks if the errorCode is in the group.
contains(AnyConstraint<T>) - Method in class org.sbml.jsbml.validator.offline.constraints.ConstraintGroup
Checks if the constraint is in the group.
containsAll(Collection<?>) - Method in class org.sbml.jsbml.ListOf
 
containsArith(Object) - Static method in class org.sbml.jsbml.math.compiler.FormulaCompiler
Tests whether the String representation of the given object contains any arithmetic symbols and if the given object is already sorrounded by brackets.
containsArith(Object) - Static method in class org.sbml.jsbml.util.compilers.FormulaCompiler
Tests whether the String representation of the given object contains any arithmetic symbols and if the given object is already surrounded by brackets.
containsCompartment(String) - Method in class org.sbml.jsbml.Model
Returns true if this model contains a reference to a Compartment with the given identifier.
containsFunctionDefinition(String) - Method in class org.sbml.jsbml.Model
Returns true if this model contains a reference to a FunctionDefinition with the given identifier.
containsMathOnlyPredefinedFunctions(ASTNode) - Static method in class org.sbml.jsbml.validator.offline.constraints.helper.ValidationTools
 
containsMetaId(String) - Method in class org.sbml.jsbml.SBMLDocument
A check to see whether elements have been registered to this SBMLDocument with the given meta identifier.
containsParameter(String) - Method in class org.sbml.jsbml.Model
Returns true if this model contains a reference to a Parameter with the given identifier.
containsQuantity(Quantity) - Method in class org.sbml.jsbml.Model
Returns true if this Model contains a reference to the given Quantity.
containsReaction(String) - Method in class org.sbml.jsbml.Model
Returns true if this Model contains a reference to the given Reaction.
containsSpecies(String) - Method in class org.sbml.jsbml.Model
Returns true if this Model contains a reference to the given Species.
containsUndeclaredUnits() - Method in class org.sbml.jsbml.AbstractMathContainer
 
containsUndeclaredUnits() - Method in class org.sbml.jsbml.AbstractNamedSBaseWithUnit
 
containsUndeclaredUnits() - Method in class org.sbml.jsbml.ASTNode
Returns true or false depending on whether this ASTNode refers to elements such as parameters or numbers with undeclared units.
containsUndeclaredUnits() - Method in class org.sbml.jsbml.Compartment
 
containsUndeclaredUnits() - Method in class org.sbml.jsbml.Event
Deprecated.
containsUndeclaredUnits() - Method in class org.sbml.jsbml.math.ASTCiNumberNode
Returns true or false depending on whether this ASTCiNumberNode refers to elements such as parameters or numbers with undeclared units.
containsUndeclaredUnits() - Method in class org.sbml.jsbml.math.compiler.ASTNode2Value
Flag to indicate whether or not units have been fully declared for this value.
containsUndeclaredUnits() - Method in class org.sbml.jsbml.Reaction
 
containsUndeclaredUnits() - Method in interface org.sbml.jsbml.SBaseWithDerivedUnit
Returns true or false depending on whether this SBaseWithDerivedUnit refers to elements such as parameters or numbers with undeclared units.
containsUndeclaredUnits() - Method in class org.sbml.jsbml.Species
 
containsUndeclaredUnits() - Method in class org.sbml.jsbml.SpeciesReference
 
containsUndeclaredUnits() - Method in class org.sbml.jsbml.util.compilers.ASTNodeValue
Flag to indicate whether or not units have been fully declared for this value.
containsUniqueNamedSBase(String) - Method in class org.sbml.jsbml.Model
Returns true if this Model contains a reference to the given UniqueNamedSBase.
containsUnitDefinition(String) - Method in class org.sbml.jsbml.Model
Returns true if this Model contains a reference to the given UnitDefinition.
containsUserObjectKey(Object) - Method in class org.sbml.jsbml.AbstractTreeNode
 
containsUserObjectKey(Object) - Method in class org.sbml.jsbml.math.ASTUnknown
 
containsUserObjectKey(Object) - Method in interface org.sbml.jsbml.util.TreeNodeWithChangeSupport
 
conversionFactor - Static variable in class org.sbml.jsbml.util.TreeNodeChangeEvent
 
conversionFactorID - Variable in class org.sbml.jsbml.Model
Represents the 'conversionFactor' XML attribute of a model element.
conversionFactorID - Variable in class org.sbml.jsbml.Species
Represents the 'conversionFactor' attribute of a Species element.
convertAlias2SBO(String) - Static method in class org.sbml.jsbml.SBO
Returns an SBO id corresponding to the given alias.
convertModel(T) - Method in interface org.sbml.jsbml.SBMLInputConverter
Takes a model in an arbitrary (but type-secure) format and delivers a corresponding JSBML-compliant model.
convertSBMLDocument(File) - Method in interface org.sbml.jsbml.SBMLInputConverter
 
convertSBMLDocument(String) - Method in interface org.sbml.jsbml.SBMLInputConverter
 
convertSBO2Alias(int) - Static method in class org.sbml.jsbml.SBO
Returns an alias corresponding to the given SBO id.
convertStringToXMLNode(String) - Static method in class org.sbml.jsbml.xml.XMLNode
Returns an XMLNode which is derived from a String containing XML content.
convertStringToXMLNode(String, XMLNamespaces) - Static method in class org.sbml.jsbml.xml.XMLNode
Returns an XMLNode which is derived from a string containing XML content.
convertToArray(Set<Integer>) - Method in class org.sbml.jsbml.validator.offline.constraints.AbstractConstraintDeclaration
 
convertToGMT(Date) - Method in class org.sbml.jsbml.xml.stax.DateProcessor
Convert timezone of datetime string to GMT.
convertToGMT(String) - Method in class org.sbml.jsbml.xml.stax.DateProcessor
Convert timezone of datetime string to GMT.
convertToGMT(Timestamp) - Method in class org.sbml.jsbml.xml.stax.DateProcessor
Convert timezone of datetime string to GMT.
convertToSI(Unit) - Static method in class org.sbml.jsbml.Unit
Returns a UnitDefinition object which contains the argument Unit converted to the appropriate SI unit.
convertToSIUnits() - Method in class org.sbml.jsbml.UnitDefinition
This method converts this unit definition to a
convertXMLNodeToString(XMLNode) - Static method in class org.sbml.jsbml.xml.XMLNode
Returns a string representation of a given XMLNode.
copy(InputStream, OutputStream) - Method in class org.sbml.jsbml.validator.MultipartPost
 
CORE_00000 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 0: Unrecognized error encountered internally.
CORE_00001 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1: Out of memory.
CORE_00002 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 2: File unreadable.
CORE_00003 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 3: File unwritable.
CORE_00004 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 4: Error encountered while attempting file operation.
CORE_00005 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 5: Network access error.
CORE_00101 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 101: Internal XML parser state error.
CORE_00102 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 102: XML parser returned an unrecognized error code.
CORE_00103 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 103: Character transcoder error.
CORE_01001 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1001: Missing XML declaration at beginning of XML input.
CORE_01002 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1002: Missing encoding attribute in XML declaration.
CORE_01003 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1003: Invalid or unrecognized XML declaration or XML encoding.
CORE_01004 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1004: Invalid, malformed or unrecognized XML DOCTYPE declaration.
CORE_01005 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1005: Invalid character in XML content.
CORE_01006 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1006: XML content is not well-formed.
CORE_01007 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1007: Unclosed XML token.
CORE_01008 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1008: XML construct is invalid or not permitted.
CORE_01009 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1009: Element tag mismatch or missing tag.
CORE_01010 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1010: Duplicate XML attribute.
CORE_01011 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1011: Undefined XML entity.
CORE_01012 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1012: Invalid, malformed or unrecognized XML processing instruction.
CORE_01013 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1013: Invalid or undefined XML namespace prefix.
CORE_01014 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1014: Invalid XML namespace prefix value.
CORE_01015 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1015: Missing a required XML attribute.
CORE_01016 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1016: Data type mismatch for the value of an attribute.
CORE_01017 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1017: Invalid UTF8 content.
CORE_01018 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1018: Missing or improperly formed attribute value.
CORE_01019 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1019: Invalid or unrecognizable attribute value.
CORE_01020 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1020: Invalid, unrecognized or malformed attribute.
CORE_01021 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1021: Element either not recognized or not permitted.
CORE_01022 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1022: Badly formed XML comment.
CORE_01023 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1023: XML declaration not permitted in this location.
CORE_01024 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1024: Reached end of input unexpectedly.
CORE_01025 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1025: Value is invalid for XML ID, or has already been used.
CORE_01026 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1026: XML ID value was never declared.
CORE_01027 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1027: Unable to interpret content.
CORE_01028 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1028: Bad XML document structure.
CORE_01029 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1029: Encountered invalid content after expected content.
CORE_01030 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1030: Expected to find a quoted string.
CORE_01031 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1031: An empty value is not permitted in this context.
CORE_01032 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1032: Invalid or unrecognized number.
CORE_01033 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1033: Colon characters are invalid in this context.
CORE_01034 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1034: One or more expected elements are missing.
CORE_01035 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 1035: Main XML content is empty.
CORE_09999 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 9999:
CORE_10000 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 10000: Unrecognized error encountered by libSBML
CORE_10101 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 10101: An SBML XML file must use UTF-8 as the character encoding.
CORE_10102 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 10102: An SBML XML document must not contain undefined elements or attributes in the SBML namespace.
CORE_10103 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 10103: An SBML XML document must conform to the XML Schema for the corresponding SBML Level, Version and Release.
CORE_10104 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 10104: An SBML document must conform to the rules of XML well-formedness defined in the XML 1.0 specification.
CORE_10201 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 10201: All MathML content in SBML must appear within a <math> element, and the <math> element must be either explicitly or implicitly in the XML namespace "http://www.w3.org/1998/Math/MathML".
CORE_10202 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 10202: The only permitted MathML 2.0 elements in SBML Level 2 are the following: <cn>, <ci>, <csymbol>, <sep>, <apply>, <piecewise>, <piece>, <otherwise>, <eq>, <neq>, <gt>, <lt>, <geq>, <leq>, <plus>, <minus>, <times>, <divide>, <power>, <root>, <abs>, <exp>, <ln>, <log>, <floor>, <ceiling>, <factorial>, <and>, <or>, <xor>, <not>, <degree>, <bvar>, <logbase>, <sin>, <cos>, <tan>, <sec>, <csc>, <cot>, <sinh>, <cosh>, <tanh>, <sech>, <csch>, <coth>, <arcsin>, <arccos>, <arctan>, <arcsec>, <arccsc>, <arccot>, <arcsinh>, <arccosh>, <arctanh>, <arcsech>, <arccsch>, <arccoth>, <true>, <false>, <notanumber>, <pi>, <infinity>, <exponentiale>, <semantics>, <annotation>, and <annotation-xml>.
CORE_10203 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 10203: In the SBML subset of MathML 2.0, the MathML attribute 'encoding' is only permitted on <csymbol>.
CORE_10204 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 10204: In the SBML subset of MathML 2.0, the MathML attribute 'definitionURL' is only permitted on <csymbol>, <semantics> or <ci> (Level 2 Version 5 and Level 3 only).
CORE_10205 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 10205: In SBML Level 2, the only values permitted for 'definitionURL' on a <csymbol> element are "http://www.sbml.org/sbml/symbols/time" and "http://www.sbml.org/sbml/symbols/delay".
CORE_10206 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 10206: In the SBML subset of MathML 2.0, the MathML attribute 'type' is only permitted on the <cn> construct.
CORE_10207 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 10207: The only permitted values for the 'type' attribute on MathML <cn> elements are 'e-notation', 'real', 'integer', and 'rational'.
CORE_10208 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 10208: MathML <lambda> elements are only permitted as the first element inside the 'math' element of a <functionDefinition> or as the first element of a semantics element immediately inside inside the math element of a <functionDefinition>; they may not be used elsewhere in an SBML model.
CORE_10209 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 10209: The arguments of the MathML logical operators <and>, <or>, <xor>, and <not> must have Boolean values.
CORE_10210 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 10210: The arguments to the following MathML constructs must have a numeric type: <plus>, <minus>, <times>, <divide>, <power>, <root>, <abs>, <exp>, <ln>, <log>, <floor>, <ceiling>, <factorial>, <sin>, <cos>, <tan>, <sec>, <csc>, <cot>, <sinh>, <cosh>, <tanh>, <sech>, <csch>, <coth>, <arcsin>, <arccos>, <arctan>, <arcsec>, <arccsc>, <arccot>, <arcsinh>, <arccosh>, <arctanh>, <arcsech>, <arccsch>, <arccoth>.
CORE_10211 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 10211: The values of all arguments to <eq> and <neq> operators must have the same type (either all Boolean or all numeric).
CORE_10212 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 10212: The types of values within <piecewise> operators must all be consistent: the set of expressions that make up the first arguments of the <piece> and <otherwise> operators within the same <piecewise> operator should all return values of the same type.
CORE_10213 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 10213: The second argument of a MathML <piece> operator must have a Boolean value.
CORE_10214 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 10214: Outside of a <functionDefinition>, if a <ci> element is the first element within a MathML <apply>, then the <ci>'s value can only be chosen from the set of identifiers of <functionDefinition>s defined in the SBML model.
CORE_10215 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 10215: Outside of a <functionDefinition>, if a <ci> element is not the first element within a MathML <apply>, then the <ci>'s value can only be chosen from the set of identifiers of <species>, <compartment>, <parameter>, <reaction>, or (in Level 3) <speciesReference> objects defined in the SBML model.
CORE_10216 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 10216: The 'id' value of a <parameter> defined within a <kineticLaw> can only be used in <ci> elements within the MathML content of that same <kineticLaw>; the identifier is not visible to other parts of the model.
CORE_10217 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 10217: The MathML formulas in the following elements must yield numeric expressions: <math> in <kineticLaw>, <stoichiometryMath> in <speciesReference>, <math> in <initialAssignment>, <math> in <assignmentRule>, <math> in <rateRule>, <math> in <algebraicRule>, and <delay> in <event>, and <math> in <eventAssignment>.
CORE_10218 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 10218: A MathML operator must be supplied the number of arguments appropriate for that operator.
CORE_10219 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 10219: The number of arguments used in a call to a function defined by a <functionDefinition> must equal the number of arguments accepted by that function, or in other words, the number of <bvar> elements inside the <lambda> element of the function definition.
CORE_10220 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 10220: The SBML attribute 'units' may only be added to MathML <cn> elements; no other MathML elements are permitted to have the 'units' attribute.
CORE_10221 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 10221: The value of the SBML attribute 'units' on a MathML <cn> element must be chosen from either the set of identifiers of UnitDefinition objects in the model, or the set of base units defined by SBML.
CORE_10222 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 10222: The value of a <ci> element may not be the identifier of a <compartment> with a 'spatialDimensions' value of 0.
CORE_10301 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 10301: The value of the 'id' field on every instance of the following type of object in a model must be unique: <model>, <functionDefinition>, <compartmentType>, <compartment>, <speciesType>, <species>, <reaction>, <speciesReference>, <modifierSpeciesReference>, <event>, and model-wide <parameter>s.
CORE_10302 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 10302: The value of the 'id' field of every <unitDefinition> must be unique across the set of all <unitDefinition>s in the entire model.
CORE_10303 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 10303: The value of the 'id' field of each parameter defined locally within a <kineticLaw> must be unique across the set of all such parameter definitions in that <kineticLaw>.
CORE_10304 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 10304: The value of the 'variable' field in all <assignmentRule> and <rateRule> definitions must be unique across the set of all such rule definitions in a model.
CORE_10305 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 10305: In each <event>, the value of the 'variable' field within every <eventAssignment> definition must be unique across the set of all <eventAssignment>s within that <event>.
CORE_10306 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 10306: An identifier used as the value of 'variable' in an <eventAssignment> cannot also appear as the value of 'variable' in an <assignmentRule>.
CORE_10307 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 10307: Every 'metaid' attribute value must be unique across the set of all 'metaid' values in a model.
CORE_10308 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 10308: The value of an 'sboTerm' attribute must have the data type 'SBOTerm', which is a string consisting of the characters 'S', 'B', 'O', ':' followed by exactly seven digits.
CORE_10309 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 10309: The syntax of 'metaid' attribute values must conform to the syntax of the XML type 'ID'.
CORE_10310 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 10310: The syntax of 'id' attribute values must conform to the syntax of the SBML type 'SId'.
CORE_10311 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 10311: The syntax of unit identifiers (i.e., the values of the 'id' attribute on UnitDefinition, the 'units' attribute on Compartment, the 'units' attribute on Parameter, and the 'substanceUnits' attribute on Species) must conform to the syntax of the SBML type UnitSId.
CORE_10312 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 10312: Message Reference: L3V1 Section 3.1.1
CORE_10313 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 10313: Unit identifier references (i.e the 'units' attribute on <Compartment>, the 'units' attribute on <Parameter>, and the 'substanceUnits' attribute on <Species>) must be the identifier of a <UnitDefinition> in the <Model>, or the identifier of a predefined unit in SBML.
CORE_10401 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 10401: Every top-level element within an annotation element must have a namespace declared.
CORE_10402 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 10402: There cannot be more than one top-level element using a given namespace inside a given annotation element.
CORE_10403 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 10403: Top-level elements within an annotation element cannot use any SBML namespace, whether explicitly (by declaring the namespace to be one of the URIs "http://www.sbml.org/sbml/level1", "http://www.sbml.org/sbml/level2", "http://www.sbml.org/sbml/level2/version2", or "http://www.sbml.org/sbml/level2/version3", or "http://www.sbml.org/sbml/level2/version4", or "http://www.sbml.org/sbml/level2/version5" or "http://www.sbml.org/sbml/level3/version1/core"), or implicitly (by failing to declare any namespace).
CORE_10404 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 10404: A given SBML object may contain at most one <annotation> element.
CORE_10501 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 10501: The units of the expressions used as arguments to a function call must match the units expected for the arguments of that function.
CORE_10503 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 10503: The unit of measurement associated with the mathematical formula in the MathML math element of every KineticLaw object in a model should be identical to all KineticLaw objects in the model.
CORE_10511 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 10511: When the 'variable' in an <assignmentRule> refers to a <compartment>, the units of the rule's right-hand side are expected to be consistent with the units of that compartment's size.
CORE_10512 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 10512: When the 'variable' in an <assignmentRule> refers to a <species>, the units of the rule's right-hand side are expected to be consistent with the units of the species' quantity.
CORE_10513 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 10513: When the 'variable' in an <assignmentRule> refers to a <parameter>, the units of the rule's right-hand side are expected to be consistent with the units declared for that parameter.
CORE_10514 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 10514: When the value of the attribute variable in an AssignmentRule object refers to a SpeciesReference object, the unit of measurement associated with the rule's right-hand side should be consistent with the unit of stoichiometry, that is, dimensionless.
CORE_10521 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 10521: When the 'variable' in an <initialAssignment> refers to a <compartment>, the units of the <initialAssignment>'s <math> expression are expected to be consistent with the units of that compartment's size.
CORE_10522 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 10522: When the 'variable' in an <initialAssignment> refers to a <species>, the units of the <initialAssignment>'s <math> expression are expected to be consistent with the units of that species' quantity.
CORE_10523 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 10523: When the 'variable' in an <initialAssignment> refers to a <parameter>, the units of the <initialAssignment>'s <math> expression are expected to be consistent with the units declared for that parameter.
CORE_10524 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 10524: When the value of the attribute variable in an InitialAssignment object refers to a SpeciesReference object, the unit of measurement associated with the InitialAssignment's math expression should be consistent with the unit of stoichiometry, that is, dimensionless.
CORE_10531 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 10531: When the 'variable' in a <rateRule> definition refers to a <compartment>, the units of the rule's right-hand side are expected to be of the form _x per time_, where _x_ is either the 'units' in that <compartment> definition, or (in the absence of explicit units declared for the compartment size) the default units for that compartment, and _time_ refers to the units of time for the model.
CORE_10532 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 10532: When the 'variable' in a <rateRule> definition refers to a <species>, the units of the rule's right-hand side are expected to be of the form _x per time_, where _x_ is the units of that species' quantity, and _time_ refers to the units of time for the model.
CORE_10533 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 10533: When the 'variable' in a <rateRule> definition refers to a <parameter>, the units of the rule's right-hand side are expected to be of the form _x per time_, where _x_ is the 'units' in that <parameter> definition, and _time_ refers to the units of time for the model.
CORE_10534 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 10534: When the value of the attribute variable in a RateRule object refers to a SpeciesReference object, the unit of measurement associated with the RateRule's math expression should be consistent with {unit derived from dimensionless}/{unit of time}.
CORE_10541 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 10541: The units of the 'math' formula in a <kineticLaw> definition are expected to be the equivalent of _substance per time_.
CORE_10542 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 10542: For every Species object produced or consumed in a reaction (that is, referenced by a SpeciesReference object), the unit of measurement of the species' substance should be consistent with the unit of extent for the model times the unit of the conversion factor for that species.
CORE_10551 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 10551: When a value for <delay> is given in a <event> definition, the units of the delay formula are expected to correspond to either the value of 'timeUnits' in the <event> or (if no 'timeUnits' are given), the model's default units of time.
CORE_10561 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 10561: When the 'variable' in an <eventAssignment> refers to a <compartment>, the units of the <eventAssignment>'s <math> expression are expected to be consistent with the units of that compartment's size.
CORE_10562 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 10562: When the 'variable' in an <eventAssignment> refers to a <species>, the units of the <eventAssignment>'s <math> expression are expected to be consistent with the units of the species' quantity.
CORE_10563 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 10563: When the 'variable' in an <eventAssignment> refers to a <parameter>, the units of the <eventAssignment>'s <math> expression are expected to be consistent with the units declared for that parameter.
CORE_10564 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 10564: When the value of the attribute variable of an EventAssignment object is the identifier of a SpeciesReference object, the unit of measurement associated with the EventAssignment's math expression should be consistent with the unit of stoichiometry, i.e., dimensionless.
CORE_10565 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 10565: In an Event object, the unit of measurement associated with a Priority object's <math> expression object should be 'dimensionless'.
CORE_10599 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 10599:
CORE_10601 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 10601: The system of equations created from an SBML model must not be overdetermined.
CORE_10701 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 10701: The value of the 'sboTerm' attribute on a <model> is expected to be an SBO identifier (http://www.biomodels.net/SBO/).
CORE_10702 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 10702: The value of the 'sboTerm' attribute on a <functionDefinition> is expected to be an SBO identifier (http://www.biomodels.net/SBO/) referring to a mathematical expression (i.e., terms derived from SBO:0000064, "mathematical expression").
CORE_10703 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 10703: The value of the 'sboTerm' attribute on a <parameter> is expected to be an SBO identifier (http://www.biomodels.net/SBO/) referring to a quantitative parameter defined in SBO (i.e., terms derived from SBO:0000002, "quantitative systems description parameter").
CORE_10704 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 10704: The value of the 'sboTerm' attribute on an <initialAssignment> is expected to be an SBO identifier (http://www.biomodels.net/SBO/) referring to a mathematical expression (i.e., terms derived from SBO:0000064, "mathematical expression").
CORE_10705 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 10705: The value of the 'sboTerm' attribute on a rule is expected to be an SBO identifier (http://www.biomodels.net/SBO/) referring to a mathematical expression (i.e., terms derived from SBO:0000064, "mathematical expression").
CORE_10706 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 10706: The value of the 'sboTerm' attribute on a <constraint> is expected to be an SBO identifier (http://www.biomodels.net/SBO/) referring to a mathematical expression (i.e., terms derived from SBO:0000064, "mathematical expression").
CORE_10707 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 10707: The value of the 'sboTerm' attribute on a <reaction> is expected to be an SBO identifier (http://www.biomodels.net/SBO/) referring to an occurring entity representation defined in SBO (i.e., terms derived from SBO:0000231, "occurring entity representation").
CORE_10708 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 10708: The value of the 'sboTerm' attribute on a <speciesReference> or <modifierSpeciesReference> is expected to be an SBO identifier (http://www.biomodels.net/SBO/) referring to a participant role.
CORE_10709 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 10709: The value of the 'sboTerm' attribute on a <kineticLaw> is expected to be an SBO identifier (http://www.biomodels.net/SBO/) referring rate law defined in SBO (i.e., terms derived from SBO:0000001, "rate law").
CORE_10710 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 10710: The value of the 'sboTerm' attribute on an <event> is expected to be an SBO identifier (http://www.biomodels.net/SBO/) referring to an occurring entity representation defined in SBO (i.e., terms derived from SBO:0000231, "occurring entity representation").
CORE_10711 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 10711: The value of the 'sboTerm' attribute on an <eventAssignment> is expected to be an SBO identifier (http://www.biomodels.net/SBO/) referring to a mathematical expression (i.e., terms derived from SBO:0000064, "mathematical expression").
CORE_10712 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 10712: The value of the 'sboTerm' attribute on a <compartment> is expected to be an SBO identifier (http://www.biomodels.net/SBO/).
CORE_10713 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 10713: The value of the 'sboTerm' attribute on a <species> is expected to be an SBO identifier (http://www.biomodels.net/SBO/).
CORE_10714 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 10714: The value of the 'sboTerm' attribute on a <compartmentType> is expected to be an SBO identifier (http://www.biomodels.net/SBO/).
CORE_10715 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 10715: The value of the 'sboTerm' attribute on a <speciesType> is expected to be an SBO identifier (http://www.biomodels.net/SBO/).
CORE_10716 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 10716: The value of the 'sboTerm' attribute on a <trigger> is expected to be an SBO identifier (http://www.biomodels.net/SBO/) referring to a mathematical expression (i.e., terms derived from SBO:0000064, "mathematical expression").
CORE_10717 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 10717: The value of the 'sboTerm' attribute on a <delay> is expected to be an SBO identifier (http://www.biomodels.net/SBO/) referring to a mathematical expression (i.e., terms derived from SBO:0000064, "mathematical expression").
CORE_10718 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 10718: [Although SBML Level 3 Version 1 does not explicitly define the following as an error, other Levels and/or Versions of SBML do.] The value of the 'sboTerm' attribute on a <localParameter> is expected to be an SBO identifier (http://www.biomodels.net/SBO/) referring to a quantitative parameter (i.e., terms derived from SBO:0000002, "quantitive systems description parameter").
CORE_10801 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 10801: The contents of the <notes> element must be explicitly placed in the XHTML XML namespace.
CORE_10802 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 10802: The contents of the <notes> element must not contain an XML declaration (i.e., a string of the form "<?xml version="1.0" encoding="UTF-8"?>" or similar).
CORE_10803 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 10803: The contents of the <notes> element must not contain an XML DOCTYPE declaration (i.e., a string beginning with the characters "<!DOCTYPE".
CORE_10804 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 10804: The XHTML content inside a <notes> element can only take one of the following general forms: (1) a complete XHTML document beginning with the element <html> and ending with </html>; (2) the "body" portion of a document beginning with the element <body> and ending with </body>; or (3) XHTML content that is permitted within a <body> ...
CORE_10805 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 10805: A given SBML object may contain at most one <notes> element.
CORE_20101 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 20101: The <sbml> container element must declare the XML Namespace for SBML, and this declaration must be consistent with the values of the 'level' and 'version' attributes on the <sbml> element.
CORE_20102 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 20102: The <sbml> container element must declare the SBML Level using the attribute 'level', and this declaration must be consistent with the XML Namespace declared for the <sbml> element.
CORE_20103 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 20103: The <sbml> container element must declare the SBML Version using the attribute 'version', and this declaration must be consistent with the XML Namespace declared for the <sbml> element.
CORE_20104 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 20104: The <sbml> container element must declare the XML Namespace for any SBML Level 3 packages used within the SBML document.
CORE_20105 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 20105: The attribute 'level' on the <sbml> container element must have a value of type 'positiveInteger'.
CORE_20106 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 20106: The attribute 'version' on the <sbml> container element must have a value of type 'positiveInteger'.
CORE_20108 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 20108: The <sbml> object may only have the optional attributes 'metaid' and 'sboTerm'.
CORE_20109 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 20109: It is not possible to use SBML L3 packages with earlier levels of SBML.
CORE_20201 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 20201: An SBML document must contain a <model> element.
CORE_20202 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 20202: The order of subelements within a <model> element must be the following (where any one may be optional, but the ordering must be maintained): <listOfFunctionDefinitions>, <listOfUnitDefinitions>, <listOfCompartmentTypes>, <listOfSpeciesTypes>, <listOfCompartments>, <listOfSpecies>, <listOfParameters>, <listOfInitialAssignments>, <listOfRules>, <listOfConstraints>, <listOfReactions> and <listOfEvents>.
CORE_20203 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 20203: The <listOf___> containers in a <model> are optional, but if present, the lists cannot be empty.
CORE_20204 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 20204: If a model defines any species, then the model must also define at least one compartment.
CORE_20205 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 20205: There may be at most one instance of each of the following kind of element in a <model> object: ListOfFunctionDefinitions, ListOfUnitDefinitions, ListOfCompartments, ListOfSpecies, ListOfParameters, ListOfInitialAssignments, ListOfRules, ListOfConstraints, ListOfReactions and ListOfEvents.
CORE_20206 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 20206: Apart from the general Notes and Annotation subobjects permitted on all SBML components, a ListOfFunctionDefinitions container object may only contain FunctionDefinition objects.
CORE_20207 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 20207: Apart from the general Notes and Annotation subobjects permitted on all SBML components, a ListOfUnitDefinitions container object may only contain UnitDefinition objects.
CORE_20208 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 20208: Apart from the general Notes and Annotation subobjects permitted on all SBML components, a ListOfCompartments container object may only contain Compartment objects.
CORE_20209 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 20209: Apart from the general Notes and Annotation subobjects permitted on all SBML components, a ListOfSpecies container object may only contain Species objects.
CORE_20210 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 20210: Apart from the general Notes and Annotation subobjects permitted on all SBML components, a ListOfParameters container object may only contain Parameter objects.
CORE_20211 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 20211: Apart from the general Notes and Annotation subobjects permitted on all SBML components, a ListOfInitialAssignments container object may only contain InitialAssignment objects.
CORE_20212 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 20212: Apart from the general Notes and Annotation subobjects permitted on all SBML components, a ListOfRules container object may only contain Rule objects.
CORE_20213 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 20213: Apart from the general Notes and Annotation subobjects permitted on all SBML components, a ListOfConstraints container object may only contain Constraint objects.
CORE_20214 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 20214: Apart from the general Notes and Annotation subobjects permitted on all SBML components, a ListOfReactions container object may only contain Reaction objects.
CORE_20215 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 20215: Apart from the general Notes and Annotation subobjects permitted on all SBML components, a ListOfEvents container object may only contain Event objects.
CORE_20216 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 20216: The value of the attribute 'conversionFactor' on a Model object must be the identifier of an existing Parameter object defined in the Model object's ListOfParameters.
CORE_20217 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 20217: The value of the attribute 'timeUnits' on a Model object should be either the units 'second', 'dimensionless', or the identifier of a UnitDefinition object based on these units.
CORE_20218 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 20218: The value of the attribute 'volumeUnits' on a Model object should be either the units 'litre', 'dimensionless', or the identifier of a UnitDefinition object based on these units or a unit derived from 'metre' (with an exponent of '3').
CORE_20219 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 20219: The value of the attribute 'areaUnits' on a Model object should be either 'dimensionless' or the identifier of a UnitDefinition object based on 'dimensionless' or a unit derived from 'metre' (with an exponent of '2').
CORE_20220 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 20220: The value of the attribute 'lengthUnits' on a Model object should be either the units 'metre', 'dimensionless', or the identifier of a UnitDefinition object based on these units.
CORE_20221 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 20221: The value of the attribute extentUnits on a Model object should be either the units 'mole', 'item', 'avogadro', 'dimensionless', 'kilogram', 'gram', or the identifier of a UnitDefinition object based on these units.
CORE_20222 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 20222: A Model object may only have the following attributes, all of which are optional: 'metaid', 'sboTerm', 'id', 'name', 'substanceUnits', 'timeUnits', 'volumeUnits', 'areaUnits', 'lengthUnits', 'extentUnits' and 'conversionFactor'.
CORE_20223 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 20223: A ListOfFunctionDefinitions object may have the optional attributes 'metaid' and 'sboTerm'.
CORE_20224 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 20224: A ListOfUnitDefinitions object may have the optional attributes 'metaid' and 'sboTerm'.
CORE_20225 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 20225: A ListOfCompartments object may have the optional attributes 'metaid' and 'sboTerm'.
CORE_20226 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 20226: A ListOfSpecies object may have the optional attributes 'metaid' and 'sboTerm'.
CORE_20227 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 20227: A ListOfParameters object may have the optional attributes 'metaid' and 'sboTerm'.
CORE_20228 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 20228: A ListOfInitialAssignments object may have the optional attributes 'metaid' and 'sboTerm'.
CORE_20229 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 20229: A ListOfRules object may have the optional attributes 'metaid' and 'sboTerm'.
CORE_20230 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 20230: A ListOfConstraints object may have the optional attributes 'metaid' and 'sboTerm'.
CORE_20231 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 20231: A ListOfReactions object may have the optional attributes 'metaid' and 'sboTerm'.
CORE_20232 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 20232: A ListOfEvents object may have the optional attributes 'metaid' and 'sboTerm'.
CORE_20233 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 20233: [Although SBML Level 3 Version 1 does not explicitly define the following as an error, other Levels and/or Versions of SBML do.] The value of the attribute substanceUnits on a Model object should be either the units 'mole', 'item', 'avogadro', 'dimensionless', 'kilogram', 'gram', or the identifier of a UnitDefinition object based on these units.
CORE_20301 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 20301: The top-level element within <math> in a <functionDefinition> is restricted.
CORE_20302 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 20302: Inside the <lambda> of a <functionDefinition>, if a <ci> element is the first element within a MathML <apply>, then the <ci>'s value can only be chosen from the set of identifiers of other SBML <functionDefinition>s defined prior to that point in the SBML model.
CORE_20303 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 20303: Inside the <lambda> of a <functionDefinition>, the identifier of that <functionDefinition> cannot appear as the value of a <ci> element.
CORE_20304 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 20304: Inside the <lambda> of a <functionDefinition>, if a <ci> element is not the first element within a MathML <apply>, then the <ci>'s value can only be the value of a <bvar> element declared in that <lambda>.
CORE_20305 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 20305: The value type returned by a <functionDefinition>'s <lambda> must be either Boolean or numeric.
CORE_20306 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 20306: A FunctionDefinition object must contain exactly one MathML math element.
CORE_20307 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 20307: FunctionDefinition object must have the required attribute 'id', and may have the optional attributes 'metaid', 'sboTerm' and 'name'.
CORE_20401 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 20401: The value of the 'id' attribute in a <unitDefinition> must be of type 'UnitSId' and not be identical to any unit predefined in SBML.
CORE_20402 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 20402: Redefinitions of the built-in unit 'substance' are restricted.
CORE_20403 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 20403: Redefinitions of the built-in unit 'length' are restricted.
CORE_20404 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 20404: Redefinitions of the built-in unit 'area' are restricted.
CORE_20405 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 20405: Redefinitions of the built-in unit 'time' are restricted.
CORE_20406 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 20406: Redefinitions of the built-in unit 'volume' are restricted.
CORE_20407 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 20407: If a <unitDefinition> for 'volume' simplifies to a <unit> in which the 'kind' attribute value is 'litre', then its 'exponent' attribute value must be '1'.
CORE_20408 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 20408: If a <unitDefinition> for 'volume' simplifies to a <unit> in which the 'kind' attribute value is 'metre', then its 'exponent' attribute value must be '3'.
CORE_20409 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 20409: The <listOfUnits> container in a <unitDefinition> cannot be empty.
CORE_20410 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 20410: The value of the 'kind' attribute of a <unit> can only be one of the base units enumerated by 'UnitKind'; that is, the SBML unit system is not hierarchical and user-defined units cannot be defined using other user-defined units.
CORE_20411 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 20411: The 'offset' attribute on <unit> previously available in SBML Level 2 Version 1, has been removed as of SBML Level 2 Version 2.
CORE_20412 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 20412: The predefined unit 'Celsius', previously available in SBML Level 1 and Level 2 Version 1, has been removed as of SBML Level 2 Version 2.
CORE_20413 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 20413: The ListOfUnits container object in a UnitDefinition object is optional, but if present, it must not be empty.
CORE_20414 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 20414: There may be at most one ListOfUnits container objects in a UnitDefinition object.
CORE_20415 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 20415: Apart from the general Notes and Annotation subobjects permitted on all SBML components, a ListOfUnits container object may only contain Unit objects.
CORE_20419 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 20419: A UnitDefinition object must have the required attribute 'id' and may have the optional attributes 'metaid', 'sboTerm' and 'name'.
CORE_20420 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 20420: A ListOfUnits object may have the optional attributes 'metaid' and 'sboTerm'.
CORE_20421 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 20421: A Unit object must have the required attributes 'kind', 'exponent', 'scale' and 'multiplier', and may have the optional attributes 'metaid' and 'sboTerm'.
CORE_20501 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 20501: The size of a <compartment> must not be set if the compartment's 'spatialDimensions' attribute has value '0'.
CORE_20502 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 20502: If a <compartment> definition has a 'spatialDimensions' value of '0', then its 'units' attribute must not be set.
CORE_20503 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 20503: If a <compartment> definition has a 'spatialDimensions' value of '0', then its 'constant' attribute value must either default to or be set to 'true'.
CORE_20504 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 20504: The 'outside' attribute value of a <compartment> must be the identifier of another <compartment> defined in the model.
CORE_20505 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 20505: A <compartment> may not enclose itself through a chain of references involving the 'outside' field.
CORE_20506 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 20506: The 'outside' attribute value of a <compartment> cannot be a compartment whose 'spatialDimensions' value is '0', unless both compartments have 'spatialDimensions'='0'.
CORE_20507 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 20507: The value of the 'units' attribute on a <compartment> having 'spatialDimensions' of '1' is restricted.
CORE_20508 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 20508: The value of the 'units' attribute on a <compartment> having 'spatialDimensions' of '2' is restricted.
CORE_20509 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 20509: The value of the 'units' attribute on a <compartment> having 'spatialDimensions' of '3' is restricted.
CORE_20510 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 20510: If the 'compartmentType' attribute is given a value in a <compartment> definition, it must contain the identifier of an existing <compartmentType>.
CORE_20511 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 20511: If the attribute 'units' on a Compartment object having a 'spatialDimensions' attribute value of '1' has not been set, then the unit of measurement associated with the compartment's size is determined by the value of the enclosing Model object's 'lengthUnits' attribute.
CORE_20512 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 20512: If the attribute 'units' on a Compartment object having a 'spatialDimensions' attribute value of '2' has not been set, then the unit of measurement associated with the compartment's size is determined by the value of the enclosing Model object's 'areaUnits' attribute.
CORE_20513 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 20513: If the attribute 'units' on a Compartment object having a 'spatialDimensions' attribute value of '3' has not been set, then the unit of measurement associated with the compartment's size is determined by the value of the enclosing Model object's 'volumeUnits' attribute.
CORE_20517 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 20517: A Compartment object must have the required attributes 'id' and 'constant', and may have the optional attributes 'metaid', 'sboTerm', 'name', 'spatialDimensions', 'size' and 'units'.
CORE_20518 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 20518: If neither the attribute 'units' nor the attribute 'spatialDimensions' on a Compartment object is set, the unit associated with that compartment's size is undefined.
CORE_20601 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 20601: The value of 'compartment' in a <species> definition must be the identifier of an existing <compartment> defined in the model.
CORE_20602 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 20602: If a <species> definition sets 'hasOnlySubstanceUnits' to 'true', then it must not have a value for 'spatialSizeUnits'.
CORE_20603 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 20603: A <species> definition must not set 'spatialSizeUnits' if the <compartment> in which it is located has a 'spatialDimensions' value of '0'.
CORE_20604 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 20604: If a <species> located in a <compartment> whose 'spatialDimensions' is set to '0', then that <species> definition cannot set 'initialConcentration'.
CORE_20605 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 20605: If a <species> is located in a <compartment> whose 'spatialDimensions' has value '1', then that <species> definition can only set 'spatialSizeUnits' to a value of 'length', 'metre', 'dimensionless', or the identifier of a <unitDefinition> derived from 'metre' (with an 'exponent' value of '1') or 'dimensionless'.
CORE_20606 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 20606: If a <species> is located in a <compartment> whose 'spatialDimensions' has value '2', then that <species> definition can only set 'spatialSizeUnits' to a value of 'area', 'dimensionless', or the identifier of a <unitDefinition> derived from either 'metre' (with an 'exponent' value of '2') or 'dimensionless'.
CORE_20607 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 20607: If a <species> is located in a <compartment> whose 'spatialDimensions' has value '3', then that <species> definition can only set 'spatialSizeUnits' to a value of 'volume', 'litre', 'dimensionless', or the identifier of a <unitDefinition> derived from either 'litre', 'metre' (with an 'exponent' value of '3') or 'dimensionless'.
CORE_20608 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 20608: The value of a <species>'s 'units' attribute is restricted.
CORE_20609 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 20609: A <species> cannot set values for both 'initialConcentration' and 'initialAmount' because they are mutually exclusive.
CORE_20610 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 20610: A <species>'s quantity cannot be determined simultaneously by both reactions and rules.
CORE_20611 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 20611: A <species> having boundaryCondition='false' cannot appear as a reactant or product in any reaction if that Species also has constant='true'.
CORE_20612 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 20612: The value of 'speciesType' in a <species> definition must be the identifier of an existing <speciesType>.
CORE_20613 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 20613: There cannot be more than one species of a given <speciesType> in the same compartment of a model.
CORE_20614 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 20614: The 'compartment' attribute in a <species> is mandatory.
CORE_20615 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 20615: The 'spatialSizeUnits' attribute on <species>, previously available in SBML Level 2 versions prior to Version 3, has been removed as of SBML Level 2 Version 3.
CORE_20616 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 20616: If the attribute 'substanceUnits' in a Species object has not been set, then the unit of measurement associated with the species' quantity is determined by the value of the enclosing Model object's 'substanceUnits' attribute.
CORE_20617 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 20617: The value of the attribute 'conversionFactor' on a Species object must be the identifier of an existing Parameter object defined in the enclosing Model object.
CORE_20623 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 20623: A Species object must have the required attributes 'id', 'compartment', 'hasOnlySubstanceUnits', 'boundaryCondition' and 'constant', and may have the optional attributes 'metaid', 'sboTerm', 'name', 'initialAmount', 'initialConcentration', 'substanceUnits' and 'conversionFactor'.
CORE_20701 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 20701: The 'units' in a <Parameter> definition must be a value chosen from among the following: a predefined unit (e.g., 'substance', 'time', etc.), the identifier of a <UnitDefinition> in the model, or one of the base units in SBML (e.g., 'litre', 'mole', 'metre', etc.) Reference: L3V1 Section 4.7.3
CORE_20702 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 20702: If the attribute 'units' on a given Parameter object has not been set, then the unit of measurement associated with that parameter's value is undefined.
CORE_20705 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 20705: A Parameter object referenced by the attribute 'conversionFactor' on a Species or Model object must have a value of 'true' for its attribute 'constant'.
CORE_20706 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 20706: A Parameter object must have the required attributes 'id' and 'constant', and may have the optional attributes 'metaid', 'sboTerm', 'name', 'value' and 'units'.
CORE_20801 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 20801: The value of 'symbol' in an <initialAssignment> definition must be the identifier of an existing <compartment>, <species>, or <parameter> defined in the model or <speciesReference> in Level 3.
CORE_20802 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 20802: A given identifier cannot appear as the value of more than one 'symbol' field across the set of <initialAssignment>s in a model.
CORE_20803 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 20803: The value of a 'symbol' field in any <initialAssignment> definition cannot also appear as the value of a 'variable' field in an <assignmentRule>.
CORE_20804 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 20804: An InitialAssignment object must contain exactly one MathML <math> element.
CORE_20805 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 20805: An InitialAssignment object must have the required attribute 'symbol' and may have the optional attributes 'metaid' and 'sboTerm'.
CORE_20806 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 20806: The identifier given as the value of a 'symbol' attribute in any <initialAssignment> definition cannot be the identifier of a <compartment> with a 'spatialDimensions' value of 0.
CORE_20901 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 20901: The value of an <assignmentRule>'s 'variable' must be the identifier of an existing <compartment>, <species>, globally-defined <parameter>, or (in Level 3) <speciesReference>.
CORE_20902 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 20902: The value of a <rateRule>'s 'variable' must be the identifier of an existing <compartment>, <species>, globally-defined <parameter>, or (in Level 3) <speciesReference>.
CORE_20903 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 20903: Any <compartment>, <species>, <parameter>, or (in Level 3) <speciesReference> whose identifier is the value of a 'variable' attribute in an <assignmentRule>, must have a value of 'false' for 'constant'.
CORE_20904 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 20904: Any <compartment>, <species>, <parameter>, or (in Level 3) <speciesReference> whose identifier is the value of a 'variable' attribute in an <rateRule>, must have a value of 'false' for 'constant'.
CORE_20905 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 20905:
CORE_20906 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 20906: There must not be circular dependencies in the combined set of <initialAssignment>, <assignmentRule> and <kineticLaw> definitions in a model.
CORE_20907 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 20907: Every AssignmentRule, RateRule and AlgebraicRule object must contain exactly one MathML <math> element.
CORE_20908 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 20908: An AssignmentRule object must have the required attribute 'variable' and may have the optional attributes 'metaid' and 'sboTerm'.
CORE_20909 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 20909: A RateRule object must have the required attribute 'variable' and may have the optional attributes 'metaid' and 'sboTerm'.
CORE_20910 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 20910: An AlgebraicRule object may have the optional attributes 'metaid' and 'sboTerm'.
CORE_20911 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 20911: The value of a <rateRule> or <assignmentRule>'s 'variable' attribute must not be the identifier of a <compartment> with a 'spatialDimensions' value of 0.
CORE_21001 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 21001: A <constraint>'s <math> expression must evaluate to a value of type Boolean.
CORE_21002 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 21002: The order of subelements within <constraint> must be the following: <math>, <message>.
CORE_21003 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 21003: The contents of the <message> element in a <constraint> must be explicitly placed in the XHTML XML namespace.
CORE_21004 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 21004: The contents of the <message> element must not contain an XML declaration (i.e., a string of the form "<?xml version="1.0" encoding="UTF-8"?>" or similar).
CORE_21005 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 21005: The contents of the <message> element must not contain an XML DOCTYPE declaration (i.e., a string beginning with the characters "<!DOCTYPE".
CORE_21006 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 21006: The XHTML content inside a <constraint>'s <message> element can only take one of the following general forms: (1) a complete XHTML document beginning with the element <html> and ending with </html>; (2) the "body" portion of a document beginning with the element <body> and ending with </body>; or (3) XHTML content that is permitted within a <body> ...
CORE_21007 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 21007: A <constraint> object must contain exactly one MathML <math> element.
CORE_21008 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 21008: A <constraint> object may contain at most one <message> subobject.
CORE_21009 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 21009: A <constraint> object may have the optional attributes 'metaid' and 'sboTerm'.
CORE_21101 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 21101: A <reaction> definition must contain at least one <speciesReference>, either in its <listOfReactants> or its <listOfProducts>.
CORE_21102 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 21102: The order of subelements within <reaction> must be the following: <listOfReactants> (optional), <listOfProducts> (optional), <listOfModifiers> (optional), <kineticLaw>.
CORE_21103 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 21103: The following containers are all optional in a <reaction>, but if any is present, it must not be empty: <listOfReactants>, <listOfProducts>, <listOfModifiers>, <kineticLaw>.
CORE_21104 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 21104: The list of reactants (<listOfReactants>) and list of products (<listOfProducts>) in a <reaction> can only contain <speciesReference> elements.
CORE_21105 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 21105: The list of modifiers (<listOfModifiers>) in a <reaction> can only contain <modifierSpeciesReference> elements.
CORE_21106 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 21106: A <reaction> object may contain at most one of each of the following elements: <listOfReactants>, <listOfProducts>, <listOfModifiers>, and <kineticLaw>.
CORE_21107 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 21107: The value of the attribute 'compartment' in a <reaction> object is optional, but if present, must be the identifier of an existing Compartment object defined in the model.
CORE_21110 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 21110: A <reaction> object must have the required attributes 'id', 'reversible' and 'fast', and may have the optional attributes 'metaid', 'sboTerm', 'name' and 'compartment'.
CORE_21111 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 21111: The value of a <speciesReference> 'species' attribute must be the identifier of an existing <species> in the model.
CORE_21112 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 21112:
CORE_21113 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 21113: A <speciesReference> must not have a value for both 'stoichiometry' and 'stoichiometryMath'; they are mutually exclusive.
CORE_21116 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 21116: A <speciesReference> object must have the required attributes 'species' and 'constant', and may have the optional attributes 'metaid', 'sboTerm', 'name' 'id' and 'stoichiometry'.
CORE_21117 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 21117: A <modifierSpeciesReference> object must have the required attribute 'species' and may have the optional attributes 'metaid', 'sboTerm', 'id' and 'name'.
CORE_21121 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 21121: All species referenced in the <kineticLaw> formula of a given reaction must first be declared using <speciesReference> or <modifierSpeciesReference>.
CORE_21122 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 21122: The order of subelements within <kineticLaw> must be the following: <math>, <listOfParameters>.
CORE_21123 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 21123: If present, the <listOfParameters> in a <kineticLaw> must not be an empty list.
CORE_21124 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 21124: The 'constant' attribute on a <parameter> local to a <kineticLaw> cannot have a value other than 'true'.
CORE_21125 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 21125: The 'substanceUnits' attribute on <kineticLaw>, previously available in SBML Level 1 and Level 2 Version 1, has been removed as of SBML Level 2 Version 2.
CORE_21126 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 21126: The 'timeUnits' attribute on <kineticLaw>, previously available in SBML Level 1 and Level 2 Version 1, has been removed as of SBML Level 2 Version 2.
CORE_21127 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 21127: A KineticLaw object may contain at most one ListOfLocalParameters container object.
CORE_21128 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 21128: Apart from the general Notes and Annotation subobjects permitted on all SBML components, a ListOfLocalParameters container object may only contain LocalParameter objects.
CORE_21129 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 21129: A ListOfLocalParameters object may have the optional attributes 'metaid' and 'sboTerm'.
CORE_21130 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 21130: A KineticLaw object must contain exactly one MathML <math> element.
CORE_21131 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 21131: All species referenced in the <stoichiometryMath> formula of a given reaction must first be declared using <speciesReference> or <modifierSpeciesReference>.
CORE_21132 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 21132: A KineticLaw object may have the optional attributes 'metaid' and 'sboTerm'.
CORE_21150 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 21150: A ListOfSpeciesReferences object may have the optional attributes 'metaid' and 'sboTerm'.
CORE_21151 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 21151: A ListOfModifierSpeciesReferences object may have the optional attributes 'metaid' and 'sboTerm'.
CORE_21152 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 21152: The value of the 'fast' attribute should be 'false', as the attribute has been deprecated.
CORE_21172 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 21172: A LocalParameter object must have the required attribute 'id' and may have the optional attributes 'metaid', 'sboTerm', 'name', 'value' and 'units'.
CORE_21201 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 21201: An <event> object must have a 'trigger'.
CORE_21202 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 21202: An <event>'s <trigger> expression must evaluate to a value of type Boolean.
CORE_21203 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 21203: An <event> object must have at least one <eventAssignment> object in its <listOfEventAssignments>.
CORE_21204 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 21204: The value of an <event>'s 'timeUnits' attribute must be 'time', 'second', 'dimensionless', or the identifier of a <unitDefinition> derived from either 'second' (with an 'exponent' value of '1') or 'dimensionless'.
CORE_21205 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 21205: The order of subelements within <event> must be the following: <trigger>, <delay>, <listOfEventAssignments>.
CORE_21206 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 21206: If an <event>'s 'useValuesFromTriggerTime' attribute has the value 'false', then the <event> must contain a <delay> element.
CORE_21207 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 21207: If an Event object contains a Delay subobject, then the Event must have a value for the attribute 'useValuesFromTriggerTime'.
CORE_21209 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 21209: A Trigger object must contain exactly one MathML <math> element.
CORE_21210 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 21210: A Delay object must contain exactly one MathML <math> element.
CORE_21211 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 21211: The value of the attribute 'variable' in an <eventAssignment> can only be the identifier of a <compartment>, <species>, model-wide <parameter> definition, or <speciesReference> in Level 3.
CORE_21212 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 21212: Any <compartment>, <species>, <parameter>, or (in Level 3) <speciesReference> definition whose identifier is used as the value of 'variable' in an <eventAssignment> must have a value of 'false' for its 'constant' attribute.
CORE_21213 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 21213: An EventAssignment object must contain exactly one MathML <math> element.
CORE_21214 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 21214: An EventAssignment object must have the required attribute 'variable' and may have the optional attributes 'metaid' and 'sboTerm'.
CORE_21221 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 21221: An Event object may contain at most one Delay object.
CORE_21222 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 21222: An Event object may contain at most one ListOfEventAssignments object.
CORE_21223 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 21223: Apart from the general Notes and Annotation subobjects permitted on all SBML components, a ListOfEventAssignments container object may only contain EventAssignment objects.
CORE_21224 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 21224: A ListOfEventAssignments object may have the optional attributes 'metaid' and 'sboTerm'.
CORE_21225 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 21225: An Event object must have the required attribute 'useValuesFromTriggerTime' and in addition may have the optional attributes 'metaid', 'sboTerm', 'id', and 'name'.
CORE_21226 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 21226: A Trigger object must have the required attributes 'persistent' and 'initialValue', and in addition, may have the optional attributes 'metaid' and 'sboTerm'.
CORE_21227 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 21227: A Delay object may have the optional attributes 'metaid' and 'sboTerm'.
CORE_21228 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 21228: The attribute 'persistent' on a Trigger object must have a value of type Boolean.
CORE_21229 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 21229: The attribute 'initialValue' on a Trigger object must have a value of type Boolean.
CORE_21230 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 21230: An Event object may contain at most one Priority object.
CORE_21231 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 21231: An Priority object must contain exactly one MathML <math> element.
CORE_21232 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 21232: A Priority object may have the optional attributes 'metaid' and 'sboTerm'.
CORE_29999 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 29999:
CORE_80501 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 80501: As a principle of best modeling practice, the size of a <compartment> should be set to a value rather than be left undefined.
CORE_80601 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 80601: As a principle of best modeling practice, the <species> should set an initial value (amount or concentration) rather than be left undefined.
CORE_80701 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 80701: As a principle of best modeling practice, the units of a <parameter> should be declared rather than be left undefined.
CORE_80702 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 80702: As a principle of best modeling practice, the <parameter> should set an initial value rather than be left undefined.
CORE_81121 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 81121: In SBML's simple symbol system, there is no separation of symbols by class of object; consequently, inside the kinetic law mathematical formula, the value of a local parameter having the same identifier as a species or compartment or other global model entity will override the global value.
CORE_90000 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 90000:
CORE_90001 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 90001: Use of SBML Level 1 Version 1 is not recommended and conversion is not supported by libSBML.
CORE_91001 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 91001: A model with <event> definitions cannot be represented in SBML Level 1.
CORE_91002 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 91002: SBML Level 1 does not have <functionDefinitions>.
CORE_91003 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 91003: Conversion of a model with <constraint>s to SBML Level 1 may result in loss of information.
CORE_91004 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 91004: SBML Level 1 does not have <initialAssignments>.
CORE_91005 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 91005: <speciesType> definitions cannot be represented in SBML Level 1.
CORE_91006 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 91006: <compartmentType> definitions cannot be represented in SBML Level 1.
CORE_91007 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 91007: A <compartment> with 'spatialDimensions' not equal to 3 cannot be represented in SBML Level 1.
CORE_91008 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 91008: A <speciesReference> containing a non-integer or non-rational <stoichiometryMath> subelement cannot be represented in SBML Level 1.
CORE_91009 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 91009: A <speciesReference> containing a non-integer 'stoichiometry' attribute value cannot be represented in SBML Level 1.
CORE_91010 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 91010: A <unit> containing multipliers or offsets cannot be represented in SBML Level 1.
CORE_91011 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 91011: A <species> that does not identify its compartment cannot be represented in SBML Level 1.
CORE_91012 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 91012: The information represented by the value of a 'spatialSizeUnit' attribute on a <species> definition cannot be represented in SBML Level 1.
CORE_91013 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 91013: SBO terms cannot be represented directly in SBML Level 1.
CORE_91014 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 91014: SBML Level 2 Version 4 removed the requirement that all units be consistent.
CORE_91015 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 91015: This model contains conversion factors and thus conversion to earlier levels is not supported.
CORE_91016 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 91016: SBML Level 1/2 do not have the 'compartment' attribute on a Reaction.
CORE_91017 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 91017: Conversion to SBML Level 1 requires that 'extent' units be a variant of substance
CORE_91018 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 91018: Conversion to SBML Levels 1 and 2 requires that any global units must refer to a valid unit kind or the id of a valid unitDefinition.
CORE_91019 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 91019: The concept of a Species having only substance units and not units of concentration cannot be correctly interpreted in SBML Level 1 without alteration of any mathematical formula.
CORE_91020 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 91020: Conversion of the csymbol avogadro is not yet supported.
CORE_92001 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 92001: Conversion of a model with <constraints> to SBML Level 2 Version 1 may result in loss of information.
CORE_92002 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 92002: SBML Level 2 Version 1 does not have <initialAssignments>.
CORE_92003 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 92003: <speciesType> definitions cannot be represented in SBML Level 2 Version 1.
CORE_92004 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 92004: <compartmentType> definitions cannot be represented in SBML Level 2 Version 1.
CORE_92005 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 92005: SBO terms cannot be represented directly in SBML Level 2 Version 1.
CORE_92006 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 92006: The 'id' attribute value of a <speciesReference> cannot be represented directly in SBML Level 2 Version 1.
CORE_92007 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 92007: The implication of 'useValuesFromTriggerTime=false' is that there is a delay between the time of trigger and the time of value assignments performed by the <event>.
CORE_92008 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 92008: SBML Level 2 Version 4 removed the requirement that all units be consistent.
CORE_92009 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 92009: Models in SBML Level 2 Versions 1-4 can only represent compartments with integer values 0, 1, 2, or 3 as spatial dimensions.
CORE_92010 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 92010: Conversion of a varying stoichiometry to an SBML L2 StoichiometryMath element is not yet supported.
CORE_92011 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 92011: Event priority is not supported in SBML Level 2.
CORE_92012 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 92012: Non persistent events are not supported in SBML Level 2.
CORE_92013 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 92013: Initialvalue of event Triggers was assumed true in L2.
CORE_93001 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 93001: In SBML Level 2 Version 2, an 'sboTerm' attribute is only permitted on the following elements: <model>, <functionDefinition>, <parameter>, <initialAssignment>, <rule>, <constraint>, <reaction>, <speciesReference>, <kineticLaw>, <event> and <eventAssignment>.
CORE_93002 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 93002: The 'offset' attribute on <unit> previously available in SBML Level 2 Version 1, has been removed as of SBML Level 2 Version 2.
CORE_93003 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 93003: The 'timeUnits' attribute on <kineticLaw>, previously available in SBML Level 1 and Level 2 Version 1, has been removed as of SBML Level 2 Version 2.
CORE_93004 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 93004: The 'substanceUnits' attribute on <kineticLaw>, previously available in SBML Level 1 and Level 2 Version 1, has been removed as of SBML Level 2 Version 2.
CORE_93005 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 93005: The implication of 'useValuesFromTriggerTime=false' is that there is a delay between the time of trigger and the time of value assignments performed by the <event>.
CORE_93006 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 93006: In SBML Level 2 prior to Version 4 the value of the 'sboTerm' attribute on a <model> is expected to be a term derived from SBO:0000004, "modeling framework"; in Version 4 and above it is expected to be a term derived from SBO:0000231 "interaction".
CORE_93007 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 93007: SBML Level 2 Version 4 removed the requirement that all units be consistent.
CORE_93008 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 93008: SBML Level 2 Version 4 removed the requirement that all sboTerms be drawn from a given branch of SBO (http://www.biomodels.net/SBO/).
CORE_93009 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 93009: In SBML prior to Level 2 Version 1 annotations it was permissible to have multiple top level elements using the same namespace.
CORE_94001 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 94001: The 'offset' attribute on <unit> previously available in SBML Level 2 Version 1, has been removed as of SBML Level 2 Version 2.
CORE_94002 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 94002: The 'timeUnits' attribute on <kineticLaw>, previously available in SBML Level 1 and Level 2 Version 1, has been removed as of SBML Level 2 Version 2.
CORE_94003 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 94003: The 'substanceUnits' attribute on <kineticLaw>, previously available in SBML Level 1 and Level 2 Version 1, has been removed as of SBML Level 2 Version 2.
CORE_94004 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 94004: The 'spatialSizeUnits' attribute on <species>, previously available in SBML Level 2 versions prior to Version 3, has been removed as of SBML Level 2 Version 3.
CORE_94005 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 94005: The 'timeUnits' attribute on <event>, previously available in SBML Level 2 versions prior to Version 3, has been removed as of SBML Level 2 Version 3.
CORE_94006 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 94006: The implication of 'useValuesFromTriggerTime=false' is that there is a delay between the time of trigger and the time of value assignments performed by the <event>.
CORE_94007 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 94007: In SBML Level 2 prior to Version 4 the value of the 'sboTerm' attribute on a <model> is expected to be a term derived from SBO:0000004, "modeling framework"; in Version 4 and above it is expected to be a term derived from SBO:0000231 "interaction".
CORE_94008 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 94008: SBML Level 2 Version 4 removed the requirement that all units be consistent.
CORE_94009 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 94009: SBML Level 2 Version 4 removed the requirement that all sboTerms be drawn from a given branch of SBO (http://www.biomodels.net/SBO/).
CORE_94010 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 94010: In SBML prior to Level 2 Version 1 annotations it was permissible to have multiple top level elements using the same namespace.
CORE_95001 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 95001: The 'offset' attribute on <unit> previously available in SBML Level 2 Version 1, has been removed as of SBML Level 2 Version 2.
CORE_95002 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 95002: The 'timeUnits' attribute on <kineticLaw>, previously available in SBML Level 1 and Level 2 Version 1, has been removed as of SBML Level 2 Version 2.
CORE_95003 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 95003: The 'substanceUnits' attribute on <kineticLaw>, previously available in SBML Level 1 and Level 2 Version 1, has been removed as of SBML Level 2 Version 2.
CORE_95004 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 95004: The 'spatialSizeUnits' attribute on <species>, previously available in SBML Level 2 versions prior to Version 3, has been removed as of SBML Level 2 Version 3.
CORE_95005 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 95005: The 'timeUnits' attribute on <event>, previously available in SBML Level 2 versions prior to Version 3, has been removed as of SBML Level 2 Version 3.
CORE_95006 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 95006: In SBML Level 2 prior to Version 4 the value of the 'sboTerm' attribute on a <model> is expected to be a term derived from SBO:0000004, "modeling framework"; in Version 4 and above it is expected to be a term derived from SBO:0000231 "interaction".
CORE_95007 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 95007: In SBML prior to Level 2 Version 1 annotations it was permissible to have multiple top level elements using the same namespace.
CORE_96001 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 96001: <speciesType> definitions cannot be represented in SBML Level 3 Version 1.
CORE_96002 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 96002: <compartmentType> definitions cannot be represented in SBML Level 3 Version 1.
CORE_96003 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 96003: The 'offset' attribute on <unit> previously available in SBML Level 2 Version 1, has been removed as of SBML Level 2 Version 2.
CORE_96004 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 96004: The 'timeUnits' attribute on <kineticLaw>, previously available in SBML Level 1 and Level 2 Version 1, has been removed as of SBML Level 2 Version 2.
CORE_96005 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 96005: The 'substanceUnits' attribute on <kineticLaw>, previously available in SBML Level 1 and Level 2 Version 1, has been removed as of SBML Level 2 Version 2.
CORE_96006 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 96006: The 'spatialSizeUnits' attribute on <species>, previously available in SBML Level 2 versions prior to Version 3, has been removed as of SBML Level 2 Version 3.
CORE_96007 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 96007: The 'timeUnits' attribute on <event>, previously available in SBML Level 2 versions prior to Version 3, has been removed as of SBML Level 2 Version 3.
CORE_96008 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 96008: In SBML Level 2 prior to Version 4 the value of the 'sboTerm' attribute on a <model> is expected to be a term derived from SBO:0000004, "modeling framework"; in Version 4 and above it is expected to be a term derived from SBO:0000231 "interaction".
CORE_96009 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 96009: In SBML prior to Level 2 Version 1 annotations it was permissible to have multiple top level elements using the same namespace.
CORE_96010 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 96010: The 'outside' attribute on <compartment>, previously available in SBML Level 2 has been removed as of SBML Level 3 Version 1.
CORE_96011 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 96011: Conversion of a model with <stoichiometryMath> to SBML Level 3 is not yet supported.
CORE_99101 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 99101: The level and version specified for the document must be consistent with a valid published SBML specification.
CORE_99104 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 99104: The <sbml> container element cannot contain <notes> or <annotations> in an SBML Level 1 document.
CORE_99106 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 99106: The math field of an assignment rule structure can contain any identifier in a MathML <ci> element except for the following: (a) identifiers for which there exists a subsequent assignment rule, and (b) the identifier for which the rule is defined.
CORE_99107 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 99107: Every SBML Level 3 package is identified uniquely by an XML namespace URI and defines the attribute named 'required'.
CORE_99108 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 99108: Every SBML Level 3 package is identified uniquely by an XML namespace URI and defines the attribute named 'required'.
CORE_99109 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 99109: The 'required' attribute for this package is expected to be 'false' as there is no way to change the mathematical interpretation of the model using the constructs in this package.
CORE_99127 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 99127: A KineticLaw's substanceUnits must be 'substance', 'item', 'mole', or the id of a UnitDefinition that defines a variant of 'item' or 'mole' (L2v1 Section 4.9.7).
CORE_99128 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 99128: A KineticLaw's timeUnits must be 'time', 'second', or the id of a UnitDefnition that defines a variant of 'second' with exponent='1' (L2v1 Section 4.9.7).
CORE_99129 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 99129: In a Level 1 model, only predefined functions are permitted within the formula.
CORE_99130 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 99130: The value of the attribute substanceUnits on a Model object should be either the units 'mole', 'item', 'avogadro', 'dimensionless', 'kilogram', 'gram', or the identifier of a UnitDefinition object based on these units.
CORE_99206 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 99206: The 'timeUnits' attribute on <event>, previously available in SBML Level 2 versions prior to Version 3, has been removed as of SBML Level 2 Version 3.
CORE_99219 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 99219: Invalid MathML.
CORE_99220 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 99220: Failed to read a valid double value from MathML.
CORE_99221 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 99221: Failed to read a valid integer value from MathML.
CORE_99222 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 99222: Failed to read a valid exponential value from MathML.
CORE_99223 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 99223: Failed to read a valid rational value from MathML.
CORE_99224 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 99224: Invalid MathML.
CORE_99225 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 99225: An invalid MathML attribute has been encountered.
CORE_99301 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 99301: The csymbol 'time' should not be used within the <math> element of a <functionDefinition>.
CORE_99302 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 99302: The <lambda> element of a FunctionDefinition object must contain a function body in addition to zero or more arguments.
CORE_99303 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 99303: Where a component has an attribute that refers to a unit identifier, that attribute must refer to a unit defined in SBML or be the id of a UnitDefinition in the model.
CORE_99401 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 99401: In order to follow the general syntax for a standard SBML RDF annotation the first element of RDF element must be a Description element with an 'about' attribute.
CORE_99402 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 99402: In order to follow the general syntax for a standard SBML RDF annotation, the 'about' attribute of the Description element must be of the form #string.
CORE_99403 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 99403: In order to follow the general syntax for a standard SBML RDF annotation, the 'about' attribute of the Description element must be of the form #string, where the string component is equal to the value of the metaid attribute of the containing SBML element.
CORE_99404 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 99404: LibSBML expected to read the annotation into a ModelHistory object.
CORE_99405 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 99405: LibSBML expected to read the annotation into a ModelHistory object.
CORE_99406 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 99406: An annotation must contain elements; with each top-level element placed in a unique namespace.
CORE_99407 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 99407: The specified annotation RELATION element does not permit nested elements.
CORE_99505 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 99505: In situations where a mathematical expression contains literal numbers or parameters whose units have not been declared, it is not possible to verify accurately the consistency of the units in the expression.
CORE_99506 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 99506: In situations where a mathematical expression refers to time, the units of time should be consistent with the global time units of the model.
CORE_99507 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 99507: In situations where a mathematical expression refers to extent, the units of extent should be consistent with the global extent units of the model.
CORE_99508 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 99508: In situations where a mathematical expression refers to a compartment, species or parameter, it is necessary to know the units of the object to establish unit consistency.
CORE_99701 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 99701: The SBOTerm used is not recognized by libSBML and therefore the correct parentage cannot be checked.
CORE_99702 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 99702: The SBOTerm value used is considered obsolete.
CORE_99901 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 99901: The 'spatialDimensions' attribute on <compartment> was not available in SBML Level 1.
CORE_99902 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 99902: The 'compartmentType' attribute on <compartment> was not available in SBML Level 1 or SBML Level 2 Version 1.
CORE_99903 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 99903: The 'constant' attribute on <compartment> and <parameter> was not available in SBML Level 1.
CORE_99904 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 99904: The 'metaid' attribute on all <SBase> objects was not available in SBML Level 1.
CORE_99905 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 99905: The 'sboTerm' attribute on <compartment>, <compartmentType> <delay>, <species>, <speciesType>, <stoichiometryMath>, <trigger> <unit> and <unitDefinition> was not available before SBML Level 2 Version 3.
CORE_99906 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 99906: The value of the 'units' attribute on a <compartment> must be either 'volume', 'litre', 'liter' or the identifier of a <unitDefinition> based on either 'litre'/'liter' or 'metre'/'meter' (with 'exponent' equal to '3').
CORE_99907 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 99907: A value for the compartment 'volume' attribute must be specified in this Level+Version of SBML.
CORE_99908 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 99908: The <compartmentType> component was introduced in SBML Level 2 Version 2.
CORE_99909 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 99909: The <constraint> component was introduced in SBML Level 2 Version 2.
CORE_99910 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 99910: The <event> component was introduced in SBML Level 2 Version 1.
CORE_99911 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 99911: The 'sboTerm' attribute on <event>, <eventAssignment> <functionDefinition>, <kineticLaw>, <model>, <parameter>, <reaction> <rule> and <speciesReferenece> was not available before SBML Level 2 Version 2.
CORE_99912 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 99912: The <functionDefinition> component was introduced in SBML Level 2 Version 1.
CORE_99913 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 99913: The <initialAssignment> component was introduced in SBML Level 2 Version 2.
CORE_99914 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 99914: An <algebraicRule> does not assign a value to a particular variable and does not carry an attribute named 'variable'.
CORE_99915 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 99915: The 'units' attribute on <rule> was only applicable to a <parameterRule> in SBML Level 1.
CORE_99916 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 99916: The 'constant' attribute on <species> was not available in SBML Level 1.
CORE_99917 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 99917: The 'spatialSizeUnits' attribute on <species> was not available in SBML Level 1.
CORE_99918 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 99918: The 'speciesType' attribute on <species> was not available in SBML Level 1 or SBML Level 2 Version 1.
CORE_99919 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 99919: The 'hasOnlySubstanceUnits' attribute on <species> was not available in SBML Level 1.
CORE_99920 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 99920: The 'id' attribute on <speciesReference> was not available in SBML Level 1 or SBML Level 2 Version 1.
CORE_99921 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 99921: The 'name' attribute on <speciesReference> was not available in SBML Level 1 or SBML Level 2 Version 1.
CORE_99922 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 99922: The <speciesType> component was introduced in SBML Level 2 Version 2.
CORE_99923 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 99923: The <stoichiometryMath> component on a <speciesReference> was introduced in SBML Level 2.
CORE_99924 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 99924: The 'multiplier' attribute on <unit> was not available in SBML Level 1.
CORE_99925 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 99925: The 'offset' attribute on <unit> was only available in SBML Level 2 Version 1.
CORE_99926 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 99926: The 'spatialDimensions' attribute on <compartment> was left unset on the SBML Level 3 model.
CORE_99994 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 99994:
CORE_99995 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 99995:
CORE_99996 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 99996: Conversion of SBML Level 3 package information is not yet supported.
CORE_99997 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 99997: Conversion is only possible to an existing SBML Level and Version.
CORE_99998 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 99998: Validation of or conversion from L3 documents/models is not yet supported.
CORE_99999 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 99999:
CoreSpecialErrorCodes - Interface in org.sbml.jsbml.validator.offline.constraints
Some ErrorCodes which are not officially part of SBML and only are used for offline validation.
cos(ASTNode2) - Method in interface org.sbml.jsbml.math.compiler.ASTNode2Compiler
 
cos(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.FindUnitsCompiler
 
cos(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.FormulaCompiler
 
cos(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.LaTeXCompiler
 
cos(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.UnitsCompiler
 
cos(ASTNode) - Method in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
 
cos(ASTNode) - Method in class org.sbml.jsbml.util.compilers.FindUnitsCompiler
 
cos(ASTNode) - Method in class org.sbml.jsbml.util.compilers.FormulaCompiler
 
cos(ASTNode) - Method in class org.sbml.jsbml.util.compilers.LaTeXCompiler
 
cos(ASTNode) - Method in class org.sbml.jsbml.util.compilers.MathMLCompiler
Deprecated.
 
cos(ASTNode) - Method in class org.sbml.jsbml.util.compilers.UnitsCompiler
 
cosh(ASTNode2) - Method in interface org.sbml.jsbml.math.compiler.ASTNode2Compiler
 
cosh(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.FindUnitsCompiler
 
cosh(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.FormulaCompiler
 
cosh(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.LaTeXCompiler
 
cosh(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.UnitsCompiler
 
cosh(ASTNode) - Method in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
 
cosh(ASTNode) - Method in class org.sbml.jsbml.util.compilers.FindUnitsCompiler
 
cosh(ASTNode) - Method in class org.sbml.jsbml.util.compilers.FormulaCompiler
 
cosh(ASTNode) - Method in class org.sbml.jsbml.util.compilers.LaTeXCompiler
 
cosh(ASTNode) - Method in class org.sbml.jsbml.util.compilers.MathMLCompiler
Deprecated.
 
cosh(ASTNode) - Method in class org.sbml.jsbml.util.compilers.UnitsCompiler
 
cot(ASTNode2) - Method in interface org.sbml.jsbml.math.compiler.ASTNode2Compiler
 
cot(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.FindUnitsCompiler
 
cot(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.FormulaCompiler
 
cot(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.LaTeXCompiler
 
cot(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.UnitsCompiler
 
cot(ASTNode) - Method in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
 
cot(ASTNode) - Method in class org.sbml.jsbml.util.compilers.FindUnitsCompiler
 
cot(ASTNode) - Method in class org.sbml.jsbml.util.compilers.FormulaCompiler
 
cot(ASTNode) - Method in class org.sbml.jsbml.util.compilers.LaTeXCompiler
 
cot(ASTNode) - Method in class org.sbml.jsbml.util.compilers.MathMLCompiler
Deprecated.
 
cot(ASTNode) - Method in class org.sbml.jsbml.util.compilers.UnitsCompiler
 
cot(double) - Static method in class org.sbml.jsbml.util.Maths
This method computes the cot of n
coth(ASTNode2) - Method in interface org.sbml.jsbml.math.compiler.ASTNode2Compiler
 
coth(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.FindUnitsCompiler
 
coth(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.FormulaCompiler
 
coth(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.LaTeXCompiler
 
coth(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.UnitsCompiler
 
coth(ASTNode) - Method in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
 
coth(ASTNode) - Method in class org.sbml.jsbml.util.compilers.FindUnitsCompiler
 
coth(ASTNode) - Method in class org.sbml.jsbml.util.compilers.FormulaCompiler
 
coth(ASTNode) - Method in class org.sbml.jsbml.util.compilers.LaTeXCompiler
 
coth(ASTNode) - Method in class org.sbml.jsbml.util.compilers.MathMLCompiler
Deprecated.
 
coth(ASTNode) - Method in class org.sbml.jsbml.util.compilers.UnitsCompiler
 
coth(double) - Static method in class org.sbml.jsbml.util.Maths
This method computes the coth of n
COULD_NOT_CREATE_ELEMENT_MSG - Static variable in class org.sbml.jsbml.Model
Error message to indicate that an element could not be created.
countType(ASTNode2, ASTNode.Type) - Static method in class org.sbml.jsbml.math.ASTFactory
Counts the number of nodes that have ASTNode.Type type in the tree rooted at node.
create(InputStream, boolean) - Method in interface org.sbml.jsbml.util.DocumentFactory
Creates an XML DOM document by parsing the content of the specified byte stream as XML, using a nonvalidating parser.
create(InputStream, Object[], ErrorHandler) - Method in interface org.sbml.jsbml.util.DocumentFactory
Creates an XML DOM document by parsing the content of the specified byte stream as XML, using a validating parser.
create(Reader, boolean) - Method in interface org.sbml.jsbml.util.DocumentFactory
Creates an XML DOM document by parsing the content of the specified character stream as XML, using a nonvalidating parser.
create(Reader, Object[], ErrorHandler) - Method in interface org.sbml.jsbml.util.DocumentFactory
Creates an XML DOM document by parsing the content of the specified character stream as XML, using a validating parser.
create(InputStream, boolean) - Method in class org.sbml.jsbml.util.JAXPFacade
Creates an XML DOM document by parsing the content of the specified byte stream as XML, using a nonvalidating parser.
create(InputStream, Object[], ErrorHandler) - Method in class org.sbml.jsbml.util.JAXPFacade
Creates an XML DOM document by parsing the content of the specified byte stream as XML, using a validating parser.
create(Reader, boolean) - Method in class org.sbml.jsbml.util.JAXPFacade
Creates an XML DOM document by parsing the content of the specified character stream as XML, using a nonvalidating parser.
create(Reader, Object[], ErrorHandler) - Method in class org.sbml.jsbml.util.JAXPFacade
Creates an XML DOM document by parsing the content of the specified character stream as XML, using a validating parser.
createAlgebraicRule() - Method in class org.sbml.jsbml.Model
Creates a new AlgebraicRule inside this Model and returns it.
createApplyNode(Node, ASTNodeValue...) - Method in class org.sbml.jsbml.util.compilers.MathMLCompiler
Deprecated.
 
createApplyNode(Node, List<ASTNode>) - Method in class org.sbml.jsbml.util.compilers.MathMLCompiler
Deprecated.
Creates an apply Node with the given tag Node as its child and ASTNodeValues on the same level as the tag Node .
createApplyNode(String, ASTNode...) - Method in class org.sbml.jsbml.util.compilers.MathMLCompiler
Deprecated.
 
createApplyNode(String, ASTNodeValue...) - Method in class org.sbml.jsbml.util.compilers.MathMLCompiler
Deprecated.
 
createApplyNode(String, List<ASTNode>) - Method in class org.sbml.jsbml.util.compilers.MathMLCompiler
Deprecated.
Creates a Node with the tag "apply" and adds the given Node as its child.
createAssignmentRule() - Method in class org.sbml.jsbml.Model
Creates a new AssignmentRule inside this Model and returns it.
createCiElement(String) - Method in class org.sbml.jsbml.util.compilers.MathMLCompiler
Deprecated.
 
createCnElement(double, int, String) - Method in class org.sbml.jsbml.util.compilers.MathMLCompiler
Deprecated.
 
createCnElement(Number, String) - Method in class org.sbml.jsbml.util.compilers.MathMLCompiler
Deprecated.
 
createCompartment() - Method in class org.sbml.jsbml.Model
Creates a new Compartment inside this Model and returns it.
createCompartment(String) - Method in class org.sbml.jsbml.Model
Creates a new Compartment inside this Model and returns it.
createCompartmentType() - Method in class org.sbml.jsbml.Model
Deprecated.
CompartmentTypes should no longer be used, because this data structure is only valid in SBML Level 2 for Versions 2 through 4.
createCompartmentType(String) - Method in class org.sbml.jsbml.Model
Deprecated.
CompartmentTypes should no longer be used, because this data structure is only valid in SBML Level 2 for Versions 2 through 4.
createConstant(String) - Method in class org.sbml.jsbml.util.compilers.MathMLCompiler
Deprecated.
Creates an ASTNodeValue with the single node as defined by the tagName.
createConstraint() - Method in class org.sbml.jsbml.Model
Creates a new Constraint inside this Model and returns it.
createConstraint(int) - Method in class org.sbml.jsbml.validator.offline.constraints.AbstractConstraintDeclaration
 
createConstraint(int) - Method in interface org.sbml.jsbml.validator.offline.constraints.ConstraintDeclaration
Tries to create the constraint with the given error code
createConstraints(int[]) - Method in class org.sbml.jsbml.validator.offline.constraints.AbstractConstraintDeclaration
 
createConstraints(int, int, SBMLValidator.CHECK_CATEGORY) - Method in class org.sbml.jsbml.validator.offline.constraints.AbstractConstraintDeclaration
 
createConstraints(int, int, String) - Method in class org.sbml.jsbml.validator.offline.constraints.AbstractConstraintDeclaration
 
createConstraints(int, int, SBMLValidator.CHECK_CATEGORY[]) - Method in class org.sbml.jsbml.validator.offline.constraints.AbstractConstraintDeclaration
 
createConstraints(int, int, SBMLValidator.CHECK_CATEGORY[]) - Method in interface org.sbml.jsbml.validator.offline.constraints.ConstraintDeclaration
Creates all the constraints which are needed to validate the categories in the given level and version of SBML.
createConstraints(int, int, SBMLValidator.CHECK_CATEGORY) - Method in interface org.sbml.jsbml.validator.offline.constraints.ConstraintDeclaration
Creates all the constraints which are needed to validate this category in the given level and version of SBML.
createConstraints(int, int, String) - Method in interface org.sbml.jsbml.validator.offline.constraints.ConstraintDeclaration
Creates all the constraints which are needed to validate the attribute in the given level and version of SBML.
createConstraints(int[]) - Method in interface org.sbml.jsbml.validator.offline.constraints.ConstraintDeclaration
Tries to create the constraints with the given error codes
createCSymbol(String, String) - Method in class org.sbml.jsbml.util.compilers.MathMLCompiler
Deprecated.
 
createdDate - Static variable in class org.sbml.jsbml.util.TreeNodeChangeEvent
 
createDelay() - Method in class org.sbml.jsbml.Event
Creates a new Delay instance and sets it to this Event.
createDelay(ASTNode) - Method in class org.sbml.jsbml.Event
Creates a new Delay instance and sets it to this Event.
createDelay() - Method in class org.sbml.jsbml.Model
Creates a new Delay inside the last Event object created in this Model, and returns a pointer to it.
createError(int, int, int) - Static method in class org.sbml.jsbml.validator.offline.factory.SBMLErrorFactory
 
createEvent() - Method in class org.sbml.jsbml.Model
Creates a new Event inside this Model and returns it.
createEvent(String) - Method in class org.sbml.jsbml.Model
Creates a new Event inside this Model and returns it.
createEventAssignment() - Method in class org.sbml.jsbml.Event
Creates a new EventAssignment element and adds it to the ListOfEventAssignments list.
createEventAssignment(String, ASTNode) - Method in class org.sbml.jsbml.Event
Creates a new EventAssignment element and adds it to the ListOfEventAssignments list.
createEventAssignment(Variable, ASTNode) - Method in class org.sbml.jsbml.Event
Creates a new EventAssignment element and adds it to the ListOfEventAssignments list.
createEventAssignment() - Method in class org.sbml.jsbml.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.jsbml.Model
Creates a new FunctionDefinition inside this Model and returns it.
createFunctionDefinition(String) - Method in class org.sbml.jsbml.Model
Creates a new FunctionDefinition inside this Model and returns it.
createHistory() - Method in class org.sbml.jsbml.AbstractSBase
Creates a new History and associates it with the annotation of this element.
createHistory() - Method in class org.sbml.jsbml.Annotation
 
createIndentationString(int) - Method in class org.sbml.jsbml.xml.stax.SBMLWriter
Creates the necessary number of white spaces at the beginning of an entry in the SBML file.
createInitialAssignment() - Method in class org.sbml.jsbml.Model
Creates a new InitialAssignment inside this Model and returns it.
createInvalidUnit() - Method in class org.sbml.jsbml.UnitDefinition
Creates a new Unit instance with the Unit.Kind.INVALID kind and adds it to this UnitDefinition.
createKineticLaw() - Method in class org.sbml.jsbml.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.jsbml.Reaction
Creates a new KineticLaw object, installs it as this Reaction's 'kineticLaw' sub-element, and returns it.
createKineticLawParameter() - Method in class org.sbml.jsbml.Model
Creates a new local LocalParameter inside the KineticLaw object of the last Reaction created inside this Model, and returns a pointer to it.
createKineticParameter(String) - Method in class org.sbml.jsbml.Model
Creates a new local LocalParameter inside the KineticLaw object of the last Reaction created inside this Model, and returns a pointer to it.
createListOfChild(ListOf<?>, String) - Method in class org.sbml.jsbml.xml.parsers.AbstractReaderWriter
Creates a new object instance using reflection on the listOf parent.
createLocalParameter() - Method in class org.sbml.jsbml.KineticLaw
 
createLocalParameter(String) - Method in class org.sbml.jsbml.KineticLaw
 
createMathMLDocumentFor(Node, int) - Static method in class org.sbml.jsbml.xml.parsers.MathMLParser
Deprecated.
 
createMessage(String, String, SBase) - Static method in exception org.sbml.jsbml.PropertyException
Creates an error message pointing out that the property of the given name is not defined in the Level/Version combination of the given SBase.
createMessage(String, String, SBasePlugin) - Static method in exception org.sbml.jsbml.PropertyException
 
createMessage(String, String, TreeNode) - Static method in exception org.sbml.jsbml.PropertyException
Creates an error message pointing out that the property of the given name is not defined in the Level/Version combination of the given TreeNode.
createModel() - Method in class org.sbml.jsbml.SBMLDocument
Creates a new Model inside this SBMLDocument, and returns a pointer to it.
createModel(String) - Method in class org.sbml.jsbml.SBMLDocument
Creates a new instance of Model from id and the level and version of this SBMLDocument.
createModifier() - Method in class org.sbml.jsbml.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(String) - Method in class org.sbml.jsbml.Model
Creates a new ModifierSpeciesReference with the specified 'id'.
createModifier() - Method in class org.sbml.jsbml.Reaction
Creates a new ModifierSpeciesReference, adds it to this Reaction's list of modifiers and returns it.
createModifier(Species) - Method in class org.sbml.jsbml.Reaction
Creates a new ModifierSpeciesReference, which points to the given Species, adds it to this Reaction's Reaction.listOfModifiers, and returns a pointer to it.
createModifier(String) - Method in class org.sbml.jsbml.Reaction
 
createModifier(String, Species) - Method in class org.sbml.jsbml.Reaction
Creates a new ModifierSpeciesReference with the given id as its identifier, which points to the given Species, adds it to this Reaction's Reaction.listOfModifiers, and returns a pointer to it.
createModifier(String, String) - Method in class org.sbml.jsbml.Reaction
Creates a new ModifierSpeciesReference with the given id as its identifier, which points to the Species with the given id, adds it to this Reaction's Reaction.listOfModifiers, and returns a pointer to it.
createModulo(ASTNode, ASTNode) - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3
Returns a piecewise ASTNode representing the modulo operation between the left and right child given.
createModulo(ASTNode2, ASTNode2) - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2
Returns a piecewise ASTNode representing the modulo operation between the left and right child given.
createModulo(ASTNode, ASTNode) - Method in class org.sbml.jsbml.text.parser.CobraFormulaParser
Returns a piecewise ASTNode representing the modulo operation between the left and right child given.
createModulo(ASTNode, ASTNode) - Method in class org.sbml.jsbml.text.parser.FormulaParser
Returns a piecewise ASTNode representing the modulo operation between the left and right child given.
createModulo(ASTNode, ASTNode) - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3
Returns a piecewise ASTNode representing the modulo operation between the left and right child given.
createModulo(ASTNode2, ASTNode2) - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2
Returns a piecewise ASTNode representing the modulo operation between the left and right child given.
createNestedCVTerm() - Method in class org.sbml.jsbml.CVTerm
Creates a new CVTerm element and adds it to the CVTerm.listOfNestedCVTerms list.
createParameter() - Method in class org.sbml.jsbml.Model
Creates a new Parameter inside this Model and returns it.
createParameter(String) - Method in class org.sbml.jsbml.Model
Creates a new Parameter.
createPlugin(String) - Method in class org.sbml.jsbml.AbstractSBase
 
createPlugin(String) - Method in class org.sbml.jsbml.ASTNode
Creates a new ASTNodePlugin for the given package name or URI and adds it to this ASTNode.
createPlugin(String) - Method in interface org.sbml.jsbml.SBase
Creates a new SBasePlugin for the given package name or URI and adds it to this SBase.
createPluginFor(SBase) - Method in interface org.sbml.jsbml.xml.parsers.PackageParser
Creates a new SBasePlugin for the given SBase and add it to the SBasePlugin map of the SBase.
createPluginFor(ASTNode) - Method in interface org.sbml.jsbml.xml.parsers.PackageParser
Creates a new ASTNodePlugin for the given ASTNode and add it to the ASTNodePlugin map of the ASTNode.
createPriority() - Method in class org.sbml.jsbml.Event
Creates a new, empty Priority, sets it to this Event and returns the Priority.
createPriority(ASTNode) - Method in class org.sbml.jsbml.Event
Creates a new Priority, sets it to this Event and returns it.
createProduct() - Method in class org.sbml.jsbml.Model
Creates a new SpeciesReference object for a product inside the last Reaction object in this Model, and returns a pointer to it.
createProduct(String) - Method in class org.sbml.jsbml.Model
Creates an instance of SpeciesReference and adds it to the last Reaction element that has been added to this Model.
createProduct() - Method in class org.sbml.jsbml.Reaction
Creates a new SpeciesReference, adds it to this Reaction's Reaction.listOfProducts and returns it.
createProduct(Species) - Method in class org.sbml.jsbml.Reaction
Creates a new SpeciesReference, which points to the given Species, adds it to this Reaction's Reaction.listOfProducts and returns a pointer to it.
createProduct(String) - Method in class org.sbml.jsbml.Reaction
 
createProduct(String, Species) - Method in class org.sbml.jsbml.Reaction
Creates a new SpeciesReference with the given id as its identifier, which points to the given Species, adds it to this Reaction's Reaction.listOfProducts and returns a pointer to it.
createProduct(String, String) - Method in class org.sbml.jsbml.Reaction
 
createRateRule() - Method in class org.sbml.jsbml.Model
Creates a new RateRule inside this Model and returns it.
createReactant() - Method in class org.sbml.jsbml.Model
Creates a new SpeciesReference object for a reactant inside the last Reaction object in this Model, and returns a pointer to it.
createReactant(String) - Method in class org.sbml.jsbml.Model
Creates a new SpeciesReference object, with the specified 'id', for a reactant inside the last Reaction object in this Model, and returns a pointer to it.
createReactant() - Method in class org.sbml.jsbml.Reaction
Creates a new SpeciesReference, adds it to this Reaction's Reaction.listOfReactants and returns it.
createReactant(Species) - Method in class org.sbml.jsbml.Reaction
Creates a new SpeciesReference to the given Species and adds it to the Reaction.listOfReactants.
createReactant(String) - Method in class org.sbml.jsbml.Reaction
Creates a new SpeciesReference with the given identifier and adds it to this Reaction's Reaction.listOfReactants.
createReactant(String, Species) - Method in class org.sbml.jsbml.Reaction
Creates a new SpeciesReference with the given id as identifier, which points to the given Species and adds it to the Reaction.listOfReactants.
createReactant(String, String) - Method in class org.sbml.jsbml.Reaction
 
createReaction() - Method in class org.sbml.jsbml.Model
Creates a new Reaction inside this Model and returns it.
createReaction(String) - Method in class org.sbml.jsbml.Model
Creates a new Reaction inside this Model and returns it.
createSpecies() - Method in class org.sbml.jsbml.Model
Creates a new Species inside this Model and returns it.
createSpecies(String) - Method in class org.sbml.jsbml.Model
Creates a new Species inside this Model and returns it.
createSpecies(String, Compartment) - Method in class org.sbml.jsbml.Model
Creates a new Species inside this Model and returns it.
createSpecies(String, String, Compartment) - Method in class org.sbml.jsbml.Model
Creates a new Species inside this Model and returns it.
createSpeciesType() - Method in class org.sbml.jsbml.Model
Deprecated.
Only valid in SBML Level 2 for Versions 2 through 4.
createSpeciesType(String) - Method in class org.sbml.jsbml.Model
Deprecated.
Only valid in SBML Level 2 for Versions 2 through 4.
createStoichiometryMath(ASTNode) - Method in class org.sbml.jsbml.SpeciesReference
Deprecated.
since SBML Level 3 this should not be used anymore.
createTrigger() - Method in class org.sbml.jsbml.Event
Creates a new Trigger instance and sets it to this Event.
createTrigger(boolean, boolean) - Method in class org.sbml.jsbml.Event
Creates a new Trigger instance and sets it to this Event.
createTrigger(boolean, boolean, ASTNode) - Method in class org.sbml.jsbml.Event
Creates a new Trigger instance and sets it to this Event.
createTrigger(ASTNode) - Method in class org.sbml.jsbml.Event
Creates a new Trigger instance and sets it to this Event.
createTrigger() - Method in class org.sbml.jsbml.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.jsbml.Model
Creates a new Unit object within the last UnitDefinition object created in this model and returns a pointer to it.
createUnit(Unit.Kind) - Method in class org.sbml.jsbml.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.jsbml.UnitDefinition
Creates a new Unit instance with the Unit.Kind.INVALID kind and adds it to this UnitDefinition.
createUnit(Unit.Kind) - Method in class org.sbml.jsbml.UnitDefinition
Creates a new Unit instance with the given Unit.Kind and adds it to this UnitDefinition.
createUnitDefinition() - Method in class org.sbml.jsbml.Model
Creates a new UnitDefinition inside this Model and returns it.
createUnitDefinition(String) - Method in class org.sbml.jsbml.Model
Creates a new UnitDefinition inside this Model and returns it.
creation - Variable in class org.sbml.jsbml.History
Date of creation
Creator - Class in org.sbml.jsbml
Contains all the information about a creator of a Model (or other SBase in level 3).
Creator() - Constructor for class org.sbml.jsbml.Creator
Creates a Creator instance.
Creator(Creator) - Constructor for class org.sbml.jsbml.Creator
Creates a Creator instance from a given Creator.
Creator(String, String, String, String) - Constructor for class org.sbml.jsbml.Creator
Creates a Creator instance.
creator - Static variable in class org.sbml.jsbml.util.TreeNodeChangeEvent
 
csc(ASTNode2) - Method in interface org.sbml.jsbml.math.compiler.ASTNode2Compiler
 
csc(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.FindUnitsCompiler
 
csc(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.FormulaCompiler
 
csc(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.LaTeXCompiler
 
csc(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.UnitsCompiler
 
csc(ASTNode) - Method in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
 
csc(ASTNode) - Method in class org.sbml.jsbml.util.compilers.FindUnitsCompiler
 
csc(ASTNode) - Method in class org.sbml.jsbml.util.compilers.FormulaCompiler
 
csc(ASTNode) - Method in class org.sbml.jsbml.util.compilers.LaTeXCompiler
 
csc(ASTNode) - Method in class org.sbml.jsbml.util.compilers.MathMLCompiler
Deprecated.
 
csc(ASTNode) - Method in class org.sbml.jsbml.util.compilers.UnitsCompiler
 
csc(double) - Static method in class org.sbml.jsbml.util.Maths
This method computes the csc of n
csch(ASTNode2) - Method in interface org.sbml.jsbml.math.compiler.ASTNode2Compiler
 
csch(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.FindUnitsCompiler
 
csch(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.FormulaCompiler
 
csch(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.LaTeXCompiler
 
csch(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.UnitsCompiler
 
csch(ASTNode) - Method in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
 
csch(ASTNode) - Method in class org.sbml.jsbml.util.compilers.FindUnitsCompiler
 
csch(ASTNode) - Method in class org.sbml.jsbml.util.compilers.FormulaCompiler
 
csch(ASTNode) - Method in class org.sbml.jsbml.util.compilers.LaTeXCompiler
 
csch(ASTNode) - Method in class org.sbml.jsbml.util.compilers.MathMLCompiler
Deprecated.
 
csch(ASTNode) - Method in class org.sbml.jsbml.util.compilers.UnitsCompiler
 
csch(double) - Static method in class org.sbml.jsbml.util.Maths
This method computes the csch of n
curChar - Variable in class org.sbml.jsbml.math.parser.FormulaParserASTNode2TokenManager
 
curChar - Variable in class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2TokenManager
 
curChar - Variable in class org.sbml.jsbml.math.parser.FormulaParserLL3TokenManager
 
curChar - Variable in class org.sbml.jsbml.math.parser.FormulaParserTokenManager
 
curChar - Variable in class org.sbml.jsbml.text.parser.CobraFormulaParserTokenManager
 
curChar - Variable in class org.sbml.jsbml.text.parser.FormulaParserASTNode2TokenManager
 
curChar - Variable in class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2TokenManager
 
curChar - Variable in class org.sbml.jsbml.text.parser.FormulaParserLL3TokenManager
 
curChar - Variable in class org.sbml.jsbml.text.parser.FormulaParserTokenManager
 
curLexState - Variable in class org.sbml.jsbml.math.parser.FormulaParserASTNode2TokenManager
 
curLexState - Variable in class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2TokenManager
 
curLexState - Variable in class org.sbml.jsbml.math.parser.FormulaParserLL3TokenManager
 
curLexState - Variable in class org.sbml.jsbml.math.parser.FormulaParserTokenManager
 
curLexState - Variable in class org.sbml.jsbml.text.parser.CobraFormulaParserTokenManager
 
curLexState - Variable in class org.sbml.jsbml.text.parser.FormulaParserASTNode2TokenManager
 
curLexState - Variable in class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2TokenManager
 
curLexState - Variable in class org.sbml.jsbml.text.parser.FormulaParserLL3TokenManager
 
curLexState - Variable in class org.sbml.jsbml.text.parser.FormulaParserTokenManager
 
currentToken - Variable in exception org.sbml.jsbml.math.parser.ParseException
This is the last token that has been consumed successfully.
currentToken - Variable in exception org.sbml.jsbml.text.parser.ParseException
This is the last token that has been consumed successfully.
CUSTOM_RDF - Static variable in class org.sbml.jsbml.xml.parsers.SBMLRDFAnnotationParser
A Constant String that is used to store any remaining children or attributes after having removed the standard SBML RDF elements and attributes.
CVTerm - Class in org.sbml.jsbml
Contains all the MIRIAM URIs for a MIRIAM qualifier in the annotation element of a SBML component.
CVTerm() - Constructor for class org.sbml.jsbml.CVTerm
Creates a CVTerm instance.
CVTerm(CVTerm) - Constructor for class org.sbml.jsbml.CVTerm
Creates a CVTerm instance from a given CVTerm.
CVTerm(CVTerm.Qualifier, String...) - Constructor for class org.sbml.jsbml.CVTerm
Guesses the CVTerm.Type argument and sets the CVTerm.Qualifier attribute appropriately.
CVTerm(CVTerm.Type, CVTerm.Qualifier, String...) - Constructor for class org.sbml.jsbml.CVTerm
Creates a new CVTerm with the given CVTerm.Type and CVTerm.Qualifier pointing to all given resources.
CVTerm(XMLNode) - Constructor for class org.sbml.jsbml.CVTerm
 
CVTerm.Qualifier - Enum in org.sbml.jsbml
This enum list all the possible MIRIAM qualifiers.
CVTerm.Type - Enum in org.sbml.jsbml
This enum list all the possible MIRIAM qualifiers type.
CVTermFilter - Class in org.sbml.jsbml.util.filters
This filter accepts only instances of CVTerm with a certain content or instances of SBase that are annotated with appropriate CVTerm objects.
CVTermFilter() - Constructor for class org.sbml.jsbml.util.filters.CVTermFilter
 
CVTermFilter(CVTerm.Qualifier) - Constructor for class org.sbml.jsbml.util.filters.CVTermFilter
 
CVTermFilter(CVTerm.Qualifier, String) - Constructor for class org.sbml.jsbml.util.filters.CVTermFilter
 
CycleDetectionTreeNode - Class in org.sbml.jsbml.validator.offline.constraints.helper
 
CycleDetectionTreeNode(String) - Constructor for class org.sbml.jsbml.validator.offline.constraints.helper.CycleDetectionTreeNode
 

D

datePattern - Variable in class org.sbml.jsbml.xml.stax.DateProcessor
 
datePatternWithMilitaryTimezone - Variable in class org.sbml.jsbml.xml.stax.DateProcessor
 
datePatternWithoutTimezoneInfo - Variable in class org.sbml.jsbml.xml.stax.DateProcessor
 
DateProcessor - Class in org.sbml.jsbml.xml.stax
Format time to W3DTF
DateProcessor() - Constructor for class org.sbml.jsbml.xml.stax.DateProcessor
 
debug(String) - Method in class org.sbml.jsbml.xml.stax.XMLLogger
 
DEBUG_MODE - Static variable in class org.sbml.jsbml.ListOf
Switches the behavior of the AbstractSBase.toString() method from displaying the ListOf.Type (default) to the complete content of all instances of ListOf
debugStream - Variable in class org.sbml.jsbml.math.parser.FormulaParserASTNode2TokenManager
Debug output.
debugStream - Variable in class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2TokenManager
Debug output.
debugStream - Variable in class org.sbml.jsbml.math.parser.FormulaParserLL3TokenManager
Debug output.
debugStream - Variable in class org.sbml.jsbml.math.parser.FormulaParserTokenManager
Debug output.
debugStream - Variable in class org.sbml.jsbml.text.parser.CobraFormulaParserTokenManager
Debug output.
debugStream - Variable in class org.sbml.jsbml.text.parser.FormulaParserASTNode2TokenManager
Debug output.
debugStream - Variable in class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2TokenManager
Debug output.
debugStream - Variable in class org.sbml.jsbml.text.parser.FormulaParserLL3TokenManager
Debug output.
debugStream - Variable in class org.sbml.jsbml.text.parser.FormulaParserTokenManager
Debug output.
DECIMAL_FORMAT - Static variable in class org.sbml.jsbml.util.StringTools
 
declaredNamespaces - Variable in class org.sbml.jsbml.AbstractSBase
Contains all the namespaces declared on the XML node with their prefixes.
def - Variable in class org.sbml.jsbml.ontology.Term
The base properties of this Term.
DEFAULT - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserASTNode2Constants
Lexical state.
DEFAULT - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserConstants
Lexical state.
DEFAULT - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2Constants
Lexical state.
DEFAULT - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserLL3Constants
Lexical state.
DEFAULT - Static variable in interface org.sbml.jsbml.text.parser.CobraFormulaParserConstants
Lexical state.
DEFAULT - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserASTNode2Constants
Lexical state.
DEFAULT - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserConstants
Lexical state.
DEFAULT - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2Constants
Lexical state.
DEFAULT - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserLL3Constants
Lexical state.
defaultLexState - Variable in class org.sbml.jsbml.math.parser.FormulaParserASTNode2TokenManager
 
defaultLexState - Variable in class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2TokenManager
 
defaultLexState - Variable in class org.sbml.jsbml.math.parser.FormulaParserLL3TokenManager
 
defaultLexState - Variable in class org.sbml.jsbml.math.parser.FormulaParserTokenManager
 
defaultLexState - Variable in class org.sbml.jsbml.text.parser.CobraFormulaParserTokenManager
 
defaultLexState - Variable in class org.sbml.jsbml.text.parser.FormulaParserASTNode2TokenManager
 
defaultLexState - Variable in class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2TokenManager
 
defaultLexState - Variable in class org.sbml.jsbml.text.parser.FormulaParserLL3TokenManager
 
defaultLexState - Variable in class org.sbml.jsbml.text.parser.FormulaParserTokenManager
 
definitionURL - Variable in class org.sbml.jsbml.ASTNode
The value of the definitionURL for csymbol element.
definitionURL - Variable in class org.sbml.jsbml.math.ASTCiFunctionNode
definitionURL attribute for MathML element
definitionURL - Variable in class org.sbml.jsbml.math.ASTCiNumberNode
definitionURL attribute for MathML element
definitionURL - Variable in class org.sbml.jsbml.math.ASTCSymbolAvogadroNode
definitionURL attribute for MathML element
definitionURL - Variable in class org.sbml.jsbml.math.ASTCSymbolDelayNode
definitionURL attribute for MathML element
definitionURL - Variable in class org.sbml.jsbml.math.ASTCSymbolTimeNode
definitionURL attribute for MathML element
definitionURL - Static variable in class org.sbml.jsbml.util.TreeNodeChangeEvent
 
Delay - Class in org.sbml.jsbml
Represents the delay subnode of an event element.
Delay() - Constructor for class org.sbml.jsbml.Delay
Creates a Delay instance.
Delay(ASTNode, int, int) - Constructor for class org.sbml.jsbml.Delay
Creates a Delay instance from an ASTNode, level and version.
Delay(Delay) - Constructor for class org.sbml.jsbml.Delay
Creates a Delay instance from a given Delay.
Delay(int, int) - Constructor for class org.sbml.jsbml.Delay
Creates a Delay instance from a level and version.
delay - Variable in class org.sbml.jsbml.Event
Represents the delay sub-element of an event element.
delay(String, ASTNode2, ASTNode2) - Method in interface org.sbml.jsbml.math.compiler.ASTNode2Compiler
Evaluates delay functions.
delay(String, ASTNode2, ASTNode2) - Method in class org.sbml.jsbml.math.compiler.FindUnitsCompiler
 
delay(String, ASTNode2, ASTNode2) - Method in class org.sbml.jsbml.math.compiler.FormulaCompiler
 
delay(String, ASTNode2, ASTNode2) - Method in class org.sbml.jsbml.math.compiler.LaTeXCompiler
 
delay(String, ASTNode2, ASTNode2) - Method in class org.sbml.jsbml.math.compiler.UnitsCompiler
 
delay(String, ASTNode, ASTNode, String) - Method in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
Evaluates delay functions.
delay(String, ASTNode, ASTNode, String) - Method in class org.sbml.jsbml.util.compilers.FindUnitsCompiler
 
delay(String, ASTNode, ASTNode, String) - Method in class org.sbml.jsbml.util.compilers.FormulaCompiler
 
delay(String, ASTNode, ASTNode, String) - Method in class org.sbml.jsbml.util.compilers.LaTeXCompiler
 
delay(String, ASTNode, ASTNode, String) - Method in class org.sbml.jsbml.util.compilers.MathMLCompiler
Deprecated.
 
delay(String, ASTNode, ASTNode, String) - Method in class org.sbml.jsbml.util.compilers.UnitsCompiler
 
DelayConstraints - Class in org.sbml.jsbml.validator.offline.constraints
 
DelayConstraints() - Constructor for class org.sbml.jsbml.validator.offline.constraints.DelayConstraints
 
deleteNode(OverdeterminationValidator.Node<T>) - Method in class org.sbml.jsbml.validator.OverdeterminationValidator.InnerNode
 
deleteNode(OverdeterminationValidator.Node<S>) - Method in interface org.sbml.jsbml.validator.OverdeterminationValidator.Node
Deletes node from the list of adjacent nodes
deleteNode(OverdeterminationValidator.Node<T>) - Method in class org.sbml.jsbml.validator.OverdeterminationValidator.StartNode
 
deleteNode(OverdeterminationValidator.Node<T>) - Method in class org.sbml.jsbml.validator.OverdeterminationValidator.TerminalNode
 
denominator - Variable in class org.sbml.jsbml.ASTNode
 
denominator - Variable in class org.sbml.jsbml.SpeciesReference
Represents the 'denominator' XML attribute of this SpeciesReference.
denominator - Static variable in class org.sbml.jsbml.util.TreeNodeChangeEvent
 
deriveUnit() - Method in class org.sbml.jsbml.ASTNode
Evaluates recursively this ASTNode and creates a new UnitDefinition with respect of all referenced elements.
deriveUnit() - Method in class org.sbml.jsbml.math.ASTCnNumberNode
Evaluates recursively this ASTCnNumberNode and creates a new UnitDefinition with respect to all referenced elements.
descriptionBegin - Static variable in class org.sbml.jsbml.math.compiler.LaTeXCompiler
Surrounded by new line symbols.
descriptionBegin - Static variable in class org.sbml.jsbml.util.compilers.LaTeXCompiler
Surrounded by new line symbols.
descriptionEnd - Static variable in class org.sbml.jsbml.math.compiler.LaTeXCompiler
Surrounded by new line symbols.
descriptionEnd - Static variable in class org.sbml.jsbml.util.compilers.LaTeXCompiler
Surrounded by new line symbols.
descriptionItem(String, Object) - Method in class org.sbml.jsbml.math.compiler.LaTeXCompiler
This method simplifies the process of creating descriptions.
descriptionItem(String, Object) - Method in class org.sbml.jsbml.util.compilers.LaTeXCompiler
This method simplifies the process of creating descriptions.
detail - Variable in exception org.sbml.jsbml.SBMLError
 
Detail - Class in org.sbml.jsbml.util
 
Detail() - Constructor for class org.sbml.jsbml.util.Detail
 
didValidate(ValidationContext, AnyConstraint<?>, Object, boolean) - Method in class org.sbml.jsbml.validator.offline.LoggingValidationContext
 
didValidate(AnyConstraint<?>, Object, boolean) - Method in class org.sbml.jsbml.validator.offline.ValidationContext
Will be called every time before a constraints starts his tests.
didValidate(ValidationContext, AnyConstraint<?>, Object, boolean) - Method in interface org.sbml.jsbml.validator.offline.ValidationListener
This function will be called after the constraint c had validate the object o.
diff(ASTNode...) - Static method in class org.sbml.jsbml.ASTNode
Creates a new ASTNode of type MINUS and adds the given nodes as children
diff(ASTNode2...) - Static method in class org.sbml.jsbml.math.ASTFactory
Creates a new ASTArithmeticOperatorNode of type MINUS and adds the given nodes as children.
diff(Object...) - Static method in class org.sbml.jsbml.math.compiler.FormulaCompiler
Returns the difference of the given elements as StringBuffer.
diff(Object...) - Static method in class org.sbml.jsbml.util.compilers.FormulaCompiler
Returns the difference of the given elements as StringBuffer.
DIGIT - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserASTNode2Constants
RegularExpression Id.
DIGIT - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserConstants
RegularExpression Id.
DIGIT - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2Constants
RegularExpression Id.
DIGIT - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserLL3Constants
RegularExpression Id.
DIGIT - Static variable in interface org.sbml.jsbml.text.parser.CobraFormulaParserConstants
RegularExpression Id.
DIGIT - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserASTNode2Constants
RegularExpression Id.
DIGIT - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserConstants
RegularExpression Id.
DIGIT - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2Constants
RegularExpression Id.
DIGIT - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserLL3Constants
RegularExpression Id.
dimensionless(Class<T>) - Method in class org.sbml.jsbml.math.compiler.UnitsCompiler
Creates a dimensionless unit definition object encapsulated in an ASTNode2Value.
dimensionless() - Method in class org.sbml.jsbml.util.compilers.UnitsCompiler
Creates a dimensionless unit definition object encapsulated in an ASTNodeValue.
disable_tracing() - Method in class org.sbml.jsbml.math.parser.FormulaParser
Disable tracing.
disable_tracing() - Method in class org.sbml.jsbml.math.parser.FormulaParserASTNode2
Disable tracing.
disable_tracing() - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3
Disable tracing.
disable_tracing() - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2
Disable tracing.
disable_tracing() - Method in class org.sbml.jsbml.text.parser.CobraFormulaParser
Disable tracing.
disable_tracing() - Method in class org.sbml.jsbml.text.parser.FormulaParser
Disable tracing.
disable_tracing() - Method in class org.sbml.jsbml.text.parser.FormulaParserASTNode2
Disable tracing.
disable_tracing() - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3
Disable tracing.
disable_tracing() - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2
Disable tracing.
disablePackage(String) - Method in class org.sbml.jsbml.AbstractSBase
Disables the given SBML Level 3 package on this SBMLDocument.
disablePackage(String) - Method in class org.sbml.jsbml.ASTNode
Disables the given SBML Level 3 package on this SBMLDocument.
disablePackage(String) - Method in interface org.sbml.jsbml.SBase
Disables the given SBML Level 3 package on this SBMLDocument.
disablePackage(String) - Method in class org.sbml.jsbml.SBMLDocument
Disables the given SBML Level 3 package on this SBMLDocument.
DIVIDE - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserASTNode2Constants
RegularExpression Id.
DIVIDE - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserConstants
RegularExpression Id.
DIVIDE - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2Constants
RegularExpression Id.
DIVIDE - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserLL3Constants
RegularExpression Id.
DIVIDE - Static variable in interface org.sbml.jsbml.text.parser.CobraFormulaParserConstants
RegularExpression Id.
DIVIDE - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserASTNode2Constants
RegularExpression Id.
DIVIDE - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserConstants
RegularExpression Id.
DIVIDE - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2Constants
RegularExpression Id.
DIVIDE - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserLL3Constants
RegularExpression Id.
divideBy(ASTNode) - Method in class org.sbml.jsbml.ASTNode
Divides this node by the given node
divideBy(CallableSBase) - Method in class org.sbml.jsbml.ASTNode
Divides this node by the given SBML element.
divideBy(ASTNode2, ASTNode2) - Static method in class org.sbml.jsbml.math.ASTFactory
Divides an ASTNode2 by another ASTNode2
divideBy(UnitDefinition) - Method in class org.sbml.jsbml.UnitDefinition
Divides this unit definition by the second unit definition.
doc - Variable in class org.sbml.jsbml.util.ModelBuilder
 
document - Variable in class org.sbml.jsbml.util.compilers.MathMLCompiler
Deprecated.
XML document for the output.
DocumentFactory - Interface in org.sbml.jsbml.util
* An interface for XML DOM document factories.
Done() - Method in class org.sbml.jsbml.math.parser.SimpleCharStream
Reset buffer when finished.
Done() - Method in class org.sbml.jsbml.text.parser.SimpleCharStream
Reset buffer when finished.
done() - Method in class org.sbml.jsbml.validator.MultipartPost
 
DT_BOOLEAN - Static variable in class org.sbml.jsbml.validator.offline.constraints.helper.ValidationTools
 
DT_NUMBER - Static variable in class org.sbml.jsbml.validator.offline.constraints.helper.ValidationTools
 
DT_STRING - Static variable in class org.sbml.jsbml.validator.offline.constraints.helper.ValidationTools
 
DT_UNKNOWN - Static variable in class org.sbml.jsbml.validator.offline.constraints.helper.ValidationTools
 
DT_VECTOR - Static variable in class org.sbml.jsbml.validator.offline.constraints.helper.ValidationTools
 
dummyValue - Variable in class org.sbml.jsbml.math.compiler.FindUnitsCompiler
 
dummyValue - Variable in class org.sbml.jsbml.util.compilers.FindUnitsCompiler
 
DUPLICATE_IDENTIFIER_MSG - Static variable in exception org.sbml.jsbml.IdentifierException
 
DUPLICATE_OBJECT_ID - Static variable in class org.sbml.jsbml.JSBML
 
DuplicatedElementValidationFunction<T extends SBase> - Class in org.sbml.jsbml.validator.offline.constraints.helper
Class used to check that a child XML element was not present more than once.
DuplicatedElementValidationFunction(String) - Constructor for class org.sbml.jsbml.validator.offline.constraints.helper.DuplicatedElementValidationFunction
 
DuplicatedMathValidationFunction<T extends MathContainer> - Class in org.sbml.jsbml.validator.offline.constraints.helper
 
DuplicatedMathValidationFunction() - Constructor for class org.sbml.jsbml.validator.offline.constraints.helper.DuplicatedMathValidationFunction
 

E

elementLocalName - Variable in class org.sbml.jsbml.util.filters.XMLNodeFilter
 
elementName - Variable in class org.sbml.jsbml.util.ListOfWithName
Deprecated.
 
elementName - Variable in class org.sbml.jsbml.validator.offline.constraints.helper.DuplicatedElementValidationFunction
an (XML) element name that should not be present more than once
elementName - Variable in class org.sbml.jsbml.xml.xstream.converter.MessageConverter
 
elementName - Variable in class org.sbml.jsbml.xml.xstream.converter.SBMLErrorConverter
 
elementNamespace - Variable in class org.sbml.jsbml.AbstractSBase
the namespace which this SBase element belong to.
elementNamespace - Variable in class org.sbml.jsbml.ext.AbstractASTNodePlugin
 
elementNamespace - Variable in class org.sbml.jsbml.ext.AbstractSBasePlugin
 
elementNamespaceURI - Variable in class org.sbml.jsbml.util.filters.XMLNodeFilter
 
ElementOrderValidationFunction<T extends SBase> - Class in org.sbml.jsbml.validator.offline.constraints.helper
Class used to validate the order of the XML elements.
ElementOrderValidationFunction(String[]) - Constructor for class org.sbml.jsbml.validator.offline.constraints.helper.ElementOrderValidationFunction
 
elementsOrder - Variable in class org.sbml.jsbml.validator.offline.constraints.helper.ElementOrderValidationFunction
an arrays holding the expected order of the (XML) elements
email - Variable in class org.sbml.jsbml.Creator
email of the creator
email - Static variable in class org.sbml.jsbml.util.TreeNodeChangeEvent
 
emailPattern - Variable in class org.sbml.jsbml.validator.SyntaxChecker
Definition of valid e-mail addresses.
EMPTY_SET - Static variable in class org.sbml.jsbml.math.compiler.HTMLFormula
HTML code for the empty set symbol “∅”.
EMPTY_SET - Static variable in class org.sbml.jsbml.util.compilers.HTMLFormula
HTML code for the empty set symbol “∅”.
enable_tracing() - Method in class org.sbml.jsbml.math.parser.FormulaParser
Enable tracing.
enable_tracing() - Method in class org.sbml.jsbml.math.parser.FormulaParserASTNode2
Enable tracing.
enable_tracing() - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3
Enable tracing.
enable_tracing() - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2
Enable tracing.
enable_tracing() - Method in class org.sbml.jsbml.text.parser.CobraFormulaParser
Enable tracing.
enable_tracing() - Method in class org.sbml.jsbml.text.parser.FormulaParser
Enable tracing.
enable_tracing() - Method in class org.sbml.jsbml.text.parser.FormulaParserASTNode2
Enable tracing.
enable_tracing() - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3
Enable tracing.
enable_tracing() - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2
Enable tracing.
enableCheckCategories(SBMLValidator.CHECK_CATEGORY[], boolean) - Method in class org.sbml.jsbml.validator.offline.ValidationContext
Calls #enableCheckCategory(CheckCategory, boolean) for every CheckCategory in the array.
enableCheckCategory(SBMLValidator.CHECK_CATEGORY, boolean) - Method in class org.sbml.jsbml.validator.offline.ValidationContext
Enables or disables the selected category.
enabledPackageMap - Variable in class org.sbml.jsbml.SBMLDocument
Stores a package namespace associated with it's status.
enablePackage(String) - Method in class org.sbml.jsbml.AbstractSBase
Enables the given SBML Level 3 package on this SBMLDocument.
enablePackage(String, boolean) - Method in class org.sbml.jsbml.AbstractSBase
Enables or disables the given SBML Level 3 package on this SBMLDocument.
enablePackage(String) - Method in class org.sbml.jsbml.ASTNode
Enables the given SBML Level 3 package on this SBMLDocument.
enablePackage(String, boolean) - Method in class org.sbml.jsbml.ASTNode
Enables or disables the given SBML Level 3 package on this SBMLDocument.
enablePackage(String) - Method in interface org.sbml.jsbml.SBase
Enables the given SBML Level 3 package on this SBMLDocument.
enablePackage(String, boolean) - Method in interface org.sbml.jsbml.SBase
Enables or disables the given SBML Level 3 package on this SBMLDocument.
enablePackage(String) - Method in class org.sbml.jsbml.SBMLDocument
Enables the given SBML Level 3 package on this SBMLDocument.
enablePackage(String, boolean) - Method in class org.sbml.jsbml.SBMLDocument
Enables or disables the given SBML Level 3 package on this SBMLDocument.
encodeForHTML(String) - Static method in class org.sbml.jsbml.util.StringTools
 
encoding - Variable in class org.sbml.jsbml.ASTNode
 
encoding - Variable in class org.sbml.jsbml.math.ASTCSymbolAvogadroNode
encodingURL attribute for MathML element
encoding - Variable in class org.sbml.jsbml.math.ASTCSymbolDelayNode
encoding attribute for MathML element
encoding - Variable in class org.sbml.jsbml.math.ASTCSymbolTimeNode
The encoding of this csymbol element
encoding - Static variable in class org.sbml.jsbml.util.TreeNodeChangeEvent
 
endColumn - Variable in class org.sbml.jsbml.math.parser.Token
The column number of the last character of this Token.
endColumn - Variable in class org.sbml.jsbml.text.parser.Token
The column number of the last character of this Token.
endLine - Variable in class org.sbml.jsbml.math.parser.Token
The line number of the last character of this Token.
endLine - Variable in class org.sbml.jsbml.text.parser.Token
The line number of the last character of this Token.
EOF - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserASTNode2Constants
End of File.
EOF - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserConstants
End of File.
EOF - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2Constants
End of File.
EOF - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserLL3Constants
End of File.
EOF - Static variable in interface org.sbml.jsbml.text.parser.CobraFormulaParserConstants
End of File.
EOF - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserASTNode2Constants
End of File.
EOF - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserConstants
End of File.
EOF - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2Constants
End of File.
EOF - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserLL3Constants
End of File.
EOL - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserASTNode2Constants
RegularExpression Id.
EOL - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserConstants
RegularExpression Id.
EOL - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2Constants
RegularExpression Id.
EOL - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserLL3Constants
RegularExpression Id.
eol - Variable in exception org.sbml.jsbml.math.parser.ParseException
The end of line string for this machine.
EOL - Static variable in interface org.sbml.jsbml.text.parser.CobraFormulaParserConstants
RegularExpression Id.
EOL - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserASTNode2Constants
RegularExpression Id.
EOL - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserConstants
RegularExpression Id.
EOL - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2Constants
RegularExpression Id.
EOL - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserLL3Constants
RegularExpression Id.
eol - Variable in exception org.sbml.jsbml.text.parser.ParseException
The end of line string for this machine.
eq(ASTNode, ASTNode) - Static method in class org.sbml.jsbml.ASTNode
Creates a new ASTNode of type RELATIONAL_EQ.
eq(ASTNode2, ASTNode2) - Static method in class org.sbml.jsbml.math.ASTFactory
Creates a new ASTRelationalOperatorNode of type RELATIONAL_EQ.
eq(ASTNode2, ASTNode2) - Method in interface org.sbml.jsbml.math.compiler.ASTNode2Compiler
Equal.
eq(ASTNode2, ASTNode2) - Method in class org.sbml.jsbml.math.compiler.FindUnitsCompiler
 
eq(ASTNode2, ASTNode2) - Method in class org.sbml.jsbml.math.compiler.FormulaCompiler
 
eq(ASTNode2, ASTNode2) - Method in class org.sbml.jsbml.math.compiler.LaTeXCompiler
 
eq(ASTNode2, ASTNode2) - Method in class org.sbml.jsbml.math.compiler.LibSBMLFormulaCompiler
 
eq(ASTNode2, ASTNode2) - Method in class org.sbml.jsbml.math.compiler.UnitsCompiler
 
eq(ASTNode, ASTNode) - Method in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
Equal.
eq(ASTNode, ASTNode) - Method in class org.sbml.jsbml.util.compilers.FindUnitsCompiler
 
eq(ASTNode, ASTNode) - Method in class org.sbml.jsbml.util.compilers.FormulaCompiler
 
eq(ASTNode, ASTNode) - Method in class org.sbml.jsbml.util.compilers.FormulaCompilerLibSBML
 
eq(ASTNode, ASTNode) - Method in class org.sbml.jsbml.util.compilers.LaTeXCompiler
 
eq(ASTNode, ASTNode) - Method in class org.sbml.jsbml.util.compilers.LibSBMLFormulaCompiler
 
eq(ASTNode, ASTNode) - Method in class org.sbml.jsbml.util.compilers.MathMLCompiler
Deprecated.
 
eq(ASTNode, ASTNode) - Method in class org.sbml.jsbml.util.compilers.UnitsCompiler
 
eqBegin - Static variable in class org.sbml.jsbml.math.compiler.LaTeXCompiler
Surrounded by new line symbols.
eqBegin - Static variable in class org.sbml.jsbml.util.compilers.LaTeXCompiler
Surrounded by new line symbols.
eqEnd - Static variable in class org.sbml.jsbml.math.compiler.LaTeXCompiler
End equation; cf.
eqEnd - Static variable in class org.sbml.jsbml.util.compilers.LaTeXCompiler
End equation; cf.
equals(Object) - Method in class org.sbml.jsbml.AbstractNamedSBaseWithUnit
 
equals(Object) - Method in class org.sbml.jsbml.AbstractSBase
 
equals(Object) - Method in class org.sbml.jsbml.AbstractTreeNode
 
equals(Object) - Method in class org.sbml.jsbml.Annotation
 
equals(Object) - Method in class org.sbml.jsbml.ASTNode
 
equals(Object) - Method in class org.sbml.jsbml.Compartment
 
equals(Object) - Method in class org.sbml.jsbml.Creator
 
equals(Object) - Method in class org.sbml.jsbml.CVTerm
 
equals(Object) - Method in class org.sbml.jsbml.Event
 
equals(Object) - Method in class org.sbml.jsbml.EventAssignment
 
equals(Object) - Method in class org.sbml.jsbml.ExplicitRule
 
equals(Object) - Method in class org.sbml.jsbml.ext.AbstractASTNodePlugin
 
equals(Object) - Method in class org.sbml.jsbml.ext.AbstractSBasePlugin
 
equals(Object) - Method in interface org.sbml.jsbml.ext.ASTNodePlugin
 
equals(Object) - Method in interface org.sbml.jsbml.ext.SBasePlugin
 
equals(Object) - Method in class org.sbml.jsbml.History
 
equals(Object) - Method in class org.sbml.jsbml.InitialAssignment
 
equals(Object) - Method in class org.sbml.jsbml.KineticLaw
 
equals(Object) - Method in class org.sbml.jsbml.ListOf
 
equals(Object) - Method in class org.sbml.jsbml.LocalParameter
 
equals(Object) - Method in class org.sbml.jsbml.math.AbstractASTNode
 
equals(Object) - Method in class org.sbml.jsbml.math.ASTCiFunctionNode
 
equals(Object) - Method in class org.sbml.jsbml.math.ASTCiNumberNode
 
equals(Object) - Method in class org.sbml.jsbml.math.ASTCnIntegerNode
 
equals(Object) - Method in class org.sbml.jsbml.math.ASTCnNumberNode
 
equals(Object) - Method in class org.sbml.jsbml.math.ASTCnRealNode
 
equals(Object) - Method in class org.sbml.jsbml.math.ASTCSymbolAvogadroNode
 
equals(Object) - Method in class org.sbml.jsbml.math.ASTCSymbolDelayNode
 
equals(Object) - Method in class org.sbml.jsbml.math.ASTCSymbolTimeNode
 
equals(Object) - Method in class org.sbml.jsbml.math.ASTFunction
 
equals(Object) - Method in class org.sbml.jsbml.Model
 
equals(Object) - Method in class org.sbml.jsbml.ontology.Term
 
equals(Object) - Method in class org.sbml.jsbml.ontology.Triple
 
equals(Object) - Method in class org.sbml.jsbml.QuantityWithUnit
 
equals(Object) - Method in class org.sbml.jsbml.Reaction
 
equals(Object) - Method in interface org.sbml.jsbml.SBase
Returns true if and only if the given SBase has exactly the same properties like this SBase instance.
equals(Object) - Method in class org.sbml.jsbml.SBMLDocument
 
equals(Object) - Method in class org.sbml.jsbml.SBMLReader
 
equals(Object) - Method in class org.sbml.jsbml.SBMLWriter
 
equals(Object) - Method in class org.sbml.jsbml.SimpleSpeciesReference
 
equals(Object) - Method in class org.sbml.jsbml.Species
 
equals(Object) - Method in class org.sbml.jsbml.SpeciesReference
 
equals(Object) - Method in class org.sbml.jsbml.Symbol
 
equals(Object) - Method in class org.sbml.jsbml.Trigger
 
equals(Object) - Method in class org.sbml.jsbml.Unit
 
equals(Object) - Method in class org.sbml.jsbml.util.Pair
 
equals(Object) - Method in class org.sbml.jsbml.util.TreeNodeAdapter
 
equals(Object) - Method in class org.sbml.jsbml.util.TreeNodeChangeEvent
 
equals(Object) - Method in class org.sbml.jsbml.validator.offline.constraints.helper.CycleDetectionTreeNode
 
equals(Object) - Method in class org.sbml.jsbml.validator.offline.constraints.ValidationConstraint
Two ValidationConstraint objects are euqal if they have the same error code.
equals(Object) - Method in class org.sbml.jsbml.xml.XMLAttributes
Equality comparison method for XMLAttributes.
equals(Object) - Method in class org.sbml.jsbml.xml.XMLNamespaces
Equality comparison method for XMLNamespaces.
equals(Object) - Method in class org.sbml.jsbml.xml.XMLToken
 
equals(Object) - Method in class org.sbml.jsbml.xml.XMLTriple
Equality comparison method for XMLTriple.
equationHash - Variable in class org.sbml.jsbml.validator.OverdeterminationValidator
HashMap with id -> node for equations
equations - Variable in class org.sbml.jsbml.validator.OverdeterminationValidator
List with nodes representing an equation in the model
error(String) - Method in class org.sbml.jsbml.xml.stax.XMLLogger
 
errorCode - Variable in error org.sbml.jsbml.math.parser.TokenMgrError
Indicates the reason why the exception is thrown.
errorCode - Variable in error org.sbml.jsbml.text.parser.TokenMgrError
Indicates the reason why the exception is thrown.
errorCode - Variable in class org.sbml.jsbml.validator.offline.constraints.AbstractConstraint
 
Event - Class in org.sbml.jsbml
Represents the event XML element of a SBML file.
Event() - Constructor for class org.sbml.jsbml.Event
Creates an Event instance.
Event(Event) - Constructor for class org.sbml.jsbml.Event
Creates an Event instance from a given event.
Event(int, int) - Constructor for class org.sbml.jsbml.Event
Creates an Event from a level and version.
Event(String) - Constructor for class org.sbml.jsbml.Event
 
Event(String, int, int) - Constructor for class org.sbml.jsbml.Event
Creates an Event instance from an id, level and version.
Event(String, String, int, int) - Constructor for class org.sbml.jsbml.Event
Creates an Event instance from an id, name, level and version.
EVENT_ELEMENTS_ORDER - Static variable in class org.sbml.jsbml.validator.offline.constraints.EventConstraints
 
EventAssignment - Class in org.sbml.jsbml
Represents the eventAssignment XML element of a SBML file.
EventAssignment() - Constructor for class org.sbml.jsbml.EventAssignment
Creates an EventAssignment instance.
EventAssignment(EventAssignment) - Constructor for class org.sbml.jsbml.EventAssignment
Creates an EventAssignment instance from a given EventAssignment.
EventAssignment(int, int) - Constructor for class org.sbml.jsbml.EventAssignment
Creates an EventAssignment instance from a level and version.
EventAssignmentConstraints - Class in org.sbml.jsbml.validator.offline.constraints
 
EventAssignmentConstraints() - Constructor for class org.sbml.jsbml.validator.offline.constraints.EventAssignmentConstraints
 
EventConstraints - Class in org.sbml.jsbml.validator.offline.constraints
 
EventConstraints() - Constructor for class org.sbml.jsbml.validator.offline.constraints.EventConstraints
 
excerpt - Variable in exception org.sbml.jsbml.SBMLError
 
exp(ASTNode) - Static method in class org.sbml.jsbml.ASTNode
Returns a new ASTNode that represents Euler's constant raised by the power of the given exponent.
exp(ASTNode2) - Static method in class org.sbml.jsbml.math.ASTFactory
Returns a new ASTPowerNode that represents Euler's constant raised by the power of the given exponent.
exp(ASTNode2) - Method in interface org.sbml.jsbml.math.compiler.ASTNode2Compiler
 
exp(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.FindUnitsCompiler
 
exp(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.FormulaCompiler
 
exp(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.LaTeXCompiler
 
exp(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.UnitsCompiler
 
exp(ASTNode) - Method in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
 
exp(ASTNode) - Method in class org.sbml.jsbml.util.compilers.FindUnitsCompiler
 
exp(ASTNode) - Method in class org.sbml.jsbml.util.compilers.FormulaCompiler
 
exp(ASTNode) - Method in class org.sbml.jsbml.util.compilers.LaTeXCompiler
 
exp(ASTNode) - Method in class org.sbml.jsbml.util.compilers.MathMLCompiler
Deprecated.
 
exp(ASTNode) - Method in class org.sbml.jsbml.util.compilers.UnitsCompiler
 
ExpandBuff(boolean) - Method in class org.sbml.jsbml.math.parser.SimpleCharStream
 
ExpandBuff(boolean) - Method in class org.sbml.jsbml.text.parser.SimpleCharStream
 
expectedTokenSequences - Variable in exception org.sbml.jsbml.math.parser.ParseException
Each entry in this array is an array of integers.
expectedTokenSequences - Variable in exception org.sbml.jsbml.text.parser.ParseException
Each entry in this array is an array of integers.
ExplicitRule - Class in org.sbml.jsbml
An explicit Rule is a rule that explicitly declares its variable element.
ExplicitRule() - Constructor for class org.sbml.jsbml.ExplicitRule
Creates a new ExplicitRule.
ExplicitRule(ASTNode, int, int) - Constructor for class org.sbml.jsbml.ExplicitRule
Creates a new ExplicitRule
ExplicitRule(ASTNode, Variable) - Constructor for class org.sbml.jsbml.ExplicitRule
Creates a new ExplicitRule with the given ASTNode element for the assignment to the given Variable or the derivative of the Variable.
ExplicitRule(ExplicitRule) - Constructor for class org.sbml.jsbml.ExplicitRule
Creates a new ExplicitRule
ExplicitRule(int, int) - Constructor for class org.sbml.jsbml.ExplicitRule
Creates a new ExplicitRule
ExplicitRule(Parameter) - Constructor for class org.sbml.jsbml.ExplicitRule
Creates a new ExplicitRule
ExplicitRule(Parameter, ASTNode) - Constructor for class org.sbml.jsbml.ExplicitRule
Creates a new ExplicitRule
ExplicitRule(Variable) - Constructor for class org.sbml.jsbml.ExplicitRule
Creates an ExplicitRule instance from a given Variable.
ExplicitRule(Variable, ASTNode) - Constructor for class org.sbml.jsbml.ExplicitRule
Creates a new ExplicitRule
ExplicitRuleConstraints - Class in org.sbml.jsbml.validator.offline.constraints
 
ExplicitRuleConstraints() - Constructor for class org.sbml.jsbml.validator.offline.constraints.ExplicitRuleConstraints
 
EXPNUMBER - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserASTNode2Constants
RegularExpression Id.
EXPNUMBER - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserConstants
RegularExpression Id.
EXPNUMBER - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2Constants
RegularExpression Id.
EXPNUMBER - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserLL3Constants
RegularExpression Id.
EXPNUMBER - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserASTNode2Constants
RegularExpression Id.
EXPNUMBER - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserConstants
RegularExpression Id.
EXPNUMBER - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2Constants
RegularExpression Id.
EXPNUMBER - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserLL3Constants
RegularExpression Id.
exponent - Variable in class org.sbml.jsbml.ASTNode
 
exponent - Variable in class org.sbml.jsbml.Unit
Represents the 'exponent' XML attribute of an unit element.
exponent - Static variable in class org.sbml.jsbml.util.TreeNodeChangeEvent
 
EXPONENTIALE - Variable in class org.sbml.jsbml.util.compilers.FormulaCompiler
String used to represent the exponentiale constant
Expression() - Method in class org.sbml.jsbml.math.parser.FormulaParser
 
Expression() - Method in class org.sbml.jsbml.math.parser.FormulaParserASTNode2
 
expression() - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3
 
Expression() - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2
 
expression() - Method in class org.sbml.jsbml.text.parser.CobraFormulaParser
 
Expression() - Method in class org.sbml.jsbml.text.parser.FormulaParser
 
Expression() - Method in class org.sbml.jsbml.text.parser.FormulaParserASTNode2
 
expression() - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3
 
Expression() - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2
 
extendedASTNode - Variable in class org.sbml.jsbml.ext.AbstractASTNodePlugin
 
extendedSBase - Variable in class org.sbml.jsbml.ext.AbstractSBasePlugin
 
extension - Static variable in class org.sbml.jsbml.util.TreeNodeChangeEvent
 
extensions - Variable in class org.sbml.jsbml.AbstractSBase
Map containing the SBML extension object of additional packages with the appropriate name space of the package.
EXTENT - Static variable in class org.sbml.jsbml.UnitDefinition
Identifier of the (for SBML Level 3) UnitDefinition extent.
extentUnits - Static variable in class org.sbml.jsbml.util.TreeNodeChangeEvent
 
extentUnitsID - Variable in class org.sbml.jsbml.Model
Represents the 'extentUnits' XML attribute of a model element.
extractAttribute(Map<String, String>, String) - Method in class org.sbml.jsbml.AbstractSBase
Extracts an attribute value from the given map with or without packageName as prefix for the attribute name.
extractPackageVersion(String) - Static method in class org.sbml.jsbml.xml.parsers.PackageUtil
 

F

factorial(ASTNode2) - Method in interface org.sbml.jsbml.math.compiler.ASTNode2Compiler
 
factorial(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.FindUnitsCompiler
 
factorial(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.FormulaCompiler
 
factorial(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.LaTeXCompiler
 
factorial(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.LibSBMLFormulaCompiler
 
factorial(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.UnitsCompiler
 
FACTORIAL - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserASTNode2Constants
RegularExpression Id.
FACTORIAL - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserConstants
RegularExpression Id.
FACTORIAL - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserASTNode2Constants
RegularExpression Id.
FACTORIAL - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserConstants
RegularExpression Id.
factorial(ASTNode) - Method in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
 
factorial(ASTNode) - Method in class org.sbml.jsbml.util.compilers.FindUnitsCompiler
 
factorial(ASTNode) - Method in class org.sbml.jsbml.util.compilers.FormulaCompiler
 
factorial(ASTNode) - Method in class org.sbml.jsbml.util.compilers.FormulaCompilerLibSBML
 
factorial(ASTNode) - Method in class org.sbml.jsbml.util.compilers.LaTeXCompiler
 
factorial(ASTNode) - Method in class org.sbml.jsbml.util.compilers.LibSBMLFormulaCompiler
 
factorial(ASTNode) - Method in class org.sbml.jsbml.util.compilers.MathMLCompiler
Deprecated.
 
factorial(ASTNode) - Method in class org.sbml.jsbml.util.compilers.UnitsCompiler
 
factorial(int) - Static method in class org.sbml.jsbml.util.Maths
This method computes the factorial! function.
familyName - Variable in class org.sbml.jsbml.Creator
Family name of the creator
familyName - Static variable in class org.sbml.jsbml.util.TreeNodeChangeEvent
 
fast - Variable in class org.sbml.jsbml.Reaction
Deprecated.
fast - Static variable in class org.sbml.jsbml.util.TreeNodeChangeEvent
 
fatal(String) - Method in class org.sbml.jsbml.xml.stax.XMLLogger
 
FBC_10100 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 2010100:
FBC_10101 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 2010101: To conform to Version 1 of the Flux Balance Constraints package specification for SBML Level 3, an SBML document must declare the use of the following XML Namespace: 'http://www.sbml.org/sbml/level3/version1/fbc/version1' Reference: L3V1 Fbc V1 Section 3.1
FBC_10102 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 2010102: Wherever they appear in an SBML document, elements and attributes from the Flux Balance Constraints package must be declared either implicitly or explicitly to be in the XML namespace 'http://www.sbml.org/sbml/level3/version1/fbc/version1' Reference: L3V1 Fbc V1 Section 3.1
FBC_10301 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 2010301: (Extends validation rule #10301 in the SBML Level 3 Version 1 Core specification.) Within a <model> object the values of the attributes id and fbc:id on every instance of the following classes of objects must be unique across the set of all id and fbc:id attribute values of all such objects in a model: the model itself, plus all contained <functionDefinition>, <compartment>, <species>, <reaction>, <speciesReference>, <modifierSpeciesReference>, <event>, and <parameter> objects, plus the <fluxBound>, <objective>, <fluxObjective>, <geneProduct> and <geneProductAssociation> objects defined by the Flux Balance Constraints package.
FBC_10302 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 2010302: The value of a fbc:id attribute must always conform to the syntax of the SBML data type SId.
FBC_20101 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 2020101: In all SBML documents using the Flux Balance Constraints package, the SBML object must include a value for the attribute 'fbc:required.
FBC_20102 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 2020102: The value of attribute 'fbc:required' on the SBML object must be of the data type Boolean.
FBC_20103 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 2020103: The value of attribute 'fbc:required' on the SBML object must be set to 'false'.
FBC_20201 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 2020201: There may be at most one instance of each of the following kinds of objects within a <model> object using Flux Balance Constraints: <listOfFluxBounds> (V1 only), <listOfObjectives> and <listOfGeneProducts> (V2).
FBC_20202 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 2020202: The various ListOf subobjects with a <model> object are optional, but if present, these container object must not be empty.
FBC_20203 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 2020203: Apart from the general notes and annotation subobjects permitted on all SBML objects, a <listOfFluxBounds> container object may only contain <fluxBound> objects.
FBC_20204 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 2020204: Apart from the general notes and annotation subobjects permitted on all SBML objects, a <listOfObjectives> container object may only contain <objective> objects.
FBC_20205 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 2020205: A <listOfFluxBounds> object may have the optional attributes 'metaid' and 'sboTerm' defined by SBML Level 3 Core.
FBC_20206 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 2020206: A <listOfFluxBounds> object may have the optional attributes 'metaid' and 'sboTerm' defined by SBML Level 3 Core.
FBC_20207 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 2020207: The value of attribute 'fbc:activeObjective' on the <listOfObjectives> object must be of the data type SIdRef.
FBC_20208 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 2020208: The value of attribute 'fbc:activeObjective' on the <listOfObjectives> object must be the identifier of an existing <objective>.
FBC_20209 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 2020209: A <model> object must have the required attributes 'strict'.
FBC_20210 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 2020210: The attribute 'fbc:strict' on the <model> object must have a value of datatype boolean.
FBC_20211 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 2020211: Apart from the general notes and annotation subobjects permitted on all SBML objects, a <listOfGeneProducts> container object may only contain <geneProduct> objects.
FBC_20212 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 2020212: A <listOfGeneProducts> object may have the optional attributes 'metaid' and 'sboTerm' defined by SBML Level 3 Core.
FBC_20301 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 2020301: A SBML <species> object may have the optional attributes 'fbc:charge' and 'fbc:chemicalFormula'.
FBC_20302 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 2020302: The value of attribute 'fbc:charge' on SBML <species> object must be of the data type integer.
FBC_20303 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 2020303: The value of attribute 'fbc:chemicalFormula' on the SBML <species> object must be set to a string consisting only of atomic names or user defined compounds and their occurrence.
FBC_20401 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 2020401: A <fluxBound> object may have the optional SBML Level 3 Core attributes 'metaid' and 'sboTerm'.
FBC_20402 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 2020402: A <fluxBound> object may have the optional SBML Level 3 Core subobjects for notes and annotations.
FBC_20403 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 2020403: A <fluxBound> object must have the required attributes 'fbc:reaction', 'fbc:operation' and 'fbc:value', and may have the optional attributes 'fbc:id' and 'fbc:name'.
FBC_20404 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 2020404: The attribute 'fbc:reaction' of a <fluxBound> must be of the data type SIdRef.
FBC_20405 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 2020405: The attribute 'fbc:name' of a <fluxBound> must be of the data type string.
FBC_20406 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 2020406: The attribute 'fbc:operation' of a <fluxBound> must be of the data type FbcOperation and thus it's value must be one of 'lessEqual', 'greaterEqual' or 'equal'.
FBC_20407 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 2020407: The attribute 'fbc:value' of a <fluxBound> must be of the data type double.
FBC_20408 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 2020408: The value of the attribute 'fbc:reaction' of a <fluxBound> object must be the identifier of an existing <reaction> object defined in the enclosing <model> object.
FBC_20409 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 2020409: The combined set of all <fluxBound>'s with identical values for 'fbc:reaction' must be consistent.
FBC_20501 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 2020501: An <objective> object may have the optional SBML Level 3 Core attributes 'metaid' and 'sboTerm'.
FBC_20502 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 2020502: An <objective> object may have the optional SBML Level 3 Core subobjects for notes and annotations.
FBC_20503 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 2020503: An <objective> object must have the required attributes 'fbc:id' and 'fbc:type' and may have the optional attribute 'fbc:name'.
FBC_20504 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 2020504: The attribute 'fbc:name' on an <objective> must be of the data type 'string'.
FBC_20505 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 2020505: The attribute 'fbc:type' on an <objective> must be of the data type FbcType and thus its value must be one of 'minimize' or 'maximize.
FBC_20506 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 2020506: An <objective> object must have one and only one instance of the <listOfFluxObjectives> object.
FBC_20507 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 2020507: The <listOfFluxObjectives> subobject within an <objective> object must not be empty.
FBC_20508 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 2020508: Apart from the general notes and annotation subobjects permitted on all SBML objects, a <listOfFluxObjectives> container object may only contain <fluxObjective> objects.
FBC_20509 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 2020509: A <listOfFluxObjectives> object may have the optional 'metaid' and 'sboTerm' defined by SBML Level 3 Core.
FBC_20601 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 2020601: A <fluxObjective> object may have the optional SBML Level 3 Core attributes 'metaid' and 'sboTerm'.
FBC_20602 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 2020602: A <fluxObjective> object may have the optional SBML Level 3 Core subobjects for notes and annotations.
FBC_20603 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 2020603: A <fluxObjective> object must have the required attributes 'fbc:reaction' and 'fbc:coefficient', and may have the optional attributes 'fbc:id' and 'fbc:name'.
FBC_20604 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 2020604: The attribute 'fbc:name' on a <fluxObjective> must be of the data type 'string'.
FBC_20605 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 2020605: The value of the attribute 'fbc:reaction' of a <fluxObjective> object must conform to the syntax of the SBML data type 'SIdRef'.
FBC_20606 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 2020606: The value of the attribute 'fbc:reaction' of a <fluxObjective> object must be the identifier of an existing <reaction> object defined in the enclosing <model> object.
FBC_20607 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 2020607: The value of the attribute 'fbc:coefficient' of a <fluxObjective> object must conform to the syntax of the SBML data type 'double'.
FBC_20608 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 2020608: When the value of the <model> 'fbc:strict' attribute is true, the value of the attribute 'fbc:coefficient' of a <fluxObjective> object must not be set to 'NaN', 'INF' or '-INF'.
FBC_20701 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 2020701: There may be at most one instance of a <GeneProductAssociation> within a <Reaction> object using Flux BalanceConstraints.
FBC_20702 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 2020702: An SBML <Reaction> object may have the optional attributes 'fbc:lowerFluxBound' and 'fbc:upperFluxBound'.
FBC_20703 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 2020703: The attribute 'fbc:lowerFluxBound' of a <Reaction> must be of the data type 'SIdRef'.
FBC_20704 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 2020704: The attribute 'fbc:upperFluxBound' of a <Reaction> must be of the data type 'SIdRef'.
FBC_20705 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 2020705: The attribute 'fbc:lowerFluxBound' of a <Reaction> must point to an existing <Parameter> in the model.
FBC_20706 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 2020706: The attribute 'fbc:upperFluxBound' of a <Reaction> must point to an existing <Parameter> in the model.
FBC_20707 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 2020707: When the value of the <Model>s 'fbc:strict' attribute is 'true', a <Reaction> must define the attributes 'fbc:lowerFluxBound' and 'fbc:upperFluxBound'.
FBC_20708 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 2020708: When the value of the <Model>s 'fbc:strict' attribute is 'true', the <Parameter> objects referred to by the attributes 'fbc:lowerFluxBound' and 'fbc:upperFluxBound' must have their 'constant' attribute set to 'true'.
FBC_20709 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 2020709: When the value of the <Model>s 'fbc:strict' attribute is 'true', the <Parameter> objects referred to by the attributes 'fbc:lowerFluxBound' and 'fbc:upperFluxBound' must have a defined value for their 'value' attribute, which may not be 'NaN'.
FBC_20710 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 2020710: When the value of the <Model>s 'fbc:strict' attribute is 'true', the <Parameter> objects referred to by the attributes 'fbc:lowerFluxBound' and 'fbc:upperFluxBound' may not be targeted by an <InitialAssignment>.
FBC_20711 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 2020711: When the value of the <Model>s 'fbc:strict' attribute is 'true', the <Parameter> objects referred to by the attribute 'fbc:lowerFluxBound' may not have the value 'INF'.
FBC_20712 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 2020712: When the value of the <Model>s 'fbc:strict' attribute is 'true', the <Parameter> object referred to by the attribute 'fbc:upperFluxBound' may not have the value '-INF'.
FBC_20713 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 2020713: When the value of the <Model>s 'fbc:strict' attribute is 'true', the <Parameter> object referred to by the attribute 'fbc:lowerFluxBound' must be less than or equal to the value of the <Parameter> object referred to by the attribute 'fbc:upperFluxBound' .
FBC_20714 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 2020714: When the value of the <Model>s 'fbc:strict' attribute is 'true', the 'constant' attribute of <SpeciesReference> elements of a <Reaction> must be set to 'true'.
FBC_20715 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 2020715: When the value of the <Model>s 'fbc:strict' attribute is 'true', the value of a <SpeciesReference>'s 'stoichiometry> attribute must not be set to 'NaN', '-INF' or 'INF'.
FBC_20716 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 2020716: When the value of the <Model>s 'fbc:strict' attribute is 'true', the <SpeciesReference> elements of a <Reaction> may not be targeted by an <InitialAssignment>.
FBC_20801 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 2020801: A <GeneProductAssociation> object may have the optional SBML Level 3 Core attributes 'metaid' and 'sboTerm'.
FBC_20802 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 2020802: A <GeneProductAssociation> object may have the optional SBML Level 3 Core subobjects for notes and annotations.
FBC_20803 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 2020803: A <GeneProductAssociation> object may have the optional attributes 'fbc:id' and 'fbc:name'.
FBC_20804 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 2020804: The attribute 'fbc:id' on a <GeneProductAssociation> must be of the data type 'SId'.
FBC_20805 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 2020805: A <GeneProductAssociation> object must have one and only one of the concrete <Association> objects: <GeneProductRef>, <And> or <Or>.
FBC_20806 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 2020806: The attribute 'fbc:name' on a <GeneProductAssociation> must be of the data type 'string'.
FBC_20901 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 2020901: A <GeneProductRef> object may have the optional SBML Level 3 Core attributes 'metaid' and 'sboTerm'.
FBC_20902 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 2020902: A <GeneProductRef> object may have the optional SBML Level 3 Core subobjects for notes and annotations.
FBC_20903 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 2020903: A <GeneProductRef> object must have the required attribute 'fbc:geneProduct' and may have the optional attribute 'fbc:id'.
FBC_20904 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 2020904: The attribute 'fbc:geneProduct' on a <GeneProductRef> must be of the data type 'SIdRef'.
FBC_20908 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 2020908: The attribute 'fbc:geneProduct' on a <GeneProductRef> if set, must refer to 'id' of a <GeneProduct> in the <Model>.
FBC_21001 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 2021001: An <And> object may have the optional SBML Level 3 Core attributes 'metaid' and 'sboTerm'.
FBC_21002 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 2021002: An <And> object may have the optional SBML Level 3 Core subobjects for notes and annotations.
FBC_21003 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 2021003: An <And> object must have two or more concrete <Association> objects: <GeneProductRef>, <And>, or <Or>.
FBC_21101 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 2021101: An <Or> object may have the optional SBML Level 3 Core attributes 'metaid' and 'sboTerm'.
FBC_21102 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 2021102: An <Or> object may have the optional SBML Level 3 Core subobjects for notes and annotations.
FBC_21103 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 2021103: An <Or> object must have two or more concrete <Association> objects: <GeneProductRef>, <And>, or <Or>.
FBC_21201 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 2021201: A <GeneProduct> object may have the optional SBML Level 3 Core attributes 'metaid' and 'sboTerm'.
FBC_21202 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 2021202: A <GeneProduct> object may have the optional SBML Level 3 Core subobjects for notes and annotations.
FBC_21203 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 2021203: A <GeneProduct> object must have the required attributes 'fbc:id' and 'fbc:label' may have the optional attributes 'fbc:name' and 'fbc:associatedSpecies'.
FBC_21204 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 2021204: The attribute 'fbc:label' on a <GeneProduct> must be of the data type 'string'.
FBC_21205 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 2021205: The attribute 'fbc:label' on a <GeneProduct> must be unique among the set of all <GeneProduct> elements defined in the <Model>.
FBC_21206 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 2021206: The attribute 'fbc:name' on a <GeneProduct> must be of the data type 'string'.
FBC_21207 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 2021207: The attribute 'fbc:associatedSpecies' on a <GeneProduct> must be the identifier of an existing <Species> defined in the enclosing <Model>.
file - Variable in class org.sbml.jsbml.SBMLErrorLog
 
fill(int, char, String) - Static method in class org.sbml.jsbml.util.StringTools
 
fill(int, char) - Static method in class org.sbml.jsbml.util.StringTools
 
fill(int, char, StringBuilder) - Static method in class org.sbml.jsbml.util.StringTools
Ensures a minimum size of length for the given stringBuilder.
FillBuff() - Method in class org.sbml.jsbml.math.parser.SimpleCharStream
 
FillBuff() - Method in class org.sbml.jsbml.text.parser.SimpleCharStream
 
filter(Filter) - Method in class org.sbml.jsbml.AbstractTreeNode
 
filter(Filter, boolean) - Method in class org.sbml.jsbml.AbstractTreeNode
 
filter(Filter, boolean, boolean) - Method in class org.sbml.jsbml.AbstractTreeNode
 
filter(Filter) - Method in class org.sbml.jsbml.math.ASTUnknown
 
filter(Filter, boolean) - Method in class org.sbml.jsbml.math.ASTUnknown
 
filter(Filter, boolean, boolean) - Method in class org.sbml.jsbml.math.ASTUnknown
 
Filter - Interface in org.sbml.jsbml.util.filters
A filter is a general interface that allows to check an object for a certain property.
filter(Filter) - Method in interface org.sbml.jsbml.util.TreeNodeWithChangeSupport
Filters this tree data structure recursively and returns a list of all TreeNodes that are accepted by the Filter.
filter(Filter, boolean) - Method in interface org.sbml.jsbml.util.TreeNodeWithChangeSupport
Filters this tree data structure recursively and returns a list of all TreeNodes that are accepted by the Filter.
filter(Filter, boolean, boolean) - Method in interface org.sbml.jsbml.util.TreeNodeWithChangeSupport
Filters this tree data structure recursively and returns a list of all TreeNodes that are accepted by the Filter.
FILTER_IS_FUNCTION - Static variable in class org.sbml.jsbml.validator.offline.constraints.helper.ValidationTools
 
FILTER_IS_NAME - Static variable in class org.sbml.jsbml.validator.offline.constraints.helper.ValidationTools
 
filterCVTerms(CVTerm.Qualifier) - Method in class org.sbml.jsbml.AbstractSBase
 
filterCVTerms(CVTerm.Qualifier, boolean, String...) - Method in class org.sbml.jsbml.AbstractSBase
 
filterCVTerms(CVTerm.Qualifier, String) - Method in class org.sbml.jsbml.AbstractSBase
 
filterCVTerms(CVTerm.Qualifier, String, boolean) - Method in class org.sbml.jsbml.AbstractSBase
 
filterCVTerms(CVTerm.Qualifier) - Method in class org.sbml.jsbml.Annotation
Returns a list of CVTerm having the given qualifier.
filterCVTerms(CVTerm.Qualifier, String) - Method in class org.sbml.jsbml.Annotation
Returns a list of CVTerm having the given qualifier and where the URI contains the given pattern.
filterCVTerms(CVTerm.Qualifier) - Method in interface org.sbml.jsbml.SBase
Returns a list of all the CVTerm with the given CVTerm.Qualifier.
filterCVTerms(CVTerm.Qualifier, String) - Method in interface org.sbml.jsbml.SBase
Queries the list of controlled vocabulary terms (CVTerm) for those terms whose CVTerm.Qualifier is of the given type and selects only those resources from these terms that contain the given pattern.
filterCVTerms(CVTerm.Qualifier, String, boolean) - Method in interface org.sbml.jsbml.SBase
Returns a list of resource URIs for the given CVTerm.Qualifier that match the given pattern.
filterCVTerms(CVTerm.Qualifier, boolean, String...) - Method in interface org.sbml.jsbml.SBase
Returns a list of resource URIs for the given CVTerm.Qualifier that match the given patterns.
filterForSpecies - Variable in class org.sbml.jsbml.util.filters.SpeciesReferenceFilter
Decides whether to filter for the identifier of the referenced Species or if to use id and name to filter for the instance of SimpleSpeciesReference itself.
filterList(Filter) - Method in class org.sbml.jsbml.ListOf
Returns a new List that contains only those elements that satisfy a certain filter criterion.
filterResources(Pattern...) - Method in class org.sbml.jsbml.CVTerm
Returns a list of resource URIs that contain the given Pattern(s).
filterResources(String...) - Method in class org.sbml.jsbml.CVTerm
Returns a list of resource URIs that contain the given pattern(s).
filters - Variable in class org.sbml.jsbml.util.filters.AndFilter
A set of filters whose conditions have to be satisfied to accept an item.
findCallableSBase(String) - Method in class org.sbml.jsbml.Model
Returns a CallableSBase element of the Model that has the given 'id' as identifier or null if no element is found.
findFirstNonEmptyTextElementIndex(XMLNode) - Method in class org.sbml.jsbml.xml.parsers.SBMLRDFAnnotationParser
Return the first child element of type text that is not empty.
findIdentical(UnitDefinition) - Method in class org.sbml.jsbml.Model
Searches the first UnitDefinition within this Model's Model.listOfUnitDefinitions that is identical to the given UnitDefinition.
findLocalParameters(String) - Method in class org.sbml.jsbml.Model
Finds all instances of LocalParameter in this Model and adds them to a List.
findModifierSpeciesReference(String) - Method in class org.sbml.jsbml.Model
Returns the ModifierSpeciesReference with all Reactions of this Model that has 'id' as id.
findNamedSBase(String) - Method in class org.sbml.jsbml.Model
Returns a NamedSBase element of the model that has the given 'id' as id or null if no element is found.
findNamedSBaseWithDerivedUnit(String) - Method in class org.sbml.jsbml.Model
Returns a NamedSBaseWithDerivedUnit element of the Model that has the given 'id' as id or null if no element is found.
findQuantity(String) - Method in class org.sbml.jsbml.Model
Searches for an instance of Quantity within all of this Model's components that has the given identifier (or name attribute for SBML level 1) and returns it.
findQuantityWithUnit(String) - Method in class org.sbml.jsbml.Model
Searches for an instance of QuantityWithUnit within all of this Model's components that has the given identifier (or name attribute for SBML level 1) and returns it.
findReactionsForLocalParameter(String) - Method in class org.sbml.jsbml.Model
Returns a SortedSet of identifiers of all Reaction elements within this Model whose KineticLaws contain a LocalParameter that has the given 'id' or null if no element cannot be found.
findReferencedCallableSBases() - Method in class org.sbml.jsbml.math.ASTFunction
Goes through the formula and identifies all global parameters that are referenced by this rate rule.
findReferencedGlobalParameters() - Method in class org.sbml.jsbml.ASTNode
Goes through the formula and identifies all global parameters that are referenced by this rate equation.
findSBase(String) - Method in class org.sbml.jsbml.SBMLDocument
Looks up the SBase registered in this SBMLDocument for the given metaId.
findShortestPath(int, OverdeterminationValidator.Node<SBase>, List<OverdeterminationValidator.Node<SBase>>) - Method in class org.sbml.jsbml.validator.OverdeterminationValidator
Finds all paths of the length i whose nodes are part of the matching.
findSimpleSpeciesReference(String) - Method in class org.sbml.jsbml.Model
Returns the SimpleSpeciesReference within all Reactions of this Model that has 'id' as id.
findSpeciesReference(String) - Method in class org.sbml.jsbml.Model
Returns the SpeciesReference with all Reactions of this Model that has 'id' as id.
findSymbol(String) - Method in class org.sbml.jsbml.Model
Searches in the list of Compartments, Species, and Parameters for the element with the given identifier.
findUniqueNamedSBase(String) - Method in class org.sbml.jsbml.Model
Returns a UniqueNamedSBase element that has the given 'id' within this Model or null if no such element can be found.
findUniqueSBase(String) - Method in class org.sbml.jsbml.Model
Returns a SBase element that has the given unique 'id' within this Model or null if no such element can be found.
findUnitDefinition(String) - Method in class org.sbml.jsbml.Model
Returns a UnitDefinition element that has the given 'id' within this Model or null if no such element can be found.
FindUnitsCompiler - Class in org.sbml.jsbml.math.compiler
Finds if an ASTNode is using any units attribute.
FindUnitsCompiler() - Constructor for class org.sbml.jsbml.math.compiler.FindUnitsCompiler
 
findUnitsCompiler - Variable in class org.sbml.jsbml.math.compiler.MathMLXMLStreamCompiler
 
FindUnitsCompiler - Class in org.sbml.jsbml.util.compilers
Finds if an ASTNode is using any units attribute.
FindUnitsCompiler() - Constructor for class org.sbml.jsbml.util.compilers.FindUnitsCompiler
 
findUnitsCompiler - Variable in class org.sbml.jsbml.util.compilers.MathMLXMLStreamCompiler
 
findVariable(String) - Method in class org.sbml.jsbml.Model
Searches the Variable with the given identifier in this model.
fireNodeAddedEvent() - Method in class org.sbml.jsbml.AbstractTreeNode
 
fireNodeAddedEvent() - Method in class org.sbml.jsbml.ext.AbstractASTNodePlugin
 
fireNodeAddedEvent() - Method in class org.sbml.jsbml.ext.AbstractSBasePlugin
 
fireNodeAddedEvent() - Method in class org.sbml.jsbml.math.ASTUnknown
 
fireNodeAddedEvent() - Method in interface org.sbml.jsbml.util.TreeNodeWithChangeSupport
All TreeNodeChangeListener instances linked to this TreeNode are informed about the adding of this Object to an owning parent Object.
fireNodeRemovedEvent() - Method in class org.sbml.jsbml.AbstractSBase
 
fireNodeRemovedEvent() - Method in class org.sbml.jsbml.AbstractTreeNode
 
fireNodeRemovedEvent() - Method in class org.sbml.jsbml.ext.AbstractASTNodePlugin
 
fireNodeRemovedEvent() - Method in class org.sbml.jsbml.ext.AbstractSBasePlugin
 
fireNodeRemovedEvent() - Method in class org.sbml.jsbml.math.ASTUnknown
 
fireNodeRemovedEvent() - Method in interface org.sbml.jsbml.util.TreeNodeWithChangeSupport
All TreeNodeChangeListener instances linked to this TreeNode are informed about the deletion of this TreeNode from a parent Object.
firePropertyChange(String, Object, Object) - Method in class org.sbml.jsbml.AbstractSBase
 
firePropertyChange(String, Object, Object) - Method in class org.sbml.jsbml.AbstractTreeNode
 
firePropertyChange(String, Object, Object) - Method in class org.sbml.jsbml.ext.AbstractASTNodePlugin
 
firePropertyChange(String, Object, Object) - Method in class org.sbml.jsbml.ext.AbstractSBasePlugin
 
firePropertyChange(String, Object, Object) - Method in class org.sbml.jsbml.math.ASTUnknown
 
firePropertyChange(String, Object, Object) - Method in interface org.sbml.jsbml.util.TreeNodeWithChangeSupport
All TreeNodeChangeListeners are informed about the change in this TreeNodeWithChangeSupport.
first - Variable in class org.sbml.jsbml.math.parser.FormulaParser.JJCalls
 
first - Variable in class org.sbml.jsbml.math.parser.FormulaParserASTNode2.JJCalls
 
first - Variable in class org.sbml.jsbml.math.parser.FormulaParserLL3.JJCalls
 
first - Variable in class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2.JJCalls
 
first - Variable in class org.sbml.jsbml.text.parser.CobraFormulaParser.JJCalls
 
first - Variable in class org.sbml.jsbml.text.parser.FormulaParser.JJCalls
 
first - Variable in class org.sbml.jsbml.text.parser.FormulaParserASTNode2.JJCalls
 
first - Variable in class org.sbml.jsbml.text.parser.FormulaParserLL3.JJCalls
 
first - Variable in class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2.JJCalls
 
firstHit(Filter) - Method in class org.sbml.jsbml.ListOf
Returns the first element in this list that satisfies a certain filter criterion.
firstLetterLowerCase(String) - Static method in class org.sbml.jsbml.util.StringTools
Returns a String whose first letter is now in lower case.
firstLetterUpperCase(String) - Static method in class org.sbml.jsbml.util.StringTools
Returns a String who's first letter is now in upper case.
floor(ASTNode2) - Method in interface org.sbml.jsbml.math.compiler.ASTNode2Compiler
 
floor(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.FindUnitsCompiler
 
floor(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.FormulaCompiler
 
floor(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.LaTeXCompiler
 
floor(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.UnitsCompiler
 
floor(ASTNode) - Method in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
 
floor(ASTNode) - Method in class org.sbml.jsbml.util.compilers.FindUnitsCompiler
 
floor(ASTNode) - Method in class org.sbml.jsbml.util.compilers.FormulaCompiler
 
floor(ASTNode) - Method in class org.sbml.jsbml.util.compilers.LaTeXCompiler
 
floor(ASTNode) - Method in class org.sbml.jsbml.util.compilers.MathMLCompiler
Deprecated.
 
floor(ASTNode) - Method in class org.sbml.jsbml.util.compilers.UnitsCompiler
 
format(double) - Method in class org.sbml.jsbml.math.compiler.LaTeXCompiler
This method returns a StringBuffer representing a properly LaTeX formatted number.
format(double) - Method in class org.sbml.jsbml.util.compilers.LaTeXCompiler
This method returns a StringBuffer representing a properly LaTeX formatted number.
formatToW3CDTF(Date) - Method in class org.sbml.jsbml.xml.stax.DateProcessor
Format date to W3CDTF.
formatToW3CDTF(String) - Method in class org.sbml.jsbml.xml.stax.DateProcessor
Format datetime string to W3CDTF.
formatToW3CDTF(Timestamp) - Method in class org.sbml.jsbml.xml.stax.DateProcessor
Format datetime to W3CDTF.
formula - Static variable in class org.sbml.jsbml.util.TreeNodeChangeEvent
 
FORMULA_ARGUMENT_SEPARATOR - Variable in class org.sbml.jsbml.util.compilers.FormulaCompiler
 
FormulaCompiler - Class in org.sbml.jsbml.math.compiler
This class creates C-like infix formula Strings that represent the content of ASTNode2s.
FormulaCompiler() - Constructor for class org.sbml.jsbml.math.compiler.FormulaCompiler
 
FormulaCompiler - Class in org.sbml.jsbml.util.compilers
This class creates C-like infix formula Strings that represent the content of ASTNodes.
FormulaCompiler() - Constructor for class org.sbml.jsbml.util.compilers.FormulaCompiler
 
FormulaCompilerLibSBML - Class in org.sbml.jsbml.util.compilers
This class creates C-like infix formula Strings that represent the content of ASTNodes and try to reproduce the output generated by the LibSBML L3 parser.
FormulaCompilerLibSBML() - Constructor for class org.sbml.jsbml.util.compilers.FormulaCompilerLibSBML
 
FormulaCompilerNoPiecewise - Class in org.sbml.jsbml.util.compilers
Produces an infix formula like FormulaCompiler but removes all the piecewise functions.
FormulaCompilerNoPiecewise() - Constructor for class org.sbml.jsbml.util.compilers.FormulaCompilerNoPiecewise
 
FormulaParser - Class in org.sbml.jsbml.math.parser
Class used to parse infix mathematical formula and returns a representation of it as an Abstract Syntax Tree (AST).
FormulaParser(InputStream) - Constructor for class org.sbml.jsbml.math.parser.FormulaParser
Constructor with InputStream.
FormulaParser(InputStream, String) - Constructor for class org.sbml.jsbml.math.parser.FormulaParser
Constructor with InputStream and supplied encoding
FormulaParser(Reader) - Constructor for class org.sbml.jsbml.math.parser.FormulaParser
Constructor.
FormulaParser(FormulaParserTokenManager) - Constructor for class org.sbml.jsbml.math.parser.FormulaParser
Constructor with generated Token Manager.
FormulaParser - Class in org.sbml.jsbml.text.parser
Class used to parse infix mathematical formula and returns a representation of it as an Abstract Syntax Tree (AST).
FormulaParser(InputStream) - Constructor for class org.sbml.jsbml.text.parser.FormulaParser
Constructor with InputStream.
FormulaParser(InputStream, String) - Constructor for class org.sbml.jsbml.text.parser.FormulaParser
Constructor with InputStream and supplied encoding
FormulaParser(Reader) - Constructor for class org.sbml.jsbml.text.parser.FormulaParser
Constructor.
FormulaParser(FormulaParserTokenManager) - Constructor for class org.sbml.jsbml.text.parser.FormulaParser
Constructor with generated Token Manager.
FormulaParser.JJCalls - Class in org.sbml.jsbml.math.parser
 
FormulaParser.JJCalls - Class in org.sbml.jsbml.text.parser
 
FormulaParser.LookaheadSuccess - Error in org.sbml.jsbml.math.parser
 
FormulaParser.LookaheadSuccess - Error in org.sbml.jsbml.text.parser
 
FormulaParserASTNode2 - Class in org.sbml.jsbml.math.parser
Class used to parse infix mathematical formula and returns a representation of it as an Abstract Syntax Tree (AST).
FormulaParserASTNode2(InputStream) - Constructor for class org.sbml.jsbml.math.parser.FormulaParserASTNode2
Constructor with InputStream.
FormulaParserASTNode2(InputStream, String) - Constructor for class org.sbml.jsbml.math.parser.FormulaParserASTNode2
Constructor with InputStream and supplied encoding
FormulaParserASTNode2(Reader) - Constructor for class org.sbml.jsbml.math.parser.FormulaParserASTNode2
Constructor.
FormulaParserASTNode2(FormulaParserASTNode2TokenManager) - Constructor for class org.sbml.jsbml.math.parser.FormulaParserASTNode2
Constructor with generated Token Manager.
FormulaParserASTNode2 - Class in org.sbml.jsbml.text.parser
Class used to parse infix mathematical formula and returns a representation of it as an Abstract Syntax Tree (AST).
FormulaParserASTNode2(InputStream) - Constructor for class org.sbml.jsbml.text.parser.FormulaParserASTNode2
Constructor with InputStream.
FormulaParserASTNode2(InputStream, String) - Constructor for class org.sbml.jsbml.text.parser.FormulaParserASTNode2
Constructor with InputStream and supplied encoding
FormulaParserASTNode2(Reader) - Constructor for class org.sbml.jsbml.text.parser.FormulaParserASTNode2
Constructor.
FormulaParserASTNode2(FormulaParserASTNode2TokenManager) - Constructor for class org.sbml.jsbml.text.parser.FormulaParserASTNode2
Constructor with generated Token Manager.
FormulaParserASTNode2.JJCalls - Class in org.sbml.jsbml.math.parser
 
FormulaParserASTNode2.JJCalls - Class in org.sbml.jsbml.text.parser
 
FormulaParserASTNode2.LookaheadSuccess - Error in org.sbml.jsbml.math.parser
 
FormulaParserASTNode2.LookaheadSuccess - Error in org.sbml.jsbml.text.parser
 
FormulaParserASTNode2Constants - Interface in org.sbml.jsbml.math.parser
Token literal values and constants.
FormulaParserASTNode2Constants - Interface in org.sbml.jsbml.text.parser
Token literal values and constants.
FormulaParserASTNode2TokenManager - Class in org.sbml.jsbml.math.parser
Token Manager.
FormulaParserASTNode2TokenManager(SimpleCharStream) - Constructor for class org.sbml.jsbml.math.parser.FormulaParserASTNode2TokenManager
Constructor.
FormulaParserASTNode2TokenManager(SimpleCharStream, int) - Constructor for class org.sbml.jsbml.math.parser.FormulaParserASTNode2TokenManager
Constructor.
FormulaParserASTNode2TokenManager - Class in org.sbml.jsbml.text.parser
Token Manager.
FormulaParserASTNode2TokenManager(SimpleCharStream) - Constructor for class org.sbml.jsbml.text.parser.FormulaParserASTNode2TokenManager
Constructor.
FormulaParserASTNode2TokenManager(SimpleCharStream, int) - Constructor for class org.sbml.jsbml.text.parser.FormulaParserASTNode2TokenManager
Constructor.
FormulaParserConstants - Interface in org.sbml.jsbml.math.parser
Token literal values and constants.
FormulaParserConstants - Interface in org.sbml.jsbml.text.parser
Token literal values and constants.
FormulaParserLL3 - Class in org.sbml.jsbml.math.parser
Class used to parse infix mathematical formula and returns a representation of it as an Abstract Syntax Tree (AST).
FormulaParserLL3(InputStream) - Constructor for class org.sbml.jsbml.math.parser.FormulaParserLL3
Constructor with InputStream.
FormulaParserLL3(InputStream, String) - Constructor for class org.sbml.jsbml.math.parser.FormulaParserLL3
Constructor with InputStream and supplied encoding
FormulaParserLL3(Reader) - Constructor for class org.sbml.jsbml.math.parser.FormulaParserLL3
Constructor.
FormulaParserLL3(FormulaParserLL3TokenManager) - Constructor for class org.sbml.jsbml.math.parser.FormulaParserLL3
Constructor with generated Token Manager.
FormulaParserLL3 - Class in org.sbml.jsbml.text.parser
Class used to parse infix mathematical formula and returns a representation of it as an Abstract Syntax Tree (AST).
FormulaParserLL3(InputStream) - Constructor for class org.sbml.jsbml.text.parser.FormulaParserLL3
Constructor with InputStream.
FormulaParserLL3(InputStream, String) - Constructor for class org.sbml.jsbml.text.parser.FormulaParserLL3
Constructor with InputStream and supplied encoding
FormulaParserLL3(Reader) - Constructor for class org.sbml.jsbml.text.parser.FormulaParserLL3
Constructor.
FormulaParserLL3(FormulaParserLL3TokenManager) - Constructor for class org.sbml.jsbml.text.parser.FormulaParserLL3
Constructor with generated Token Manager.
FormulaParserLL3.JJCalls - Class in org.sbml.jsbml.math.parser
 
FormulaParserLL3.JJCalls - Class in org.sbml.jsbml.text.parser
 
FormulaParserLL3.LookaheadSuccess - Error in org.sbml.jsbml.math.parser
 
FormulaParserLL3.LookaheadSuccess - Error in org.sbml.jsbml.text.parser
 
FormulaParserLL3ASTNode2 - Class in org.sbml.jsbml.math.parser
Class used to parse infix mathematical formula and returns a representation of it as an Abstract Syntax Tree (AST).
FormulaParserLL3ASTNode2(InputStream) - Constructor for class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2
Constructor with InputStream.
FormulaParserLL3ASTNode2(InputStream, String) - Constructor for class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2
Constructor with InputStream and supplied encoding
FormulaParserLL3ASTNode2(Reader) - Constructor for class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2
Constructor.
FormulaParserLL3ASTNode2(FormulaParserLL3ASTNode2TokenManager) - Constructor for class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2
Constructor with generated Token Manager.
FormulaParserLL3ASTNode2 - Class in org.sbml.jsbml.text.parser
Class used to parse infix mathematical formula and returns a representation of it as an Abstract Syntax Tree (AST).
FormulaParserLL3ASTNode2(InputStream) - Constructor for class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2
Constructor with InputStream.
FormulaParserLL3ASTNode2(InputStream, String) - Constructor for class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2
Constructor with InputStream and supplied encoding
FormulaParserLL3ASTNode2(Reader) - Constructor for class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2
Constructor.
FormulaParserLL3ASTNode2(FormulaParserLL3ASTNode2TokenManager) - Constructor for class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2
Constructor with generated Token Manager.
FormulaParserLL3ASTNode2.JJCalls - Class in org.sbml.jsbml.math.parser
 
FormulaParserLL3ASTNode2.JJCalls - Class in org.sbml.jsbml.text.parser
 
FormulaParserLL3ASTNode2.LookaheadSuccess - Error in org.sbml.jsbml.math.parser
 
FormulaParserLL3ASTNode2.LookaheadSuccess - Error in org.sbml.jsbml.text.parser
 
FormulaParserLL3ASTNode2Constants - Interface in org.sbml.jsbml.math.parser
Token literal values and constants.
FormulaParserLL3ASTNode2Constants - Interface in org.sbml.jsbml.text.parser
Token literal values and constants.
FormulaParserLL3ASTNode2TokenManager - Class in org.sbml.jsbml.math.parser
Token Manager.
FormulaParserLL3ASTNode2TokenManager(SimpleCharStream) - Constructor for class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2TokenManager
Constructor.
FormulaParserLL3ASTNode2TokenManager(SimpleCharStream, int) - Constructor for class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2TokenManager
Constructor.
FormulaParserLL3ASTNode2TokenManager - Class in org.sbml.jsbml.text.parser
Token Manager.
FormulaParserLL3ASTNode2TokenManager(SimpleCharStream) - Constructor for class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2TokenManager
Constructor.
FormulaParserLL3ASTNode2TokenManager(SimpleCharStream, int) - Constructor for class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2TokenManager
Constructor.
FormulaParserLL3Constants - Interface in org.sbml.jsbml.math.parser
Token literal values and constants.
FormulaParserLL3Constants - Interface in org.sbml.jsbml.text.parser
Token literal values and constants.
FormulaParserLL3TokenManager - Class in org.sbml.jsbml.math.parser
Token Manager.
FormulaParserLL3TokenManager(SimpleCharStream) - Constructor for class org.sbml.jsbml.math.parser.FormulaParserLL3TokenManager
Constructor.
FormulaParserLL3TokenManager(SimpleCharStream, int) - Constructor for class org.sbml.jsbml.math.parser.FormulaParserLL3TokenManager
Constructor.
FormulaParserLL3TokenManager - Class in org.sbml.jsbml.text.parser
Token Manager.
FormulaParserLL3TokenManager(SimpleCharStream) - Constructor for class org.sbml.jsbml.text.parser.FormulaParserLL3TokenManager
Constructor.
FormulaParserLL3TokenManager(SimpleCharStream, int) - Constructor for class org.sbml.jsbml.text.parser.FormulaParserLL3TokenManager
Constructor.
FormulaParserTokenManager - Class in org.sbml.jsbml.math.parser
Token Manager.
FormulaParserTokenManager(SimpleCharStream) - Constructor for class org.sbml.jsbml.math.parser.FormulaParserTokenManager
Constructor.
FormulaParserTokenManager(SimpleCharStream, int) - Constructor for class org.sbml.jsbml.math.parser.FormulaParserTokenManager
Constructor.
FormulaParserTokenManager - Class in org.sbml.jsbml.text.parser
Token Manager.
FormulaParserTokenManager(SimpleCharStream) - Constructor for class org.sbml.jsbml.text.parser.FormulaParserTokenManager
Constructor.
FormulaParserTokenManager(SimpleCharStream, int) - Constructor for class org.sbml.jsbml.text.parser.FormulaParserTokenManager
Constructor.
formulaToString(ASTNode) - Static method in class org.sbml.jsbml.ASTNode
Returns the formula from the given ASTNode as an SBML Level 1 text-string mathematical formula.
formulaToString(ASTNode, FormulaCompiler) - Static method in class org.sbml.jsbml.ASTNode
Returns the formula from the given ASTNode as an infix mathematical formula produce by the given FormulaCompiler.
formulaToString(ASTNode) - Static method in class org.sbml.jsbml.JSBML
Converts an ASTNode formula to a text string using a specific syntax for mathematical formulas.
formulaToString(ASTNode2) - Static method in class org.sbml.jsbml.math.ASTFactory
Returns the formula from the given ASTNode2 as an SBML Level 1 text-string mathematical formula.
frac(ASTNode, ASTNode) - Static method in class org.sbml.jsbml.ASTNode
Creates a new ASTNode of type DIVIDE with the given nodes as children.
frac(int, ASTNode) - Static method in class org.sbml.jsbml.ASTNode
Creates a new ASTNode that of type DIVIDE with the given numerator and denominator.
frac(MathContainer, CallableSBase, CallableSBase) - Static method in class org.sbml.jsbml.ASTNode
Creates a new ASTNode that divides two CallableSBase objects.
frac(MathContainer, String, String) - Static method in class org.sbml.jsbml.ASTNode
Returns a new ASTNode that of type DIVIDE with the two entities as numerator and denominator.
frac(ASTNode2, ASTNode2) - Static method in class org.sbml.jsbml.math.ASTFactory
Creates a new ASTDivideNode with the given nodes as children.
frac(int, ASTNode2) - Static method in class org.sbml.jsbml.math.ASTFactory
Creates a new ASTDivideNode with the given numerator and denominator.
frac(ASTNode2, ASTNode2) - Method in interface org.sbml.jsbml.math.compiler.ASTNode2Compiler
Fraction of two ASTNode2s
frac(int, int) - Method in interface org.sbml.jsbml.math.compiler.ASTNode2Compiler
A fraction of two int values.
frac(ASTNode2, ASTNode2) - Method in class org.sbml.jsbml.math.compiler.FindUnitsCompiler
 
frac(int, int) - Method in class org.sbml.jsbml.math.compiler.FindUnitsCompiler
 
frac(Object, Object) - Static method in class org.sbml.jsbml.math.compiler.FormulaCompiler
Returns a fraction with the given elements as numerator and denominator.
frac(ASTNode2, ASTNode2) - Method in class org.sbml.jsbml.math.compiler.FormulaCompiler
 
frac(int, int) - Method in class org.sbml.jsbml.math.compiler.FormulaCompiler
 
frac(ASTNode2, ASTNode2) - Method in class org.sbml.jsbml.math.compiler.LaTeXCompiler
 
frac(int, int) - Method in class org.sbml.jsbml.math.compiler.LaTeXCompiler
 
frac(Object, Object) - Method in class org.sbml.jsbml.math.compiler.LaTeXCompiler
 
frac(ASTNode2, ASTNode2) - Method in class org.sbml.jsbml.math.compiler.UnitsCompiler
 
frac(int, int) - Method in class org.sbml.jsbml.math.compiler.UnitsCompiler
 
frac(ASTNode, ASTNode) - Method in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
Fraction of two ASTNodes
frac(int, int) - Method in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
A fraction of two int values.
frac(ASTNode, ASTNode) - Method in class org.sbml.jsbml.util.compilers.FindUnitsCompiler
 
frac(int, int) - Method in class org.sbml.jsbml.util.compilers.FindUnitsCompiler
 
frac(Object, Object) - Static method in class org.sbml.jsbml.util.compilers.FormulaCompiler
Returns a fraction with the given elements as numerator and denominator.
frac(ASTNode, ASTNode) - Method in class org.sbml.jsbml.util.compilers.FormulaCompiler
 
frac(int, int) - Method in class org.sbml.jsbml.util.compilers.FormulaCompiler
 
frac(ASTNode, ASTNode) - Method in class org.sbml.jsbml.util.compilers.LaTeXCompiler
 
frac(int, int) - Method in class org.sbml.jsbml.util.compilers.LaTeXCompiler
 
frac(Object, Object) - Method in class org.sbml.jsbml.util.compilers.LaTeXCompiler
 
frac(ASTNode, ASTNode) - Method in class org.sbml.jsbml.util.compilers.MathMLCompiler
Deprecated.
 
frac(int, int) - Method in class org.sbml.jsbml.util.compilers.MathMLCompiler
Deprecated.
 
frac(ASTNode, ASTNode) - Method in class org.sbml.jsbml.util.compilers.UnitsCompiler
 
frac(int, int) - Method in class org.sbml.jsbml.util.compilers.UnitsCompiler
 
func - Variable in class org.sbml.jsbml.validator.offline.constraints.ValidationConstraint
 
function(FunctionDefinition, List<ASTNode2>) - Method in interface org.sbml.jsbml.math.compiler.ASTNode2Compiler
 
function(T, List<ASTNode2>) - Method in interface org.sbml.jsbml.math.compiler.ASTNode2Compiler
 
function(String, List<ASTNode2>) - Method in interface org.sbml.jsbml.math.compiler.ASTNode2Compiler
 
function(FunctionDefinition, List<ASTNode2>) - Method in class org.sbml.jsbml.math.compiler.FindUnitsCompiler
 
function(String, List<ASTNode2>) - Method in class org.sbml.jsbml.math.compiler.FindUnitsCompiler
 
function(T, List<ASTNode2>) - Method in class org.sbml.jsbml.math.compiler.FindUnitsCompiler
 
function(FunctionDefinition, List<ASTNode2>) - Method in class org.sbml.jsbml.math.compiler.FormulaCompiler
 
function(String, ASTNode2...) - Method in class org.sbml.jsbml.math.compiler.FormulaCompiler
 
function(String, List<ASTNode2>) - Method in class org.sbml.jsbml.math.compiler.FormulaCompiler
 
function(T, List<ASTNode2>) - Method in class org.sbml.jsbml.math.compiler.FormulaCompiler
 
function(FunctionDefinition, List<ASTNode2>) - Method in class org.sbml.jsbml.math.compiler.LaTeXCompiler
 
function(String, ASTNode2) - Method in class org.sbml.jsbml.math.compiler.LaTeXCompiler
Decides whether to produce brackets.
function(String, List<ASTNode2>) - Method in class org.sbml.jsbml.math.compiler.LaTeXCompiler
 
function(String, Object) - Method in class org.sbml.jsbml.math.compiler.LaTeXCompiler
Without brackets.
function(T, List<ASTNode2>) - Method in class org.sbml.jsbml.math.compiler.LaTeXCompiler
 
function(String, ASTNode2...) - Method in class org.sbml.jsbml.math.compiler.MathMLXMLStreamCompiler
 
function(String, List<ASTNode2>) - Method in class org.sbml.jsbml.math.compiler.MathMLXMLStreamCompiler
 
function(FunctionDefinition, List<ASTNode2>) - Method in class org.sbml.jsbml.math.compiler.UnitsCompiler
 
function(String, List<ASTNode2>) - Method in class org.sbml.jsbml.math.compiler.UnitsCompiler
 
function(T, List<ASTNode2>) - Method in class org.sbml.jsbml.math.compiler.UnitsCompiler
 
function(FunctionDefinition, List<ASTNode>) - Method in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
 
function(String, List<ASTNode>) - Method in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
 
function(FunctionDefinition, List<ASTNode>) - Method in class org.sbml.jsbml.util.compilers.FindUnitsCompiler
 
function(String, List<ASTNode>) - Method in class org.sbml.jsbml.util.compilers.FindUnitsCompiler
 
function(FunctionDefinition, List<ASTNode>) - Method in class org.sbml.jsbml.util.compilers.FormulaCompiler
 
function(String, ASTNode...) - Method in class org.sbml.jsbml.util.compilers.FormulaCompiler
 
function(String, List<ASTNode>) - Method in class org.sbml.jsbml.util.compilers.FormulaCompiler
 
function(FunctionDefinition, List<ASTNode>) - Method in class org.sbml.jsbml.util.compilers.LaTeXCompiler
 
function(String, List<ASTNode>) - Method in class org.sbml.jsbml.util.compilers.LaTeXCompiler
 
function(String, ASTNode) - Method in class org.sbml.jsbml.util.compilers.LaTeXCompiler
Decides whether to produce brackets.
function(String, Object) - Method in class org.sbml.jsbml.util.compilers.LaTeXCompiler
Without brackets.
function(FunctionDefinition, List<ASTNode>) - Method in class org.sbml.jsbml.util.compilers.MathMLCompiler
Deprecated.
 
function(String, List<ASTNode>) - Method in class org.sbml.jsbml.util.compilers.MathMLCompiler
Deprecated.
 
function(String, List<ASTNode>) - Method in class org.sbml.jsbml.util.compilers.MathMLXMLStreamCompiler
 
function(String, ASTNode...) - Method in class org.sbml.jsbml.util.compilers.MathMLXMLStreamCompiler
 
function(FunctionDefinition, List<ASTNode>) - Method in class org.sbml.jsbml.util.compilers.UnitsCompiler
 
function(String, List<ASTNode>) - Method in class org.sbml.jsbml.util.compilers.UnitsCompiler
 
FunctionDefinition - Class in org.sbml.jsbml
Represents the functionDefinition XML element of a SBML file.
FunctionDefinition() - Constructor for class org.sbml.jsbml.FunctionDefinition
Creates a FunctionDefinition instance.
FunctionDefinition(FunctionDefinition) - Constructor for class org.sbml.jsbml.FunctionDefinition
Creates a FunctionDefinition instance from a given FunctionDefinition.
FunctionDefinition(int, int) - Constructor for class org.sbml.jsbml.FunctionDefinition
Creates a FunctionDefinition instance from a level and version.
FunctionDefinition(String, ASTNode, int, int) - Constructor for class org.sbml.jsbml.FunctionDefinition
Creates a FunctionDefinition instance from an id, ASTNode, level and version.
FunctionDefinition(String, int, int) - Constructor for class org.sbml.jsbml.FunctionDefinition
Creates a FunctionDefinition instance from an id, level and version.
FunctionDefinitionConstraints - Class in org.sbml.jsbml.validator.offline.constraints
 
FunctionDefinitionConstraints() - Constructor for class org.sbml.jsbml.validator.offline.constraints.FunctionDefinitionConstraints
 

G

gen - Variable in class org.sbml.jsbml.math.parser.FormulaParser.JJCalls
 
gen - Variable in class org.sbml.jsbml.math.parser.FormulaParserASTNode2.JJCalls
 
gen - Variable in class org.sbml.jsbml.math.parser.FormulaParserLL3.JJCalls
 
gen - Variable in class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2.JJCalls
 
gen - Variable in class org.sbml.jsbml.text.parser.CobraFormulaParser.JJCalls
 
gen - Variable in class org.sbml.jsbml.text.parser.FormulaParser.JJCalls
 
gen - Variable in class org.sbml.jsbml.text.parser.FormulaParserASTNode2.JJCalls
 
gen - Variable in class org.sbml.jsbml.text.parser.FormulaParserLL3.JJCalls
 
gen - Variable in class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2.JJCalls
 
generateParseException() - Method in class org.sbml.jsbml.math.parser.FormulaParser
Generate ParseException.
generateParseException() - Method in class org.sbml.jsbml.math.parser.FormulaParserASTNode2
Generate ParseException.
generateParseException() - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3
Generate ParseException.
generateParseException() - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2
Generate ParseException.
generateParseException() - Method in class org.sbml.jsbml.text.parser.CobraFormulaParser
Generate ParseException.
generateParseException() - Method in class org.sbml.jsbml.text.parser.FormulaParser
Generate ParseException.
generateParseException() - Method in class org.sbml.jsbml.text.parser.FormulaParserASTNode2
Generate ParseException.
generateParseException() - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3
Generate ParseException.
generateParseException() - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2
Generate ParseException.
generateSubModel(Model, String[], String[], String[]) - Static method in class org.sbml.jsbml.util.SubModel
Generates a sub-model containing the elements passed as argument and all the necessary dependencies.
generateSubModel(Model, String[], String[], String[], String[], String[]) - Static method in class org.sbml.jsbml.util.SubModel
Generates a sub-model containing the elements passed as argument and all the necessary dependencies.
generateSubModel(Model, String[], String[], String[], String[], String[], boolean, boolean, boolean, boolean, boolean) - Static method in class org.sbml.jsbml.util.SubModel
Creates a sub-model with the option to ignore certain items.
geq(ASTNode, ASTNode) - Static method in class org.sbml.jsbml.ASTNode
Creates an ASTNode representing greater or equal for the two given nodes.
geq(ASTNode2, ASTNode2) - Static method in class org.sbml.jsbml.math.ASTFactory
Creates an ASTRelationalOperatorNode representing greater or equal for the two given nodes.
geq(ASTNode2, ASTNode2) - Method in interface org.sbml.jsbml.math.compiler.ASTNode2Compiler
Greater equal.
geq(ASTNode2, ASTNode2) - Method in class org.sbml.jsbml.math.compiler.FindUnitsCompiler
 
geq(ASTNode2, ASTNode2) - Method in class org.sbml.jsbml.math.compiler.FormulaCompiler
 
geq(ASTNode2, ASTNode2) - Method in class org.sbml.jsbml.math.compiler.LaTeXCompiler
 
geq(ASTNode2, ASTNode2) - Method in class org.sbml.jsbml.math.compiler.LibSBMLFormulaCompiler
 
geq(ASTNode2, ASTNode2) - Method in class org.sbml.jsbml.math.compiler.UnitsCompiler
 
geq(ASTNode, ASTNode) - Method in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
Greater equal.
geq(ASTNode, ASTNode) - Method in class org.sbml.jsbml.util.compilers.FindUnitsCompiler
 
geq(ASTNode, ASTNode) - Method in class org.sbml.jsbml.util.compilers.FormulaCompiler
 
geq(ASTNode, ASTNode) - Method in class org.sbml.jsbml.util.compilers.FormulaCompilerLibSBML
 
geq(ASTNode, ASTNode) - Method in class org.sbml.jsbml.util.compilers.LaTeXCompiler
 
geq(ASTNode, ASTNode) - Method in class org.sbml.jsbml.util.compilers.LibSBMLFormulaCompiler
 
geq(ASTNode, ASTNode) - Method in class org.sbml.jsbml.util.compilers.MathMLCompiler
Deprecated.
 
geq(ASTNode, ASTNode) - Method in class org.sbml.jsbml.util.compilers.UnitsCompiler
 
get(int) - Method in class org.sbml.jsbml.ListOf
Returns the element at the specified position in this list or null if the index is negative or too big.
get(String) - Method in class org.sbml.jsbml.ListOf
Gets the list element which has the id 'id'.
getAbout() - Method in class org.sbml.jsbml.Annotation
Returns the about String of this object.
getActivator() - Static method in class org.sbml.jsbml.SBO
 
getAllostericActivator() - Static method in class org.sbml.jsbml.SBO
Describes an activator (ligand) which binds at a site other than the active site, resulting in a conformational change, enhancing the activity of the enzyme.
getAllostericInhibitor() - Static method in class org.sbml.jsbml.SBO
An inhibitor whose binding to an enzyme results in a conformational change, resulting in a loss of enzymatic activity.
getAllowsChildren() - Method in class org.sbml.jsbml.AbstractMathContainer
 
getAllowsChildren() - Method in class org.sbml.jsbml.AbstractSBase
 
getAllowsChildren() - Method in class org.sbml.jsbml.Annotation
 
getAllowsChildren() - Method in class org.sbml.jsbml.ASTNode
 
getAllowsChildren() - Method in class org.sbml.jsbml.Creator
 
getAllowsChildren() - Method in class org.sbml.jsbml.CVTerm
 
getAllowsChildren() - Method in class org.sbml.jsbml.Event
 
getAllowsChildren() - Method in class org.sbml.jsbml.History
 
getAllowsChildren() - Method in class org.sbml.jsbml.ListOf
 
getAllowsChildren() - Method in class org.sbml.jsbml.math.ASTBoolean
 
getAllowsChildren() - Method in class org.sbml.jsbml.math.ASTFunction
 
getAllowsChildren() - Method in class org.sbml.jsbml.math.ASTNumber
 
getAllowsChildren() - Method in class org.sbml.jsbml.math.ASTUnknown
 
getAllowsChildren() - Method in class org.sbml.jsbml.Model
 
getAllowsChildren() - Method in class org.sbml.jsbml.Reaction
 
getAllowsChildren() - Method in class org.sbml.jsbml.SBMLDocument
 
getAllowsChildren() - Method in class org.sbml.jsbml.SpeciesReference
 
getAllowsChildren() - Method in class org.sbml.jsbml.UnitDefinition
 
getAllowsChildren() - Method in class org.sbml.jsbml.util.TreeNodeAdapter
 
getAllowsChildren() - Method in class org.sbml.jsbml.xml.XMLNode
 
getAndReplacement() - Method in class org.sbml.jsbml.util.compilers.FormulaCompilerNoPiecewise
Gets the String that will be used to replace ' and ' (the mathML <and> element) in the boolean expressions.
getAnnotation() - Method in class org.sbml.jsbml.AbstractSBase
 
getAnnotation() - Method in interface org.sbml.jsbml.SBase
Returns the content of the 'annotation' sub-element of this object as an Annotation instance.
getAnnotationBuilder() - Method in class org.sbml.jsbml.Annotation
Deprecated. 
getAnnotationString() - Method in class org.sbml.jsbml.AbstractSBase
Returns the Annotation of this SBML object as a String.
getAnnotationString() - Method in interface org.sbml.jsbml.SBase
Returns the content of the 'annotation' sub-element of this object as a String.
getAntisenseRNA() - Static method in class org.sbml.jsbml.SBO
Returns the SBO id for antisense RNA.
getAreaUnits() - Method in class org.sbml.jsbml.Model
Returns the area units ID of this Model.
getAreaUnitsInstance() - Method in class org.sbml.jsbml.Model
Returns the UnitDefinition instance which has the Model.areaUnitsID of this Model as id.
getArgument(int) - Method in class org.sbml.jsbml.FunctionDefinition
Get the nth argument to this function.
getArgument(String) - Method in class org.sbml.jsbml.FunctionDefinition
Get the argument named name to this FunctionDefinition.
getArgumentCount() - Method in class org.sbml.jsbml.FunctionDefinition
Get the number of arguments (bound variables) taken by this FunctionDefinition.
getAssignmentRuleByVariable(String) - Method in class org.sbml.jsbml.Model
Searches for the first instance of AssignmentRule within this Model's Model.listOfRules, whose variable attribute is set to the value passed to this method.
getAssociation() - Static method in class org.sbml.jsbml.SBO
Interaction between several biochemical entities that results in the formation of a non-covalent complex
getAttributes() - Method in class org.sbml.jsbml.xml.stax.SBMLObjectForXML
 
getAttributes() - Method in class org.sbml.jsbml.xml.XMLToken
Returns the attributes of this element.
getAttributesLength() - Method in class org.sbml.jsbml.xml.XMLToken
Returns the number of attributes in the attributes set.
getAttrIndex(String) - Method in class org.sbml.jsbml.xml.XMLToken
Returns the index of an attribute with the given local name.
getAttrIndex(String, String) - Method in class org.sbml.jsbml.xml.XMLToken
Returns the index of an attribute with the given local name and namespace URI.
getAttrIndex(XMLTriple) - Method in class org.sbml.jsbml.xml.XMLToken
Returns the index of an attribute with the given XMLTriple.
getAttrName(int) - Method in class org.sbml.jsbml.xml.XMLToken
Returns the local name of an attribute in the attributes set in this XMLToken (by position).
getAttrPrefix(int) - Method in class org.sbml.jsbml.xml.XMLToken
Returns the prefix of an attribute in the attribute set in this XMLToken (by position).
getAttrPrefixedName(int) - Method in class org.sbml.jsbml.xml.XMLToken
Returns the prefixed name of an attribute in the attribute set in this XMLToken (by position).
getAttrURI(int) - Method in class org.sbml.jsbml.xml.XMLToken
Returns the namespace URI of an attribute in the attribute set in this XMLToken (by position).
getAttrValue(int) - Method in class org.sbml.jsbml.xml.XMLToken
Returns the value of an attribute in the attribute set in this XMLToken (by position).
getAttrValue(String) - Method in class org.sbml.jsbml.xml.XMLToken
Returns a value of an attribute with the given local name.
getAttrValue(String, String) - Method in class org.sbml.jsbml.xml.XMLToken
Returns a value of an attribute with the given local name and namespace URI.
getAttrValue(XMLTriple) - Method in class org.sbml.jsbml.xml.XMLToken
Returns a value of an attribute with the given XMLTriple.
getBase() - Method in class org.sbml.jsbml.math.ASTLogarithmNode
Return the base of this ASTLogarithmNode
getBasis() - Method in class org.sbml.jsbml.math.ASTPowerNode
Get the basis of this ASTPowerNode
getBeginColumn() - Method in class org.sbml.jsbml.math.parser.SimpleCharStream
Get token beginning column number.
getBeginColumn() - Method in class org.sbml.jsbml.text.parser.SimpleCharStream
Get token beginning column number.
getBeginLine() - Method in class org.sbml.jsbml.math.parser.SimpleCharStream
Get token beginning line number.
getBeginLine() - Method in class org.sbml.jsbml.text.parser.SimpleCharStream
Get token beginning line number.
getBindingActivator() - Static method in class org.sbml.jsbml.SBO
An essential activator that affects the apparent value of the Michaelis constant(s).
getBiochemicalReaction() - Static method in class org.sbml.jsbml.SBO
An event involving one or more chemical entities that modifies the electrochemical structure of at least one of the participants.
getBiologicalQualifierFor(String) - Static method in enum org.sbml.jsbml.CVTerm.Qualifier
 
getBiologicalQualifierType() - Method in class org.sbml.jsbml.CVTerm
Returns the CVTerm.Qualifier for this CVTerm, only if it if of type CVTerm.Type.BIOLOGICAL_QUALIFIER, null otherwise.
getBody() - Method in class org.sbml.jsbml.FunctionDefinition
Get the mathematical expression that is the body of this FunctionDefinition object.
getBoundaryCondition() - Method in class org.sbml.jsbml.Species
 
getBundle(String) - Static method in class org.sbml.jsbml.util.ResourceManager
Loads the ResourceBundle with the given name for the default Locale.
getBundle(String, Locale) - Static method in class org.sbml.jsbml.util.ResourceManager
Loads the ResourceBundle with the given name for the given Locale.
getBvarCount() - Method in class org.sbml.jsbml.math.ASTLambdaFunctionNode
Get the number of bvar elements in this ASTLambdaFunctionNode
getBytesFromResourceLocation(String) - Method in class org.sbml.jsbml.resources.Resource
Gets the byte data from a file at the given resource location.
getBytesFromStream(InputStream) - Method in class org.sbml.jsbml.resources.Resource
Gets the byte data from a file.
getCalculatedStoichiometry() - Method in class org.sbml.jsbml.SpeciesReference
This method computes the fraction of the stoichiometry and the denominator.
getCatalysis() - Static method in class org.sbml.jsbml.SBO
Modification of the velocity of a reaction by lowering the energy of the transition state.
getCatalyst() - Static method in class org.sbml.jsbml.SBO
Substance that accelerates the velocity of a chemical reaction without itself being consumed or transformed.
getCatalyticActivator() - Static method in class org.sbml.jsbml.SBO
 
getCategory() - Method in exception org.sbml.jsbml.SBMLError
Returns the category of the SBMLError
getCategory() - Method in exception org.sbml.jsbml.SBMLException
 
getCategory() - Method in class org.sbml.jsbml.util.Detail
 
getCharacter() - Method in class org.sbml.jsbml.ASTNode
Gets the value of this node as a single character.
getCharacters() - Method in class org.sbml.jsbml.xml.stax.SBMLObjectForXML
 
getCharacters() - Method in class org.sbml.jsbml.xml.XMLToken
Returns the text of this element.
getCharge() - Method in class org.sbml.jsbml.Species
Deprecated.
getCheckCategories() - Method in class org.sbml.jsbml.validator.offline.ValidationContext
Returns the list of all enabled check categories.
getChild(int) - Method in class org.sbml.jsbml.ASTNode
Gets a child of this node according to an index number.
getChild() - Method in class org.sbml.jsbml.math.ASTUnaryFunctionNode
Get the child of this node
getChild(int) - Method in class org.sbml.jsbml.xml.XMLNode
Returns the child XMLNode at index childIndex.
getChildAt(int) - Method in class org.sbml.jsbml.AbstractMathContainer
 
getChildAt(int) - Method in class org.sbml.jsbml.AbstractSBase
 
getChildAt(int) - Method in class org.sbml.jsbml.Annotation
 
getChildAt(int) - Method in class org.sbml.jsbml.ASTNode
 
getChildAt(int) - Method in class org.sbml.jsbml.Constraint
 
getChildAt(int) - Method in class org.sbml.jsbml.Creator
 
getChildAt(int) - Method in class org.sbml.jsbml.CVTerm
 
getChildAt(int) - Method in class org.sbml.jsbml.Event
 
getChildAt(int) - Method in class org.sbml.jsbml.History
 
getChildAt(int) - Method in class org.sbml.jsbml.KineticLaw
 
getChildAt(int) - Method in class org.sbml.jsbml.ListOf
 
getChildAt(int) - Method in class org.sbml.jsbml.math.AbstractASTNode
 
getChildAt(int) - Method in class org.sbml.jsbml.math.ASTBinaryFunctionNode
 
getChildAt(int) - Method in class org.sbml.jsbml.math.ASTBoolean
 
getChildAt(int) - Method in class org.sbml.jsbml.math.ASTFunction
 
getChildAt(int) - Method in class org.sbml.jsbml.math.ASTNumber
 
getChildAt(int) - Method in class org.sbml.jsbml.math.ASTUnaryFunctionNode
 
getChildAt(int) - Method in class org.sbml.jsbml.math.ASTUnknown
 
getChildAt(int) - Method in class org.sbml.jsbml.Model
 
getChildAt(int) - Method in class org.sbml.jsbml.Reaction
 
getChildAt(int) - Method in class org.sbml.jsbml.SBMLDocument
 
getChildAt(int) - Method in class org.sbml.jsbml.SpeciesReference
 
getChildAt(int) - Method in class org.sbml.jsbml.UnitDefinition
 
getChildAt(int) - Method in class org.sbml.jsbml.util.TreeNodeAdapter
 
getChildAt(int) - Method in class org.sbml.jsbml.xml.XMLNode
 
getChildCount() - Method in class org.sbml.jsbml.AbstractMathContainer
 
getChildCount() - Method in class org.sbml.jsbml.AbstractSBase
 
getChildCount() - Method in class org.sbml.jsbml.Annotation
 
getChildCount() - Method in class org.sbml.jsbml.ASTNode
 
getChildCount() - Method in class org.sbml.jsbml.Constraint
 
getChildCount() - Method in class org.sbml.jsbml.Creator
 
getChildCount() - Method in class org.sbml.jsbml.CVTerm
 
getChildCount() - Method in class org.sbml.jsbml.Event
 
getChildCount() - Method in class org.sbml.jsbml.History
 
getChildCount() - Method in class org.sbml.jsbml.KineticLaw
 
getChildCount() - Method in class org.sbml.jsbml.ListOf
 
getChildCount() - Method in class org.sbml.jsbml.math.ASTBoolean
 
getChildCount() - Method in class org.sbml.jsbml.math.ASTFunction
 
getChildCount() - Method in class org.sbml.jsbml.math.ASTNumber
 
getChildCount() - Method in class org.sbml.jsbml.math.ASTUnknown
 
getChildCount() - Method in class org.sbml.jsbml.Model
 
getChildCount() - Method in class org.sbml.jsbml.Reaction
 
getChildCount() - Method in class org.sbml.jsbml.SBMLDocument
 
getChildCount() - Method in class org.sbml.jsbml.SpeciesReference
 
getChildCount() - Method in class org.sbml.jsbml.UnitDefinition
 
getChildCount() - Method in class org.sbml.jsbml.util.TreeNodeAdapter
 
getChildCount() - Method in class org.sbml.jsbml.xml.XMLNode
 
getChildElement(String, String) - Method in class org.sbml.jsbml.xml.XMLNode
Gets the first direct child element of this XMLNode with the given local name and namespace.
getChildElements(String, String) - Method in class org.sbml.jsbml.xml.XMLNode
Gets all the direct children of this XMLNode with the given local name and namespace.
getChildren() - Method in class org.sbml.jsbml.ASTNode
Returns the list of children of the current ASTNode.
getChildren() - Method in class org.sbml.jsbml.math.ASTFunction
Returns the list of children of the current ASTFunction.
getChildren() - Method in class org.sbml.jsbml.ontology.Term
Returns a set of all the children Term.
getClassName() - Method in class org.sbml.jsbml.ASTNode
Returns the class name of the mathML element represented by this ASTNode.
getCode() - Method in exception org.sbml.jsbml.SBMLError
Returns the code of this SBMLError.
getCode() - Method in exception org.sbml.jsbml.SBMLException
 
getColumn() - Method in class org.sbml.jsbml.math.parser.SimpleCharStream
Deprecated.
getColumn() - Method in exception org.sbml.jsbml.SBMLError
Returns the column where this SBMLError happened.
getColumn() - Method in class org.sbml.jsbml.text.parser.SimpleCharStream
Deprecated.
getColumn() - Method in class org.sbml.jsbml.xml.XMLToken
Returns the column at which this XMLToken occurred in the input document or data stream.
getCompartment() - Method in interface org.sbml.jsbml.CompartmentalizedSBase
Returns the value of the referenced compartment.
getCompartment(int) - Method in class org.sbml.jsbml.Model
Gets the nth Compartment instance of the listOfCompartments.
getCompartment(String) - Method in class org.sbml.jsbml.Model
Gets the Compartment of the listOfCompartments which has 'id' as id.
getCompartment() - Method in class org.sbml.jsbml.Reaction
Only available if Level >= 3.
getCompartment() - Static method in class org.sbml.jsbml.SBO
Physical compartment.
getCompartment() - Method in class org.sbml.jsbml.Species
 
getCompartmentCount() - Method in class org.sbml.jsbml.Model
Returns the number of Compartments of this Model.
getCompartmentInstance() - Method in interface org.sbml.jsbml.CompartmentalizedSBase
Returns the Compartment that is referenced by this SBase.
getCompartmentInstance() - Method in class org.sbml.jsbml.Reaction
 
getCompartmentInstance() - Method in class org.sbml.jsbml.Species
 
getCompartmentType() - Method in class org.sbml.jsbml.Compartment
Deprecated.
Only defined in SBML Level 2 Versions 2 through 4.
getCompartmentType(int) - Method in class org.sbml.jsbml.Model
Deprecated.
Only valid in SBML Level 2 for Versions 2 through 4.
getCompartmentType(String) - Method in class org.sbml.jsbml.Model
Deprecated.
Only valid in SBML Level 2 for Versions 2 through 4.
getCompartmentTypeCount() - Method in class org.sbml.jsbml.Model
Deprecated.
using CompartmentType is not recommended, because this data structure is only valid in SBML Level 2 for Versions 2 through 4.
getCompartmentTypeInstance() - Method in class org.sbml.jsbml.Compartment
Deprecated.
getCompetitiveInhibitor() - Static method in class org.sbml.jsbml.SBO
Substance that decreases the probability of a chemical reaction, without itself being consumed or transformed by the reaction, by stericaly hindering the interaction between reactants.
getCompleteInhibitor() - Static method in class org.sbml.jsbml.SBO
 
getComplex() - Static method in class org.sbml.jsbml.SBO
 
getComplexAssembly() - Static method in class org.sbml.jsbml.SBO
Interaction between several biochemical entities that results in the formation of a non-covalent complex Also known as non-covalent binding
getConservationLaw() - Static method in class org.sbml.jsbml.SBO
 
getConstant() - Method in class org.sbml.jsbml.SpeciesReference
 
getConstant() - Method in class org.sbml.jsbml.Symbol
 
getConstant() - Method in interface org.sbml.jsbml.Variable
 
getConstantAvogadro(String) - Method in interface org.sbml.jsbml.math.compiler.ASTNode2Compiler
Creates an ASTNode2Value that represent's Avogadro's number.
getConstantAvogadro(String) - Method in class org.sbml.jsbml.math.compiler.FindUnitsCompiler
 
getConstantAvogadro(String) - Method in class org.sbml.jsbml.math.compiler.FormulaCompiler
 
getConstantAvogadro(String) - Method in class org.sbml.jsbml.math.compiler.LaTeXCompiler
 
getConstantAvogadro(String) - Method in class org.sbml.jsbml.math.compiler.UnitsCompiler
 
getConstantAvogadro(String) - Method in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
Creates an ASTNodeValue that represent's Avogadro's number.
getConstantAvogadro(String) - Method in class org.sbml.jsbml.util.compilers.FindUnitsCompiler
 
getConstantAvogadro(String) - Method in class org.sbml.jsbml.util.compilers.FormulaCompiler
 
getConstantAvogadro(String) - Method in class org.sbml.jsbml.util.compilers.LaTeXCompiler
 
getConstantAvogadro(String) - Method in class org.sbml.jsbml.util.compilers.MathMLCompiler
Deprecated.
 
getConstantAvogadro(String) - Method in class org.sbml.jsbml.util.compilers.UnitsCompiler
 
getConstantE() - Method in interface org.sbml.jsbml.math.compiler.ASTNode2Compiler
 
getConstantE() - Method in class org.sbml.jsbml.math.compiler.FindUnitsCompiler
 
getConstantE() - Method in class org.sbml.jsbml.math.compiler.FormulaCompiler
 
getConstantE() - Method in class org.sbml.jsbml.math.compiler.LaTeXCompiler
 
getConstantE() - Method in class org.sbml.jsbml.math.compiler.LibSBMLFormulaCompiler
 
getConstantE() - Method in class org.sbml.jsbml.math.compiler.UnitsCompiler
 
getConstantE() - Method in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
 
getConstantE() - Method in class org.sbml.jsbml.util.compilers.FindUnitsCompiler
 
getConstantE() - Method in class org.sbml.jsbml.util.compilers.FormulaCompiler
 
getConstantE() - Method in class org.sbml.jsbml.util.compilers.LaTeXCompiler
 
getConstantE() - Method in class org.sbml.jsbml.util.compilers.LibSBMLFormulaCompiler
 
getConstantE() - Method in class org.sbml.jsbml.util.compilers.MathMLCompiler
Deprecated.
 
getConstantE() - Method in class org.sbml.jsbml.util.compilers.UnitsCompiler
 
getConstantFalse() - Method in interface org.sbml.jsbml.math.compiler.ASTNode2Compiler
 
getConstantFalse() - Method in class org.sbml.jsbml.math.compiler.FindUnitsCompiler
 
getConstantFalse() - Method in class org.sbml.jsbml.math.compiler.FormulaCompiler
 
getConstantFalse() - Method in class org.sbml.jsbml.math.compiler.LaTeXCompiler
 
getConstantFalse() - Method in class org.sbml.jsbml.math.compiler.UnitsCompiler
 
getConstantFalse() - Method in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
 
getConstantFalse() - Method in class org.sbml.jsbml.util.compilers.FindUnitsCompiler
 
getConstantFalse() - Method in class org.sbml.jsbml.util.compilers.FormulaCompiler
 
getConstantFalse() - Method in class org.sbml.jsbml.util.compilers.LaTeXCompiler
 
getConstantFalse() - Method in class org.sbml.jsbml.util.compilers.MathMLCompiler
Deprecated.
 
getConstantFalse() - Method in class org.sbml.jsbml.util.compilers.UnitsCompiler
 
getConstantPi() - Method in interface org.sbml.jsbml.math.compiler.ASTNode2Compiler
 
getConstantPi() - Method in class org.sbml.jsbml.math.compiler.FindUnitsCompiler
 
getConstantPi() - Method in class org.sbml.jsbml.math.compiler.FormulaCompiler
 
getConstantPi() - Method in class org.sbml.jsbml.math.compiler.LaTeXCompiler
 
getConstantPi() - Method in class org.sbml.jsbml.math.compiler.UnitsCompiler
 
getConstantPi() - Method in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
 
getConstantPi() - Method in class org.sbml.jsbml.util.compilers.FindUnitsCompiler
 
getConstantPi() - Method in class org.sbml.jsbml.util.compilers.FormulaCompiler
 
getConstantPi() - Method in class org.sbml.jsbml.util.compilers.LaTeXCompiler
 
getConstantPi() - Method in class org.sbml.jsbml.util.compilers.MathMLCompiler
Deprecated.
 
getConstantPi() - Method in class org.sbml.jsbml.util.compilers.UnitsCompiler
 
getConstantTrue() - Method in interface org.sbml.jsbml.math.compiler.ASTNode2Compiler
 
getConstantTrue() - Method in class org.sbml.jsbml.math.compiler.FindUnitsCompiler
 
getConstantTrue() - Method in class org.sbml.jsbml.math.compiler.FormulaCompiler
 
getConstantTrue() - Method in class org.sbml.jsbml.math.compiler.LaTeXCompiler
 
getConstantTrue() - Method in class org.sbml.jsbml.math.compiler.UnitsCompiler
 
getConstantTrue() - Method in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
 
getConstantTrue() - Method in class org.sbml.jsbml.util.compilers.FindUnitsCompiler
 
getConstantTrue() - Method in class org.sbml.jsbml.util.compilers.FormulaCompiler
 
getConstantTrue() - Method in class org.sbml.jsbml.util.compilers.LaTeXCompiler
 
getConstantTrue() - Method in class org.sbml.jsbml.util.compilers.MathMLCompiler
Deprecated.
 
getConstantTrue() - Method in class org.sbml.jsbml.util.compilers.UnitsCompiler
 
getConstraint(int) - Method in class org.sbml.jsbml.Model
Gets the nth Constraint object in this Model.
getConstraintCount() - Method in class org.sbml.jsbml.Model
Returns the number of Constraints of this Model.
getConstraints() - Method in class org.sbml.jsbml.validator.offline.constraints.ConstraintGroup
Returns the members of the group.
getConstraintsCount() - Method in class org.sbml.jsbml.validator.offline.constraints.ConstraintGroup
Returns the number of constraints in this group
getConstraintsForAttribute(Class<?>, String, int, int) - Method in class org.sbml.jsbml.validator.offline.factory.ConstraintFactory
Returns all constraints which
getConstraintsForAttribute(Class<?>, String, int, int, Set<Class<?>>) - Method in class org.sbml.jsbml.validator.offline.factory.ConstraintFactory
Returns all constraints which
getConstraintsForClass(Class<?>, ValidationContext) - Method in class org.sbml.jsbml.validator.offline.factory.ConstraintFactory
 
getConstraintsForClass(Class<?>, SBMLValidator.CHECK_CATEGORY[], int, int) - Method in class org.sbml.jsbml.validator.offline.factory.ConstraintFactory
 
getConstraintsForClass(Class<?>, SBMLValidator.CHECK_CATEGORY[], int, int, Set<Class<?>>) - Method in class org.sbml.jsbml.validator.offline.factory.ConstraintFactory
 
getConstraintType() - Method in class org.sbml.jsbml.validator.offline.ValidationContext
Gets the Class on which the root constraint is typed.
getConsumption() - Static method in class org.sbml.jsbml.SBO
Decrease in amount of a material or conceptual entity.
getContinuousFramework() - Static method in class org.sbml.jsbml.SBO
 
getConversion() - Static method in class org.sbml.jsbml.SBO
Biochemical reaction that results in the modification of some covalent bonds.
getConversionFactor() - Method in class org.sbml.jsbml.Model
Returns the conversionFactor ID of this Model.
getConversionFactor() - Method in class org.sbml.jsbml.Species
 
getConversionFactorInstance() - Method in class org.sbml.jsbml.Model
Returns the Parameter instance which has the conversionFactorID of this Model as id.
getConversionFactorInstance() - Method in class org.sbml.jsbml.Species
 
getCreatedDate() - Method in class org.sbml.jsbml.History
Returns the createdDate from the History.
getCreator(int) - Method in class org.sbml.jsbml.History
Get the nth Creator object in this History.
getCreatorCount() - Method in class org.sbml.jsbml.History
Get the number of Creator objects in this History.
getCVTerm(int) - Method in class org.sbml.jsbml.AbstractSBase
 
getCVTerm(int) - Method in class org.sbml.jsbml.Annotation
Returns the CVTerm at the ith position in the list of CVTerms.
getCVTerm(int) - Method in interface org.sbml.jsbml.SBase
Returns the CVTerm instance at the position 'index' in the list of CVTerms of this object.
getCVTermCount() - Method in class org.sbml.jsbml.AbstractSBase
 
getCVTermCount() - Method in class org.sbml.jsbml.Annotation
Gives the number of CVTerms in this Annotation.
getCVTermCount() - Method in interface org.sbml.jsbml.SBase
Returns the number of CVTerms of this SBase.
getCVTerms() - Method in class org.sbml.jsbml.AbstractSBase
 
getCVTerms() - Method in interface org.sbml.jsbml.SBase
Returns the list of CVTerms of this object.
getDataType(ASTNode) - Static method in class org.sbml.jsbml.validator.offline.constraints.helper.ValidationTools
Returns the data type of an ASTNode.
getDeclaredNamespaces() - Method in class org.sbml.jsbml.AbstractSBase
 
getDeclaredNamespaces() - Method in class org.sbml.jsbml.Annotation
 
getDeclaredNamespaces() - Method in interface org.sbml.jsbml.SBase
Returns all the namespaces declared on this object.
getDefaultIndentChar() - Static method in class org.sbml.jsbml.xml.stax.SBMLWriter
Returns the default symbol to be used to indent new elements in the XML representation of SBML data structures.
getDefaultIndentCount() - Static method in class org.sbml.jsbml.xml.stax.SBMLWriter
Returns the default number of indent symbols to be concatenated at the beginning of a new block in an XML representation of SBML data structures.
getDefaultLevel() - Method in class org.sbml.jsbml.SBMLDocument
Returns the default SBML Level of new SBMLDocument objects.
getDefaultPossibleEnzymes() - Static method in class org.sbml.jsbml.SBO
Creates and returns a list of molecule types accepted as an enzyme by default.
getDefaultVersion() - Method in class org.sbml.jsbml.SBMLDocument
Returns the default Version of new SBMLDocument objects.
getDefinedSpecies(Reaction) - Static method in class org.sbml.jsbml.validator.offline.constraints.helper.ValidationTools
 
getDefinition() - Method in class org.sbml.jsbml.ontology.Term
Returns the definition of this Term, which is stored in the corresponding OBO file under the key def.
getDefinitionURIavogadro() - Static method in class org.sbml.jsbml.xml.parsers.MathMLParser
Deprecated.
 
getDefinitionURIdelay() - Static method in class org.sbml.jsbml.xml.parsers.MathMLParser
Deprecated.
 
getDefinitionURItime() - Static method in class org.sbml.jsbml.xml.parsers.MathMLParser
Deprecated.
 
getDefinitionURL() - Method in class org.sbml.jsbml.ASTNode
Returns the definitionURL
getDefinitionURL() - Method in class org.sbml.jsbml.math.ASTCiFunctionNode
Returns the definitionURL of the MathML element represented by this ASTCiFunctionNode
getDefinitionURL() - Method in class org.sbml.jsbml.math.ASTCiNumberNode
 
getDefinitionURL() - Method in class org.sbml.jsbml.math.ASTCSymbolAvogadroNode
 
getDefinitionURL() - Method in interface org.sbml.jsbml.math.ASTCSymbolBaseNode
Returns the definitionURL of the MathML element represented by this ASTCSymbolBaseNode
getDefinitionURL() - Method in class org.sbml.jsbml.math.ASTCSymbolDelayNode
 
getDefinitionURL() - Method in class org.sbml.jsbml.math.ASTCSymbolTimeNode
 
getDegradation() - Static method in class org.sbml.jsbml.SBO
Complete disappearance of a physical entity.
getDelay() - Method in class org.sbml.jsbml.Event
 
getDelayCount() - Method in class org.sbml.jsbml.Model
Returns the number of Delays of this Model.
getDenominator() - Method in class org.sbml.jsbml.ASTNode
Gets the value of the denominator of this node.
getDenominator() - Method in class org.sbml.jsbml.math.ASTCnRationalNode
Get the denominator value of this node.
getDenominator() - Method in class org.sbml.jsbml.SpeciesReference
Deprecated.
Use for Level 1 only.
getDerivedUnitDefinition() - Method in class org.sbml.jsbml.AbstractMathContainer
 
getDerivedUnitDefinition() - Method in class org.sbml.jsbml.AbstractNamedSBaseWithUnit
 
getDerivedUnitDefinition() - Method in class org.sbml.jsbml.Compartment
 
getDerivedUnitDefinition() - Method in class org.sbml.jsbml.Event
Deprecated.
getDerivedUnitDefinition() - Method in class org.sbml.jsbml.Reaction
 
getDerivedUnitDefinition() - Method in interface org.sbml.jsbml.SBaseWithDerivedUnit
Derives the unit of this quantity and tries to identify an equivalent UnitDefinition within the corresponding Model.
getDerivedUnitDefinition() - Method in class org.sbml.jsbml.Species
 
getDerivedUnitDefinition() - Method in class org.sbml.jsbml.SpeciesReference
 
getDerivedUnits() - Method in class org.sbml.jsbml.AbstractMathContainer
 
getDerivedUnits() - Method in class org.sbml.jsbml.AbstractNamedSBaseWithUnit
 
getDerivedUnits() - Method in class org.sbml.jsbml.Event
Deprecated.
getDerivedUnits() - Method in class org.sbml.jsbml.Reaction
 
getDerivedUnits() - Method in interface org.sbml.jsbml.SBaseWithDerivedUnit
Derives the unit of this quantity.
getDerivedUnits() - Method in class org.sbml.jsbml.Species
 
getDerivedUnits() - Method in class org.sbml.jsbml.SpeciesReference
 
getDerivedVariable() - Method in class org.sbml.jsbml.AlgebraicRule
Provides a convenient way to obtain the variable whose amount is determined by this rule.
getDetail() - Method in exception org.sbml.jsbml.SBMLError
 
getDiscreteFramework() - Static method in class org.sbml.jsbml.SBO
 
getDissociation() - Static method in class org.sbml.jsbml.SBO
Transformation of a non-covalent complex that results in the formation of several independent biochemical entities.
getDNA() - Static method in class org.sbml.jsbml.SBO
Polymer composed of nucleotides containing deoxyribose and linked by phosphodiester bonds.
getDNASegment() - Static method in class org.sbml.jsbml.SBO
Fragment or region of a DNA macromolecule.
getDocument() - Method in class org.sbml.jsbml.util.compilers.MathMLCompiler
Deprecated.
 
getDrug() - Static method in class org.sbml.jsbml.SBO
 
getElementByMetaId(String) - Method in class org.sbml.jsbml.AbstractSBase
 
getElementByMetaId(String) - Method in interface org.sbml.jsbml.SBase
Returns the first child element found that has the given metaid.
getElementByMetaId(String) - Method in class org.sbml.jsbml.SBMLDocument
Returns the SBase with the given metaid in this SBMLDocument or null if no such SBase is found.
getElementBySId(String) - Method in class org.sbml.jsbml.AbstractSBase
 
getElementBySId(String) - Method in class org.sbml.jsbml.Model
Returns an SBase element of the model that has the given 'id' as id or null if no element is found.
getElementBySId(String) - Method in interface org.sbml.jsbml.SBase
Returns the first child element found that has the given id.
getElementName() - Method in class org.sbml.jsbml.AbstractSBase
 
getElementName() - Method in class org.sbml.jsbml.AssignmentRule
 
getElementName() - Method in class org.sbml.jsbml.ListOf
 
getElementName() - Method in class org.sbml.jsbml.LocalParameter
 
getElementName() - Method in interface org.sbml.jsbml.SBase
Returns the XML element name of this object.
getElementName() - Method in class org.sbml.jsbml.SBMLDocument
 
getElementName() - Method in class org.sbml.jsbml.Species
 
getElementName() - Method in class org.sbml.jsbml.SpeciesReference
 
getElementName() - Method in class org.sbml.jsbml.util.ListOfWithName
Deprecated.
 
getElementNameEquivalent() - Method in enum org.sbml.jsbml.CVTerm.Qualifier
Returns a name corresponding to this Qualifier Object.
getElementNameEquivalent() - Method in enum org.sbml.jsbml.CVTerm.Type
Returns a name corresponding to this Type of qualifier Object.
getElementNameEquivalentToQualifier(CVTerm.Qualifier) - Static method in class org.sbml.jsbml.Annotation
Returns a String which represents the given CVTerm.Qualifier.
getElementNamespace() - Method in class org.sbml.jsbml.ext.AbstractASTNodePlugin
 
getElementNamespace() - Method in class org.sbml.jsbml.ext.AbstractSBasePlugin
 
getElementNamespace() - Method in interface org.sbml.jsbml.ext.ASTNodePlugin
Returns the XML namespace (URI) of the package extension of this plugin object.
getElementNamespace() - Method in interface org.sbml.jsbml.ext.SBasePlugin
Returns the XML namespace (URI) of the package extension of this plugin object.
getEmail() - Method in class org.sbml.jsbml.Creator
Returns the email from the Creator.
getEmptySet() - Static method in class org.sbml.jsbml.SBO
Empty set is used to represent the source of a creation process or the result of a degradation process.
getEnabledPackageNamespace(String) - Method in class org.sbml.jsbml.SBMLDocument
Return the package namespace enabled on this SBMLDocument or null if the package is not enabled.
getEncoding() - Method in class org.sbml.jsbml.ASTNode
Returns the encoding of the mathML element represented by this ASTNode.
getEncoding() - Method in class org.sbml.jsbml.math.ASTCSymbolAvogadroNode
 
getEncoding() - Method in class org.sbml.jsbml.math.ASTCSymbolDelayNode
 
getEncoding() - Method in interface org.sbml.jsbml.math.ASTCSymbolNode
Returns the encoding of the MathML element represented by this ASTCSymbolNode
getEncoding() - Method in class org.sbml.jsbml.math.ASTCSymbolTimeNode
 
getEndColumn() - Method in class org.sbml.jsbml.math.parser.SimpleCharStream
Get token end column number.
getEndColumn() - Method in class org.sbml.jsbml.text.parser.SimpleCharStream
Get token end column number.
getEndLine() - Method in class org.sbml.jsbml.math.parser.SimpleCharStream
Get token end line number.
getEndLine() - Method in class org.sbml.jsbml.text.parser.SimpleCharStream
Get token end line number.
getEnthalpyChange() - Static method in class org.sbml.jsbml.SBO
Change in enthalpy observed in the constituents of a thermodynamic system when undergoing a transformation or chemical reaction.
getEntity() - Static method in class org.sbml.jsbml.SBO
 
getEntropyChange() - Static method in class org.sbml.jsbml.SBO
The increase or decrease of the entropy of a system.
getEnzymaticCatalysis() - Static method in class org.sbml.jsbml.SBO
 
getEquilibriumConstant() - Static method in class org.sbml.jsbml.SBO
Quantity characterizing a chemical equilibrium in a chemical reaction, which is a useful tool to determine the concentration of various reactants or products in a system where chemical equilibrium occurs.
getError(int) - Method in class org.sbml.jsbml.SBMLDocument
Returns the ith error or warning encountered during consistency checking.
getError(long) - Method in class org.sbml.jsbml.SBMLErrorLog
Returns the nth SBMLError object in this log.
getErrorCode() - Method in class org.sbml.jsbml.validator.offline.constraints.AbstractConstraint
 
getErrorCode() - Method in interface org.sbml.jsbml.validator.offline.constraints.AnyConstraint
Returns the error code from this constraints.
getErrorCount() - Method in class org.sbml.jsbml.SBMLDocument
Returns the number of errors or warnings encountered during consistency checking.
getErrorCount() - Method in class org.sbml.jsbml.SBMLErrorLog
Returns the number of errors that have been logged.
getErrorId() - Method in exception org.sbml.jsbml.xml.XMLException
 
getErrorLog() - Method in class org.sbml.jsbml.SBMLDocument
Returns a collection of all SBMLErrors reflecting problems in the overall data structure of this SBMLDocument.
getErrorLog() - Method in class org.sbml.jsbml.validator.offline.LoggingValidationContext
Gets the SBMLErrorLog of this context.
getErrorsBySeverity(SBMLError.SEVERITY) - Method in class org.sbml.jsbml.SBMLErrorLog
 
getEssentialActivator() - Static method in class org.sbml.jsbml.SBO
 
getEvent(int) - Method in class org.sbml.jsbml.Model
Gets the nth Event object in this Model.
getEvent(String) - Method in class org.sbml.jsbml.Model
Gets the Event which as the given id as id.
getEvent() - Static method in class org.sbml.jsbml.SBO
 
getEventAssignment(int) - Method in class org.sbml.jsbml.Event
Gets an element from the listOfEventAssignments at the given index.
getEventAssignment(String) - Method in class org.sbml.jsbml.Event
Gets an element from the listOfEventAssignments, with the given id.
getEventAssignmentCount() - Method in class org.sbml.jsbml.Event
Returns the number of EventAssignments in this Event.
getEventAssignmentCount() - Method in class org.sbml.jsbml.Model
Returns the number of EventAssignments of this Model.
getEventCount() - Method in class org.sbml.jsbml.Model
Returns the number of Events of this Model.
getExcerpt() - Method in exception org.sbml.jsbml.SBMLError
Returns a fragment of the original XML file that induced the error.
getExponent() - Method in class org.sbml.jsbml.ASTNode
Gets the exponent value of this ASTNode.
getExponent() - Method in class org.sbml.jsbml.math.ASTCnExponentialNode
Get the exponent value of this node.
getExponent() - Method in class org.sbml.jsbml.math.ASTPowerNode
Get the exponent of this ASTPowerNode
getExponent() - Method in class org.sbml.jsbml.Unit
 
getExponentAsDouble() - Method in class org.sbml.jsbml.Unit
Deprecated.
getExtendedASTNode() - Method in class org.sbml.jsbml.ext.AbstractASTNodePlugin
 
getExtendedASTNode() - Method in interface org.sbml.jsbml.ext.ASTNodePlugin
Returns the object that is extended by this plug-in.
getExtendedSBase() - Method in class org.sbml.jsbml.ext.AbstractSBasePlugin
 
getExtendedSBase() - Method in interface org.sbml.jsbml.ext.SBasePlugin
Returns the SBase object that is extended by this plug-in.
getExtension(String) - Method in class org.sbml.jsbml.AbstractSBase
 
getExtension(String) - Method in class org.sbml.jsbml.ASTNode
Returns the ASTNodePlugin object which matches this package name or URI.
getExtension(String) - Method in interface org.sbml.jsbml.SBase
Returns the SBasePlugin extension object which matches this package name or URI.
getExtensionCount() - Method in class org.sbml.jsbml.AbstractSBase
 
getExtensionCount() - Method in class org.sbml.jsbml.ASTNode
Returns the number of ASTNodePlugins of this ASTNode.
getExtensionCount() - Method in interface org.sbml.jsbml.SBase
Returns the number of SBasePlugins of this SBase.
getExtensionPackages() - Method in class org.sbml.jsbml.AbstractSBase
 
getExtensionPackages() - Method in class org.sbml.jsbml.ASTNode
Returns the map containing all the ASTNodePlugin extension objects of this ASTNode.
getExtensionPackages() - Method in interface org.sbml.jsbml.SBase
Returns the map containing all the SBasePlugin extension objects of this SBase.
getExtentUnits() - Method in class org.sbml.jsbml.Model
Returns the extent units ID of this Model.
getExtentUnitsInstance() - Method in class org.sbml.jsbml.Model
Returns the UnitDefinition instance which has the extent units ID of this Model as id.
getFamilyName() - Method in class org.sbml.jsbml.Creator
Returns the familyName from the Creator.
getFast() - Method in class org.sbml.jsbml.Reaction
Deprecated.
getFile() - Method in class org.sbml.jsbml.SBMLErrorLog
Returns the file containing the xml error log representation.
getFilters() - Method in class org.sbml.jsbml.util.filters.AndFilter
 
getFirst() - Method in class org.sbml.jsbml.ListOf
Returns the first element in this list.
getFirstElementIndex(XMLNode) - Method in class org.sbml.jsbml.AbstractSBase
Return the index of the first child of type 'Element' for the given XMLNode.
getFormats(String) - Method in class org.sbml.jsbml.util.XMLResourceBundleControl
 
getFormula() - Method in class org.sbml.jsbml.AbstractMathContainer
Deprecated.
getFormula() - Method in interface org.sbml.jsbml.MathContainer
Deprecated.
As this is part of SBML Level 1, it is strongly recommended not to work with the String representation of a formula, but to deal with a more flexible ASTNode.
getFromCache(int) - Method in class org.sbml.jsbml.validator.offline.constraints.AbstractConstraintDeclaration
 
getFullAnnotation() - Method in class org.sbml.jsbml.Annotation
 
getFullAnnotationString() - Method in class org.sbml.jsbml.Annotation
 
getFunctionalCompartment() - Static method in class org.sbml.jsbml.SBO
 
getFunctionalEntity() - Static method in class org.sbml.jsbml.SBO
 
getFunctionDefinition(int) - Method in class org.sbml.jsbml.Model
Gets the nth FunctionDefinition instance of the listOfFunctionDefinitions.
getFunctionDefinition(String) - Method in class org.sbml.jsbml.Model
Returns the FunctionDefinition of the Model.listOfFunctionDefinitions which has 'id' as id.
getFunctionDefinitionCount() - Method in class org.sbml.jsbml.Model
Returns the number of FunctionDefinitions of this Model.
getGene() - Static method in class org.sbml.jsbml.SBO
A gene is an informational molecule segment.
getGeneCodingRegion() - Static method in class org.sbml.jsbml.SBO
 
getGeneric() - Static method in class org.sbml.jsbml.SBO
 
getGeneticInteraction() - Static method in class org.sbml.jsbml.SBO
A phenomenon whereby an observed phenotype, qualitative or quantative, is not explainable by the simple additive effects of the individual gene pertubations alone.
getGibbsFreeEnergyChange() - Static method in class org.sbml.jsbml.SBO
The increase or decrease of the Gibbs free energy of a system.
getGivenName() - Method in class org.sbml.jsbml.Creator
Returns the givenName from the Creator.
getHashMap() - Method in class org.sbml.jsbml.validator.offline.ValidationContext
Constraints can use this HashMap to store additional information.
getHasOnlySubstanceUnits() - Method in class org.sbml.jsbml.Species
 
getHillEquation() - Static method in class org.sbml.jsbml.SBO
 
getHistory() - Method in class org.sbml.jsbml.AbstractSBase
 
getHistory() - Method in class org.sbml.jsbml.Annotation
Returns the History of the Annotation.
getHistory() - Method in interface org.sbml.jsbml.SBase
Returns the History instance of this object.
getId() - Method in class org.sbml.jsbml.AbstractSBase
 
getId() - Method in class org.sbml.jsbml.ASTNode
Returns the id of the mathML element represented by this ASTNode.
getId() - Method in class org.sbml.jsbml.math.AbstractASTNode
 
getId() - Method in interface org.sbml.jsbml.math.ASTNode2
Get the id of this node
getId() - Method in class org.sbml.jsbml.math.ASTUnknown
 
getId() - Method in interface org.sbml.jsbml.NamedSBase
Returns the id of the element if it is set, an empty string otherwise.
getId() - Method in class org.sbml.jsbml.ontology.Term
Returns the SBO identifier of this Term, for instance: SBO:0000031.
getId() - Method in interface org.sbml.jsbml.SBase
Returns the id of the element if it is set, an empty string otherwise.
getId() - Method in class org.sbml.jsbml.util.filters.AssignmentVariableFilter
 
getId() - Method in class org.sbml.jsbml.util.filters.IdFilter
Returns the id that will be searched for by the filter.
getId() - Method in class org.sbml.jsbml.util.filters.NameFilter
Returns the id.
getId() - Method in class org.sbml.jsbml.util.filters.SIdFilter
Returns the id that will be searched for by the filter.
getIdManager(SBase) - Method in class org.sbml.jsbml.AbstractSBase
Returns an IdManager that can register the given SBase.
getIdOrName(NamedSBase) - Static method in class org.sbml.jsbml.util.SBMLtools
 
GetImage() - Method in class org.sbml.jsbml.math.parser.SimpleCharStream
Get token literal value.
GetImage() - Method in class org.sbml.jsbml.text.parser.SimpleCharStream
Get token literal value.
getIndent() - Method in class org.sbml.jsbml.xml.parsers.MathMLParser
Deprecated.
 
getIndent() - Method in class org.sbml.jsbml.xml.parsers.MathMLStaxParser
Returns the indent
getIndentationChar() - Method in class org.sbml.jsbml.SBMLWriter
Gives the symbol that is used to indent the SBML output for a better structure and to improve human-readability.
getIndentationChar() - Method in class org.sbml.jsbml.xml.stax.SBMLWriter
Gives the symbol that is used to indent the SBML output for a better structure and to improve human-readability.
getIndentationCount() - Method in class org.sbml.jsbml.SBMLWriter
Gives the number of indent symbols that are inserted in a line to better structure the SBML output.
getIndentationCount() - Method in class org.sbml.jsbml.xml.stax.SBMLWriter
Gives the number of indent symbols that are inserted in a line to better structure the SBML output.
getIndenting() - Method in class org.sbml.jsbml.xml.parsers.MathMLParser
Deprecated.
 
getIndenting() - Method in class org.sbml.jsbml.xml.parsers.MathMLStaxParser
Returns true if indenting
getIndex(TreeNode) - Method in class org.sbml.jsbml.AbstractTreeNode
 
getIndex(TreeNode) - Method in class org.sbml.jsbml.math.ASTUnknown
 
getIndex(String) - Method in class org.sbml.jsbml.xml.XMLAttributes
Returns the index of an attribute with the given name.
getIndex(String, String) - Method in class org.sbml.jsbml.xml.XMLAttributes
Returns the index of an attribute with the given local name and namespace URI.
getIndex(XMLTriple) - Method in class org.sbml.jsbml.xml.XMLAttributes
Returns the index of an attribute with the given XMLTriple.
getIndex(String) - Method in class org.sbml.jsbml.xml.XMLNamespaces
Gets the index of an XML namespace declaration by URI.
getIndexByPrefix(String) - Method in class org.sbml.jsbml.xml.XMLNamespaces
Gets the index of an XML namespace declaration by prefix.
getInhibition() - Static method in class org.sbml.jsbml.SBO
Negative modulation of the execution of a process.
getInhibitor() - Static method in class org.sbml.jsbml.SBO
Substance that decreases the probability of a chemical reaction without itself being consumed or transformed by the reaction.
getInitialAmount() - Method in class org.sbml.jsbml.Species
 
getInitialAssignment(int) - Method in class org.sbml.jsbml.Model
Gets the nth InitialAssignment object in this Model.
getInitialAssignment(String) - Method in class org.sbml.jsbml.Model
Deprecated.
getInitialAssignmentById(String) - Method in class org.sbml.jsbml.Model
Returns the InitialAssignment of the Model.listOfInitialAssignments whose id attribute, has the given id as identifier.
getInitialAssignmentBySymbol(String) - Method in class org.sbml.jsbml.Model
Returns the InitialAssignment of the Model.listOfInitialAssignments whose symbol attribute, i.e., whose Variable has the given variable as identifier.
getInitialAssignmentCount() - Method in class org.sbml.jsbml.Model
Returns the number of InitialAssignments of this Model.
getInitialConcentration() - Method in class org.sbml.jsbml.Species
 
getInitialValue() - Method in class org.sbml.jsbml.Trigger
 
getInstance() - Static method in class org.sbml.jsbml.math.ASTUnknown
 
getInstance() - Static method in class org.sbml.jsbml.resources.Resource
 
getInstance() - Static method in class org.sbml.jsbml.util.JAXPFacade
Creates and returns a new JAXPFacade.
getInstance(String) - Static method in class org.sbml.jsbml.validator.offline.constraints.AbstractConstraintDeclaration
 
getInstance() - Static method in class org.sbml.jsbml.validator.offline.factory.ConstraintFactory
Returns the ConstraintFactory singleton instance.
getInteger() - Method in class org.sbml.jsbml.ASTNode
Gets the value of this node as an integer.
getInteger() - Method in class org.sbml.jsbml.math.ASTCnIntegerNode
Get the integer value of this node.
getInteger(ASTNode) - Method in class org.sbml.jsbml.math.parser.FormulaParser
 
getInteger(ASTNode2) - Method in class org.sbml.jsbml.math.parser.FormulaParserASTNode2
 
getInteger(ASTNode) - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3
 
getInteger(ASTNode2) - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2
 
getInteger(ASTNode) - Method in class org.sbml.jsbml.text.parser.CobraFormulaParser
 
getInteger(ASTNode) - Method in class org.sbml.jsbml.text.parser.FormulaParser
 
getInteger(ASTNode2) - Method in class org.sbml.jsbml.text.parser.FormulaParserASTNode2
 
getInteger(ASTNode) - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3
 
getInteger(ASTNode2) - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2
 
getInteraction() - Static method in class org.sbml.jsbml.SBO
 
getIon() - Static method in class org.sbml.jsbml.SBO
 
getIonChannel() - Static method in class org.sbml.jsbml.SBO
 
getIonicStrength() - Static method in class org.sbml.jsbml.SBO
A combined (weighted) measure of the concentration of all electrolytes present in a solution.
getIrreversibleInhibitor() - Static method in class org.sbml.jsbml.SBO
An inhibitor which binds irreversibly with the enzyme such that it cannot be removed, and abolishes enzymatic function.
getJSBMLDottedVersion() - Static method in class org.sbml.jsbml.JSBML
Returns the JSBML version as a string of the form '1.2.3'.
getJSBMLVersion() - Static method in class org.sbml.jsbml.JSBML
Returns the JSBML version as an integer: version 1.2.3 becomes 123.
getJSBMLVersionString() - Static method in class org.sbml.jsbml.JSBML
Returns the JSBML version as a string: version 1.2.3 becomes '123'.
getKey() - Method in class org.sbml.jsbml.util.Pair
 
getKeys() - Method in class org.sbml.jsbml.util.XMLResourceBundleControl.XMLResourceBundle
 
getKind() - Method in class org.sbml.jsbml.Unit
 
getKineticConstant() - Static method in class org.sbml.jsbml.SBO
 
getKineticLaw() - Method in class org.sbml.jsbml.Reaction
 
getKineticLawCount() - Method in class org.sbml.jsbml.Model
Returns the number of KineticLaws of this Model.
getL() - Method in class org.sbml.jsbml.util.ValuePair
 
getLang() - Method in class org.sbml.jsbml.util.Message
 
getLast() - Method in class org.sbml.jsbml.ListOf
Returns the last element in this list.
getLastElementOf(ListOf<? extends T>) - Method in class org.sbml.jsbml.Model
Returns the last element added in the given list.
getLastIndexOf(XMLNode, String, String) - Method in class org.sbml.jsbml.xml.parsers.SBMLRDFAnnotationParser
 
getLeftChild() - Method in class org.sbml.jsbml.ASTNode
Gets the left child of this node.
getLeftChild() - Method in class org.sbml.jsbml.math.ASTBinaryFunctionNode
Get the left child of this ASTBinaryFunctionNode
getLength() - Method in class org.sbml.jsbml.xml.XMLAttributes
Returns the number of attributes in the set.
getLength() - Method in class org.sbml.jsbml.xml.XMLNamespaces
Returns the total number of URI-and-prefix pairs stored in this particular XMLNamespaces instance.
getLengthUnits() - Method in class org.sbml.jsbml.Model
Returns the length units ID of this Model.
getLengthUnitsInstance() - Method in class org.sbml.jsbml.Model
Returns the length units of this Model as a UnitDefinition.
getLevel() - Method in class org.sbml.jsbml.AbstractSBase
 
getLevel() - Method in class org.sbml.jsbml.ext.AbstractASTNodePlugin
 
getLevel() - Method in class org.sbml.jsbml.ext.AbstractSBasePlugin
 
getLevel() - Method in interface org.sbml.jsbml.ext.ASTNodePlugin
Returns the SBML level of this plugin object.
getLevel() - Method in interface org.sbml.jsbml.ext.SBasePlugin
Returns the SBML level of this plugin object.
getLevel() - Method in class org.sbml.jsbml.math.compiler.ASTNode2Value
Returns the level of the SBML document that was the basis to create this ASTNode2Value.
getLevel() - Method in interface org.sbml.jsbml.SBase
Returns the SBML Level of the overall SBML document.
getLevel() - Method in class org.sbml.jsbml.util.compilers.ASTNodeValue
Returns the level of the SBML document that was the basis to create this ASTNodeValue.
getLevel() - Method in class org.sbml.jsbml.util.compilers.MathMLCompiler
Deprecated.
 
getLevel() - Method in class org.sbml.jsbml.validator.offline.ValidationContext
Returns the used level of SBML
getLevelAndVersion() - Method in class org.sbml.jsbml.AbstractSBase
 
getLevelAndVersion() - Method in interface org.sbml.jsbml.SBase
Returns the Level and Version combination of this SBase.
getLevelAndVersion() - Method in class org.sbml.jsbml.validator.offline.ValidationContext
This value determines which constraints will be loaded and in which way broken constraints will be logged.
getLine() - Method in class org.sbml.jsbml.math.parser.SimpleCharStream
Deprecated.
getLine() - Method in exception org.sbml.jsbml.SBMLError
Returns the line where this SBMLError happened.
getLine() - Method in class org.sbml.jsbml.text.parser.SimpleCharStream
Deprecated.
getLine() - Method in class org.sbml.jsbml.xml.XMLToken
Returns the line at which this XMLToken occurred in the input document or data stream.
getListOfCompartments() - Method in class org.sbml.jsbml.Model
Returns the listOfCompartments of this Model.
getListOfCompartmentTypes() - Method in class org.sbml.jsbml.Model
Deprecated.
Only valid in SBML Level 2 for Versions 2 through 4.
getListOfConstraints() - Method in class org.sbml.jsbml.Model
Returns the listOfConstraints of this Model.
getListOfCount() - Method in class org.sbml.jsbml.Model
Returns the number of ListOfs of this Model.
getListOfCreators() - Method in class org.sbml.jsbml.History
Get the list of Creator objects in this History.
getListOfCVTerms() - Method in class org.sbml.jsbml.Annotation
Returns the list of CVTerms.
getListOfErrors() - Method in class org.sbml.jsbml.SBMLDocument
Returns a collection of all SBMLErrors reflecting problems in the overall data structure of this SBMLDocument.
getListOfEventAssignments() - Method in class org.sbml.jsbml.Event
Returns the listOfEventAssignments.
getListOfEvents() - Method in class org.sbml.jsbml.Model
Returns the listOfEvents of this Model.
getListOfFunctionDefinitions() - Method in class org.sbml.jsbml.Model
Returns the listOfFunctionDefinitions of this Model.
getListOfInitialAssignments() - Method in class org.sbml.jsbml.Model
Returns the listOfInitialAssignments of this Model.
getListOfLocalParameters() - Method in class org.sbml.jsbml.KineticLaw
 
getListOfModifiedDates() - Method in class org.sbml.jsbml.History
Get the list of modifiedDate objects in this History.
getListOfModifiers() - Method in class org.sbml.jsbml.Reaction
 
getListOfNestedCVTerms() - Method in class org.sbml.jsbml.CVTerm
getListOfNodes() - Method in class org.sbml.jsbml.ASTNode
Returns the list of children of the current ASTNode.
getListOfNodes(Filter) - Method in class org.sbml.jsbml.ASTNode
Returns the list of children of the current ASTNode that satisfy the given filter.
getListOfNodes() - Method in class org.sbml.jsbml.math.ASTFunction
Returns the list of children of the current ASTFunction.
getListOfNodes(Filter) - Method in class org.sbml.jsbml.math.ASTFunction
Returns the list of children of the current ASTFunction that satisfy the given filter.
getListOfParameters() - Method in class org.sbml.jsbml.KineticLaw
getListOfParameters() - Method in class org.sbml.jsbml.Model
Returns the Model.listOfParameters of this Model.
getListOfPredefinedUnitDefinitions() - Method in class org.sbml.jsbml.Model
Returns the list of predefined UnitDefinition.
getListOfProducts() - Method in class org.sbml.jsbml.Reaction
 
getListOfReactants() - Method in class org.sbml.jsbml.Reaction
 
getListOfReactions() - Method in class org.sbml.jsbml.Model
Returns the listOfReactions of this Model.
getListOfRules() - Method in class org.sbml.jsbml.Model
Returns the listOfRules of this Model.
getListOfSBMLElementsToWrite(Object) - Method in class org.sbml.jsbml.xml.parsers.AbstractReaderWriter
 
getListOfSBMLElementsToWrite(Object) - Method in class org.sbml.jsbml.xml.parsers.MathMLParser
Deprecated.
 
getListOfSBMLElementsToWrite(Object) - Method in class org.sbml.jsbml.xml.parsers.SBMLCoreParser
 
getListOfSBMLElementsToWrite(Object) - Method in interface org.sbml.jsbml.xml.parsers.WritingParser
Returns the list of children of the objectToWrite.
getListOfSemanticsAnnotations() - Method in class org.sbml.jsbml.ASTNode
Returns the list of semantics annotations of this node.
getListOfSpecies() - Method in class org.sbml.jsbml.Model
Returns the Model.listOfSpecies of this Model.
getListOfSpeciesTypes() - Method in class org.sbml.jsbml.Model
Deprecated.
Only valid in SBML Level 2 for Versions 2 through 4.
getListOfTreeNodeChangeListeners() - Method in class org.sbml.jsbml.AbstractTreeNode
 
getListOfTreeNodeChangeListeners() - Method in class org.sbml.jsbml.math.ASTUnknown
 
getListOfTreeNodeChangeListeners() - Method in interface org.sbml.jsbml.util.TreeNodeWithChangeSupport
Returns all TreeNodeChangeListeners that are assigned to this element.
getListOfUnitDefinitions() - Method in class org.sbml.jsbml.Model
Returns the listOfUnitDefinitions of this Model.
getListOfUnits() - Method in class org.sbml.jsbml.UnitDefinition
 
getLocalParameter(int) - Method in class org.sbml.jsbml.KineticLaw
 
getLocalParameter(String) - Method in class org.sbml.jsbml.KineticLaw
 
getLocalParameterCount() - Method in class org.sbml.jsbml.KineticLaw
 
getLocalParameterCount() - Method in class org.sbml.jsbml.Model
Returns the number of parameters that are contained within kineticLaws in the reactions of this model.
getLogger() - Method in class org.sbml.jsbml.util.SimpleTreeNodeChangeListener
 
getLogicalFramework() - Static method in class org.sbml.jsbml.SBO
 
getMacromolecule() - Static method in class org.sbml.jsbml.SBO
Returns the SBO term id for macromolecule.
getManager() - Static method in class org.sbml.jsbml.xml.parsers.ParserManager
Returns the ParserManager.
getMantissa() - Method in class org.sbml.jsbml.ASTNode
Gets the mantissa value of this node.
getMantissa() - Method in class org.sbml.jsbml.math.ASTCnExponentialNode
Get the mantissa value of this node.
getMatching() - Method in class org.sbml.jsbml.validator.OverdeterminationValidator
Returns the determined matching
getMaterialEntity() - Static method in class org.sbml.jsbml.SBO
 
getMath() - Method in class org.sbml.jsbml.AbstractMathContainer
 
getMath() - Method in interface org.sbml.jsbml.MathContainer
If MathContainer.isSetMath() returns true, this method returns the ASTNode belonging to this MathContainer.
getMathContainerCount() - Method in class org.sbml.jsbml.Model
Returns the number of elements that can contain math in the Model .
getMathematicalExpression() - Static method in class org.sbml.jsbml.SBO
 
getMathMLClass() - Method in class org.sbml.jsbml.math.AbstractASTNode
 
getMathMLClass() - Method in interface org.sbml.jsbml.math.ASTNode2
Returns the class of the MathML element represented by this ASTNode2
getMathMLClass() - Method in class org.sbml.jsbml.math.ASTUnknown
 
getMathMLString() - Method in class org.sbml.jsbml.AbstractMathContainer
 
getMathMLString() - Method in interface org.sbml.jsbml.MathContainer
If MathContainer.isSetMath() returns true, this method returns the corresponding MathML String, otherwise an empty String will be returned.
getMessage() - Method in class org.sbml.jsbml.Constraint
Returns the message of this Constraint.
getMessage() - Method in error org.sbml.jsbml.math.parser.TokenMgrError
You can also modify the body of this method to customize your error messages.
getMessage() - Method in exception org.sbml.jsbml.SBMLError
Returns the message of the SBMLError
getMessage() - Method in error org.sbml.jsbml.text.parser.TokenMgrError
You can also modify the body of this method to customize your error messages.
getMessage() - Method in class org.sbml.jsbml.util.Message
 
getMessageInstance() - Method in exception org.sbml.jsbml.SBMLError
Returns the full Message.
getMessageString() - Method in class org.sbml.jsbml.Constraint
Returns the message of this Constraint as an XML String.
getMessengerRNA() - Static method in class org.sbml.jsbml.SBO
 
getMetaId() - Method in class org.sbml.jsbml.AbstractSBase
 
getMetaId() - Method in interface org.sbml.jsbml.SBase
Returns the metaid of this element.
getMetaId() - Method in class org.sbml.jsbml.util.filters.MetaIdFilter
Returns the metaid that will be searched for by the filter.
getModel() - Method in class org.sbml.jsbml.AbstractSBase
 
getModel() - Method in interface org.sbml.jsbml.SBase
Returns the Model object in which the current SBase is located.
getModel() - Method in class org.sbml.jsbml.SBMLDocument
Returns the model of this SBMLDocument.
getModel() - Method in class org.sbml.jsbml.util.ModelBuilder
 
getModelHistory() - Method in class org.sbml.jsbml.Model
Deprecated.
getModellingFramework() - Static method in class org.sbml.jsbml.SBO
 
getModelQualifierFor(String) - Static method in enum org.sbml.jsbml.CVTerm.Qualifier
 
getModelQualifierType() - Method in class org.sbml.jsbml.CVTerm
Returns the CVTerm.Qualifier for this CVTerm, only if it if of type CVTerm.Type.MODEL_QUALIFIER, null otherwise.
getModifiedDate() - Method in class org.sbml.jsbml.History
Returns the modifiedDate from the History.
getModifiedDate(int) - Method in class org.sbml.jsbml.History
Get the nth Date object in the list of ModifiedDates in this History.
getModifiedDateCount() - Method in class org.sbml.jsbml.History
Get the number of ModifiedDate objects in this History.
getModifier(int) - Method in class org.sbml.jsbml.Reaction
 
getModifier(String) - Method in class org.sbml.jsbml.Reaction
Searches the first ModifierSpeciesReference in the Reaction.listOfModifiers of this Reaction with the given identifier.
getModifier() - Static method in class org.sbml.jsbml.SBO
Substance that changes the velocity of a process without itself being consumed or transformed by the reaction.
getModifierCount() - Method in class org.sbml.jsbml.Reaction
 
getModifierForSpecies(String) - Method in class org.sbml.jsbml.Reaction
Returns the first ModifierSpeciesReference in the Reaction.listOfModifiers of this Reaction whose 'species' attribute points to a Species with the given identifier.
getModifierSpeciesReferenceCount() - Method in class org.sbml.jsbml.Model
Returns the number of ModifierSpeciesReferences in the Model.
getModifierSpeciesReferences() - Method in class org.sbml.jsbml.Model
Returns all ModifierSpeciesReferences, registered in any Reaction.
getModifierUnknownActivity() - Static method in class org.sbml.jsbml.SBO
A modifier whose activity is not known or has not been specified.
getModulation() - Static method in class org.sbml.jsbml.SBO
Modification of the execution of an event or a process.
getMolecularInteraction() - Static method in class org.sbml.jsbml.SBO
Relationship between molecular entities, based on contacts, direct or indirect.
getMultiplier() - Method in class org.sbml.jsbml.Unit
 
getName() - Method in class org.sbml.jsbml.AbstractSBase
 
getName() - Method in class org.sbml.jsbml.ASTNode
Gets the name of this node.
getName() - Method in class org.sbml.jsbml.math.ASTCiNumberNode
Deprecated.
getName() - Method in class org.sbml.jsbml.math.ASTCSymbolAvogadroNode
 
getName() - Method in interface org.sbml.jsbml.math.ASTCSymbolBaseNode
Returns the name of the MathML element represented by this ASTCSymbolBaseNode
getName() - Method in class org.sbml.jsbml.math.ASTCSymbolTimeNode
 
getName() - Method in class org.sbml.jsbml.math.ASTFunction
Returns the name of the MathML element represented by this ASTFunction
getName() - Method in interface org.sbml.jsbml.NamedSBase
Returns the name of the element if it is set, an empty string otherwise.
getName() - Method in class org.sbml.jsbml.ontology.Term
Returns the name of this Term, i.e., a very short characterization.
getName() - Method in interface org.sbml.jsbml.SBase
Returns the name of the element if it is set, an empty string otherwise.
getName() - Method in enum org.sbml.jsbml.Unit.Kind
Returns the name of this unit kind.
getName() - Method in class org.sbml.jsbml.util.filters.NameFilter
Returns the name.
getName() - Method in class org.sbml.jsbml.util.Option
 
getName() - Method in class org.sbml.jsbml.validator.offline.constraints.helper.CycleDetectionTreeNode
 
getName() - Method in class org.sbml.jsbml.xml.stax.SBMLObjectForXML
 
getName(int) - Method in class org.sbml.jsbml.xml.XMLAttributes
Returns the local name of an attribute in this XMLAttributes set (by position).
getName() - Method in class org.sbml.jsbml.xml.XMLToken
Returns the (unqualified) name of this XML element.
getName() - Method in class org.sbml.jsbml.xml.XMLTriple
Returns the name portion of this XMLTriple.
getNamedSBaseCount() - Method in class org.sbml.jsbml.Model
Returns the number of NamedSBases in the Model, so elements that can have a name in SBML L3V1 or below.
getNamedSBaseWithDerivedUnitCount() - Method in class org.sbml.jsbml.Model
Returns the number of NamedSBaseWithDerivedUnits in the Model, so elements that can have a name and a derived unit in SBML L3V1 or below.
getNameOrID(NamedSBase) - Method in class org.sbml.jsbml.math.compiler.LaTeXCompiler
If the field printNameIfAvailable is false this method returns a the id of the given SBase.
getNameOrID(NamedSBase) - Method in class org.sbml.jsbml.util.compilers.LaTeXCompiler
If the field printNameIfAvailable is false this method returns a the id of the given SBase.
getNameOrId(NamedSBase) - Static method in class org.sbml.jsbml.util.SBMLtools
 
getNamespace() - Method in class org.sbml.jsbml.AbstractSBase
 
getNamespace() - Method in interface org.sbml.jsbml.SBase
Returns the namespace to which this SBase belong to.
getNamespace() - Method in class org.sbml.jsbml.xml.stax.SBMLObjectForXML
 
getNamespaceFor(int, int, int) - Method in interface org.sbml.jsbml.xml.parsers.PackageParser
Gets the namespace for this package that correspond to the given SBML level, version and the package version.
getNamespaceFor(int, int, int, String) - Method in class org.sbml.jsbml.xml.parsers.ParserManager
Gets the namespace for the given package name that correspond to the SBML level, version and package version.
getNamespaceFrom(int, int) - Static method in class org.sbml.jsbml.JSBML
 
getNamespaceIndex(String) - Method in class org.sbml.jsbml.xml.XMLToken
Returns the index of an XML namespace declaration by URI.
getNamespaceIndexByPrefix(String) - Method in class org.sbml.jsbml.xml.XMLToken
Returns the index of an XML namespace declaration by prefix.
getNamespacePrefix(int) - Method in class org.sbml.jsbml.xml.XMLToken
Returns the prefix of an XML namespace declaration by position.
getNamespacePrefix(String) - Method in class org.sbml.jsbml.xml.XMLToken
Returns the prefix of an XML namespace declaration by its URI.
getNamespaces() - Method in class org.sbml.jsbml.xml.parsers.MathMLParser
Deprecated.
 
getNamespaces() - Method in class org.sbml.jsbml.xml.parsers.MathMLStaxParser
 
getNamespaces() - Method in interface org.sbml.jsbml.xml.parsers.ReadingParser
Returns a List of all the namespaces that this parser is handling.
getNamespaces() - Method in class org.sbml.jsbml.xml.parsers.SBMLCoreParser
 
getNamespaces() - Method in interface org.sbml.jsbml.xml.parsers.WritingParser
Returns a List of all the namespaces that this parser is handling
getNamespaces() - Method in class org.sbml.jsbml.xml.parsers.XMLNodeReader
 
getNamespaces() - Method in class org.sbml.jsbml.xml.XMLNamespaces
 
getNamespaces() - Method in class org.sbml.jsbml.xml.XMLToken
Returns the XML namespace declarations for this XML element.
getNamespacesLength() - Method in class org.sbml.jsbml.xml.XMLToken
Returns the number of XML namespaces stored in the XMLNamespaces of this XMLToken.
getNamespaceURI() - Method in enum org.sbml.jsbml.CVTerm.Type
Returns the name space associated to this CVTerm.Type.
getNamespaceURI() - Method in class org.sbml.jsbml.xml.parsers.AbstractReaderWriter
Return the namespace URI of the namespace parsed by this class.
getNamespaceURI() - Static method in class org.sbml.jsbml.xml.parsers.MathMLParser
Deprecated.
 
getNamespaceURI() - Method in class org.sbml.jsbml.xml.parsers.SBMLCoreParser
 
getNamespaceURI() - Method in class org.sbml.jsbml.xml.XMLToken
Returns the URI of an XML namespace declaration for the empty prefix.
getNamespaceURI(int) - Method in class org.sbml.jsbml.xml.XMLToken
Returns the URI of an XML namespace declaration by its position.
getNamespaceURI(String) - Method in class org.sbml.jsbml.xml.XMLToken
Returns the URI of an XML namespace declaration by its prefix.
getNecessaryStimulation() - Static method in class org.sbml.jsbml.SBO
Control that is necessary to the execution of a process.
getNegativeInfinity() - Method in interface org.sbml.jsbml.math.compiler.ASTNode2Compiler
 
getNegativeInfinity() - Method in class org.sbml.jsbml.math.compiler.FindUnitsCompiler
 
getNegativeInfinity() - Method in class org.sbml.jsbml.math.compiler.FormulaCompiler
 
getNegativeInfinity() - Method in class org.sbml.jsbml.math.compiler.LaTeXCompiler
 
getNegativeInfinity() - Method in class org.sbml.jsbml.math.compiler.LibSBMLFormulaCompiler
 
getNegativeInfinity() - Method in class org.sbml.jsbml.math.compiler.UnitsCompiler
 
getNegativeInfinity() - Method in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
 
getNegativeInfinity() - Method in class org.sbml.jsbml.util.compilers.FindUnitsCompiler
 
getNegativeInfinity() - Method in class org.sbml.jsbml.util.compilers.FormulaCompiler
 
getNegativeInfinity() - Method in class org.sbml.jsbml.util.compilers.LaTeXCompiler
 
getNegativeInfinity() - Method in class org.sbml.jsbml.util.compilers.LibSBMLFormulaCompiler
 
getNegativeInfinity() - Method in class org.sbml.jsbml.util.compilers.MathMLCompiler
Deprecated.
 
getNegativeInfinity() - Method in class org.sbml.jsbml.util.compilers.UnitsCompiler
 
getNestedCVTerm(int) - Method in class org.sbml.jsbml.CVTerm
Gets an element from the CVTerm.listOfNestedCVTerms at the given index.
getNestedCVTermCount() - Method in class org.sbml.jsbml.CVTerm
Returns the number of CVTerms in this CVTerm.
getNextNode() - Method in class org.sbml.jsbml.validator.OverdeterminationValidator.InnerNode
 
getNextNode() - Method in interface org.sbml.jsbml.validator.OverdeterminationValidator.Node
Returns the next node in the list of nodes
getNextNode() - Method in class org.sbml.jsbml.validator.OverdeterminationValidator.StartNode
 
getNextNode() - Method in class org.sbml.jsbml.validator.OverdeterminationValidator.TerminalNode
 
getNextObject(ValidationContext, T, int) - Method in class org.sbml.jsbml.validator.offline.constraints.helper.UniqueValidation
Returns the n-th object that should be tested.
getNextToken() - Method in class org.sbml.jsbml.math.parser.FormulaParser
Get the next Token.
getNextToken() - Method in class org.sbml.jsbml.math.parser.FormulaParserASTNode2
Get the next Token.
getNextToken() - Method in class org.sbml.jsbml.math.parser.FormulaParserASTNode2TokenManager
Get the next Token.
getNextToken() - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3
Get the next Token.
getNextToken() - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2
Get the next Token.
getNextToken() - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2TokenManager
Get the next Token.
getNextToken() - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3TokenManager
Get the next Token.
getNextToken() - Method in class org.sbml.jsbml.math.parser.FormulaParserTokenManager
Get the next Token.
getNextToken() - Method in class org.sbml.jsbml.text.parser.CobraFormulaParser
Get the next Token.
getNextToken() - Method in class org.sbml.jsbml.text.parser.CobraFormulaParserTokenManager
Get the next Token.
getNextToken() - Method in class org.sbml.jsbml.text.parser.FormulaParser
Get the next Token.
getNextToken() - Method in class org.sbml.jsbml.text.parser.FormulaParserASTNode2
Get the next Token.
getNextToken() - Method in class org.sbml.jsbml.text.parser.FormulaParserASTNode2TokenManager
Get the next Token.
getNextToken() - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3
Get the next Token.
getNextToken() - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2
Get the next Token.
getNextToken() - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2TokenManager
Get the next Token.
getNextToken() - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3TokenManager
Get the next Token.
getNextToken() - Method in class org.sbml.jsbml.text.parser.FormulaParserTokenManager
Get the next Token.
getNode(int) - Method in class org.sbml.jsbml.validator.OverdeterminationValidator.InnerNode
 
getNode(int) - Method in interface org.sbml.jsbml.validator.OverdeterminationValidator.Node
Returns the i-th node in the list of nodes
getNode(int) - Method in class org.sbml.jsbml.validator.OverdeterminationValidator.StartNode
 
getNode(int) - Method in class org.sbml.jsbml.validator.OverdeterminationValidator.TerminalNode
 
getNodes() - Method in class org.sbml.jsbml.validator.OverdeterminationValidator.InnerNode
 
getNodes() - Method in interface org.sbml.jsbml.validator.OverdeterminationValidator.Node
Returns the list of adjacent nodes
getNodes() - Method in class org.sbml.jsbml.validator.OverdeterminationValidator.StartNode
 
getNodes() - Method in class org.sbml.jsbml.validator.OverdeterminationValidator.TerminalNode
 
getNonAllostericActivator() - Static method in class org.sbml.jsbml.SBO
Describes an activator (ligand) which binds to the enzyme, which does not result in a conformational change, but which enhances the enzyme's activity.
getNonCompetitiveInhibitor() - Static method in class org.sbml.jsbml.SBO
Substance that decreases the probability of a chemical reaction, without itself being consumed or transformed by the reaction, and without sterically hindering the interaction between reactants.
getNonCovalentComplex() - Static method in class org.sbml.jsbml.SBO
Entity composed of several independant components that are not linked by covalent bonds.
getNonEssentialActivator() - Static method in class org.sbml.jsbml.SBO
An activator which is not necessary for an enzymatic reaction, but whose presence will further increase enzymatic activity.
getNonRDFannotation() - Method in class org.sbml.jsbml.Annotation
Returns the XMLNode containing annotations other than the official RDF annotation, as defined in the SBML specifications.
getNonRDFannotationAsString() - Method in class org.sbml.jsbml.Annotation
Returns the String containing annotations other than RDF annotation.
getNotes() - Method in class org.sbml.jsbml.AbstractSBase
Returns an XMLNode object that represent the notes of this element.
getNotes() - Method in interface org.sbml.jsbml.SBase
Returns the XMLNode containing the notes sub-element of this object.
getNotesString() - Method in class org.sbml.jsbml.AbstractSBase
 
getNotesString() - Method in interface org.sbml.jsbml.SBase
Returns the notes sub-element of this object as a String.
getNumArguments() - Method in class org.sbml.jsbml.FunctionDefinition
Get the number of arguments (bound variables) taken by this FunctionDefinition.
getNumber() - Method in class org.sbml.jsbml.math.ASTCnNumberNode
Get the numerical base of MathML element.
getNumbering(long) - Static method in class org.sbml.jsbml.math.compiler.LaTeXCompiler
 
getNumbering(long) - Static method in class org.sbml.jsbml.util.compilers.LaTeXCompiler
 
getNumberOfNonEmptyChildElement(XMLNode) - Method in class org.sbml.jsbml.xml.parsers.SBMLRDFAnnotationParser
Returns the number of child XMLNode, excluding text XMLNode that contains only spaces.
getNumChildren() - Method in class org.sbml.jsbml.AbstractTreeNode
Returns the number of child elements of this TreeNode.
getNumCompartments() - Method in class org.sbml.jsbml.Model
Returns the number of Compartments of this Model.
getNumCompartmentTypes() - Method in class org.sbml.jsbml.Model
Deprecated.
getNumConstraints() - Method in class org.sbml.jsbml.Model
Returns the number of Constraints of this Model.
getNumCreators() - Method in class org.sbml.jsbml.History
Get the number of Creator objects in this History.
getNumCVTerms() - Method in class org.sbml.jsbml.AbstractSBase
 
getNumCVTerms() - Method in class org.sbml.jsbml.Annotation
Gives the number of CVTerms in this Annotation.
getNumCVTerms() - Method in interface org.sbml.jsbml.SBase
Returns the number of CVTerms of this SBase.
getNumDelays() - Method in class org.sbml.jsbml.Model
Returns the number of Delays of this Model.
getNumerator() - Method in class org.sbml.jsbml.ASTNode
Gets the value of the numerator of this node.
getNumerator() - Method in class org.sbml.jsbml.math.ASTCnRationalNode
Get the numerator value of this node.
getNumErrors() - Method in class org.sbml.jsbml.SBMLDocument
Returns the number of errors or warnings encountered during consistency checking.
getNumErrors() - Method in class org.sbml.jsbml.SBMLErrorLog
Returns the number of errors that have been logged.
getNumEventAssignments() - Method in class org.sbml.jsbml.Event
Returns the number of EventAssignments in this Event.
getNumEventAssignments() - Method in class org.sbml.jsbml.Model
Returns the number of EventAssignments of this Model.
getNumEvents() - Method in class org.sbml.jsbml.Model
Returns the number of Events of this Model.
getNumFailsWithSeverity(SBMLError.SEVERITY) - Method in class org.sbml.jsbml.SBMLErrorLog
Returns the number of errors that have been logged with the given severity code.
getNumFunctionDefinitions() - Method in class org.sbml.jsbml.Model
Returns the number of FunctionDefinitions of this Model.
getNumInitialAssignments() - Method in class org.sbml.jsbml.Model
Returns the number of InitialAssignments of this Model.
getNumKineticLaws() - Method in class org.sbml.jsbml.Model
Returns the number of KineticLaws of this Model.
getNumListsOf() - Method in class org.sbml.jsbml.Model
Returns the number of ListOfs of this Model.
getNumLocalParameters() - Method in class org.sbml.jsbml.KineticLaw
getNumLocalParameters() - Method in class org.sbml.jsbml.Model
Returns the number of parameters that are contained within kineticLaws in the reactions of this model.
getNumMathContainers() - Method in class org.sbml.jsbml.Model
Returns the number of elements that can contain math in the Model .
getNumModifiedDates() - Method in class org.sbml.jsbml.History
Get the number of ModifiedDate objects in this History.
getNumModifiers() - Method in class org.sbml.jsbml.Reaction
 
getNumModifierSpeciesReferences() - Method in class org.sbml.jsbml.Model
Returns the number of ModifierSpeciesReferences in the Model.
getNumNamedSBases() - Method in class org.sbml.jsbml.Model
Returns the number of NamedSBases in the Model, so elements that can have a name.
getNumNamedSBasesWithDerivedUnit() - Method in class org.sbml.jsbml.Model
Returns the number of NamedSBaseWithDerivedUnits in the Model, so elements that can have a name and a unit that can be derived.
getNumNestedCVTerms() - Method in class org.sbml.jsbml.CVTerm
Returns the number of CVTerms in this CVTerm.
getNumObjects(ValidationContext, T) - Method in class org.sbml.jsbml.validator.offline.constraints.helper.UniqueValidation
Returns the total number of objects which should be tested.
getNumParameters() - Method in class org.sbml.jsbml.KineticLaw
getNumParameters() - Method in class org.sbml.jsbml.Model
Returns the number of Parameters of this Model.
getNumPlugins() - Method in class org.sbml.jsbml.AbstractSBase
 
getNumPlugins() - Method in class org.sbml.jsbml.ASTNode
Returns the number of ASTNodePlugins of this ASTNode.
getNumPlugins() - Method in interface org.sbml.jsbml.SBase
Returns the number of SBasePlugins of this SBase.
getNumProducts() - Method in class org.sbml.jsbml.Reaction
 
getNumQuantities() - Method in class org.sbml.jsbml.Model
Returns the number of Quantitys of this Model.
getNumQuantitiesWithUnit() - Method in class org.sbml.jsbml.Model
Returns the number of QuantityWithUnits of this Model.
getNumReactants() - Method in class org.sbml.jsbml.Reaction
 
getNumReactions() - Method in class org.sbml.jsbml.Model
Returns the number of Reactions of this Model.
getNumResources() - Method in class org.sbml.jsbml.CVTerm
Returns the number of resources for this CVTerm.
getNumRules() - Method in class org.sbml.jsbml.Model
Returns the number of Rules of this Model.
getNumSBases() - Method in class org.sbml.jsbml.Model
Returns the number of SBases of this Model.
getNumSBasesWithDerivedUnit() - Method in class org.sbml.jsbml.Model
Returns the number of SBaseWithDerivedUnits of this Model.
getNumSemanticsAnnotations() - Method in class org.sbml.jsbml.ASTNode
Gets the number of semantic annotation elements inside this node.
getNumSpecies() - Method in class org.sbml.jsbml.Model
Returns the number of Species of this Model.
getNumSpeciesReferences() - Method in class org.sbml.jsbml.Model
Returns the number of SpeciesReferences of this Model.
getNumSpeciesTypes() - Method in class org.sbml.jsbml.Model
Deprecated.
getNumSpeciesWithBoundaryCondition() - Method in class org.sbml.jsbml.Model
Returns the number of Species whose boundary condition is set to true.
getNumStoichiometryMath() - Method in class org.sbml.jsbml.Model
Deprecated.
since SBML L3V1.
getNumSymbols() - Method in class org.sbml.jsbml.Model
Returns the number of all instances of Symbol referenced within the model.
getNumTriggers() - Method in class org.sbml.jsbml.Model
Returns the number of Trigger of this Model.
getNumUnitDefinitions() - Method in class org.sbml.jsbml.Model
Returns the number of UnitDefinitions of this Model.
getNumUnits() - Method in class org.sbml.jsbml.Model
Returns the number of Units of this Model.
getNumUnits() - Method in class org.sbml.jsbml.UnitDefinition
 
getNumVariables() - Method in class org.sbml.jsbml.Model
Returns the number of Variables of this Model.
getObject() - Method in class org.sbml.jsbml.ontology.Triple
Returns the object of this Triple.
getOffset() - Method in class org.sbml.jsbml.Unit
Deprecated. 
getOmitXMLDeclaration() - Method in class org.sbml.jsbml.xml.parsers.MathMLParser
Deprecated.
 
getOmitXMLDeclaration() - Method in class org.sbml.jsbml.xml.parsers.MathMLStaxParser
Returns true if we need to omit the XML declaration.
getOntology() - Static method in class org.sbml.jsbml.SBO
Grants access to the underlying Ontology form BioJava.
getOptions() - Method in class org.sbml.jsbml.SBMLErrorLog
Returns the list of options.
getOrCreate(XMLNode, String, String, String) - Method in class org.sbml.jsbml.xml.parsers.SBMLRDFAnnotationParser
 
getOrCreate(XMLNode, int, String, String, String) - Method in class org.sbml.jsbml.xml.parsers.SBMLRDFAnnotationParser
 
getOrCreateAfter(XMLNode, String, String, String, String, String) - Method in class org.sbml.jsbml.xml.parsers.SBMLRDFAnnotationParser
 
getOrCreateDescription(XMLNode) - Method in class org.sbml.jsbml.xml.parsers.SBMLRDFAnnotationParser
 
getOrCreateWithCustomRDF(XMLNode, int, String, String, String, Object) - Method in class org.sbml.jsbml.xml.parsers.SBMLRDFAnnotationParser
 
getOrganisation() - Method in class org.sbml.jsbml.Creator
Returns the organisation from the Creator.
getOrganization() - Method in class org.sbml.jsbml.Creator
Returns the organisation from the Creator.
getOriginalModel() - Method in interface org.sbml.jsbml.SBMLInputConverter
 
getOrReplacement() - Method in class org.sbml.jsbml.util.compilers.FormulaCompilerNoPiecewise
Gets the String that will be used to replace ' or ' (the mathML <or> element) in the boolean expressions.
getOtherAttribute(String) - Method in class org.sbml.jsbml.Creator
Deprecated.
those other attributes are not saved when writing the model
getOtherAttributes() - Method in class org.sbml.jsbml.Creator
Deprecated.
those other attributes are not saved when writing the model
getOtherListName() - Method in class org.sbml.jsbml.ListOf
Returns the XML element name used when the ListOf type is set to ListOf.Type.other.
getOutside() - Method in class org.sbml.jsbml.Compartment
Returns the outside id of this compartment.
getOutsideInstance() - Method in class org.sbml.jsbml.Compartment
Returns the compartment instance which matches the outside id in Model.
getPackage() - Method in exception org.sbml.jsbml.SBMLError
 
getPackageInfo(SBase, String, int, String, Map<String, PackageInfo>, Map<String, PackageInfo>, boolean, boolean) - Static method in class org.sbml.jsbml.xml.parsers.PackageUtil
 
getPackageName() - Method in class org.sbml.jsbml.AbstractSBase
 
getPackageName() - Method in interface org.sbml.jsbml.ext.ASTNodePlugin
Returns the package name of this plugin object.
getPackageName() - Method in interface org.sbml.jsbml.ext.SBasePlugin
Returns the package name of this plugin object.
getPackageName() - Method in interface org.sbml.jsbml.SBase
Returns the name of the SBML Level 3 package in which this element is defined, as defined in the sbml.org community wiki.
getPackageName() - Method in interface org.sbml.jsbml.xml.parsers.PackageParser
Returns the short name of this package.
getPackageName(String) - Method in class org.sbml.jsbml.xml.parsers.ParserManager
Returns the name of the SBML package corresponding to the given namespace URI.
getPackageNamespaces() - Method in interface org.sbml.jsbml.xml.parsers.PackageParser
Returns a List of all the valid namespaces for the package.
getPackageParser(String) - Method in class org.sbml.jsbml.xml.parsers.ParserManager
Returns the PackageParser corresponding to the given name or namespace.
getPackageRequired(String) - Method in class org.sbml.jsbml.SBMLDocument
Returns the required attribute of the given package extension.
getPackageRequired(String) - Method in class org.sbml.jsbml.xml.parsers.ParserManager
Returns the required attribute corresponding to the given name or namespace.
getPackageVersion() - Method in class org.sbml.jsbml.AbstractSBase
 
getPackageVersion() - Method in class org.sbml.jsbml.ext.AbstractASTNodePlugin
 
getPackageVersion() - Method in class org.sbml.jsbml.ext.AbstractSBasePlugin
 
getPackageVersion() - Method in interface org.sbml.jsbml.ext.ASTNodePlugin
Returns the package version of the package extension of this plugin object.
getPackageVersion() - Method in interface org.sbml.jsbml.ext.SBasePlugin
Returns the package version of the package extension of this plugin object.
getPackageVersion() - Method in interface org.sbml.jsbml.SBase
Returns the version of the SBML Level 3 package to which this element belongs.
getParameter(int) - Method in class org.sbml.jsbml.KineticLaw
getParameter(String) - Method in class org.sbml.jsbml.KineticLaw
getParameter(int) - Method in class org.sbml.jsbml.Model
Gets the nth Parameter object in this Model.
getParameter(String) - Method in class org.sbml.jsbml.Model
Returns the Parameter of the Model.listOfParameters which has 'id' as id
getParameterCount() - Method in class org.sbml.jsbml.Model
Returns the number of Parameters of this Model.
getParent() - Method in class org.sbml.jsbml.AbstractSBase
This is equivalent to calling AbstractSBase.getParentSBMLObject(), but this method is needed for TreeNode.
getParent() - Method in class org.sbml.jsbml.AbstractTreeNode
 
getParent() - Method in class org.sbml.jsbml.ASTNode
 
getParent() - Method in class org.sbml.jsbml.CompartmentType
Deprecated.
getParent() - Method in class org.sbml.jsbml.Constraint
 
getParent() - Method in class org.sbml.jsbml.Delay
 
getParent() - Method in class org.sbml.jsbml.Event
 
getParent() - Method in class org.sbml.jsbml.EventAssignment
 
getParent() - Method in class org.sbml.jsbml.FunctionDefinition
 
getParent() - Method in class org.sbml.jsbml.InitialAssignment
 
getParent() - Method in class org.sbml.jsbml.KineticLaw
 
getParent() - Method in class org.sbml.jsbml.LocalParameter
 
getParent() - Method in class org.sbml.jsbml.math.ASTUnknown
 
getParent() - Method in class org.sbml.jsbml.Priority
 
getParent() - Method in class org.sbml.jsbml.Reaction
 
getParent() - Method in class org.sbml.jsbml.Rule
 
getParent() - Method in class org.sbml.jsbml.SpeciesType
Deprecated.
getParent() - Method in class org.sbml.jsbml.StoichiometryMath
Deprecated.
getParent() - Method in class org.sbml.jsbml.Trigger
 
getParent() - Method in class org.sbml.jsbml.Unit
 
getParent() - Method in class org.sbml.jsbml.UnitDefinition
 
getParents() - Method in class org.sbml.jsbml.validator.offline.constraints.helper.CycleDetectionTreeNode
 
getParentSBMLObject() - Method in class org.sbml.jsbml.AbstractSBase
 
getParentSBMLObject() - Method in class org.sbml.jsbml.ASTNode
This method is convenient when holding an object nested inside other objects in an SBML model.
getParentSBMLObject() - Method in class org.sbml.jsbml.ext.AbstractASTNodePlugin
 
getParentSBMLObject() - Method in class org.sbml.jsbml.ext.AbstractSBasePlugin
 
getParentSBMLObject() - Method in interface org.sbml.jsbml.ext.ASTNodePlugin
Returns the parent SBase object to which this plugin object is connected.
getParentSBMLObject() - Method in interface org.sbml.jsbml.ext.SBasePlugin
Returns the parent SBase object to which this plugin object connected.
getParentSBMLObject() - Method in class org.sbml.jsbml.KineticLaw
This method is convenient when holding an object nested inside other objects in an SBML model.
getParentSBMLObject() - Method in class org.sbml.jsbml.LocalParameter
 
getParentSBMLObject() - Method in class org.sbml.jsbml.math.AbstractASTNode
 
getParentSBMLObject() - Method in interface org.sbml.jsbml.math.ASTNode2
Return the parentSBMLObject of this ASTNode2
getParentSBMLObject() - Method in class org.sbml.jsbml.math.ASTUnknown
 
getParentSBMLObject() - Method in interface org.sbml.jsbml.SBase
Returns the parent of this SBase.
getParentTerms() - Method in class org.sbml.jsbml.ontology.Term
Returns the parent Terms.
getPartialInhibitor() - Static method in class org.sbml.jsbml.SBO
 
getParticipant() - Static method in class org.sbml.jsbml.SBO
 
getParticipantRole() - Static method in class org.sbml.jsbml.SBO
The function of a physical or conceptual entity, that is its role, in the execution of an event or process.
getPattern() - Method in class org.sbml.jsbml.util.filters.CVTermFilter
 
getPersistent() - Method in class org.sbml.jsbml.Trigger
 
getPertubingAgent() - Static method in class org.sbml.jsbml.SBO
Perturbing agent.
getpH() - Static method in class org.sbml.jsbml.SBO
"A measure of acidity and alkalinity of a solution that is a number on a scale on which a value of 7 represents neutrality and lower numbers indicate increasing acidity and higher numbers increasing alkalinity and on which each unit of change represents a tenfold change in acidity or alkalinity and that is the negative logarithm of the effective hydrogen-ion concentration or hydrogen-ion activity in gram equivalents per liter of the solution.
getPhenotype() - Static method in class org.sbml.jsbml.SBO
 
getPhysicalCompartment() - Static method in class org.sbml.jsbml.SBO
 
getPhysicalParticipant() - Static method in class org.sbml.jsbml.SBO
 
getPieceCount() - Method in class org.sbml.jsbml.math.ASTPiecewiseFunctionNode
Get the number of piece elements in this ASTPiecewiseFunctionNode
getPiecewiseMap() - Method in class org.sbml.jsbml.util.compilers.FormulaCompilerNoPiecewise
Gets a Map of the piecewise expressions that have been transformed.
getPkgRequired(String) - Method in class org.sbml.jsbml.SBMLDocument
getPlugin(String) - Method in class org.sbml.jsbml.AbstractSBase
 
getPlugin(String) - Method in class org.sbml.jsbml.ASTNode
Returns an ASTNodePlugin for an SBML Level 3 package extension with the given package name or URI.
getPlugin(String) - Method in interface org.sbml.jsbml.SBase
Returns an SBasePlugin for an SBML Level 3 package extension with the given package name or URI.
getPMg() - Static method in class org.sbml.jsbml.SBO
An enumeration of the concentration of magnesium (Mg) in solution (pMg = -log10[Mg2+]).
getPositiveInfinity() - Method in interface org.sbml.jsbml.math.compiler.ASTNode2Compiler
 
getPositiveInfinity() - Method in class org.sbml.jsbml.math.compiler.FindUnitsCompiler
 
getPositiveInfinity() - Method in class org.sbml.jsbml.math.compiler.FormulaCompiler
 
getPositiveInfinity() - Method in class org.sbml.jsbml.math.compiler.LaTeXCompiler
 
getPositiveInfinity() - Method in class org.sbml.jsbml.math.compiler.LibSBMLFormulaCompiler
 
getPositiveInfinity() - Method in class org.sbml.jsbml.math.compiler.UnitsCompiler
 
getPositiveInfinity() - Method in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
 
getPositiveInfinity() - Method in class org.sbml.jsbml.util.compilers.FindUnitsCompiler
 
getPositiveInfinity() - Method in class org.sbml.jsbml.util.compilers.FormulaCompiler
 
getPositiveInfinity() - Method in class org.sbml.jsbml.util.compilers.LaTeXCompiler
 
getPositiveInfinity() - Method in class org.sbml.jsbml.util.compilers.LibSBMLFormulaCompiler
 
getPositiveInfinity() - Method in class org.sbml.jsbml.util.compilers.MathMLCompiler
Deprecated.
 
getPositiveInfinity() - Method in class org.sbml.jsbml.util.compilers.UnitsCompiler
 
getPossibleEnzymes(String...) - Static method in class org.sbml.jsbml.SBO
Creates and returns a list of molecule types that are accepted as an enzyme for the given type names.
getPotentiator() - Static method in class org.sbml.jsbml.SBO
Substance that increases the probability of a chemical reaction without itself being consumed or transformed by the reaction.
getPredefinedUnit(String, int, int) - Static method in class org.sbml.jsbml.UnitDefinition
Returns the predefined unit with the given identifier for the specified level and version combination or null if either for the given combination of level and version there is no such predefined unit or the identifier is not one of those belonging to the group of predefined unit definitions.
getPredefinedUnitDefinition(String) - Method in class org.sbml.jsbml.Model
Returns a UnitDefinition representing one of the predefined units of SBML, returns null if the given unit kind is not a valid one for the SBML level and version of this Model.
getPredefinedUnitID() - Method in class org.sbml.jsbml.AbstractNamedSBaseWithUnit
Returns the predefined unit identifier for this data type with the current level/version combination.
getPredefinedUnitID() - Method in class org.sbml.jsbml.Compartment
 
getPredefinedUnitID() - Method in class org.sbml.jsbml.Event
 
getPredefinedUnitID() - Method in class org.sbml.jsbml.LocalParameter
 
getPredefinedUnitID() - Method in class org.sbml.jsbml.Parameter
 
getPredefinedUnitID() - Method in class org.sbml.jsbml.Species
 
getPredicate() - Method in class org.sbml.jsbml.ontology.Triple
Returns the predicate of this Triple.
getPrefix() - Method in interface org.sbml.jsbml.ext.ASTNodePlugin
Returns the prefix of the package extension of this plugin object.
getPrefix() - Method in interface org.sbml.jsbml.ext.SBasePlugin
Returns the prefix of the package extension of this plugin object.
getPrefix() - Method in class org.sbml.jsbml.Unit
 
getPrefix() - Method in class org.sbml.jsbml.xml.stax.SBMLObjectForXML
 
getPrefix(int) - Method in class org.sbml.jsbml.xml.XMLAttributes
Returns the prefix of an attribute in this XMLAttributes set (by position).
getPrefix(int) - Method in class org.sbml.jsbml.xml.XMLNamespaces
Gets the prefix of an XML namespace declaration by its position.
getPrefix(String) - Method in class org.sbml.jsbml.xml.XMLNamespaces
Gets the prefix of an XML namespace declaration by its URI.
getPrefix() - Method in class org.sbml.jsbml.xml.XMLToken
Returns the namespace prefix of this XML element.
getPrefix() - Method in class org.sbml.jsbml.xml.XMLTriple
Returns the prefix portion of this XMLTriple.
getPrefixAsWord() - Method in class org.sbml.jsbml.Unit
 
getPrefixedName(int) - Method in class org.sbml.jsbml.xml.XMLAttributes
Returns the prefixed name of an attribute in this XMLAttributes set (by position).
getPrefixedName() - Method in class org.sbml.jsbml.xml.XMLTriple
Returns the prefixed name from this XMLTriple.
getPreviousParent() - Method in class org.sbml.jsbml.util.TreeNodeRemovedEvent
Access the pointer to the previous parent node of the removed node, may be null.
getPriority() - Method in class org.sbml.jsbml.Event
 
getProcess() - Static method in class org.sbml.jsbml.SBO
 
getProduct(int) - Method in class org.sbml.jsbml.Reaction
 
getProduct(String) - Method in class org.sbml.jsbml.Reaction
Searches the first SpeciesReference in the listOfProducts of this Reaction with the given identifier.
getProduct() - Static method in class org.sbml.jsbml.SBO
Substance that is produced in a reaction.
getProductCount() - Method in class org.sbml.jsbml.Reaction
 
getProductForSpecies(String) - Method in class org.sbml.jsbml.Reaction
Returns the first SpeciesReference in the Reaction.listOfProducts of this Reaction whose 'species' attribute points to a Species with the given identifier.
getProduction() - Static method in class org.sbml.jsbml.SBO
Generation of a material or conceptual entity.
getProgramName() - Method in class org.sbml.jsbml.SBMLWriter
 
getProgramVersion() - Method in class org.sbml.jsbml.SBMLWriter
 
getProtein() - Static method in class org.sbml.jsbml.SBO
 
getQualifier() - Method in class org.sbml.jsbml.CVTerm
Returns the CVTerm.Qualifier for this CVTerm.
getQualifier() - Method in class org.sbml.jsbml.util.filters.CVTermFilter
 
getQualifierFor(String, String, CVTerm.Qualifier) - Static method in enum org.sbml.jsbml.CVTerm.Qualifier
 
getQualifierType() - Method in class org.sbml.jsbml.CVTerm
Returns the qualifier CVTerm.Type for this CVTerm.
getQuantitativeParameter() - Static method in class org.sbml.jsbml.SBO
 
getQuantityCount() - Method in class org.sbml.jsbml.Model
Returns the number of Quantitys of this Model.
getQuantityWithUnitCount() - Method in class org.sbml.jsbml.Model
Returns the number of QuantityWithUnits of this Model.
getRadicand() - Method in class org.sbml.jsbml.math.ASTRootNode
Return the radicand of this ASTRootNode
getRateLaw() - Static method in class org.sbml.jsbml.SBO
 
getRateOf(String) - Method in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
 
getRateOf(String) - Method in class org.sbml.jsbml.util.compilers.FindUnitsCompiler
 
getRateOf(String) - Method in class org.sbml.jsbml.util.compilers.FormulaCompiler
 
getRateOf(String) - Method in class org.sbml.jsbml.util.compilers.LaTeXCompiler
 
getRateOf(String) - Method in class org.sbml.jsbml.util.compilers.MathMLCompiler
Deprecated.
 
getRateOf(String) - Method in class org.sbml.jsbml.util.compilers.UnitsCompiler
 
getRateRuleByVariable(String) - Method in class org.sbml.jsbml.Model
Searches for the first instance of RateRule within this Model's Model.listOfRules, whose variable attribute is set to the value passed to this method.
getReactant(int) - Method in class org.sbml.jsbml.Reaction
 
getReactant(String) - Method in class org.sbml.jsbml.Reaction
Searches the first SpeciesReference in the listOfReactants of this Reaction with the given identifier.
getReactant() - Static method in class org.sbml.jsbml.SBO
Substance consumed by a chemical reaction.
getReactantCount() - Method in class org.sbml.jsbml.Reaction
 
getReactantForSpecies(String) - Method in class org.sbml.jsbml.Reaction
Returns the first SpeciesReference in the Reaction.listOfReactants of this Reaction whose 'species' attribute points to a Species with the given identifier.
getReaction(int) - Method in class org.sbml.jsbml.Model
Gets the n-th Reaction object in this Model.
getReaction(String) - Method in class org.sbml.jsbml.Model
Returns the Reaction of the Model.listOfReactions which has 'id' as id.
getReactionCount() - Method in class org.sbml.jsbml.Model
Returns the number of Reactions of this Model.
getReadingParsers() - Method in class org.sbml.jsbml.xml.parsers.ParserManager
Gets a copy of the registered ReadingParsers map.
getReal() - Method in class org.sbml.jsbml.ASTNode
Gets the real-numbered value of this node.
getReal() - Method in class org.sbml.jsbml.math.ASTCnRealNode
Get the real value of this node.
getReceptor() - Static method in class org.sbml.jsbml.SBO
 
getReferencedNamedSBases() - Method in class org.sbml.jsbml.ASTNode
Returns a set of all the NamedSBase referenced on this node and all his descendant.
getReferenceInstance() - Method in class org.sbml.jsbml.math.ASTCiFunctionNode
Returns the variable (FunctionDefinition) of this ASTCiFunctionNode.
getReferenceInstance() - Method in class org.sbml.jsbml.math.ASTCiNumberNode
Returns the variable (CallableSBase) of this ASTCiNumberNode.
getRefId() - Method in class org.sbml.jsbml.math.ASTCiFunctionNode
Get refId attribute
getRefId() - Method in class org.sbml.jsbml.math.ASTCiNumberNode
Get refId attribute
getRelatedCompartments(Model, String[], String[]) - Static method in class org.sbml.jsbml.util.SubModel
 
getRelatedEvents(Model, String[], String[], String[]) - Static method in class org.sbml.jsbml.util.SubModel
 
getRelatedFunctions(Set<String>, Set<String>, ASTNode) - Static method in class org.sbml.jsbml.util.SubModel
 
getRelatedFunctionsId(Set<String>, Set<String>, ASTNode) - Static method in class org.sbml.jsbml.util.SubModel
 
getRelatedId(SBase) - Method in class org.sbml.jsbml.validator.offline.constraints.helper.AssignmentCycleValidation
Returns an id depending of the type of SBase given.
getRelatedReactions(Model, String[], String[]) - Static method in class org.sbml.jsbml.util.SubModel
Returns an array of reaction id related to the reactsIds or speciesIds.
getRelatedRules(Model, String[], String[], String[]) - Static method in class org.sbml.jsbml.util.SubModel
 
getRelatedSpecies(Model, String[], String[], String[]) - Static method in class org.sbml.jsbml.util.SubModel
 
getReservedNamesL1V1() - Method in class org.sbml.jsbml.validator.SyntaxChecker
 
getResource(int) - Method in class org.sbml.jsbml.CVTerm
 
getResourceCount() - Method in class org.sbml.jsbml.CVTerm
Returns the number of resources for this CVTerm.
getResources() - Method in class org.sbml.jsbml.CVTerm
Returns the resources for this CVTerm.
getResourceURI(int) - Method in class org.sbml.jsbml.CVTerm
Returns the value of the nth resource for this CVTerm.
getReversible() - Method in class org.sbml.jsbml.Reaction
 
getRightChild() - Method in class org.sbml.jsbml.ASTNode
Returns the last child in the list of children of this node.
getRightChild() - Method in class org.sbml.jsbml.math.ASTBinaryFunctionNode
Get the right child of this ASTBinaryFunctionNode
getRNA() - Static method in class org.sbml.jsbml.SBO
 
getRNASegment() - Static method in class org.sbml.jsbml.SBO
Fragment or region of an RNA macromolecule.
getRoot() - Method in class org.sbml.jsbml.AbstractTreeNode
 
getRoot() - Method in class org.sbml.jsbml.math.ASTUnknown
 
getRoot() - Method in interface org.sbml.jsbml.util.TreeNodeWithChangeSupport
 
getRootConstraint() - Method in class org.sbml.jsbml.validator.offline.ValidationContext
Returns the root constraint from this context.
getRootExponent() - Method in class org.sbml.jsbml.math.ASTRootNode
Return the root exponent of this ASTRootNode
getRule(int) - Method in class org.sbml.jsbml.Model
Gets the nth Rule of the listOfRules.
getRule(String) - Method in class org.sbml.jsbml.Model
Deprecated.
Since L3V2 every SBase can have an id. Use either Model.getRuleById(String) or Model.getRuleByVariable(String).
getRuleById(String) - Method in class org.sbml.jsbml.Model
Searches for the first instance of Rule within this Model's Model.listOfRules, whose id attribute is set to the value passed to this method.
getRuleByVariable(String) - Method in class org.sbml.jsbml.Model
Searches for the first instance of ExplicitRule within this Model's Model.listOfRules, whose variable attribute is set to the value passed to this method.
getRuleCount() - Method in class org.sbml.jsbml.Model
Returns the number of Rules of this Model.
getSBaseById(String) - Method in class org.sbml.jsbml.Model
Returns an SBase element of the model that has the given 'id' as id or null if no element is found.
getSBaseCount() - Method in class org.sbml.jsbml.Model
Returns the number of SBases of this Model.
getSBaseListType() - Method in class org.sbml.jsbml.ListOf
Returns the SBaseListType of this ListOf instance.
getSBaseWithDerivedUnitCount() - Method in class org.sbml.jsbml.Model
Returns the number of SBaseWithDerivedUnits of this Model.
getSBMLDocument() - Method in class org.sbml.jsbml.AbstractSBase
 
getSBMLDocument() - Method in class org.sbml.jsbml.ext.AbstractASTNodePlugin
 
getSBMLDocument() - Method in class org.sbml.jsbml.ext.AbstractSBasePlugin
 
getSBMLDocument() - Method in interface org.sbml.jsbml.ext.ASTNodePlugin
Returns the parent SBMLDocument of this plugin object.
getSBMLDocument() - Method in interface org.sbml.jsbml.ext.SBasePlugin
Returns the parent SBMLDocument of this plugin object.
getSBMLDocument() - Method in interface org.sbml.jsbml.SBase
Returns the parent SBMLDocument object.
getSBMLDocument() - Method in class org.sbml.jsbml.util.ModelBuilder
 
getSBMLDocumentAttributes() - Method in class org.sbml.jsbml.SBMLDocument
Returns the map of attribute names and values of this SBMLDocument.
getSBMLDocumentNamespaces() - Method in class org.sbml.jsbml.SBMLDocument
getSBMLNSAttribute() - Static method in class org.sbml.jsbml.xml.parsers.MathMLParser
Deprecated.
 
getSBMLUnitsAttribute() - Static method in class org.sbml.jsbml.xml.parsers.MathMLParser
Deprecated.
 
getSBORoot() - Static method in class org.sbml.jsbml.SBO
Returns the root element of the SBO Ontology (SBO:0000000).
getSBOTerm() - Method in class org.sbml.jsbml.AbstractSBase
 
getSBOTerm() - Method in interface org.sbml.jsbml.SBase
Grants access to the Systems Biology Ontology (SBO) term associated with this SBase.
getSBOTermID() - Method in class org.sbml.jsbml.AbstractSBase
 
getSBOTermID() - Method in interface org.sbml.jsbml.SBase
Grants access to the Systems Biology Ontology (SBO) term associated with this SBase.
getScale() - Method in class org.sbml.jsbml.Unit
 
getSemanticsAnnotation(int) - Method in class org.sbml.jsbml.ASTNode
Gets the nth <semantics> annotation of this node.
getSeverity() - Method in exception org.sbml.jsbml.SBMLError
Returns the severity of the SBMLError
getSeverity() - Method in class org.sbml.jsbml.util.Detail
 
getSeverityKey(int, int) - Static method in class org.sbml.jsbml.validator.offline.factory.SBMLErrorFactory
 
getShortLabel() - Method in class org.sbml.jsbml.xml.parsers.AbstractReaderWriter
Returns the shortLabel of the namespace parsed by this class.
getShortMessage() - Method in exception org.sbml.jsbml.SBMLError
 
getShortMessage() - Method in exception org.sbml.jsbml.SBMLException
 
getSideProduct() - Static method in class org.sbml.jsbml.SBO
Returns the side product SBO term
getSideSubstrate() - Static method in class org.sbml.jsbml.SBO
Returns the side substrate SBO term
getSimpleMolecule() - Static method in class org.sbml.jsbml.SBO
 
getSize() - Method in class org.sbml.jsbml.Compartment
Returns the size of this compartment.
getSmallMolecule() - Static method in class org.sbml.jsbml.SBO
Simple, non-repetitive chemical entity.
getSource() - Method in class org.sbml.jsbml.util.TreeNodeChangeEvent
 
getSource() - Method in class org.sbml.jsbml.util.TreeNodeRemovedEvent
 
getSpatialDimensions() - Method in class org.sbml.jsbml.Compartment
getSpatialDimensionsAsDouble() - Method in class org.sbml.jsbml.Compartment
getSpatialSizeUnits() - Method in class org.sbml.jsbml.Species
Deprecated.
Only valid for SBML Level 2 Versions 1 and 2.
getSpatialSizeUnitsInstance() - Method in class org.sbml.jsbml.Species
Deprecated.
Only valid for SBML Level 2 Versions 1 and 2.
getSpecies(SpeciesReference) - Static method in class org.sbml.jsbml.math.compiler.FormulaCompiler
Returns the id of a PluginSpeciesReference object's belonging species as an object of type StringBuffer.
getSpecies(int) - Method in class org.sbml.jsbml.Model
Gets the n-th Species object in this Model.
getSpecies(String) - Method in class org.sbml.jsbml.Model
Gets the Species of the Model.listOfSpecies which has 'id' as id.
getSpecies() - Method in class org.sbml.jsbml.SimpleSpeciesReference
 
getSpecies(SpeciesReference) - Static method in class org.sbml.jsbml.util.compilers.FormulaCompiler
Returns the id of a PluginSpeciesReference object's belonging species as an object of type StringBuffer.
getSpeciesCount() - Method in class org.sbml.jsbml.Model
Returns the number of Species of this Model.
getSpeciesInstance() - Method in class org.sbml.jsbml.SimpleSpeciesReference
 
getSpeciesReferenceCount() - Method in class org.sbml.jsbml.Model
Returns the number of SpeciesReferences of this Model.
getSpeciesType(int) - Method in class org.sbml.jsbml.Model
Deprecated.
Only valid in SBML Level 2 for Versions 2 through 4.
getSpeciesType(String) - Method in class org.sbml.jsbml.Model
Deprecated.
Only valid in SBML Level 2 for Versions 2 through 4.
getSpeciesType() - Method in class org.sbml.jsbml.Species
Deprecated.
Only valid for SBML Level 2 Versions 2, 3, and 4.
getSpeciesTypeCount() - Method in class org.sbml.jsbml.Model
Deprecated.
the use of SpeciesType is not recommended, because this data structure is only valid in SBML Level 2 for Versions 2 through 4.
getSpeciesTypeInstance() - Method in class org.sbml.jsbml.Species
Deprecated.
Only valid for SBML Level 2 Versions 2, 3, and 4.
getSpeciesWithBoundaryConditionCount() - Method in class org.sbml.jsbml.Model
Returns the number of Species whose boundary condition is set to true.
getSpecificActivator() - Static method in class org.sbml.jsbml.SBO
 
getStateTransition() - Static method in class org.sbml.jsbml.SBO
 
getStatus() - Method in class org.sbml.jsbml.SBMLErrorLog
Returns the status of the error log.
getStatus() - Method in class org.sbml.jsbml.util.Option
 
getSteadyStateExpression() - Static method in class org.sbml.jsbml.SBO
 
getStimulation() - Static method in class org.sbml.jsbml.SBO
Positive modulation of the execution of a process.
getStimulator() - Static method in class org.sbml.jsbml.SBO
 
getStoichiometry() - Method in class org.sbml.jsbml.SpeciesReference
 
getStoichiometry(SpeciesReference) - Static method in class org.sbml.jsbml.util.compilers.FormulaCompiler
Returns the value of a PluginSpeciesReference object's stoichiometry either as a double or, if the stoichiometry has an integer value, as an int object.
getStoichiometryMath() - Method in class org.sbml.jsbml.SpeciesReference
Deprecated.
since SBML Level 3 this should not be used anymore.
getStoichiometryMathCount() - Method in class org.sbml.jsbml.Model
Deprecated.
since SBML L3V1
getStreamFromFile(String) - Method in class org.sbml.jsbml.resources.Resource
Gets the byte data from a file.
getStreamFromResourceLocation(String) - Method in class org.sbml.jsbml.resources.Resource
Gets the byte data from a file at the given resource location.
getStyle() - Method in class org.sbml.jsbml.ASTNode
Returns the style of the mathML element represented by this ASTNode.
getStyle() - Method in class org.sbml.jsbml.math.AbstractASTNode
 
getStyle() - Method in interface org.sbml.jsbml.math.ASTNode2
Return the style of this node
getStyle() - Method in class org.sbml.jsbml.math.ASTUnknown
 
getSubject() - Method in class org.sbml.jsbml.ontology.Triple
Returns the subject of this Triple.
getSubstanceUnits() - Method in class org.sbml.jsbml.KineticLaw
Deprecated.
getSubstanceUnits() - Method in class org.sbml.jsbml.Model
Returns the substance units ID of this model.
getSubstanceUnits() - Method in class org.sbml.jsbml.Species
 
getSubstanceUnitsInstance() - Method in class org.sbml.jsbml.KineticLaw
Deprecated.
getSubstanceUnitsInstance() - Method in class org.sbml.jsbml.Model
Returns the UnitDefinition which has the Model.substanceUnitsID of this Model as id.
getSubstanceUnitsInstance() - Method in class org.sbml.jsbml.Species
 
GetSuffix(int) - Method in class org.sbml.jsbml.math.parser.SimpleCharStream
Get the suffix.
GetSuffix(int) - Method in class org.sbml.jsbml.text.parser.SimpleCharStream
Get the suffix.
getSymbol() - Method in class org.sbml.jsbml.InitialAssignment
getSymbol() - Method in enum org.sbml.jsbml.Unit.Kind
 
getSymbolCount() - Method in class org.sbml.jsbml.Model
Returns the number of all instances of Symbol referenced within the model.
getSynonyms() - Method in class org.sbml.jsbml.ontology.Term
Returns all Synonyms of this Term.
getTabSize(int) - Method in class org.sbml.jsbml.math.parser.SimpleCharStream
 
getTabSize(int) - Method in class org.sbml.jsbml.text.parser.SimpleCharStream
 
getTemplateReaction() - Static method in class org.sbml.jsbml.SBO
A composite biochemical process through which a gene sequence is fully converted into mature gene products.
getTemplateReactionRegulation() - Static method in class org.sbml.jsbml.SBO
A phenomenon whereby an observed phenotype, qualitative or quantative, is not explainable by the simple additive effects of the individual gene pertubations alone.
getTerm() - Method in class org.sbml.jsbml.ontology.Term
Grants access to the underlying BioJava org.biojava3.ontology.Term.
getTerm(int) - Static method in class org.sbml.jsbml.SBO
Gets the SBO term with the id 'sboTerm'.
getTerm(String) - Static method in class org.sbml.jsbml.SBO
Gets the SBO term with the id 'sboTerm'.
getTerms() - Static method in class org.sbml.jsbml.SBO
Return the set of terms of the SBO Ontology.
getTerms() - Method in class org.sbml.jsbml.util.filters.SBOFilter
 
getThermodynamicTemperature() - Static method in class org.sbml.jsbml.SBO
Temperature is the physical property of a system which underlies the common notions of "hot" and "cold"; the material with the higher temperature is said to be hotter.
getTimeUnits() - Method in class org.sbml.jsbml.Event
Deprecated. 
getTimeUnits() - Method in class org.sbml.jsbml.KineticLaw
Deprecated.
getTimeUnits() - Method in class org.sbml.jsbml.Model
Returns the time units ID of this Model.
getTimeUnitsID() - Method in class org.sbml.jsbml.Event
Deprecated. 
getTimeUnitsInstance() - Method in class org.sbml.jsbml.Event
Deprecated. 
getTimeUnitsInstance() - Method in class org.sbml.jsbml.KineticLaw
Deprecated.
getTimeUnitsInstance() - Method in class org.sbml.jsbml.Model
Gets the UnitDefinition representing the time units of this Model.
getToken(int) - Method in class org.sbml.jsbml.math.parser.FormulaParser
Get the specific Token.
getToken(int) - Method in class org.sbml.jsbml.math.parser.FormulaParserASTNode2
Get the specific Token.
getToken(int) - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3
Get the specific Token.
getToken(int) - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2
Get the specific Token.
getToken(int) - Method in class org.sbml.jsbml.text.parser.CobraFormulaParser
Get the specific Token.
getToken(int) - Method in class org.sbml.jsbml.text.parser.FormulaParser
Get the specific Token.
getToken(int) - Method in class org.sbml.jsbml.text.parser.FormulaParserASTNode2
Get the specific Token.
getToken(int) - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3
Get the specific Token.
getToken(int) - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2
Get the specific Token.
getTranscription() - Static method in class org.sbml.jsbml.SBO
Returns the SBO id corresponding to the alias 'TRANSCRIPTION'
getTranscriptionalActivation() - Static method in class org.sbml.jsbml.SBO
Returns the SBO id corresponding to the alias 'TRANSCRIPTIONAL_ACTIVATION'
getTranscriptionalInhibitor() - Static method in class org.sbml.jsbml.SBO
Returns the SBO id corresponding to the alias 'TRANSCRIPTIONAL_INHIBITION'
getTransitionOmitted() - Static method in class org.sbml.jsbml.SBO
Returns the SBO id corresponding to the alias 'KNOWN_TRANSITION_OMITTED'
getTranslation() - Static method in class org.sbml.jsbml.SBO
Returns the SBO id corresponding to the alias 'TRANSLATION'
getTranslationalActivation() - Static method in class org.sbml.jsbml.SBO
Returns the SBO id corresponding to the alias 'TRANSLATIONAL_ACTIVATION'
getTranslationalInhibitor() - Static method in class org.sbml.jsbml.SBO
Returns the SBO id corresponding to the alias 'TRANSLATIONAL_INHIBITION'
getTransport() - Static method in class org.sbml.jsbml.SBO
Returns the SBO id corresponding to the alias 'TRANSPORT'
getTransportWithBiochemicalReaction() - Static method in class org.sbml.jsbml.SBO
An event involving one or more physical entities that modifies the structure, location or free energy of at least one of the participants.
getTreeNodeChangeListenerCount() - Method in class org.sbml.jsbml.AbstractTreeNode
 
getTreeNodeChangeListenerCount() - Method in class org.sbml.jsbml.math.ASTUnknown
 
getTreeNodeChangeListenerCount() - Method in interface org.sbml.jsbml.util.TreeNodeWithChangeSupport
 
getTrigger() - Method in class org.sbml.jsbml.Event
 
getTrigger() - Static method in class org.sbml.jsbml.SBO
Returns the SBO id corresponding to the alias 'TRIGGER'
getTriggerCount() - Method in class org.sbml.jsbml.Model
Returns the number of Trigger of this Model.
getTriple() - Method in class org.sbml.jsbml.ontology.Triple
Grants access to the original BioJava org.biojava.nbio.ontology.Triple.
getTriples(Term, Term, Term) - Static method in class org.sbml.jsbml.SBO
Returns a set of Triple which match the supplied subject, predicate and object.
getTrueIndexOf(XMLNode, String, String, int) - Method in class org.sbml.jsbml.xml.parsers.SBMLRDFAnnotationParser
 
getTruncated() - Static method in class org.sbml.jsbml.SBO
Returns the SBO id corresponding to the alias 'TRUNCATED'
getType() - Method in class org.sbml.jsbml.ASTNode
Returns the type of this node.
getType() - Method in class org.sbml.jsbml.math.AbstractASTNode
 
getType() - Method in interface org.sbml.jsbml.math.ASTNode2
Returns the type of this ASTNode2.
getType() - Method in class org.sbml.jsbml.math.ASTUnknown
 
getType() - Method in class org.sbml.jsbml.math.compiler.ASTNode2Value
 
getType() - Method in exception org.sbml.jsbml.SBMLException
 
getType() - Method in class org.sbml.jsbml.util.compilers.ASTNodeValue
 
getType() - Method in class org.sbml.jsbml.xml.parsers.SBMLLevel1Rule
 
getTypeFor(String) - Static method in enum org.sbml.jsbml.ASTNode.Type
Returns the ASTNode.Type corresponding to the given String.
getTypeOfNotes() - Method in class org.sbml.jsbml.xml.parsers.XMLNodeReader
 
getUncompetitiveInhibitor() - Static method in class org.sbml.jsbml.SBO
An inhibitor which binds only to the complex formed between the enzyme and substrate (E-S complex).
getUnit(int) - Method in class org.sbml.jsbml.UnitDefinition
Returns a specific Unit instance belonging to this UnitDefinition.
getUnitCount() - Method in class org.sbml.jsbml.Model
Returns the number of Units of this Model.
getUnitCount() - Method in class org.sbml.jsbml.UnitDefinition
 
getUnitDefinition(int) - Method in class org.sbml.jsbml.Model
Gets the nth UnitDefinition object in this Model .
getUnitDefinition(String) - Method in class org.sbml.jsbml.Model
Returns the UnitDefinition of the Model.listOfUnitDefinitions which has 'id' as id.
getUnitDefinitionById(String) - Method in class org.sbml.jsbml.Model
Returns a UnitDefinition element that has the given 'id' within this Model or null if no such element can be found.
getUnitDefinitionCount() - Method in class org.sbml.jsbml.Model
Returns the number of UnitDefinitions of this Model.
getUnitKindsDefinedIn(int, int) - Static method in enum org.sbml.jsbml.Unit.Kind
Returns a set of Unit.Kind objects for the given level/version combination of SBML.
getUnitOntologyIdentifier() - Method in enum org.sbml.jsbml.Unit.Kind
Creates a unit ontology identifier for this Unit.Kind if possible and returns it.
getUnitOntologyNumber() - Method in enum org.sbml.jsbml.Unit.Kind
Looks for the corresponding unit ontology resource for this Unit.Kind.
getUnitOntologyResource() - Method in enum org.sbml.jsbml.Unit.Kind
Creates a MIRIAM resource pointing to the entry in the unit ontology corresponding to this Unit.Kind.
getUnits() - Method in class org.sbml.jsbml.AbstractNamedSBaseWithUnit
 
getUnits() - Method in class org.sbml.jsbml.ASTNode
Returns the units attribute.
getUnits() - Method in class org.sbml.jsbml.Compartment
 
getUnits() - Method in class org.sbml.jsbml.Event
Deprecated.
getUnits() - Method in class org.sbml.jsbml.ExplicitRule
Deprecated.
This is a requirement for Level 1 Version 1 and Version 2, but can only be used in conjunction with Parameters. In this case this AssignmentRule represents the SBML element ParameterRule.
getUnits() - Method in class org.sbml.jsbml.KineticLaw
Deprecated.
getUnits() - Method in class org.sbml.jsbml.math.ASTCnNumberNode
Returns the units of the MathML element represented by this ASTCnNumberNode
getUnits() - Method in class org.sbml.jsbml.math.compiler.ASTNode2Value
 
getUnits() - Method in interface org.sbml.jsbml.SBaseWithUnit
 
getUnits() - Method in class org.sbml.jsbml.util.compilers.ASTNodeValue
 
getUnitsInstance() - Method in class org.sbml.jsbml.AbstractNamedSBaseWithUnit
 
getUnitsInstance() - Method in class org.sbml.jsbml.ASTNode
Creates or obtains a UnitDefinition corresponding to the unit that has been set for this ASTNode and returns a pointer to it.
getUnitsInstance() - Method in class org.sbml.jsbml.Compartment
 
getUnitsInstance() - Method in class org.sbml.jsbml.Event
Deprecated.
getUnitsInstance() - Method in class org.sbml.jsbml.ExplicitRule
Deprecated.
This is a requirement for Level 1 Version 1 and Version 2, but can only be used in conjunction with Parameters. In this case this AssignmentRule represents the SBML element ParameterRule.
getUnitsInstance() - Method in class org.sbml.jsbml.KineticLaw
Deprecated.
getUnitsInstance() - Method in class org.sbml.jsbml.math.ASTCnNumberNode
Creates or obtains a UnitDefinition corresponding to the unit that has been set for this ASTCnNumberNode and returns a pointer to it.
getUnitsInstance() - Method in interface org.sbml.jsbml.SBaseWithUnit
 
getUnknownMolecule() - Static method in class org.sbml.jsbml.SBO
Returns the SBO id corresponding to the alias 'UNKNOWN'
getUnknownQualifierName() - Method in class org.sbml.jsbml.CVTerm
Gets a name corresponding to the Qualifier of this CVTerm.
getUnknownTransition() - Static method in class org.sbml.jsbml.SBO
Returns the SBO id corresponding to the alias 'UNKNOWN_TRANSITION'
getURI() - Method in class org.sbml.jsbml.AbstractSBase
 
getURI() - Method in interface org.sbml.jsbml.ext.ASTNodePlugin
Gets the URI to which this element belongs to.
getURI() - Method in interface org.sbml.jsbml.ext.SBasePlugin
Gets the URI to which this element belongs to.
getURI() - Method in interface org.sbml.jsbml.SBase
Returns the namespace to which this SBase belong to.
getURI(int) - Method in class org.sbml.jsbml.xml.XMLAttributes
Returns the namespace URI of an attribute in this XMLAttributes set (by position).
getURI(int) - Method in class org.sbml.jsbml.xml.XMLNamespaces
Gets the URI of an XML namespace declaration by its position.
getURI(String) - Method in class org.sbml.jsbml.xml.XMLNamespaces
Gets the URI of an XML namespace declaration by its prefix.
getURI() - Method in class org.sbml.jsbml.xml.XMLNamespaces
Gets the URI of an XML namespace declaration by the empty prefix.
getURI() - Method in class org.sbml.jsbml.xml.XMLToken
Returns the namespace URI of this XML element.
getURI() - Method in class org.sbml.jsbml.xml.XMLTriple
Returns the URI portion of this XMLTriple.
getUserObject(Object) - Method in class org.sbml.jsbml.AbstractTreeNode
 
getUserObject(Object) - Method in class org.sbml.jsbml.math.ASTUnknown
 
getUserObject() - Method in class org.sbml.jsbml.util.TreeNodeAdapter
 
getUserObject(Object) - Method in interface org.sbml.jsbml.util.TreeNodeWithChangeSupport
 
getUseValuesFromTriggerTime() - Method in class org.sbml.jsbml.Event
 
getV() - Method in class org.sbml.jsbml.util.ValuePair
 
getValidateRecursivly() - Method in class org.sbml.jsbml.validator.offline.ValidationContext
Returns true if the validation also validate every child of a TreeNode
getValidationErrors() - Method in class org.sbml.jsbml.SBMLErrorLog
Returns the list of SBMLError
getValidationFunction(int) - Method in class org.sbml.jsbml.validator.offline.constraints.AbstractConstraintDeclaration
Returns the ValidationFunction of the error code, if it's defined in this ConstraintDeclaration
getValidationFunction(int) - Method in class org.sbml.jsbml.validator.offline.constraints.AlgebraicRuleConstraints
 
getValidationFunction(int) - Method in class org.sbml.jsbml.validator.offline.constraints.AssignmentConstraints
 
getValidationFunction(int) - Method in class org.sbml.jsbml.validator.offline.constraints.AssignmentRuleConstraints
 
getValidationFunction(int) - Method in class org.sbml.jsbml.validator.offline.constraints.ASTNodeConstraints
 
getValidationFunction(int) - Method in class org.sbml.jsbml.validator.offline.constraints.CompartmentConstraints
 
getValidationFunction(int) - Method in class org.sbml.jsbml.validator.offline.constraints.CompartmentTypeConstraints
 
getValidationFunction(int) - Method in class org.sbml.jsbml.validator.offline.constraints.ConstraintConstraints
 
getValidationFunction(int) - Method in class org.sbml.jsbml.validator.offline.constraints.DelayConstraints
 
getValidationFunction(int) - Method in class org.sbml.jsbml.validator.offline.constraints.EventAssignmentConstraints
 
getValidationFunction(int) - Method in class org.sbml.jsbml.validator.offline.constraints.EventConstraints
 
getValidationFunction(int) - Method in class org.sbml.jsbml.validator.offline.constraints.ExplicitRuleConstraints
 
getValidationFunction(int) - Method in class org.sbml.jsbml.validator.offline.constraints.FunctionDefinitionConstraints
 
getValidationFunction(int) - Method in class org.sbml.jsbml.validator.offline.constraints.InitialAssignmentConstraints
 
getValidationFunction(int) - Method in class org.sbml.jsbml.validator.offline.constraints.KineticLawConstraints
 
getValidationFunction(int) - Method in class org.sbml.jsbml.validator.offline.constraints.LocalParameterConstraints
 
getValidationFunction(int) - Method in class org.sbml.jsbml.validator.offline.constraints.MathContainerConstraints
 
getValidationFunction(int) - Method in class org.sbml.jsbml.validator.offline.constraints.ModelConstraints
 
getValidationFunction(int) - Method in class org.sbml.jsbml.validator.offline.constraints.ParameterConstraints
 
getValidationFunction(int) - Method in class org.sbml.jsbml.validator.offline.constraints.PriorityConstraints
 
getValidationFunction(int) - Method in class org.sbml.jsbml.validator.offline.constraints.RateRuleConstraints
 
getValidationFunction(int) - Method in class org.sbml.jsbml.validator.offline.constraints.ReactionConstraints
 
getValidationFunction(int) - Method in class org.sbml.jsbml.validator.offline.constraints.RuleConstraints
 
getValidationFunction(int) - Method in class org.sbml.jsbml.validator.offline.constraints.SBaseConstraints
 
getValidationFunction(int) - Method in class org.sbml.jsbml.validator.offline.constraints.SBaseWithDerivedUnitConstraints
 
getValidationFunction(int) - Method in class org.sbml.jsbml.validator.offline.constraints.SBaseWithUnitConstraints
 
getValidationFunction(int) - Method in class org.sbml.jsbml.validator.offline.constraints.SBMLDocumentConstraints
 
getValidationFunction(int) - Method in class org.sbml.jsbml.validator.offline.constraints.SimpleSpeciesReferenceConstraints
 
getValidationFunction(int) - Method in class org.sbml.jsbml.validator.offline.constraints.SpeciesConstraints
 
getValidationFunction(int) - Method in class org.sbml.jsbml.validator.offline.constraints.SpeciesReferenceConstraints
 
getValidationFunction(int) - Method in class org.sbml.jsbml.validator.offline.constraints.SpeciesTypeConstraints
 
getValidationFunction(int) - Method in class org.sbml.jsbml.validator.offline.constraints.TreeNodeConstraints
 
getValidationFunction(int) - Method in class org.sbml.jsbml.validator.offline.constraints.TriggerConstraints
 
getValidationFunction(int) - Method in class org.sbml.jsbml.validator.offline.constraints.UnitConstraints
 
getValidationFunction(int) - Method in class org.sbml.jsbml.validator.offline.constraints.UnitDefinitionConstraints
 
getValue() - Method in class org.sbml.jsbml.math.ASTBoolean
Get the value of this ASTBoolean
getValue() - Method in class org.sbml.jsbml.math.ASTConstantNumber
Get the value of this ASTConstantNumber
getValue() - Method in class org.sbml.jsbml.math.ASTCSymbolAvogadroNode
 
getValue() - Method in class org.sbml.jsbml.math.ASTLogarithmNode
Return the value of this ASTLogarithmNode
getValue() - Method in class org.sbml.jsbml.math.compiler.ASTNode2Value
 
getValue() - Method in class org.sbml.jsbml.math.parser.Token
An optional attribute value of the Token.
getValue() - Method in interface org.sbml.jsbml.Quantity
Returns the value of this Quantity.
getValue() - Method in class org.sbml.jsbml.QuantityWithUnit
 
getValue() - Method in class org.sbml.jsbml.SpeciesReference
 
getValue() - Method in class org.sbml.jsbml.text.parser.Token
An optional attribute value of the Token.
getValue() - Method in class org.sbml.jsbml.util.compilers.ASTNodeValue
 
getValue() - Method in class org.sbml.jsbml.util.Pair
 
getValue() - Method in class org.sbml.jsbml.validator.OverdeterminationValidator.InnerNode
 
getValue() - Method in interface org.sbml.jsbml.validator.OverdeterminationValidator.Node
Returns the value of this node
getValue() - Method in class org.sbml.jsbml.validator.OverdeterminationValidator.StartNode
 
getValue() - Method in class org.sbml.jsbml.validator.OverdeterminationValidator.TerminalNode
 
getValue(int) - Method in class org.sbml.jsbml.xml.XMLAttributes
Returns the value of an attribute in this XMLAttributes set (by position).
getValue(String) - Method in class org.sbml.jsbml.xml.XMLAttributes
Returns an attribute's value by name.
getValue(String, String) - Method in class org.sbml.jsbml.xml.XMLAttributes
Returns a value of an attribute with the given local name and namespace URI.
getValue(XMLTriple) - Method in class org.sbml.jsbml.xml.XMLAttributes
Returns a value of an attribute with the given XMLTriple.
getVariable() - Method in interface org.sbml.jsbml.Assignment
Returns the variableID of this Assignment.
getVariable() - Method in class org.sbml.jsbml.ASTNode
Returns the variable of this node.
getVariable() - Method in class org.sbml.jsbml.EventAssignment
 
getVariable() - Method in class org.sbml.jsbml.ExplicitRule
 
getVariable() - Method in class org.sbml.jsbml.InitialAssignment
 
getVariable() - Method in class org.sbml.jsbml.math.ASTCnNumberNode
Get the variable for this ASTNumber node
getVariableCount() - Method in class org.sbml.jsbml.Model
Returns the number of Variables of this Model.
getVariableInstance() - Method in interface org.sbml.jsbml.Assignment
Returns the Variable instance which has the variableID of this Assignment as id.
getVariableInstance() - Method in class org.sbml.jsbml.EventAssignment
 
getVariableInstance() - Method in class org.sbml.jsbml.ExplicitRule
 
getVariableInstance() - Method in class org.sbml.jsbml.InitialAssignment
 
getVariables(ListOf<LocalParameter>, ASTNode, List<SBase>, int) - Method in class org.sbml.jsbml.validator.OverdeterminationValidator
Returns the variables in a MathML object without local parameter
getVersion() - Method in class org.sbml.jsbml.AbstractSBase
 
getVersion() - Method in class org.sbml.jsbml.ext.AbstractASTNodePlugin
 
getVersion() - Method in class org.sbml.jsbml.ext.AbstractSBasePlugin
 
getVersion() - Method in interface org.sbml.jsbml.ext.ASTNodePlugin
Returns the SBML version of this plugin object.
getVersion() - Method in interface org.sbml.jsbml.ext.SBasePlugin
Returns the SBML version of this plugin object.
getVersion() - Method in class org.sbml.jsbml.math.compiler.ASTNode2Value
 
getVersion() - Method in interface org.sbml.jsbml.SBase
Returns the Version within the SBML Level of the overall SBML document.
getVersion() - Method in class org.sbml.jsbml.util.compilers.ASTNodeValue
 
getVersion() - Method in class org.sbml.jsbml.validator.offline.ValidationContext
Returns the used version of SBML
getVolume() - Method in class org.sbml.jsbml.Compartment
Deprecated.
The volume attribute is only defined in SBML Level 1. Please use Compartment.getSize().
getVolumeUnits() - Method in class org.sbml.jsbml.Model
Returns the volume units ID of this Model.
getVolumeUnitsInstance() - Method in class org.sbml.jsbml.Model
Returns the UnitDefinition instance which has the Model.volumeUnitsID of this Model as id.
getWarnings() - Method in interface org.sbml.jsbml.SBMLInputConverter
Creates an SBML error report and returns the list of errors.
getWordForNumber(long) - Static method in class org.sbml.jsbml.util.StringTools
Returns the number as an English word.
getWriteWarnings(T) - Method in interface org.sbml.jsbml.SBMLOutputConverter
 
getWritingParsers() - Method in class org.sbml.jsbml.xml.parsers.ParserManager
Gets a copy of the registered WritingParsers map.
getWritingParsers(Object, String) - Method in class org.sbml.jsbml.xml.stax.SBMLWriter
Gets all the writing parsers necessary to write the given object.
getXMLnamespaceSBML() - Static method in class org.sbml.jsbml.xml.parsers.MathMLParser
Deprecated.
The additional MathML name space for units to numbers.
getXMLNode() - Method in class org.sbml.jsbml.Annotation
 
givenName - Variable in class org.sbml.jsbml.Creator
Given name of the creator
givenName - Static variable in class org.sbml.jsbml.util.TreeNodeChangeEvent
 
GROUPS_10100 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 4010100:
GROUPS_10101 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 4010101: To conform to the Groups Package specification for SBML Level 3 Version 1, an SBML document must declare 'http://www.sbml.org/sbml/level3/version1/groups/version1' as the XMLNamespaceto use for elements of this package.
GROUPS_10102 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 4010102: Wherever they appear in an SBML document, elements and attributes from the Groups Package must use the 'http://www.sbml.org/sbml/level3/version1/groups/version1' namespace, declaring so either explicitly or implicitly.
GROUPS_10301 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 4010301: (Extends validation rule #10301 in the SBML Level 3 Core specification.
GROUPS_10302 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 4010302: The value of a 'groups:id' must conform to the syntax of the <sbml> data type 'SId' Reference: L3V1 Groups V1 Section 3.3.1
GROUPS_20101 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 4020101: In all SBML documents using the Groups Package, the <sbml> object must have the 'groups:required' attribute.
GROUPS_20102 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 4020102: The value of attribute 'groups:required' on the <sbml> object must be of data type 'boolean'.
GROUPS_20103 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 4020103: The value of attribute 'groups:required' on the <sbml> object must be set to 'false'.
GROUPS_20201 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 4020201: A <model> object may contain one and only one instance of the <listOfGroups> element.
GROUPS_20202 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 4020202: The <listOfGroups> subobject on a <model> object is optional, but if present, this container object must not be empty.
GROUPS_20203 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 4020203: Apart from the general notes and annotations subobjects permitted on all SBML objects, a <listOfGroups> container object may only contain <group> objects.
GROUPS_20204 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 4020204: A <listOfGroups> object may have the optional SBML Level 3 Core attributes 'metaid' and 'sboTerm'.
GROUPS_20301 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 4020301: A <group> object may have the optional SBML Level 3 Core attributes 'metaid' and 'sboTerm'.
GROUPS_20302 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 4020302: A <group> object may have the optional SBML Level 3 Core subobjects for notes and annotations.
GROUPS_20303 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 4020303: A <group> object must have the required attribute 'groups:kind', and may have the optional attributes 'groups:id' and 'groups:name'.
GROUPS_20304 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 4020304: A <group> object may contain one and only one instance of the <listOfMembers> element.
GROUPS_20305 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 4020305: The value of the attribute 'groups:kind' of a <group> object must conform to the syntax of SBML data type 'groupKind' and may only take on the allowed values of 'groupKind' defined in SBML; that is, the value must be one of the following: 'classification', 'partonomy' or 'collection'.
GROUPS_20306 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 4020306: The attribute 'groups:name' on a <group> must have a value of data type 'string'.
GROUPS_20307 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 4020307: The <listOfMembers> subobject on a <group> object is optional, but if present, this container object must not be empty.
GROUPS_20308 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 4020308: Apart from the general notes and annotations subobjects permitted on all SBML objects, a <listOfMembers> container object may only contain <member> objects.
GROUPS_20309 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 4020309: A <listOfMembers> object may have the optional SBML Level 3 Core attributes 'metaid' and 'sboTerm'.
GROUPS_20310 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 4020310: A <listOfMembers> object may have the optional attributes 'groups:id' and 'groups:name'.
GROUPS_20311 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 4020311: The attribute 'groups:name' on a <listOfMembers> must have a value of data type 'string'.
GROUPS_20312 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 4020312: If <listOfMembers> objects from different <group> objects contain <member> elements that reference the same SBase object, the 'sboTerm' attribute and any child <notes> or <annotation> elements set for those <listOfMembers> should be consistent, as they should all apply to the same referenced object.
GROUPS_20313 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 4020313: Member references may not be circular: no <member>'s 'idRef' or 'metaIdRef' may reference itself, its parent <listOfMembers>, nor its parent <group>.
GROUPS_20401 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 4020401: A <member> object may have the optional SBML Level 3 Core attributes 'metaid' and 'sboTerm'.
GROUPS_20402 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 4020402: A <member> object may have the optional SBML Level 3 Core subobjects for notes and annotations.
GROUPS_20403 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 4020403: A <member> object may have the optional attributes 'groups:id' and 'groups:name' and must have a value for one (and exactly one) of the attributes 'groups:idRef' and 'groups:metaIdRef'.
GROUPS_20404 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 4020404: The attribute 'groups:name' on a <member> must have a value of data type 'string'.
GROUPS_20405 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 4020405: The value of the attribute 'groups:idRef' of a <member> object must be the identifier of an existing <SBase> object defined in the enclosing <model> object.
GROUPS_20406 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 4020406: The value of the attribute 'groups:metaIdRef' of a <member> object must be the 'metaid' of an existing <SBase> object defined in the enclosing <model> object.
GROUPS_20407 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 4020407: The value of the attribute 'groups:idRef' of a <member> object must conform to the syntax of the SBML data type 'SId'.
GROUPS_20408 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 4020408: The value of the attribute 'groups:metaIdRef' of a <member> object must conform to the syntax of the SBML data type 'ID'.
gt(ASTNode, ASTNode) - Static method in class org.sbml.jsbml.ASTNode
Creates an ASTNode representing greater than for the two given left and right child.
gt(ASTNode2, ASTNode2) - Static method in class org.sbml.jsbml.math.ASTFactory
Creates an ASTRelationalOperatorNode representing greater than for the two given left and right child.
gt(ASTNode2, ASTNode2) - Method in interface org.sbml.jsbml.math.compiler.ASTNode2Compiler
Greater than.
gt(ASTNode2, ASTNode2) - Method in class org.sbml.jsbml.math.compiler.FindUnitsCompiler
 
gt(ASTNode2, ASTNode2) - Method in class org.sbml.jsbml.math.compiler.FormulaCompiler
 
gt(ASTNode2, ASTNode2) - Method in class org.sbml.jsbml.math.compiler.LaTeXCompiler
 
gt(ASTNode2, ASTNode2) - Method in class org.sbml.jsbml.math.compiler.LibSBMLFormulaCompiler
 
gt(ASTNode2, ASTNode2) - Method in class org.sbml.jsbml.math.compiler.UnitsCompiler
 
gt(ASTNode, ASTNode) - Method in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
Greater than.
gt(ASTNode, ASTNode) - Method in class org.sbml.jsbml.util.compilers.FindUnitsCompiler
 
gt(ASTNode, ASTNode) - Method in class org.sbml.jsbml.util.compilers.FormulaCompiler
 
gt(ASTNode, ASTNode) - Method in class org.sbml.jsbml.util.compilers.FormulaCompilerLibSBML
 
gt(ASTNode, ASTNode) - Method in class org.sbml.jsbml.util.compilers.LaTeXCompiler
 
gt(ASTNode, ASTNode) - Method in class org.sbml.jsbml.util.compilers.LibSBMLFormulaCompiler
 
gt(ASTNode, ASTNode) - Method in class org.sbml.jsbml.util.compilers.MathMLCompiler
Deprecated.
 
gt(ASTNode, ASTNode) - Method in class org.sbml.jsbml.util.compilers.UnitsCompiler
 

H

handleGetObject(String) - Method in class org.sbml.jsbml.util.XMLResourceBundleControl.XMLResourceBundle
 
hasAttr(int) - Method in class org.sbml.jsbml.xml.XMLToken
Returns true or false depending on whether an attribute with the given index exists in the attribute set in this XMLToken.
hasAttr(String) - Method in class org.sbml.jsbml.xml.XMLToken
Returns true or false depending on whether an attribute with the given local name exists in the attribute set in this XMLToken.
hasAttr(String, String) - Method in class org.sbml.jsbml.xml.XMLToken
Returns 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.jsbml.xml.XMLToken
Returns 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.jsbml.xml.XMLAttributes
Returns true or false depending on whether an attribute with the given index exists in this XMLAttributes.
hasAttribute(String, String) - Method in class org.sbml.jsbml.xml.XMLAttributes
Returns 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.jsbml.xml.XMLAttributes
Returns true or false depending on whether an attribute with the given local name exists in this XMLAttributes.
hasAttribute(XMLTriple) - Method in class org.sbml.jsbml.xml.XMLAttributes
Returns true or false depending on whether an attribute with the given XML triple exists in this XMLAttributes.
hashCode() - Method in class org.sbml.jsbml.AbstractNamedSBaseWithUnit
 
hashCode() - Method in class org.sbml.jsbml.AbstractSBase
 
hashCode() - Method in class org.sbml.jsbml.AbstractTreeNode
 
hashCode() - Method in class org.sbml.jsbml.Annotation
 
hashCode() - Method in class org.sbml.jsbml.ASTNode
 
hashCode() - Method in class org.sbml.jsbml.Compartment
 
hashCode() - Method in class org.sbml.jsbml.Creator
 
hashCode() - Method in class org.sbml.jsbml.CVTerm
 
hashCode() - Method in class org.sbml.jsbml.Event
 
hashCode() - Method in class org.sbml.jsbml.EventAssignment
 
hashCode() - Method in class org.sbml.jsbml.ExplicitRule
 
hashCode() - Method in class org.sbml.jsbml.ext.AbstractASTNodePlugin
 
hashCode() - Method in class org.sbml.jsbml.ext.AbstractSBasePlugin
 
hashCode() - Method in interface org.sbml.jsbml.ext.ASTNodePlugin
 
hashCode() - Method in interface org.sbml.jsbml.ext.SBasePlugin
 
hashCode() - Method in class org.sbml.jsbml.History
 
hashCode() - Method in class org.sbml.jsbml.InitialAssignment
 
hashCode() - Method in class org.sbml.jsbml.KineticLaw
 
hashCode() - Method in class org.sbml.jsbml.LocalParameter
 
hashCode() - Method in class org.sbml.jsbml.math.AbstractASTNode
 
hashCode() - Method in class org.sbml.jsbml.math.ASTCiFunctionNode
 
hashCode() - Method in class org.sbml.jsbml.math.ASTCiNumberNode
 
hashCode() - Method in class org.sbml.jsbml.math.ASTCnNumberNode
 
hashCode() - Method in class org.sbml.jsbml.math.ASTCnRealNode
 
hashCode() - Method in class org.sbml.jsbml.math.ASTCSymbolAvogadroNode
 
hashCode() - Method in class org.sbml.jsbml.math.ASTCSymbolDelayNode
 
hashCode() - Method in class org.sbml.jsbml.math.ASTCSymbolTimeNode
 
hashCode() - Method in class org.sbml.jsbml.math.ASTFunction
 
hashCode() - Method in class org.sbml.jsbml.Model
 
hashCode() - Method in class org.sbml.jsbml.QuantityWithUnit
 
hashCode() - Method in class org.sbml.jsbml.Reaction
 
hashCode() - Method in interface org.sbml.jsbml.SBase
Returns a hash code value for this SBase instance.
hashCode() - Method in class org.sbml.jsbml.SBMLDocument
 
hashCode() - Method in class org.sbml.jsbml.SimpleSpeciesReference
 
hashCode() - Method in class org.sbml.jsbml.Species
 
hashCode() - Method in class org.sbml.jsbml.SpeciesReference
 
hashCode() - Method in class org.sbml.jsbml.Symbol
 
hashCode() - Method in class org.sbml.jsbml.Trigger
 
hashCode() - Method in class org.sbml.jsbml.Unit
 
hashCode() - Method in class org.sbml.jsbml.util.Pair
 
hashCode() - Method in class org.sbml.jsbml.util.TreeNodeAdapter
 
hashCode() - Method in class org.sbml.jsbml.util.TreeNodeChangeEvent
 
hashCode() - Method in class org.sbml.jsbml.xml.XMLAttributes
Returns a hashcode for this XMLAttributes object.
hashCode() - Method in class org.sbml.jsbml.xml.XMLNamespaces
Returns a hashcode for this XMLNamespaces object.
hashCode() - Method in class org.sbml.jsbml.xml.XMLToken
 
hashCode() - Method in class org.sbml.jsbml.xml.XMLTriple
Returns a hashcode for this XMLTriple object.
hashMap - Variable in class org.sbml.jsbml.validator.offline.ValidationContext
 
hasModifier(Species) - Method in class org.sbml.jsbml.Reaction
 
hasNamespaceNS(String, String) - Method in class org.sbml.jsbml.xml.XMLToken
Returns true or false depending on whether an XML Namespace with the given uri/prefix pair is contained in the XMLNamespaces of this XMLToken.
hasNamespacePrefix(String) - Method in class org.sbml.jsbml.xml.XMLToken
Returns 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.jsbml.xml.XMLToken
Returns 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.jsbml.xml.XMLNamespaces
Returns true or false depending on whether an XML Namespace with the given URI and prefix pair is contained in this XMLNamespaces list.
hasOnlySubstanceUnits - Variable in class org.sbml.jsbml.Species
Represents the 'hasOnlySubstanceUnits' attribute of a Species element.
hasOnlySubstanceUnits() - Method in class org.sbml.jsbml.Species
 
hasOnlySubstanceUnits - Static variable in class org.sbml.jsbml.util.TreeNodeChangeEvent
 
hasOtherwise() - Method in class org.sbml.jsbml.math.ASTPiecewiseFunctionNode
Returns True iff piecewise element contains an otherwise element
hasPrefix(String) - Method in class org.sbml.jsbml.xml.XMLNamespaces
Returns true or false depending on whether an XML Namespace with the given prefix is contained in this XMLNamespaces list.
hasProduct(Species) - Method in class org.sbml.jsbml.Reaction
 
hasReactant(Species) - Method in class org.sbml.jsbml.Reaction
 
hasRequiredAttributes() - Method in class org.sbml.jsbml.Unit
Predicate returning true or false depending on whether all the required attributes for this Unit object have been set.
hasTerm(int) - Method in class org.sbml.jsbml.SBO
This method will test if a term for the given SBO code number exists and returns true if this is the case.
hasTerm(String) - Method in class org.sbml.jsbml.SBO
This method will test if a term for the given SBO code number exists and returns true if this is the case.
hasUnit(String) - Method in class org.sbml.jsbml.Model
Returns true if this model has a reference to the UnitDefinition with the given identifier.
hasUnits() - Method in class org.sbml.jsbml.ASTNode
Returns true if the current ASTNode or any of his descendant has a unit defined.
hasUnits() - Method in class org.sbml.jsbml.math.ASTCnNumberNode
Returns true if the current ASTCnNumberNode or any of its descendants has a unit defined.
hasUnits() - Method in class org.sbml.jsbml.math.ASTFunction
Returns true if any one of the descendants of this ASTFunction has a unit defined.
hasURI(String) - Method in class org.sbml.jsbml.xml.XMLNamespaces
Returns true or false depending on whether an XML Namespace with the given URI is contained in this XMLNamespaces list.
hasValidAnnotation() - Method in class org.sbml.jsbml.AbstractSBase
 
hasValidAnnotation() - Method in interface org.sbml.jsbml.SBase
Returns true if the Annotation RDF 'about' attribute matches the metaid of this object.
hasValidLevelVersionNamespaceCombination() - Method in class org.sbml.jsbml.AbstractSBase
 
hasValidLevelVersionNamespaceCombination() - Method in interface org.sbml.jsbml.SBase
Returns true or false depending on whether this object's level/version and namespace values correspond to a valid SBML specification.
haveEquivalentUnits(Assignment, Variable) - Static method in class org.sbml.jsbml.validator.offline.constraints.helper.ValidationTools
Returns true if the given Assignment and Variable have equivalent derived units.
heading(String, String, boolean) - Static method in class org.sbml.jsbml.math.compiler.LaTeXCompiler
Creates head lines.
heading(String, String, boolean) - Static method in class org.sbml.jsbml.util.compilers.LaTeXCompiler
Creates head lines.
history - Variable in class org.sbml.jsbml.Annotation
The ModelHistory which represents the history section of a RDF annotation
History - Class in org.sbml.jsbml
Contains all the history information about a Model (or other SBase if level >= 3).
History() - Constructor for class org.sbml.jsbml.History
Creates a History instance.
History(History) - Constructor for class org.sbml.jsbml.History
Creates a History instance from a given History.
history - Static variable in class org.sbml.jsbml.util.TreeNodeChangeEvent
 
href(String, Object) - Method in class org.sbml.jsbml.math.compiler.LaTeXCompiler
Creates a hyper link to the given target and the text to be visible in the document.
href(String, Object) - Method in class org.sbml.jsbml.util.compilers.LaTeXCompiler
Creates a hyper link to the given target and the text to be visible in the document.
HTMLFormula - Class in org.sbml.jsbml.math.compiler
 
HTMLFormula(XMLStreamWriter, String) - Constructor for class org.sbml.jsbml.math.compiler.HTMLFormula
 
HTMLFormula - Class in org.sbml.jsbml.util.compilers
 
HTMLFormula() - Constructor for class org.sbml.jsbml.util.compilers.HTMLFormula
 
hyperref(String, Object) - Method in class org.sbml.jsbml.math.compiler.LaTeXCompiler
 
hyperref(String, Object) - Method in class org.sbml.jsbml.util.compilers.LaTeXCompiler
 

I

id - Variable in class org.sbml.jsbml.AbstractSBase
id of the SBML component (can be optional depending on the level and version).
id - Variable in class org.sbml.jsbml.ASTNode
Possible attributes for a MathML element
id - Variable in class org.sbml.jsbml.math.AbstractASTNode
The style of this MathML element
id - Variable in class org.sbml.jsbml.ontology.Term
The base properties of this Term.
id - Variable in class org.sbml.jsbml.util.filters.AssignmentVariableFilter
The desired identifier for NamedSBases to be acceptable.
id - Variable in class org.sbml.jsbml.util.filters.IdFilter
The desired identifier for SBases to be acceptable.
id - Variable in class org.sbml.jsbml.util.filters.NameFilter
The desired identifier.
id - Variable in class org.sbml.jsbml.util.filters.SIdFilter
The desired identifier for SBases to be acceptable.
id - Static variable in class org.sbml.jsbml.util.TreeNodeChangeEvent
 
ID_GROUP - Static variable in interface org.sbml.jsbml.validator.offline.constraints.CoreSpecialErrorCodes
 
ID_VALIDATE_TREE_NODE - Static variable in interface org.sbml.jsbml.validator.offline.constraints.CoreSpecialErrorCodes
 
IDCHAR - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserASTNode2Constants
RegularExpression Id.
IDCHAR - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserConstants
RegularExpression Id.
IDCHAR - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2Constants
RegularExpression Id.
IDCHAR - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserLL3Constants
RegularExpression Id.
IDCHAR - Static variable in interface org.sbml.jsbml.text.parser.CobraFormulaParserConstants
RegularExpression Id.
IDCHAR - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserASTNode2Constants
RegularExpression Id.
IDCHAR - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserConstants
RegularExpression Id.
IDCHAR - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2Constants
RegularExpression Id.
IDCHAR - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserLL3Constants
RegularExpression Id.
IdenticalUnitDefinitionFilter - Class in org.sbml.jsbml.util.filters
This Filter only accepts instances of UnitDefinition that satisfy the method UnitDefinition.areIdentical(UnitDefinition, UnitDefinition).
IdenticalUnitDefinitionFilter(UnitDefinition) - Constructor for class org.sbml.jsbml.util.filters.IdenticalUnitDefinitionFilter
Initializes this Filter with a UnitDefinition to be used in the IdenticalUnitDefinitionFilter.accepts(Object) method for comparison.
IdentifierException - Exception in org.sbml.jsbml
This exception is thrown when trying to set or add an identifier to an instance of NamedSBase but if the given identifier is already registered in the containing Model.
IdentifierException(NamedSBase, String) - Constructor for exception org.sbml.jsbml.IdentifierException
Creates a new IdentifierException instance.
IdentifierException(SBase, String) - Constructor for exception org.sbml.jsbml.IdentifierException
Creates a new IdentifierException instance.
IdFilter - Class in org.sbml.jsbml.util.filters
This filter only accepts instances of SBase with the id as given in the constructor of this object.
IdFilter() - Constructor for class org.sbml.jsbml.util.filters.IdFilter
Creates a new instance of IdFilter.
IdFilter(String) - Constructor for class org.sbml.jsbml.util.filters.IdFilter
Creates a new instance of IdFilter.
IdManager - Interface in org.sbml.jsbml.util
Manages an id namespace.
ids - Variable in class org.sbml.jsbml.validator.offline.constraints.helper.UniqueValidation
 
IFormulaParser - Interface in org.sbml.jsbml.math.parser
An interface for the FormulaParser generated by JavaCC to parse infix math formula.
IFormulaParser - Interface in org.sbml.jsbml.text.parser
An interface for the FormulaParser generated by JavaCC to parse infix math formula.
ignoreCase - Variable in class org.sbml.jsbml.math.parser.FormulaParserLL3
 
ignoreCase - Variable in class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2
 
ignoreCase - Variable in class org.sbml.jsbml.text.parser.CobraFormulaParser
 
ignoreCase - Variable in class org.sbml.jsbml.text.parser.FormulaParserLL3
 
ignoreCase - Variable in class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2
 
ignoredExtensions - Variable in class org.sbml.jsbml.AbstractSBase
Map containing the ignored package objects.
ignoredXMLElements - Variable in class org.sbml.jsbml.AbstractSBase
Contains the unknown XML attributes or elements.
ILLEGAL_ASTNODE_TYPE_MSG - Static variable in class org.sbml.jsbml.FunctionDefinition
Error message to indicate that an incorrect ASTNode.Type has been passed to a method.
ILLEGAL_STOCHIOMETRY_VALUE - Static variable in class org.sbml.jsbml.SpeciesReference
Message to be displayed in case that an illegal stoichiometric value has been set.
ILLEGAL_UNIT_EXCEPTION_MSG - Static variable in class org.sbml.jsbml.JSBML
Error message for the case that an invalid unit identifier is to be added to this object.
ILLEGAL_UNIT_KIND_EXCEPTION_MSG - Static variable in class org.sbml.jsbml.KineticLaw
Exception to be displayed in case that an illegal variant of unit is to be set for this SBaseWithUnit.
image - Variable in class org.sbml.jsbml.math.parser.Token
The string image of the token.
image - Variable in class org.sbml.jsbml.text.parser.Token
The string image of the token.
IMPLEMENTATION_ASTNODE2 - Static variable in class org.sbml.jsbml.ASTNode
The String representing the facade implementation for the new ASTNode2 implementation.
IMPLEMENTATION_HISTORIC - Static variable in class org.sbml.jsbml.ASTNode
The String representing the first implementation of the ASTNode, since 0.8.
IMPLEMENTATION_VERSION - Static variable in class org.sbml.jsbml.ASTNode
The String representing the actual implementation of this class, values can be ASTNode.IMPLEMENTATION_HISTORIC or ASTNode.IMPLEMENTATION_ASTNODE2.
implies(List<ASTNode>) - Method in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
Returns the logical implies between two ASTNode.
implies(List<ASTNode>) - Method in class org.sbml.jsbml.util.compilers.FindUnitsCompiler
 
implies(List<ASTNode>) - Method in class org.sbml.jsbml.util.compilers.FormulaCompiler
 
implies - Static variable in class org.sbml.jsbml.util.compilers.LaTeXCompiler
 
implies(List<ASTNode>) - Method in class org.sbml.jsbml.util.compilers.LaTeXCompiler
 
implies(List<ASTNode>) - Method in class org.sbml.jsbml.util.compilers.MathMLCompiler
Deprecated.
 
implies(List<ASTNode>) - Method in class org.sbml.jsbml.util.compilers.UnitsCompiler
 
inBuf - Variable in class org.sbml.jsbml.math.parser.SimpleCharStream
 
inBuf - Variable in class org.sbml.jsbml.text.parser.SimpleCharStream
 
indent - Variable in class org.sbml.jsbml.math.compiler.MathMLXMLStreamCompiler
 
indent - Variable in class org.sbml.jsbml.util.compilers.MathMLXMLStreamCompiler
 
indent - Variable in class org.sbml.jsbml.xml.parsers.MathMLParser
Deprecated.
The number of white spaces for the indent if this is to be used.
indent - Variable in class org.sbml.jsbml.xml.parsers.MathMLStaxParser
The number of white spaces for the indent if this is to be used.
indentChar - Variable in class org.sbml.jsbml.xml.parsers.XMLNodeWriter
 
indentChar - Variable in class org.sbml.jsbml.xml.stax.SBMLWriter
The symbol for indentation.
indentCount - Variable in class org.sbml.jsbml.xml.parsers.XMLNodeWriter
 
indentCount - Variable in class org.sbml.jsbml.xml.stax.SBMLWriter
The number of indentation symbols.
indenting - Variable in class org.sbml.jsbml.xml.parsers.MathMLParser
Deprecated.
Decides whether or not the content of the MathML string should be indented.
indenting - Variable in class org.sbml.jsbml.xml.parsers.MathMLStaxParser
Decides whether or not the content of the MathML string should be indented.
INDEX_EXCEEDS_SIZE - Static variable in class org.sbml.jsbml.JSBML
 
indexOf(TreeNode, TreeNode) - Static method in class org.sbml.jsbml.AbstractTreeNode
Searches the given child in the list of sub-nodes of the parent element.
indexOf(Object) - Method in class org.sbml.jsbml.ListOf
 
info(String) - Method in class org.sbml.jsbml.xml.stax.XMLLogger
 
init() - Method in class org.sbml.jsbml.util.compilers.MathMLCompiler
Deprecated.
Re-initializes the Document object belonging to this class.
init() - Method in class org.sbml.jsbml.validator.OverdeterminationValidator
Initializes the Converter
init() - Method in class org.sbml.jsbml.xml.parsers.ParserManager
 
initChemicalFormulaPattern() - Static method in class org.sbml.jsbml.validator.SyntaxChecker
 
initDefaults() - Method in class org.sbml.jsbml.ASTNode
Initializes the default values/attributes of the node.
initDefaults() - Method in class org.sbml.jsbml.Compartment
Initializes the default values using the current Level/Version configuration.
initDefaults(int, int) - Method in class org.sbml.jsbml.Compartment
Initializes the default values using the current Level/Version configuration.
initDefaults(int, int, boolean) - Method in class org.sbml.jsbml.Compartment
 
initDefaults() - Method in class org.sbml.jsbml.CompartmentType
Deprecated.
Initializes the default settings of this class.
initDefaults() - Method in class org.sbml.jsbml.Event
Initializes the default values using the current Level/Version configuration.
initDefaults(int, int) - Method in class org.sbml.jsbml.Event
Initializes the default values of this Event.
initDefaults() - Method in class org.sbml.jsbml.ExplicitRule
 
initDefaults() - Method in class org.sbml.jsbml.KineticLaw
 
initDefaults() - Method in class org.sbml.jsbml.math.ASTFunction
Initializes the default values/attributes of the node.
initDefaults() - Method in class org.sbml.jsbml.Model
Initializes the default values using the current Level/Version configuration.
initDefaults(int, int) - Method in class org.sbml.jsbml.Model
Initializes the default values of the attributes of the Model
initDefaults(int, int) - Method in class org.sbml.jsbml.Parameter
Initializes the default values of this Parameter, i.e., sets it to a constant variable with a Double.NaN value.
initDefaults(int, int, boolean) - Method in class org.sbml.jsbml.Parameter
 
initDefaults() - Method in class org.sbml.jsbml.Parameter
Initializes the default values using the current Level/Version configuration.
initDefaults() - Method in class org.sbml.jsbml.Reaction
Initializes the default values using the current Level/Version configuration.
initDefaults(int, int) - Method in class org.sbml.jsbml.Reaction
Initializes the default variables of this Reaction.
initDefaults(int, int, boolean) - Method in class org.sbml.jsbml.Reaction
 
initDefaults() - Method in class org.sbml.jsbml.SBMLDocument
 
initDefaults() - Method in class org.sbml.jsbml.Species
Initializes the default values using the current Level/Version configuration.
initDefaults(int, int) - Method in class org.sbml.jsbml.Species
Initializes the default values of this Species.
initDefaults(int, int, boolean) - Method in class org.sbml.jsbml.Species
 
initDefaults() - Method in class org.sbml.jsbml.SpeciesReference
Initializes the default values using the current Level/Version configuration.
initDefaults(int, int) - Method in class org.sbml.jsbml.SpeciesReference
Initializes the default values of this SpeciesReference.
initDefaults(int, int, boolean) - Method in class org.sbml.jsbml.SpeciesReference
 
initDefaults() - Method in class org.sbml.jsbml.SpeciesType
Deprecated.
Initializes the default settings of this class.
initDefaults() - Method in class org.sbml.jsbml.Trigger
Sets the properties Trigger.initialValue and Trigger.persistent to null, i.e., undefined.
initDefaults() - Method in class org.sbml.jsbml.Unit
Initializes the default values using the current Level/Version configuration.
initDefaults(int, int) - Method in class org.sbml.jsbml.Unit
Initializes the attributes of this Unit (except for 'kind') to their defaults values.
initDefaults(int, int, boolean) - Method in class org.sbml.jsbml.Unit
 
initialAmount - Static variable in class org.sbml.jsbml.util.TreeNodeChangeEvent
 
InitialAssignment - Class in org.sbml.jsbml
Represents the initialAssignment XML element of a SBML file.
InitialAssignment() - Constructor for class org.sbml.jsbml.InitialAssignment
Creates an InitialAssignment instance.
InitialAssignment(InitialAssignment) - Constructor for class org.sbml.jsbml.InitialAssignment
Creates an InitialAssignment instance from a given InitialAssignment.
InitialAssignment(int, int) - Constructor for class org.sbml.jsbml.InitialAssignment
Creates an InitialAssignment from level and version.
InitialAssignment(Variable) - Constructor for class org.sbml.jsbml.InitialAssignment
Creates an InitialAssignment instance from a Variable.
InitialAssignment(Variable, ASTNode, int, int) - Constructor for class org.sbml.jsbml.InitialAssignment
Creates an InitialAssignment from a Variable, ASTNode, level and version.
InitialAssignmentConstraints - Class in org.sbml.jsbml.validator.offline.constraints
 
InitialAssignmentConstraints() - Constructor for class org.sbml.jsbml.validator.offline.constraints.InitialAssignmentConstraints
 
initialise(Token, int[][], String[]) - Static method in exception org.sbml.jsbml.math.parser.ParseException
It uses "currentToken" and "expectedTokenSequences" to generate a parse error message and returns it.
initialise(Token, int[][], String[]) - Static method in exception org.sbml.jsbml.text.parser.ParseException
It uses "currentToken" and "expectedTokenSequences" to generate a parse error message and returns it.
initializeAnnotationParsers() - Method in class org.sbml.jsbml.xml.stax.SBMLReader
Initializes the packageParser HashMap of this class.
initializedParsers - Variable in class org.sbml.jsbml.xml.stax.SBMLReader
Contains all the initialized parsers.
initializePackageParsers() - Method in class org.sbml.jsbml.xml.stax.SBMLReader
Creates the ReadingParser instances and stores them in a HashMap.
initializePackageParsers() - Method in class org.sbml.jsbml.xml.stax.SBMLWriter
Creates the ReadingParser instances and stores them in a HashMap.
initialValue - Variable in class org.sbml.jsbml.Trigger
 
initialValue - Static variable in class org.sbml.jsbml.util.TreeNodeChangeEvent
 
initL1V1SNamePattern() - Method in class org.sbml.jsbml.validator.SyntaxChecker
Initializes the pattern for the type SName (described in SBML L1V1 specification, p.
initL1V2SNamePattern() - Method in class org.sbml.jsbml.validator.SyntaxChecker
Creates the pattern for SName as defined in SBML specification for L1V2 page 7.
initListOf(SBase, ListOf<T>, ListOf.Type) - Static method in class org.sbml.jsbml.ListOf
Initializes newly created lists.
initMetaIdPatterns() - Method in class org.sbml.jsbml.validator.SyntaxChecker
Build the pattern for metaIds according to the definition in SBML L2V2R1 p.
initReservedNamesL1V1() - Method in class org.sbml.jsbml.validator.SyntaxChecker
These reserved words can occur in case of UnitDefinitions: "substance", "time", "volume".
initReservedNamesL1V2() - Method in class org.sbml.jsbml.validator.SyntaxChecker
 
initSIdL2Pattern() - Method in class org.sbml.jsbml.validator.SyntaxChecker
 
InnerNode(T) - Constructor for class org.sbml.jsbml.validator.OverdeterminationValidator.InnerNode
Creates a new inner node
input_stream - Variable in class org.sbml.jsbml.math.parser.FormulaParserASTNode2TokenManager
 
input_stream - Variable in class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2TokenManager
 
input_stream - Variable in class org.sbml.jsbml.math.parser.FormulaParserLL3TokenManager
 
input_stream - Variable in class org.sbml.jsbml.math.parser.FormulaParserTokenManager
 
input_stream - Variable in class org.sbml.jsbml.text.parser.CobraFormulaParserTokenManager
 
input_stream - Variable in class org.sbml.jsbml.text.parser.FormulaParserASTNode2TokenManager
 
input_stream - Variable in class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2TokenManager
 
input_stream - Variable in class org.sbml.jsbml.text.parser.FormulaParserLL3TokenManager
 
input_stream - Variable in class org.sbml.jsbml.text.parser.FormulaParserTokenManager
 
inputStream - Variable in class org.sbml.jsbml.math.parser.SimpleCharStream
 
inputStream - Variable in class org.sbml.jsbml.text.parser.SimpleCharStream
 
insertChild(int, ASTNode) - Method in class org.sbml.jsbml.ASTNode
Inserts the given ASTNode at point n in the list of children of this ASTNode.
insertChild(int, ASTNode2) - Method in class org.sbml.jsbml.math.ASTBinaryFunctionNode
Inserts the given ASTNode2 at point n in the list of children of this ASTNode2.
insertChild(int, ASTNode2) - Method in class org.sbml.jsbml.math.ASTFunction
Inserts the given ASTNode2 at point n in the list of children of this ASTNode2.
insertChild(int, ASTNode2) - Method in class org.sbml.jsbml.math.ASTLogarithmNode
 
insertChild(int, ASTNode2) - Method in class org.sbml.jsbml.math.ASTUnaryFunctionNode
 
insertChild(int, XMLNode) - Method in class org.sbml.jsbml.xml.XMLNode
Inserts a node as the nth child of this XMLNode.
instance - Static variable in class org.sbml.jsbml.math.ASTUnknown
 
instance - Static variable in class org.sbml.jsbml.validator.offline.factory.ConstraintFactory
Shared singleton instance
instance - Static variable in class org.sbml.jsbml.xml.stax.DateProcessor
 
instance_ - Static variable in class org.sbml.jsbml.util.JAXPFacade
 
instances_ - Static variable in class org.sbml.jsbml.validator.offline.constraints.AbstractConstraintDeclaration
 
instantiatedSBMLParsers - Variable in class org.sbml.jsbml.xml.stax.SBMLWriter
contains the WritingParser instances of this class.
INTEGER - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserASTNode2Constants
RegularExpression Id.
INTEGER - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserConstants
RegularExpression Id.
INTEGER - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2Constants
RegularExpression Id.
INTEGER - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserLL3Constants
RegularExpression Id.
INTEGER - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserASTNode2Constants
RegularExpression Id.
INTEGER - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserConstants
RegularExpression Id.
INTEGER - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2Constants
RegularExpression Id.
INTEGER - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserLL3Constants
RegularExpression Id.
intToString(int) - Static method in class org.sbml.jsbml.SBO
Returns the integer as a correctly formatted SBO string.
invalid() - Method in class org.sbml.jsbml.math.compiler.UnitsCompiler
Creates an invalid unit definition encapsulated in an ASTNode2Value.
invalid() - Method in class org.sbml.jsbml.util.compilers.UnitsCompiler
Creates an invalid unit definition encapsulated in an ASTNodeValue.
INVALID_ATTRIBUTE_VALUE - Static variable in class org.sbml.jsbml.JSBML
 
INVALID_LEXICAL_STATE - Static variable in error org.sbml.jsbml.math.parser.TokenMgrError
Tried to change to an invalid lexical state.
INVALID_LEXICAL_STATE - Static variable in error org.sbml.jsbml.text.parser.TokenMgrError
Tried to change to an invalid lexical state.
INVALID_OBJECT - Static variable in class org.sbml.jsbml.JSBML
 
INVALID_XML_OPERATION - Static variable in class org.sbml.jsbml.JSBML
 
INVERSE_TRIGONOMETRIC_PREFIX - Variable in class org.sbml.jsbml.util.compilers.FormulaCompiler
All inverse trigonometric functions may be defined in the infix either using 'arc' as a prefix or simply 'a'
involves(Species) - Method in class org.sbml.jsbml.Reaction
Convenient test if the given species takes part in this reaction as a reactant, product, or modifier.
isAlgebraic() - Method in class org.sbml.jsbml.Rule
 
isAllowableType(ASTNode.Type) - Method in class org.sbml.jsbml.math.ASTArithmeticOperatorNode
 
isAllowableType(ASTNode.Type) - Method in class org.sbml.jsbml.math.ASTBoolean
 
isAllowableType(ASTNode.Type) - Method in class org.sbml.jsbml.math.ASTCiFunctionNode
 
isAllowableType(ASTNode.Type) - Method in class org.sbml.jsbml.math.ASTCiNumberNode
 
isAllowableType(ASTNode.Type) - Method in class org.sbml.jsbml.math.ASTCnExponentialNode
 
isAllowableType(ASTNode.Type) - Method in class org.sbml.jsbml.math.ASTCnIntegerNode
 
isAllowableType(ASTNode.Type) - Method in class org.sbml.jsbml.math.ASTCnNumberNode
 
isAllowableType(ASTNode.Type) - Method in class org.sbml.jsbml.math.ASTCnRationalNode
 
isAllowableType(ASTNode.Type) - Method in class org.sbml.jsbml.math.ASTCnRealNode
 
isAllowableType(ASTNode.Type) - Method in class org.sbml.jsbml.math.ASTConstantNumber
 
isAllowableType(ASTNode.Type) - Method in class org.sbml.jsbml.math.ASTCSymbolAvogadroNode
 
isAllowableType(ASTNode.Type) - Method in class org.sbml.jsbml.math.ASTCSymbolDelayNode
 
isAllowableType(ASTNode.Type) - Method in class org.sbml.jsbml.math.ASTCSymbolTimeNode
 
isAllowableType(ASTNode.Type) - Method in class org.sbml.jsbml.math.ASTDivideNode
 
isAllowableType(ASTNode.Type) - Method in class org.sbml.jsbml.math.ASTFunction
 
isAllowableType(ASTNode.Type) - Method in class org.sbml.jsbml.math.ASTHyperbolicNode
 
isAllowableType(ASTNode.Type) - Method in class org.sbml.jsbml.math.ASTLambdaFunctionNode
 
isAllowableType(ASTNode.Type) - Method in class org.sbml.jsbml.math.ASTLogarithmNode
 
isAllowableType(ASTNode.Type) - Method in class org.sbml.jsbml.math.ASTLogicalOperatorNode
 
isAllowableType(ASTNode.Type) - Method in class org.sbml.jsbml.math.ASTMinusNode
 
isAllowableType(ASTNode.Type) - Method in interface org.sbml.jsbml.math.ASTNode2
Returns true iff type is allowed in this ASTNode2
isAllowableType(ASTNode.Type) - Method in class org.sbml.jsbml.math.ASTPiecewiseFunctionNode
 
isAllowableType(ASTNode.Type) - Method in class org.sbml.jsbml.math.ASTPlusNode
 
isAllowableType(ASTNode.Type) - Method in class org.sbml.jsbml.math.ASTPowerNode
 
isAllowableType(ASTNode.Type) - Method in class org.sbml.jsbml.math.ASTQualifierNode
 
isAllowableType(ASTNode.Type) - Method in class org.sbml.jsbml.math.ASTRelationalOperatorNode
 
isAllowableType(ASTNode.Type) - Method in class org.sbml.jsbml.math.ASTRootNode
 
isAllowableType(ASTNode.Type) - Method in class org.sbml.jsbml.math.ASTTimesNode
 
isAllowableType(ASTNode.Type) - Method in class org.sbml.jsbml.math.ASTTrigonometricNode
 
isAllowableType(ASTNode.Type) - Method in class org.sbml.jsbml.math.ASTUnaryFunctionNode
 
isAllowableType(ASTNode.Type) - Method in class org.sbml.jsbml.math.ASTUnknown
 
isAmpere() - Method in class org.sbml.jsbml.Unit
Predicate for testing whether this Unit is of the kind ampere.
isAncestor(CycleDetectionTreeNode) - Method in class org.sbml.jsbml.validator.offline.constraints.helper.CycleDetectionTreeNode
 
isAntisenseRNA(int) - Static method in class org.sbml.jsbml.SBO
Returns true if the given term identifier comes from the stated branch of SBO.
isAssignment() - Method in class org.sbml.jsbml.Rule
 
isAssociation(int) - Static method in class org.sbml.jsbml.SBO
 
isAttributesEmpty() - Method in class org.sbml.jsbml.xml.XMLToken
Returns true or false depending on whether the attribute set in this XMLToken set is empty.
isAvailable(JSONObject, int, int) - Static method in class org.sbml.jsbml.validator.offline.factory.SBMLErrorFactory
 
isAvogadro() - Method in class org.sbml.jsbml.Unit
Predicate for testing whether this Unit is of the kind avogadro.
isBecquerel() - Method in class org.sbml.jsbml.Unit
Predicate for testing whether this Unit is of the kind becquerel.
isBigLetter(char) - Static method in class org.sbml.jsbml.validator.offline.constraints.helper.ValidationTools
A big letter is a ASCII symbol between 'A' and 'Z'.
isBindingActivator(int) - Static method in class org.sbml.jsbml.SBO
Returns true if the given term identifier comes from the stated branch of SBO.
isBiologicalQualifier() - Method in class org.sbml.jsbml.CVTerm
Returns true if this qualifier is a biological qualifier.
isBiologicalQualifier() - Method in enum org.sbml.jsbml.CVTerm.Qualifier
Returns true if this qualifier is a biological qualifier.
isBoolean() - Method in class org.sbml.jsbml.ASTNode
Returns true if this node has a boolean type (a logical operator, a relational operator, or the constants true or false).
isBoolean() - Method in class org.sbml.jsbml.math.compiler.ASTNode2Value
 
isBoolean() - Method in class org.sbml.jsbml.util.compilers.ASTNodeValue
 
isBoundaryCondition() - Method in class org.sbml.jsbml.Species
 
isBuiltIn(String, int) - Static method in class org.sbml.jsbml.Unit
isBuiltIn(UnitDefinition) - Static method in class org.sbml.jsbml.UnitDefinition
isBuiltIn() - Method in class org.sbml.jsbml.UnitDefinition
isCallableSBase() - Method in class org.sbml.jsbml.math.compiler.ASTNode2Value
 
isCallableSBase() - Method in class org.sbml.jsbml.util.compilers.ASTNodeValue
 
isCandela() - Method in class org.sbml.jsbml.Unit
Predicate for testing whether this Unit is of the kind candela
isCatalyst(int) - Static method in class org.sbml.jsbml.SBO
Returns true if the given term identifier comes from the stated branch of SBO.
isCatalyticActivator(int) - Static method in class org.sbml.jsbml.SBO
Returns true if the given term identifier comes from the stated branch of SBO.
isCelsius() - Method in class org.sbml.jsbml.Unit
Deprecated.
Unit.Kind.CELSIUS should no longer be used.
isChildOf(int, int) - Static method in class org.sbml.jsbml.SBO
Checks whether the given sboTerm is a member of the SBO subgraph rooted at parent.
isChildOf(Term, Term) - Static method in class org.sbml.jsbml.SBO
Traverses the systems biology ontology starting at Term subject until either the root (SBO:0000000) or the Term object is reached.
isCompartmentMandatory() - Method in interface org.sbml.jsbml.CompartmentalizedSBase
 
isCompartmentMandatory() - Method in class org.sbml.jsbml.Reaction
 
isCompartmentMandatory() - Method in class org.sbml.jsbml.Species
 
isCompartmentVolume() - Method in class org.sbml.jsbml.AlgebraicRule
 
isCompartmentVolume() - Method in class org.sbml.jsbml.ExplicitRule
 
isCompartmentVolume() - Method in class org.sbml.jsbml.Rule
(SBML Level 1 only) Predicate returning true or false depending on whether this Rule is an CompartmentVolumeRule.
isCompetetiveInhibitor(int) - Static method in class org.sbml.jsbml.SBO
Returns true if the given term identifier comes from the stated branch of SBO.
isCompleteInhibitor(int) - Static method in class org.sbml.jsbml.SBO
Returns true if the given term identifier comes from the stated branch of SBO.
isComplex(int) - Static method in class org.sbml.jsbml.SBO
Returns true if the given term identifier comes from the stated branch of SBO.
isConservationLaw(int) - Static method in class org.sbml.jsbml.SBO
Returns true if the term is-a conservation law, false otherwise
isConstant() - Method in class org.sbml.jsbml.ASTNode
Returns true if this node represents a MathML constant (e.g., true, Pi).
isConstant() - Method in class org.sbml.jsbml.SpeciesReference
 
isConstant() - Method in class org.sbml.jsbml.Symbol
 
isConstant() - Method in interface org.sbml.jsbml.Variable
 
isContinuousFramework(int) - Static method in class org.sbml.jsbml.SBO
Returns true if the term is-a continuous framework, false otherwise
isCoulomb() - Method in class org.sbml.jsbml.Unit
Predicate for testing whether this Unit is of the kind coulomb.
isDebugEnabled - Static variable in class org.sbml.jsbml.ASTNode
 
isDebugEnabled - Static variable in class org.sbml.jsbml.util.SimpleTreeNodeChangeListener
 
isDebugEnabled - Static variable in class org.sbml.jsbml.validator.offline.constraints.helper.AssignmentCycleValidation
A static boolean to avoid many unnecessary calls to Category.isDebugEnabled().
isDebugEnabled - Static variable in class org.sbml.jsbml.validator.offline.constraints.TreeNodeConstraints
 
isDebugMode() - Static method in class org.sbml.jsbml.ListOf
If this method returns true, the AbstractSBase.toString() method of this ListOf displays the whole content of the list.
isDefinedIn(int, int) - Method in enum org.sbml.jsbml.ASTNode.Type
Checks whether this type is valid for the given SBML Level/Version combination.
isDefinedIn(int, int) - Method in enum org.sbml.jsbml.Unit.Kind
Tests whether this kind of unit is defined in the given level and version of SBML.
isDifference() - Method in class org.sbml.jsbml.ASTNode
Checks if this ASTNode represents a difference.
isDifference() - Method in class org.sbml.jsbml.math.compiler.ASTNode2Value
 
isDifference() - Method in class org.sbml.jsbml.util.compilers.ASTNodeValue
 
isDigit(char) - Static method in class org.sbml.jsbml.validator.offline.constraints.helper.ValidationTools
A digit is a ASCII symbol between '0' and '9'.
isDimensionless() - Method in class org.sbml.jsbml.Unit
Predicate for testing whether this Unit is of the Unit.Kind Unit.Kind.DIMENSIONLESS.
isDiscreteFramework(int) - Static method in class org.sbml.jsbml.SBO
Returns true if the term is-a discrete framework, false otherwise
isDissociation(int) - Static method in class org.sbml.jsbml.SBO
 
isDrug(int) - Static method in class org.sbml.jsbml.SBO
Returns true if the given term identifier comes from the stated branch of SBO.
isElement() - Method in class org.sbml.jsbml.xml.XMLToken
Returns true or false depending on whether this XMLToken is an XML element.
isEmpty() - Method in class org.sbml.jsbml.Annotation
 
isEmpty() - Method in class org.sbml.jsbml.History
Checks whether at least one attribute has been set for this History.
isEmpty() - Method in class org.sbml.jsbml.ListOf
 
isEmpty() - Method in class org.sbml.jsbml.xml.XMLAttributes
Returns true or false depending on whether this XMLAttributes set is empty.
isEmpty() - Method in class org.sbml.jsbml.xml.XMLNamespaces
Returns true or false depending on whether this XMLNamespaces list is empty.
isEmpty() - Method in class org.sbml.jsbml.xml.XMLTriple
Deprecated.
libSBML internal
isEmptyListOf(Object) - Method in class org.sbml.jsbml.xml.stax.SBMLWriter
Returns true if the given Object is an empty ListOf, false otherwise.
isEmptySet(int) - Static method in class org.sbml.jsbml.SBO
Returns true if the given term identifier comes from the stated branch of SBO.
isEnd() - Method in class org.sbml.jsbml.xml.XMLToken
Returns true or false depending on whether this XMLToken is an XML end element.
isEndElement - Variable in class org.sbml.jsbml.xml.XMLToken
 
isEndFor(XMLToken) - Method in class org.sbml.jsbml.xml.XMLToken
Returns true or false depending on whether this XMLToken is an XML end element for the given start element.
isEntity(int) - Static method in class org.sbml.jsbml.SBO
Returns true if the term is-a Entity, false otherwise
isEnzymaticCatalysis(int) - Static method in class org.sbml.jsbml.SBO
Returns true if the given term identifier comes from the stated branch of SBO.
isEOF - Static variable in class org.sbml.jsbml.util.TreeNodeChangeEvent
 
isEOF - Variable in class org.sbml.jsbml.xml.XMLToken
 
isEOF() - Method in class org.sbml.jsbml.xml.XMLToken
Returns true or false depending on whether this XMLToken is an end of file marker.
isError() - Method in exception org.sbml.jsbml.SBMLError
Returns true is the SBMLError severity is of type SBMLError.SEVERITY.ERROR
isError() - Method in exception org.sbml.jsbml.SBMLException
 
isEssentialActivator(int) - Static method in class org.sbml.jsbml.SBO
Returns true if the given term identifier comes from the stated branch of SBO.
isEvent(int) - Static method in class org.sbml.jsbml.SBO
Function for checking the SBO term is from correct part of SBO.
isExplicitlySetConstant - Variable in class org.sbml.jsbml.LocalParameter
This field memorizes whether this LocalParameter has been explicitly set to be constant.
isExplicitlySetConstant() - Method in class org.sbml.jsbml.LocalParameter
In SBML prior to Level 3 it was possible to explicitly state that a local parameter represents a constant Quantity.
isExplicitlySetConstant - Static variable in class org.sbml.jsbml.util.TreeNodeChangeEvent
 
isExtendedByOtherPackages() - Method in class org.sbml.jsbml.AbstractSBase
 
isExtendedByOtherPackages() - Method in class org.sbml.jsbml.ASTNode
Returns true if this object is extended by other packages.
isExtendedByOtherPackages() - Method in interface org.sbml.jsbml.SBase
Returns true if this object is extended by other packages.
isFarad() - Method in class org.sbml.jsbml.Unit
Predicate for testing whether this Unit is of the kind farad
isFast() - Method in class org.sbml.jsbml.Reaction
Deprecated.
isFatal() - Method in exception org.sbml.jsbml.SBMLError
Returns true is the SBMLError severity is of type SBMLError.SEVERITY.FATAL
isFatal() - Method in exception org.sbml.jsbml.SBMLException
 
isFilterForSpecies() - Method in class org.sbml.jsbml.util.filters.SpeciesReferenceFilter
 
isFunction() - Method in class org.sbml.jsbml.ASTNode
Returns true if this node represents a function.
isFunctionalCompartment(int) - Static method in class org.sbml.jsbml.SBO
Function for checking the SBO term is from correct part of SBO.
isFunctionalEntity(int) - Static method in class org.sbml.jsbml.SBO
Function for checking the SBO term is from correct part of SBO.
isFunctionDefinition - Variable in class org.sbml.jsbml.xml.parsers.MathMLStaxParser
 
isGene(int) - Static method in class org.sbml.jsbml.SBO
Returns true if the given term identifier comes from the stated branch of SBO.
isGeneCodingRegion(int) - Static method in class org.sbml.jsbml.SBO
Returns true if the sboTerm stands for a gene coding region, false otherwise
isGeneOrGeneCodingRegion(int) - Static method in class org.sbml.jsbml.SBO
Returns true if the sboTerm stands for a gene coding region or a gene, false otherwise
isGeneric(int) - Static method in class org.sbml.jsbml.SBO
Returns true if the given term identifier comes from the stated branch of SBO.
isGram() - Method in class org.sbml.jsbml.Unit
Predicate for testing whether this Unit is of the kind gram
isGray() - Method in class org.sbml.jsbml.Unit
Predicate for testing whether this Unit is of the kind gray
isHasOnlySubstanceUnits() - Method in class org.sbml.jsbml.Species
 
isHenry() - Method in class org.sbml.jsbml.Unit
Predicate for testing whether this Unit is of the kind henry
isHertz() - Method in class org.sbml.jsbml.Unit
Predicate for testing whether this Unit is of the kind hertz
isHillEquation(int) - Static method in class org.sbml.jsbml.SBO
Returns true if the given term identifier comes from the stated branch of SBO.
isId(String, int, int) - Static method in class org.sbml.jsbml.validator.offline.constraints.helper.ValidationTools
A SId starts with a letter or '-' and can be followed by a various amout of idChars.
isIdChar(char) - Static method in class org.sbml.jsbml.validator.offline.constraints.helper.ValidationTools
A idChar is a letter, digit or '-'.
isIdMandatory() - Method in class org.sbml.jsbml.AbstractSBase
 
isIdMandatory() - Method in class org.sbml.jsbml.CompartmentType
Deprecated.
isIdMandatory() - Method in class org.sbml.jsbml.Event
 
isIdMandatory() - Method in class org.sbml.jsbml.FunctionDefinition
 
isIdMandatory() - Method in class org.sbml.jsbml.Model
 
isIdMandatory() - Method in interface org.sbml.jsbml.NamedSBase
Returns true if the identifier of this NamedSBase is required to be defined (i.e., not null) in the definition of SBML.
isIdMandatory() - Method in class org.sbml.jsbml.QuantityWithUnit
 
isIdMandatory() - Method in class org.sbml.jsbml.Reaction
 
isIdMandatory() - Method in interface org.sbml.jsbml.SBase
Returns true if the identifier of this SBase is required to be defined (i.e., not null) in the definition of SBML.
isIdMandatory() - Method in class org.sbml.jsbml.SimpleSpeciesReference
 
isIdMandatory() - Method in class org.sbml.jsbml.SpeciesType
Deprecated.
isIdMandatory() - Method in class org.sbml.jsbml.UnitDefinition
 
isIgnoredPackage(String) - Method in class org.sbml.jsbml.SBMLDocument
Returns true if the given package extension is one of an ignored packages, otherwise returns false.
isIgnoredPkg(String) - Method in class org.sbml.jsbml.SBMLDocument
isInfinity() - Method in class org.sbml.jsbml.ASTNode
Returns true if this node represents the special IEEE 754 value infinity, false otherwise.
isInfinity() - Method in class org.sbml.jsbml.math.ASTCnRealNode
Returns true if this ASTCnRealNode represents the special IEEE 754 value infinity, false otherwise.
isInfo() - Method in exception org.sbml.jsbml.SBMLError
Returns true is the SBMLError severity is of type SBMLError.SEVERITY.INFO
isInfo() - Method in exception org.sbml.jsbml.SBMLException
 
isInhibitor(int) - Static method in class org.sbml.jsbml.SBO
Returns true if the given term identifier comes from the stated branch of SBO.
isInitialValue() - Method in class org.sbml.jsbml.Trigger
 
isInt(double) - Static method in class org.sbml.jsbml.util.Maths
Checks if the given argument represents an integer number, i.e., if it can be casted to int without loosing information.
isInteger() - Method in class org.sbml.jsbml.ASTNode
Returns true if this node contains an integer value, false otherwise.
isInteraction(int) - Static method in class org.sbml.jsbml.SBO
Function for checking the SBO term is from correct part of SBO.
isInteraction - Static variable in class org.sbml.jsbml.validator.offline.constraints.helper.SBOValidationConstraints
Checks if the SBO of the SBase is part of the branch 'Interaction'.
isInternal() - Method in exception org.sbml.jsbml.SBMLError
Returns true is the SBMLError category is of type internal
isInternal() - Method in exception org.sbml.jsbml.SBMLException
 
isInvalid() - Method in class org.sbml.jsbml.Unit
Predicate for testing whether this Unit is of the kind invalid.
isInvalid() - Method in class org.sbml.jsbml.UnitDefinition
Checks if this UnitDefinition is invalid.
isIon(int) - Static method in class org.sbml.jsbml.SBO
Returns true if the given term identifier comes from the stated branch of SBO.
isIonChannel(int) - Static method in class org.sbml.jsbml.SBO
Returns true if the given term identifier comes from the stated branch of SBO.
isItem() - Method in class org.sbml.jsbml.Unit
Predicate for testing whether this Unit is of the kind item
isJoule() - Method in class org.sbml.jsbml.Unit
Predicate for testing whether this Unit is of the kind Joule
isKatal() - Method in class org.sbml.jsbml.Unit
Predicate for testing whether this Unit is of the kind katal
isKelvin() - Method in class org.sbml.jsbml.Unit
Predicate for testing whether this Unit is of the kind kelvin
isKilogram() - Method in class org.sbml.jsbml.Unit
Predicate for testing whether this Unit is of the kind kilogram
isKineticConstant(int) - Static method in class org.sbml.jsbml.SBO
Function for checking the SBO term is from correct part of SBO.
isLambda() - Method in class org.sbml.jsbml.ASTNode
Returns true if this node is a MathML <lambda>, false otherwise.
isLeaf() - Method in class org.sbml.jsbml.AbstractTreeNode
 
isLeaf() - Method in class org.sbml.jsbml.math.ASTUnknown
 
isLetter(char) - Static method in class org.sbml.jsbml.validator.offline.constraints.helper.ValidationTools
A letter is either a small letter or big letter.
isLevelAndVersionEqualTo(int, int) - Method in class org.sbml.jsbml.validator.offline.ValidationContext
Checks if the level and version of this context are both the same as the given values.
isLevelAndVersionGreaterEqualThan(int, int) - Method in class org.sbml.jsbml.validator.offline.ValidationContext
Checks if the level and version of this context is greater or equal to the given values.
isLevelAndVersionGreaterThan(int, int) - Method in class org.sbml.jsbml.validator.offline.ValidationContext
Checks if the level and version of this context is greater than the given level and version.
isLevelAndVersionLesserEqualThan(int, int) - Method in class org.sbml.jsbml.validator.offline.ValidationContext
Checks if the level and version of this context is lesser or equal to the given values.
isLevelAndVersionLessThan(int, int) - Method in class org.sbml.jsbml.validator.offline.ValidationContext
Checks if the level and version of this context is less then the given level and version.
isListOfCompartmentsEmpty() - Method in class org.sbml.jsbml.Model
Checks if the listOfCompartments is != null, but has no children.
isListOfCompartmentTypesEmpty() - Method in class org.sbml.jsbml.Model
Checks if the listOfCompartmentTypes is != null, but has no children.
isListOfConstraintsEmpty() - Method in class org.sbml.jsbml.Model
Checks if the listOfConstraints is != null, but has no children.
isListOfEventAssignmentEmpty() - Method in class org.sbml.jsbml.Event
Returns true, if listOfEventAssignments is not null.
isListOfEventsEmpty() - Method in class org.sbml.jsbml.Model
Checks if the listOfEvents is != null, but has no children.
isListOfFunctionDefinitionsEmpty() - Method in class org.sbml.jsbml.Model
Checks if the listOfFunctionDefinitions is != null, but has no children.
isListOfInitialAssignmentsEmpty() - Method in class org.sbml.jsbml.Model
Checks if the listOfInitialAssignments is != null, but has no children.
isListOfLocalParametersEmpty() - Method in class org.sbml.jsbml.KineticLaw
Returns true, if the list of local parameters is not null.
isListOfModifiersEmpty() - Method in class org.sbml.jsbml.Reaction
Returns true if the listOfModifiers of this Reaction is empty.
isListOfParametersEmpty() - Method in class org.sbml.jsbml.Model
Checks if the listOfParameters is != null, but has no children.
isListOfProductsEmpty() - Method in class org.sbml.jsbml.Reaction
Returns true if the listOfProducts of this reaction is empty.
isListOfReactantsEmpty() - Method in class org.sbml.jsbml.Reaction
Returns true if the listOfReactants of this Reaction is empty.
isListOfReactionsEmpty() - Method in class org.sbml.jsbml.Model
Checks if the listOfReactions is != null, but has no children.
isListOfRulesEmpty() - Method in class org.sbml.jsbml.Model
Checks if the listOfRules is != null, but has no children.
isListOfSpeciesEmpty() - Method in class org.sbml.jsbml.Model
Checks if the listOfSpecies is != null, but has no children.
isListOfSpeciesTypesEmpty() - Method in class org.sbml.jsbml.Model
Checks if the listOfSpeciesTypes is != null, but has no children.
isListOfUnitDefinitionEmpty() - Method in class org.sbml.jsbml.Model
Checks if the listOfUnitDefinitions is != null, but has no children.
isListOfUnitsEmpty() - Method in class org.sbml.jsbml.UnitDefinition
Returns true if the listOfUnits is empty.
isLiteral() - Method in class org.sbml.jsbml.ASTNode
Returns true if this node is constant or of type INTEGER, REAL or RATIONAL, false otherwise.
isLitre() - Method in class org.sbml.jsbml.Unit
Predicate for testing whether this Unit is of the kind litre.
isLocalParameter(ASTNode, String) - Static method in class org.sbml.jsbml.validator.offline.constraints.helper.ValidationTools
 
isLog10() - Method in class org.sbml.jsbml.ASTNode
Returns true if this node represents a log10() function, false otherwise.
isLogical() - Method in class org.sbml.jsbml.ASTNode
Returns true if this node is a MathML logical operator (i.e., and, or, not, xor).
isLogicalFramework(int) - Static method in class org.sbml.jsbml.SBO
Function for checking the SBO term is from correct part of SBO.
isLumen() - Method in class org.sbml.jsbml.Unit
Predicate for testing whether this Unit is of the kind lumen
isLux() - Method in class org.sbml.jsbml.Unit
Predicate for testing whether this Unit is of the kind lux
isMaterialEntity(int) - Static method in class org.sbml.jsbml.SBO
Function for checking the SBO term is from correct part of SBO.
isMaterialEntity - Static variable in class org.sbml.jsbml.validator.offline.constraints.helper.SBOValidationConstraints
Checks if the SBO of the SBase is part of the branch 'Material Entity'.
isMathematicalExpression(int) - Static method in class org.sbml.jsbml.SBO
Function for checking the SBO term is from correct part of SBO.
isMathematicalExpression - Static variable in class org.sbml.jsbml.validator.offline.constraints.helper.SBOValidationConstraints
Checks if the SBO of the SBase is part of the branch 'Mathematical Expression'.
isMessengerRNA(int) - Static method in class org.sbml.jsbml.SBO
Returns true if the given term identifier comes from the stated branch of SBO.
isMetre() - Method in class org.sbml.jsbml.Unit
Predicate for testing whether this Unit is of the kind metre
isMinusOne() - Method in class org.sbml.jsbml.ASTNode
Returns true if this astnode represents the number minus one (either as integer or as real value).
isModellingFramework(int) - Static method in class org.sbml.jsbml.SBO
Function for checking the SBO term is from correct part of SBO.
isModellingFramework - Static variable in class org.sbml.jsbml.validator.offline.constraints.helper.SBOValidationConstraints
Checks if the SBO of the SBase is part of the branch 'Modelling Framework'.
isModelQualifier() - Method in class org.sbml.jsbml.CVTerm
Returns true if this qualifier is a model qualifier.
isModelQualifier() - Method in enum org.sbml.jsbml.CVTerm.Qualifier
Returns true if this qualifier is a model qualifier.
isModifier(int) - Static method in class org.sbml.jsbml.SBO
Function for checking the SBO term is from correct part of SBO.
isMole() - Method in class org.sbml.jsbml.Unit
Predicate for testing whether this Unit is of the kind mole.
isName() - Method in class org.sbml.jsbml.ASTNode
Returns true if this node is a user-defined Variable name in SBML L1, L2 (MathML), or the special symbols time, Avogadro or rateOf.
isNameChar(char) - Static method in class org.sbml.jsbml.validator.offline.constraints.helper.ValidationTools
A NameChar (defined in the XML Schema 1.0) can be a letter, a digit, '.', '-', '_', ':', a CombiningChar or Extender.
isNamespacesEmpty() - Method in class org.sbml.jsbml.xml.XMLToken
Returns true or false depending on whether the XMLNamespaces of this XMLToken is empty.
isNaN() - Method in class org.sbml.jsbml.ASTNode
Returns true if this node is a type Real and represents the special IEEE 754 value 'not a number' Double.NaN, false otherwise.
isNegInfinity() - Method in class org.sbml.jsbml.ASTNode
Returns true if this node represents the special IEEE 754 value 'negative infinity' Double.NEGATIVE_INFINITY, false otherwise.
isNegInfinity() - Method in class org.sbml.jsbml.math.ASTCnRealNode
Returns true if this ASTCnRealNode represents the special IEEE 754 value 'negative infinity' Double.NEGATIVE_INFINITY, false otherwise.
isNewton() - Method in class org.sbml.jsbml.Unit
Predicate for testing whether this Unit is of the kind newton
isNode() - Method in class org.sbml.jsbml.math.compiler.ASTNode2Value
Checks whether the value encapsulated in this ASTNodeValue is an instance of Node.
isNode() - Method in class org.sbml.jsbml.util.compilers.ASTNodeValue
Checks whether the value encapsulated in this ASTNodeValue is an instance of Node.
isNonCompetetiveInhibitor(int) - Static method in class org.sbml.jsbml.SBO
Returns true if the given term identifier comes from the stated branch of SBO.
isNonEssentialActivator(int) - Static method in class org.sbml.jsbml.SBO
Returns true if the given term identifier comes from the stated branch of SBO.
isNumber() - Method in class org.sbml.jsbml.ASTNode
Returns true if this node contains a number, false otherwise.
isNumber() - Method in class org.sbml.jsbml.math.compiler.ASTNode2Value
 
isNumber() - Method in class org.sbml.jsbml.util.compilers.ASTNodeValue
 
ISO_8601_DATE_FORMAT - Static variable in class org.sbml.jsbml.xml.stax.DateProcessor
ISO 8601 [W3CDTF] date format for GMT
isObsolete() - Method in class org.sbml.jsbml.ontology.Term
Checks whether or not this Term is obsolete.
isObsolete(int) - Static method in class org.sbml.jsbml.SBO
Function for checking whether the SBO term is obsolete.
isObsolete - Static variable in class org.sbml.jsbml.validator.offline.constraints.helper.SBOValidationConstraints
Checks if the SBO of the SBase is obsolete.
isOhm() - Method in class org.sbml.jsbml.Unit
Predicate for testing whether this Unit is of the kind ohm
isOne() - Method in class org.sbml.jsbml.ASTNode
Returns true if this ASTNode represents the number one (either as integer or as real value).
isOperator() - Method in class org.sbml.jsbml.ASTNode
Returns true if this node is a mathematical operator, meaning, +, -, *, / or ^ (power).
isOverdetermined() - Method in class org.sbml.jsbml.validator.OverdeterminationValidator
Returns a boolean that indicates whether the given model is over determined or not.
isPackageEnabled(String) - Method in class org.sbml.jsbml.AbstractSBase
 
isPackageEnabled(String) - Method in class org.sbml.jsbml.ASTNode
Returns true if the given SBML Level 3 package is enabled within the containing SBMLDocument.
isPackageEnabled(String) - Method in interface org.sbml.jsbml.SBase
Returns true if the given SBML Level 3 package is enabled within the containing SBMLDocument.
isPackageEnabled(String) - Method in class org.sbml.jsbml.SBMLDocument
Returns true if the given SBML Level 3 package is enabled within the SBMLDocument.
isPackageEnabledOrDisabled(String) - Method in class org.sbml.jsbml.SBMLDocument
Returns true if the given SBML Level 3 package is enabled within the SBMLDocument, false if the package was disabled using the method SBMLDocument.disablePackage(String) or null if this package was neither enabled or disabled on this SBMLDocument.
isPackageURIEnabled(String) - Method in class org.sbml.jsbml.AbstractSBase
 
isPackageURIEnabled(String) - Method in class org.sbml.jsbml.ASTNode
Returns true if the given SBML Level 3 package is enabled within the containing SBMLDocument.
isPackageURIEnabled(String) - Method in interface org.sbml.jsbml.SBase
Returns true if the given SBML Level 3 package is enabled within the containing SBMLDocument.
isParameter() - Method in class org.sbml.jsbml.AlgebraicRule
 
isParameter() - Method in class org.sbml.jsbml.ExplicitRule
 
isParameter() - Method in class org.sbml.jsbml.Rule
(SBML Level 1 only) Predicate returning true or false depending on whether this Rule is an ParameterRule.
isPartialInhibitor(int) - Static method in class org.sbml.jsbml.SBO
Returns true if the given term identifier comes from the stated branch of SBO.
isParticipant(int) - Static method in class org.sbml.jsbml.SBO
Function for checking the SBO term is from correct part of SBO.
isParticipantRole(int) - Static method in class org.sbml.jsbml.SBO
Function for checking the SBO term is from correct part of SBO.
isParticipantRole - Static variable in class org.sbml.jsbml.validator.offline.constraints.helper.SBOValidationConstraints
Checks if the SBO of the SBase is part of the branch 'Participant Role'.
isPascal() - Method in class org.sbml.jsbml.Unit
Predicate for testing whether this Unit is of the kind pascal
isPersistent() - Method in class org.sbml.jsbml.Trigger
 
isPhenotype(int) - Static method in class org.sbml.jsbml.SBO
Returns true if the given term identifier comes from the stated branch of SBO.
isPhysicalCompartment(int) - Static method in class org.sbml.jsbml.SBO
Returns true if the given term identifier comes from the stated branch of SBO.
isPhysicalParticipant(int) - Static method in class org.sbml.jsbml.SBO
Function for checking the SBO term is from correct part of SBO.
isPiecewise() - Method in class org.sbml.jsbml.ASTNode
Returns true if this node is the MathML <piecewise> construct, false otherwise.
isPkgEnabled(String) - Method in class org.sbml.jsbml.AbstractSBase
Deprecated.
isPkgEnabled(String) - Method in interface org.sbml.jsbml.SBase
isPkgURIEnabled(String) - Method in class org.sbml.jsbml.AbstractSBase
Deprecated.
isPkgURIEnabled(String) - Method in interface org.sbml.jsbml.SBase
isPredefined(String, int) - Static method in class org.sbml.jsbml.Unit
Predicate to test whether a given string is the name of a predefined SBML unit.
isPredefined(UnitDefinition) - Static method in class org.sbml.jsbml.Unit
Tests whether the given UnitDefinition belongs to the predefined SBML units.
isPredefined(String, int) - Static method in class org.sbml.jsbml.UnitDefinition
Tests if the given String is a predefined unit, meaning it is one of the five SBML predefined unit identifiers ('substance', 'volume', 'area', 'length' or 'time').
isPredefined(UnitDefinition) - Static method in class org.sbml.jsbml.UnitDefinition
Tests if the given unit is a predefined unit, meaning it is one of the five SBML predefined unit identifiers ('substance', 'volume', 'area', 'length' or 'time').
isPredefined() - Method in class org.sbml.jsbml.UnitDefinition
Tests if this unit definition is a predefined unit.
isPredefinedUnitsID(String) - Method in class org.sbml.jsbml.AbstractNamedSBaseWithUnit
Checks whether or not a given identifier for a Unit.Kind or UnitDefinition equals a predefined unit identifier for this type.
isPrefixNotationInLogicalOperations() - Method in class org.sbml.jsbml.math.compiler.FormulaCompiler
 
isPrintNameIfAvailable() - Method in class org.sbml.jsbml.math.compiler.LaTeXCompiler
 
isPrintNameIfAvailable() - Method in class org.sbml.jsbml.util.compilers.LaTeXCompiler
 
isProcess(int) - Static method in class org.sbml.jsbml.SBO
 
isProduct(int) - Static method in class org.sbml.jsbml.SBO
Function for checking the SBO term is from correct part of SBO.
isProtein(int) - Static method in class org.sbml.jsbml.SBO
Returns true if the given term identifier comes from the stated branch of SBO.
isQuantitativeParameter(int) - Static method in class org.sbml.jsbml.SBO
Function for checking the SBO term is from correct part of SBO.
isQuantitativeParameter - Static variable in class org.sbml.jsbml.validator.offline.constraints.helper.SBOValidationConstraints
Checks if the SBO of the SBase is part of the branch 'Quantitative Parameter'.
isRadian() - Method in class org.sbml.jsbml.Unit
Predicate for testing whether this Unit is of the kind radian
isRate() - Method in class org.sbml.jsbml.Rule
 
isRateLaw(int) - Static method in class org.sbml.jsbml.SBO
Function for checking the SBO term is from correct part of SBO.
isRateLaw - Static variable in class org.sbml.jsbml.validator.offline.constraints.helper.SBOValidationConstraints
Checks if the SBO of the SBase is part of the branch 'Rate Law'.
isRational() - Method in class org.sbml.jsbml.ASTNode
Returns true if this node represents a rational number, false otherwise.
isReactant(int) - Static method in class org.sbml.jsbml.SBO
Function for checking the SBO term is from correct part of SBO.
isReadingInProgress() - Method in class org.sbml.jsbml.AbstractTreeNode
Returns true if JSBML is in the process of reading a model through the SBMLReader methods.
isReal() - Method in class org.sbml.jsbml.ASTNode
Returns true if this node can represent a real number, false otherwise.
isReceptor(int) - Static method in class org.sbml.jsbml.SBO
Returns true if the given term identifier comes from the stated branch of SBO.
isRelational() - Method in class org.sbml.jsbml.ASTNode
Returns true if this node is a MathML relational operator, meaning ==, >=, >, <, <=, and !=.
isRequired() - Method in interface org.sbml.jsbml.xml.parsers.PackageParser
Returns the value of the required attribute for this package.
isReversible() - Method in class org.sbml.jsbml.Reaction
 
isRNA(int) - Static method in class org.sbml.jsbml.SBO
Returns true if the given term identifier comes from the stated branch of SBO.
isRNAOrMessengerRNA(int) - Static method in class org.sbml.jsbml.SBO
Returns true if the given term identifier comes from the stated branch of SBO.
isRoot() - Method in class org.sbml.jsbml.AbstractTreeNode
 
isRoot() - Method in class org.sbml.jsbml.math.ASTUnknown
 
isRoot() - Method in interface org.sbml.jsbml.util.TreeNodeWithChangeSupport
isSBMLNamespaceNeeded(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.MathMLXMLStreamCompiler
 
isSBMLNamespaceNeeded(ASTNode) - Method in class org.sbml.jsbml.util.compilers.MathMLXMLStreamCompiler
 
isSboTerm(String) - Static method in class org.sbml.jsbml.validator.offline.constraints.helper.ValidationTools
A SBOTerm begins with 'SBO:' followed by exactly 7 digits
isScalar() - Method in class org.sbml.jsbml.AssignmentRule
 
isScalar() - Method in class org.sbml.jsbml.ExplicitRule
Predicate returning true or false depending on whether this Rule is an AssignmentRule (SBML Level 2) or has a 'type' attribute value of 'scalar' (SBML Level 1).
isScalar() - Method in class org.sbml.jsbml.RateRule
 
isScalar() - Method in class org.sbml.jsbml.xml.parsers.SBMLLevel1Rule
 
isSecond() - Method in class org.sbml.jsbml.Unit
Predicate for testing whether this Unit is of the kind second
isSemantics() - Method in class org.sbml.jsbml.ASTNode
Return true if this node contain some semantics annotations.
isSetAbout() - Method in class org.sbml.jsbml.Annotation
Checks whether the 'about' element has been initialized.
isSetAnnotation() - Method in class org.sbml.jsbml.AbstractSBase
 
isSetAnnotation() - Method in class org.sbml.jsbml.Annotation
Checks if the Annotation is initialized.
isSetAnnotation() - Method in interface org.sbml.jsbml.SBase
Returns true or false depending on whether this object's 'annotation' sub-elements exists and have some content.
isSetAreaUnits() - Method in class org.sbml.jsbml.Model
Returns true if the area units ID of this Model is not null.
isSetAreaUnitsInstance() - Method in class org.sbml.jsbml.Model
Returns true if the UnitDefinition which has the area units ID of this Model as id is not null.
isSetAttributes() - Method in class org.sbml.jsbml.xml.stax.SBMLObjectForXML
 
isSetBiologicalQualifierType() - Method in class org.sbml.jsbml.CVTerm
Returns true if the CVTerm.Qualifier is set and is of type CVTerm.Type.BIOLOGICAL_QUALIFIER
isSetBoundaryCondition - Variable in class org.sbml.jsbml.Species
 
isSetBoundaryCondition() - Method in class org.sbml.jsbml.Species
 
isSetCharacters() - Method in class org.sbml.jsbml.xml.stax.SBMLObjectForXML
 
isSetCharge - Variable in class org.sbml.jsbml.Species
Boolean value to test if the charge has been set.
isSetCharge() - Method in class org.sbml.jsbml.Species
 
isSetChild() - Method in class org.sbml.jsbml.math.ASTUnaryFunctionNode
Returns true iff the child of this node has been set
isSetClassName() - Method in class org.sbml.jsbml.ASTNode
 
isSetCompartment() - Method in interface org.sbml.jsbml.CompartmentalizedSBase
 
isSetCompartment() - Method in class org.sbml.jsbml.Reaction
 
isSetCompartment() - Method in class org.sbml.jsbml.Species
 
isSetCompartmentInstance() - Method in interface org.sbml.jsbml.CompartmentalizedSBase
 
isSetCompartmentInstance() - Method in class org.sbml.jsbml.Reaction
 
isSetCompartmentInstance() - Method in class org.sbml.jsbml.Species
 
isSetCompartmentType() - Method in class org.sbml.jsbml.Compartment
Returns true if the compartmentID of this compartment is not null.
isSetCompartmentTypeInstance() - Method in class org.sbml.jsbml.Compartment
Deprecated.
isSetConstant - Variable in class org.sbml.jsbml.SpeciesReference
 
isSetConstant() - Method in class org.sbml.jsbml.SpeciesReference
 
isSetConstant - Variable in class org.sbml.jsbml.Symbol
 
isSetConstant() - Method in class org.sbml.jsbml.Symbol
 
isSetConstant() - Method in interface org.sbml.jsbml.Variable
 
isSetConversionFactor() - Method in class org.sbml.jsbml.Model
Returns true if the Model.conversionFactorID of this Model is not null.
isSetConversionFactor() - Method in class org.sbml.jsbml.Species
 
isSetConversionFactorInstance() - Method in class org.sbml.jsbml.Model
Returns true if the Parameter which has the conversionFactorID of this Model as id is not null.
isSetConversionFactorInstance() - Method in class org.sbml.jsbml.Species
 
isSetCreatedDate() - Method in class org.sbml.jsbml.History
Predicate returning true or false depending on whether this History's createdDate has been set.
isSetDefinitionURL() - Method in class org.sbml.jsbml.ASTNode
 
isSetDefinitionURL() - Method in class org.sbml.jsbml.math.ASTCiFunctionNode
 
isSetDefinitionURL() - Method in class org.sbml.jsbml.math.ASTCiNumberNode
 
isSetDefinitionURL() - Method in class org.sbml.jsbml.math.ASTCSymbolAvogadroNode
 
isSetDefinitionURL() - Method in interface org.sbml.jsbml.math.ASTCSymbolBaseNode
Returns True iff definitionURL has been set
isSetDefinitionURL() - Method in class org.sbml.jsbml.math.ASTCSymbolDelayNode
 
isSetDefinitionURL() - Method in class org.sbml.jsbml.math.ASTCSymbolTimeNode
 
isSetDelay() - Method in class org.sbml.jsbml.Event
 
isSetDenominator() - Method in class org.sbml.jsbml.math.ASTCnRationalNode
Returns true iff denominator has been set
isSetDenominator - Variable in class org.sbml.jsbml.SpeciesReference
Boolean value to know if the SpeciesReference denominator has been set.
isSetDenominator() - Method in class org.sbml.jsbml.SpeciesReference
 
isSetEmail() - Method in class org.sbml.jsbml.Creator
Returns true or false depending on whether this Creator's email has been set.
isSetEncoding() - Method in class org.sbml.jsbml.ASTNode
 
isSetEncoding() - Method in class org.sbml.jsbml.math.ASTCSymbolAvogadroNode
 
isSetEncoding() - Method in class org.sbml.jsbml.math.ASTCSymbolDelayNode
 
isSetEncoding() - Method in interface org.sbml.jsbml.math.ASTCSymbolNode
Returns true iff encoding has been set
isSetEncoding() - Method in class org.sbml.jsbml.math.ASTCSymbolTimeNode
 
isSetExponent() - Method in class org.sbml.jsbml.math.ASTCnExponentialNode
Returns True iff exponent has been set
isSetExponent - Variable in class org.sbml.jsbml.Unit
 
isSetExponent() - Method in class org.sbml.jsbml.Unit
 
isSetExtendedASTNode() - Method in class org.sbml.jsbml.ext.AbstractASTNodePlugin
 
isSetExtendedASTNode() - Method in interface org.sbml.jsbml.ext.ASTNodePlugin
Checks whether an extended TreeNode has been set.
isSetExtendedSBase() - Method in class org.sbml.jsbml.ext.AbstractSBasePlugin
 
isSetExtendedSBase() - Method in interface org.sbml.jsbml.ext.SBasePlugin
Check whether an extended SBase has been set.
isSetExtentUnits() - Method in class org.sbml.jsbml.Model
Returns true if the extentUnitsID of this Model is not null .
isSetExtentUnitsInstance() - Method in class org.sbml.jsbml.Model
Returns true if the UnitDefinition which has the extentUnitsID of this Model as id is not null.
isSetFamilyName() - Method in class org.sbml.jsbml.Creator
Returns true or false depending on whether this Creator's familyName has been set.
isSetFast - Variable in class org.sbml.jsbml.Reaction
Checks whether the Reaction.fast attribute has been set by using a default or by changing its value.
isSetFast() - Method in class org.sbml.jsbml.Reaction
 
isSetGivenName() - Method in class org.sbml.jsbml.Creator
Returns true or false depending on whether this Creator's givenName has been set.
isSetHasOnlySubstanceUnits - Variable in class org.sbml.jsbml.Species
 
isSetHasOnlySubstanceUnits() - Method in class org.sbml.jsbml.Species
 
isSetHistory() - Method in class org.sbml.jsbml.AbstractSBase
 
isSetHistory() - Method in class org.sbml.jsbml.Annotation
Checks if the History is initialized
isSetHistory() - Method in interface org.sbml.jsbml.SBase
Returns true if the History instance of this object is set.
isSetId() - Method in class org.sbml.jsbml.AbstractSBase
 
isSetId() - Method in class org.sbml.jsbml.ASTNode
 
isSetId() - Method in class org.sbml.jsbml.math.AbstractASTNode
 
isSetId() - Method in interface org.sbml.jsbml.math.ASTNode2
Returns true iff id has been set
isSetId() - Method in class org.sbml.jsbml.math.ASTUnknown
 
isSetId() - Method in interface org.sbml.jsbml.NamedSBase
Returns true if the id is not null.
isSetId() - Method in interface org.sbml.jsbml.SBase
Returns true if the id is not null.
isSetInitialAmount() - Method in class org.sbml.jsbml.Species
 
isSetInitialConcentration() - Method in class org.sbml.jsbml.Species
 
isSetInitialValue() - Method in class org.sbml.jsbml.Trigger
 
isSetInteger() - Method in class org.sbml.jsbml.math.ASTCnIntegerNode
Returns True iff value has been set
isSetKey() - Method in class org.sbml.jsbml.util.Pair
 
isSetKind() - Method in class org.sbml.jsbml.Unit
Predicate to test whether the 'kind' attribute of this Unit has been set.
isSetKineticLaw() - Method in class org.sbml.jsbml.Reaction
 
isSetL() - Method in class org.sbml.jsbml.util.ValuePair
 
isSetLeftChild() - Method in class org.sbml.jsbml.math.ASTBinaryFunctionNode
Return true iff left child has been set
isSetLeftChild() - Method in class org.sbml.jsbml.math.ASTLogarithmNode
 
isSetLeftChild() - Method in class org.sbml.jsbml.math.ASTRootNode
 
isSetLengthUnits() - Method in class org.sbml.jsbml.Model
Returns true if the lengthUnitsID of this Model is not null .
isSetLengthUnitsInstance() - Method in class org.sbml.jsbml.Model
Returns true if the UnitDefinition which has the lengthUnitsID of this Model as id is not null.
isSetLevel() - Method in class org.sbml.jsbml.AbstractSBase
 
isSetLevel() - Method in interface org.sbml.jsbml.SBase
Returns true if the level is set.
isSetLevelAndVersion() - Method in class org.sbml.jsbml.AbstractSBase
 
isSetLevelAndVersion() - Method in interface org.sbml.jsbml.SBase
Returns true if both, Level and Version are set for this SBase.
isSetList() - Method in class org.sbml.jsbml.math.ASTFunction
Returns true iff listOfNodes has been set
isSetListOfCompartments() - Method in class org.sbml.jsbml.Model
Returns true if the listOfCompartments of this Model is not null and not empty.
isSetListOfCompartmentTypes() - Method in class org.sbml.jsbml.Model
Deprecated.
Only valid in SBML Level 2 for Versions 2 through 4.
isSetListOfConstraints() - Method in class org.sbml.jsbml.Model
Returns true if the listOfConstraints of this Model is not null and not empty.
isSetListOfCreators() - Method in class org.sbml.jsbml.History
 
isSetListOfCVTerms() - Method in class org.sbml.jsbml.Annotation
Checks if the list of CVTerm is not empty.
isSetListOfErrors() - Method in class org.sbml.jsbml.SBMLDocument
Returns true if the list of errors is defined and contain at least one error.
isSetListOfEventAssignments() - Method in class org.sbml.jsbml.Event
Returns true, if listOfEventAssignments contains at least one element.
isSetListOfEvents() - Method in class org.sbml.jsbml.Model
Returns true if the listOfEvents of this Model is not null and not empty.
isSetListOfFunctionDefinitions() - Method in class org.sbml.jsbml.Model
Returns true if the listOfFunctionDefinitions of this Model is not null and not empty.
isSetListOfInitialAssignments() - Method in class org.sbml.jsbml.Model
Returns true if the listOfInitialAssignments of this Model is not null and not empty.
isSetListOfLocalParameters() - Method in class org.sbml.jsbml.KineticLaw
Returns true, if the list of local parameters is set and not empty..
isSetListOfModification() - Method in class org.sbml.jsbml.History
 
isSetListOfModifiers() - Method in class org.sbml.jsbml.Reaction
 
isSetListOfNestedCVTerms() - Method in class org.sbml.jsbml.CVTerm
Returns true if CVTerm.listOfNestedCVTerms contains at least one element.
isSetListOfParameters() - Method in class org.sbml.jsbml.KineticLaw
isSetListOfParameters() - Method in class org.sbml.jsbml.Model
Returns true if the listOfParameters of this Model is not null and not empty.
isSetListOfProducts() - Method in class org.sbml.jsbml.Reaction
 
isSetListOfReactants() - Method in class org.sbml.jsbml.Reaction
 
isSetListOfReactions() - Method in class org.sbml.jsbml.Model
Returns true if the listOfReactions of this Model is not null and not empty.
isSetListOfRules() - Method in class org.sbml.jsbml.Model
Returns true if the listOfRules of this Model is not null and not empty.
isSetListOfSpecies() - Method in class org.sbml.jsbml.Model
Returns true if the listOfSpecies of this Model is not null and not empty.
isSetListOfSpeciesTypes() - Method in class org.sbml.jsbml.Model
Deprecated.
Only valid in SBML Level 2 for Versions 2 through 4.
isSetListOfUnitDefinitions() - Method in class org.sbml.jsbml.Model
Returns true if the listOfUnitDefinitions of this Model is not null and not empty.
isSetListOfUnits() - Method in class org.sbml.jsbml.UnitDefinition
Returns true if the listOfUnits is not null and not empty.
isSetMantissa() - Method in class org.sbml.jsbml.math.ASTCnExponentialNode
Returns true iff mantissa has been set
isSetMath() - Method in class org.sbml.jsbml.AbstractMathContainer
 
isSetMath() - Method in interface org.sbml.jsbml.MathContainer
Checks if an ASTNode has been set for this MathContainer.
isSetMathMLClass() - Method in class org.sbml.jsbml.math.AbstractASTNode
 
isSetMathMLClass() - Method in interface org.sbml.jsbml.math.ASTNode2
Returns true iff mathMLClass has been set
isSetMathMLClass() - Method in class org.sbml.jsbml.math.ASTUnknown
 
isSetMessage() - Method in class org.sbml.jsbml.Constraint
Returns true if the message of this Constraint is not null.
isSetMetaId() - Method in class org.sbml.jsbml.AbstractSBase
 
isSetMetaId() - Method in interface org.sbml.jsbml.SBase
Returns true or false depending on whether this object's 'metaid' attribute has been set.
isSetModel() - Method in class org.sbml.jsbml.SBMLDocument
Returns true if the Model of this SBMLDocument is not null.
isSetModelHistory() - Method in class org.sbml.jsbml.Model
Deprecated.
isSetModelQualifierType() - Method in class org.sbml.jsbml.CVTerm
Returns true if the CVTerm.Qualifier is set and is of type CVTerm.Type.MODEL_QUALIFIER
isSetModifiedDate() - Method in class org.sbml.jsbml.History
Predicate returning true or false depending on whether this History's modifiedDate has been set.
isSetMultiplier - Variable in class org.sbml.jsbml.Unit
 
isSetMultiplier() - Method in class org.sbml.jsbml.Unit
 
isSetName() - Method in class org.sbml.jsbml.AbstractSBase
 
isSetName() - Method in class org.sbml.jsbml.ASTNode
 
isSetName() - Method in class org.sbml.jsbml.math.ASTCiNumberNode
Deprecated.
isSetName() - Method in class org.sbml.jsbml.math.ASTCSymbolAvogadroNode
 
isSetName() - Method in interface org.sbml.jsbml.math.ASTCSymbolBaseNode
Returns True iff name has been set
isSetName() - Method in class org.sbml.jsbml.math.ASTCSymbolTimeNode
 
isSetName() - Method in class org.sbml.jsbml.math.ASTFunction
Returns True iff name has been set
isSetName() - Method in interface org.sbml.jsbml.NamedSBase
Returns true if the name is not null.
isSetName() - Method in interface org.sbml.jsbml.SBase
Returns true if the name is not null.
isSetName() - Method in class org.sbml.jsbml.xml.stax.SBMLObjectForXML
 
isSetNamespace() - Method in class org.sbml.jsbml.xml.stax.SBMLObjectForXML
 
isSetNewValue() - Method in class org.sbml.jsbml.util.TreeNodeChangeEvent
 
isSetNonRDFannotation() - Method in class org.sbml.jsbml.Annotation
Checks if the non RDF part of the Annotation is initialized.
isSetNotes() - Method in class org.sbml.jsbml.AbstractSBase
 
isSetNotes() - Method in interface org.sbml.jsbml.SBase
Returns true or false depending on whether this object's 'notes' sub-element exists and has content.
isSetNumber() - Method in class org.sbml.jsbml.math.ASTCnNumberNode
Returns True iff base has been set
isSetNumberType - Variable in class org.sbml.jsbml.ASTNode
Tells if the type attribute of the cn element was set and we need to write it back or if it is set to the default (REAL).
isSetNumberType() - Method in class org.sbml.jsbml.ASTNode
Returns true if the number type is set.
isSetNumberType - Static variable in class org.sbml.jsbml.util.TreeNodeChangeEvent
 
isSetNumerator() - Method in class org.sbml.jsbml.math.ASTCnRationalNode
Returns true iff numerator has been set
isSetOffset - Variable in class org.sbml.jsbml.Unit
 
isSetOffset() - Method in class org.sbml.jsbml.Unit
Deprecated.
the offset attribute should no longer be used.
isSetOldValue() - Method in class org.sbml.jsbml.util.TreeNodeChangeEvent
 
isSetOrganisation() - Method in class org.sbml.jsbml.Creator
Returns true or false depending on whether this Creator's organisation has been set.
isSetOrganization() - Method in class org.sbml.jsbml.Creator
Returns true or false depending on whether this Creator's organisation has been set.
isSetOtherAnnotationThanRDF() - Method in class org.sbml.jsbml.Annotation
Deprecated.
isSetOtherAttributes() - Method in class org.sbml.jsbml.Creator
Deprecated.
those other attributes are not saved when writing the model
isSetOutside() - Method in class org.sbml.jsbml.Compartment
Returns true if the outsideID of this compartment is not null.
isSetOutsideInstance() - Method in class org.sbml.jsbml.Compartment
Returns true if the compartment instance which matches the outsideID of this compartment is not null.
isSetPackageRequired(String) - Method in class org.sbml.jsbml.SBMLDocument
Returns true.
isSetPackageVErsion() - Method in class org.sbml.jsbml.AbstractSBase
 
isSetPackageVersion() - Method in class org.sbml.jsbml.ext.AbstractASTNodePlugin
 
isSetPackageVersion() - Method in class org.sbml.jsbml.ext.AbstractSBasePlugin
 
isSetPackageVersion() - Method in interface org.sbml.jsbml.ext.ASTNodePlugin
Returns true if a package version is set, false otherwise.
isSetPackageVersion() - Method in interface org.sbml.jsbml.ext.SBasePlugin
Returns true if a package version is set, false otherwise.
isSetPackageVErsion() - Method in interface org.sbml.jsbml.SBase
Returns true if the package version is not equals to '-1'.
isSetParent() - Method in class org.sbml.jsbml.AbstractTreeNode
 
isSetParent() - Method in class org.sbml.jsbml.math.ASTUnknown
 
isSetParent() - Method in interface org.sbml.jsbml.util.TreeNodeWithChangeSupport
 
isSetParentSBMLObject() - Method in class org.sbml.jsbml.AbstractSBase
 
isSetParentSBMLObject() - Method in class org.sbml.jsbml.ASTNode
Checks if a parent SBML object, i.e., a MathContainer, is set as a parent SBML object for this ASTNode.
isSetParentSBMLObject() - Method in class org.sbml.jsbml.math.AbstractASTNode
 
isSetParentSBMLObject() - Method in interface org.sbml.jsbml.math.ASTNode2
Checks if a parent SBML object, i.e., a MathContainer, is set as a parent SBML object for this ASTNode2.
isSetParentSBMLObject() - Method in class org.sbml.jsbml.math.ASTUnknown
 
isSetParentSBMLObject() - Method in interface org.sbml.jsbml.SBase
Check whether this SBase has been linked to a parent within the hierarchical SBML data structure.
isSetPersistent() - Method in class org.sbml.jsbml.Trigger
 
isSetPkgRequired(String) - Method in class org.sbml.jsbml.SBMLDocument
isSetPlugin(String) - Method in class org.sbml.jsbml.AbstractSBase
 
isSetPlugin(String) - Method in class org.sbml.jsbml.ASTNode
Returns true if an ASTNodePlugin is defined for the given package.
isSetPlugin(String) - Method in interface org.sbml.jsbml.SBase
Returns true if an SBasePlugin is defined for the given package.
isSetPrefix() - Method in class org.sbml.jsbml.xml.stax.SBMLObjectForXML
 
isSetPriority() - Method in class org.sbml.jsbml.Event
 
isSetProgramName() - Method in class org.sbml.jsbml.SBMLWriter
Check if a program name has been defined for this SBMLWriter.
isSetProgramVersion() - Method in class org.sbml.jsbml.SBMLWriter
Check if a program version has been defined for this SBMLWriter.
isSetQualifier() - Method in class org.sbml.jsbml.CVTerm
Returns true if the CVTerm.Qualifier of this CVTerm is set and is different from CVTerm.Qualifier.BQM_UNKNOWN and CVTerm.Qualifier.BQB_UNKNOWN.
isSetQualifierType() - Method in class org.sbml.jsbml.CVTerm
Checks whether or not the CVTerm.Type has been set for this CVTerm.
isSetRDFannotation() - Method in class org.sbml.jsbml.Annotation
Checks if the RDF part of the Annotation is initialized.
isSetReal() - Method in class org.sbml.jsbml.math.ASTCnRealNode
Returns true iff a value has been set
isSetRefId() - Method in class org.sbml.jsbml.math.ASTCiFunctionNode
Return true iff refId is set
isSetRefId() - Method in class org.sbml.jsbml.math.ASTCiNumberNode
Return true iff refId is set
isSetReversible - Variable in class org.sbml.jsbml.Reaction
Checks whether the Reaction.reversible attribute has been set by using a default or by changing its value.
isSetReversible() - Method in class org.sbml.jsbml.Reaction
 
isSetRightChild() - Method in class org.sbml.jsbml.math.ASTBinaryFunctionNode
Return true iff right child has been set
isSetRightChild() - Method in class org.sbml.jsbml.math.ASTLogarithmNode
 
isSetRightChild() - Method in class org.sbml.jsbml.math.ASTRootNode
 
isSetSBOTerm() - Method in class org.sbml.jsbml.AbstractSBase
 
isSetSBOTerm() - Method in interface org.sbml.jsbml.SBase
Returns true if the SBOTerm is set.
isSetScale - Variable in class org.sbml.jsbml.Unit
 
isSetScale() - Method in class org.sbml.jsbml.Unit
 
isSetSize() - Method in class org.sbml.jsbml.Compartment
Returns true if the size of this compartment has been set by a user.
isSetSource() - Method in class org.sbml.jsbml.util.TreeNodeChangeEvent
 
isSetSpatialDimensions - Variable in class org.sbml.jsbml.Compartment
Helper variable to check if spatial dimensions has been set by the user.
isSetSpatialDimensions() - Method in class org.sbml.jsbml.Compartment
Returns true if the spatialDimensions of this compartment has been set by a user.
isSetSpatialSizeUnits() - Method in class org.sbml.jsbml.Species
Deprecated.
Only valid for SBML Level 2 Versions 1 and 2.
isSetSpatialSizeUnitsInstance() - Method in class org.sbml.jsbml.Species
Deprecated.
Only valid for SBML Level 2 Versions 1 and 2.
isSetSpecies() - Method in class org.sbml.jsbml.SimpleSpeciesReference
 
isSetSpeciesInstance() - Method in class org.sbml.jsbml.SimpleSpeciesReference
 
isSetSpeciesType() - Method in class org.sbml.jsbml.Species
Deprecated.
isSetSpeciesTypeInstance() - Method in class org.sbml.jsbml.Species
Deprecated.
isSetStoichiometry - Variable in class org.sbml.jsbml.SpeciesReference
 
isSetStoichiometry() - Method in class org.sbml.jsbml.SpeciesReference
 
isSetStoichiometryMath() - Method in class org.sbml.jsbml.SpeciesReference
Deprecated.
since SBML L3V1
isSetStyle() - Method in class org.sbml.jsbml.ASTNode
 
isSetStyle() - Method in class org.sbml.jsbml.math.AbstractASTNode
 
isSetStyle() - Method in interface org.sbml.jsbml.math.ASTNode2
Returns true iff style has been set
isSetStyle() - Method in class org.sbml.jsbml.math.ASTUnknown
 
isSetSubstanceUnits() - Method in class org.sbml.jsbml.KineticLaw
Deprecated.
isSetSubstanceUnits() - Method in class org.sbml.jsbml.Model
Returns true if the substanceUnitsID of this Model is not null.
isSetSubstanceUnits() - Method in class org.sbml.jsbml.Species
 
isSetSubstanceUnitsInstance() - Method in class org.sbml.jsbml.KineticLaw
Deprecated. 
isSetSubstanceUnitsInstance() - Method in class org.sbml.jsbml.Model
Returns true if the UnitDefinition which has the substanceUnitsID of this Model as id is not null.
isSetSubstanceUnitsInstance() - Method in class org.sbml.jsbml.Species
 
isSetSymbol() - Method in class org.sbml.jsbml.InitialAssignment
 
isSetTimeUnits() - Method in class org.sbml.jsbml.Event
Deprecated. 
isSetTimeUnits() - Method in class org.sbml.jsbml.KineticLaw
Deprecated. 
isSetTimeUnits() - Method in class org.sbml.jsbml.Model
Returns true if the timeUnitsID of this Model is not null.
isSetTimeUnitsInstance() - Method in class org.sbml.jsbml.Event
Deprecated. 
isSetTimeUnitsInstance() - Method in class org.sbml.jsbml.KineticLaw
Deprecated. 
isSetTimeUnitsInstance() - Method in class org.sbml.jsbml.Model
Returns true if the UnitsDefinition which has the timeUnistID of this Model as id is not null.
isSetTrigger() - Method in class org.sbml.jsbml.Event
 
isSetType() - Method in class org.sbml.jsbml.CVTerm
Returns true if the CVTerm.Type of this CVTerm is set and is different from CVTerm.Type.UNKNOWN_QUALIFIER.
isSetType() - Method in class org.sbml.jsbml.math.AbstractASTNode
 
isSetType() - Method in class org.sbml.jsbml.math.ASTBoolean
 
isSetType() - Method in class org.sbml.jsbml.math.ASTCiFunctionNode
 
isSetType() - Method in class org.sbml.jsbml.math.ASTCiNumberNode
 
isSetType() - Method in class org.sbml.jsbml.math.ASTConstantNumber
 
isSetType() - Method in class org.sbml.jsbml.math.ASTCSymbolAvogadroNode
 
isSetType() - Method in interface org.sbml.jsbml.math.ASTNode2
Returns true iff type has been set
isSetType() - Method in class org.sbml.jsbml.math.ASTUnknown
 
isSetTypeQualifier() - Method in class org.sbml.jsbml.CVTerm
Deprecated.
isSetUnit() - Method in class org.sbml.jsbml.math.compiler.ASTNode2Value
Test if this value can be evaluated to a UnitDefinition
isSetUnit() - Method in class org.sbml.jsbml.util.compilers.ASTNodeValue
Test if this value can be evaluated to a UnitDefinition
isSetUnits() - Method in class org.sbml.jsbml.AbstractNamedSBaseWithUnit
 
isSetUnits() - Method in class org.sbml.jsbml.ASTNode
Returns true if a unit is defined on this node.
isSetUnits() - Method in class org.sbml.jsbml.Event
Deprecated.
isSetUnits() - Method in class org.sbml.jsbml.ExplicitRule
Deprecated.
This is a requirement for Level 1 Version 1 and Version 2, but can only be used in conjunction with Parameters. In this case this AssignmentRule represents the SBML element ParameterRule.
isSetUnits() - Method in class org.sbml.jsbml.KineticLaw
Deprecated.
isSetUnits() - Method in class org.sbml.jsbml.math.ASTCnNumberNode
Returns True iff units has been set
isSetUnits() - Method in interface org.sbml.jsbml.SBaseWithUnit
 
isSetUnitsInstance() - Method in class org.sbml.jsbml.AbstractNamedSBaseWithUnit
 
isSetUnitsInstance() - Method in class org.sbml.jsbml.Event
Deprecated.
isSetUnitsInstance() - Method in class org.sbml.jsbml.ExplicitRule
Deprecated.
This is a requirement for Level 1 Version 1 and Version 2, but can only be used in conjunction with Parameters. In this case this AssignmentRule represents the SBML element ParameterRule.
isSetUnitsInstance() - Method in class org.sbml.jsbml.KineticLaw
Deprecated.
isSetUnitsInstance() - Method in interface org.sbml.jsbml.SBaseWithUnit
Checks whether the element referenced by the unitsID attribute of this SBaseWithUnit is either an existing base Unit, i.e., a simple Unit that can directly be addressed via its Unit.Kind element, or the identifier of an existing UnitDefinition in the Model to which this SBaseWithUnit belongs.
isSetUserObject() - Method in class org.sbml.jsbml.util.TreeNodeAdapter
 
isSetUserObjects() - Method in class org.sbml.jsbml.AbstractTreeNode
 
isSetUserObjects() - Method in class org.sbml.jsbml.math.ASTUnknown
 
isSetUserObjects() - Method in interface org.sbml.jsbml.util.TreeNodeWithChangeSupport
Checks whether any user-defined key-value pairs have been attached to this object.
isSetUseValuesFromTriggerTime - Variable in class org.sbml.jsbml.Event
 
isSetUseValuesFromTriggerTime() - Method in class org.sbml.jsbml.Event
 
isSetV() - Method in class org.sbml.jsbml.util.ValuePair
 
isSetValue() - Method in class org.sbml.jsbml.math.ASTConstantNumber
Returns true iff value has been set
isSetValue() - Method in interface org.sbml.jsbml.Quantity
Returns true if the value of this Quantity is set.
isSetValue - Variable in class org.sbml.jsbml.QuantityWithUnit
a boolean to help knowing is the value as been set by the user or is the default one.
isSetValue() - Method in class org.sbml.jsbml.QuantityWithUnit
 
isSetValue() - Method in class org.sbml.jsbml.SpeciesReference
 
isSetValue() - Method in class org.sbml.jsbml.util.Pair
 
isSetVariable() - Method in interface org.sbml.jsbml.Assignment
Returns true if the variableID of this Assignment is not null.
isSetVariable() - Method in class org.sbml.jsbml.EventAssignment
 
isSetVariable() - Method in class org.sbml.jsbml.ExplicitRule
 
isSetVariable() - Method in class org.sbml.jsbml.InitialAssignment
 
isSetVariable() - Method in class org.sbml.jsbml.math.ASTCnNumberNode
Returns true iff this ASTNumber node represents a variable.
isSetVariableInstance() - Method in interface org.sbml.jsbml.Assignment
Returns true if the Variable instance which has the variableID of this Assignment as id is not null.
isSetVariableInstance() - Method in class org.sbml.jsbml.EventAssignment
 
isSetVariableInstance() - Method in class org.sbml.jsbml.ExplicitRule
 
isSetVariableInstance() - Method in class org.sbml.jsbml.InitialAssignment
 
isSetVersion() - Method in class org.sbml.jsbml.AbstractSBase
 
isSetVersion() - Method in interface org.sbml.jsbml.SBase
Returns true if the version is not null.
isSetVolume() - Method in class org.sbml.jsbml.Compartment
Deprecated.
The volume attribute is only defined in SBML Level 1. Please use Compartment.isSetSize()
isSetVolumeUnits() - Method in class org.sbml.jsbml.Model
Returns true if the volumeUnitsID of this Model is not null .
isSetVolumeUnitsInstance() - Method in class org.sbml.jsbml.Model
Returns true if the UnitDefinition which has the volumeUnitsID of this Model as id is not null.
isSiemens() - Method in class org.sbml.jsbml.Unit
Predicate for testing whether this Unit is of the kind siemens
isSievert() - Method in class org.sbml.jsbml.Unit
Predicate for testing whether this Unit is of the kind sievert
isSimpleMolecule(int) - Static method in class org.sbml.jsbml.SBO
Returns true if the given term identifier comes from the stated branch of SBO.
isSmallLetter(char) - Static method in class org.sbml.jsbml.validator.offline.constraints.helper.ValidationTools
A small letter is a ASCII symbol between 'a' and 'z'.
isSpeciesConcentration() - Method in class org.sbml.jsbml.AlgebraicRule
 
isSpeciesConcentration() - Method in class org.sbml.jsbml.ExplicitRule
 
isSpeciesConcentration() - Method in class org.sbml.jsbml.Rule
(SBML Level 1 only) Predicate returning true or false depending on whether this Rule is an SpeciesConcentrationRule.
isSpeciesReference(Model, String) - Static method in class org.sbml.jsbml.validator.offline.constraints.helper.ValidationTools
 
isSpecificActivator(int) - Static method in class org.sbml.jsbml.SBO
Returns true if the given term identifier comes from the stated branch of SBO.
isSqrt() - Method in class org.sbml.jsbml.ASTNode
Returns true if this node represents a square root function, false otherwise.
isStart() - Method in class org.sbml.jsbml.xml.XMLToken
Returns true or false depending on whether this XMLToken is an XML start element.
isStartElement - Variable in class org.sbml.jsbml.xml.XMLToken
 
isStateTransition(int) - Static method in class org.sbml.jsbml.SBO
Returns true if the given term identifier comes from the stated branch of SBO.
isSteadyStateExpression(int) - Static method in class org.sbml.jsbml.SBO
Function for checking the SBO term is from correct part of SBO.
isSteradian() - Method in class org.sbml.jsbml.Unit
Predicate for testing whether this Unit is of the kind steradian
isStimulator(int) - Static method in class org.sbml.jsbml.SBO
Returns true if the given term identifier comes from the stated branch of SBO.
isStrict() - Method in class org.sbml.jsbml.math.AbstractASTNode
 
isStrict() - Method in interface org.sbml.jsbml.math.ASTNode2
Specifies strictness.
isStrict() - Method in class org.sbml.jsbml.math.ASTUnknown
 
isString() - Method in class org.sbml.jsbml.ASTNode
Returns true if this node is a name or refers to a FunctionDefinition.
isString() - Method in class org.sbml.jsbml.math.compiler.ASTNode2Value
 
isString() - Method in class org.sbml.jsbml.util.compilers.ASTNodeValue
 
issuedWarnings - Variable in class org.sbml.jsbml.xml.stax.SBMLWriter
Remember already issued warnings to avoid having multiple lines, saying the same thing (Warning: Skipping detailed parsing of name space 'XYZ'.
isSum() - Method in class org.sbml.jsbml.ASTNode
Checks if this ASTNode represents a sum.
isSum() - Method in class org.sbml.jsbml.math.compiler.ASTNode2Value
 
isSum() - Method in class org.sbml.jsbml.util.compilers.ASTNodeValue
 
isSystem() - Method in exception org.sbml.jsbml.SBMLError
Returns true is the SBMLError category is of type system
isSystem() - Method in exception org.sbml.jsbml.SBMLException
 
isTesla() - Method in class org.sbml.jsbml.Unit
Predicate for testing whether this Unit is of the kind tesla
isText - Variable in class org.sbml.jsbml.xml.XMLToken
 
isText() - Method in class org.sbml.jsbml.xml.XMLToken
Returns true or false depending on whether this XMLToken is an XML text element.
isTranscription(int) - Static method in class org.sbml.jsbml.SBO
Returns true if the given term identifier comes from the stated branch of SBO.
isTranscriptionalActivation(int) - Static method in class org.sbml.jsbml.SBO
Returns true if the given term identifier comes from the stated branch of SBO.
isTranscriptionalInhibitor(int) - Static method in class org.sbml.jsbml.SBO
Returns true if the given term identifier comes from the stated branch of SBO.
isTransitionOmitted(int) - Static method in class org.sbml.jsbml.SBO
Returns true if the given term identifier comes from the stated branch of SBO.
isTranslation(int) - Static method in class org.sbml.jsbml.SBO
Returns true if the given term identifier comes from the stated branch of SBO.
isTranslationalActivation(int) - Static method in class org.sbml.jsbml.SBO
Returns true if the given term identifier comes from the stated branch of SBO.
isTranslationalInhibitor(int) - Static method in class org.sbml.jsbml.SBO
Returns true if the given term identifier comes from the stated branch of SBO.
isTransport(int) - Static method in class org.sbml.jsbml.SBO
Returns true if the given term identifier comes from the stated branch of SBO.
isTrigger(int) - Static method in class org.sbml.jsbml.SBO
Returns true if the given term identifier comes from the stated branch of SBO.
isTruncated(int) - Static method in class org.sbml.jsbml.SBO
Returns true if the given term identifier comes from the stated branch of SBO.
isUMinus() - Method in class org.sbml.jsbml.ASTNode
Returns true if this node is a unary minus operator, false otherwise.
isUMinus() - Method in class org.sbml.jsbml.math.compiler.ASTNode2Value
 
isUMinus() - Method in class org.sbml.jsbml.util.compilers.ASTNodeValue
 
isUnary() - Method in class org.sbml.jsbml.ASTNode
Checks whether the number of child nodes is exactly one.
isUnary() - Method in class org.sbml.jsbml.math.compiler.ASTNode2Value
 
isUnary() - Method in class org.sbml.jsbml.util.compilers.ASTNodeValue
 
isUnitKind(Unit.Kind, int, int) - Static method in class org.sbml.jsbml.Unit
 
isUnitKind(String, int, int) - Static method in class org.sbml.jsbml.Unit
Predicate to test whether a given string is the name of a valid base unit in SBML (such as 'gram' or 'mole').
isUnitKind() - Method in class org.sbml.jsbml.UnitDefinition
Tests whether this UnitDefinition contains exactly one Unit that itself represents a Unit.Kind, i.e., multiplier = 1, exponent = 1, scale = 1.
isUnitsDefined - Variable in class org.sbml.jsbml.math.compiler.FindUnitsCompiler
 
isUnitsDefined() - Method in class org.sbml.jsbml.math.compiler.FindUnitsCompiler
 
isUnitsDefined - Variable in class org.sbml.jsbml.util.compilers.FindUnitsCompiler
 
isUnitsDefined() - Method in class org.sbml.jsbml.util.compilers.FindUnitsCompiler
 
isUnknown() - Method in class org.sbml.jsbml.ASTNode
Returns true if this node has an ASTNode.Type.UNKNOWN type.
isUnknownMolecule(int) - Static method in class org.sbml.jsbml.SBO
Returns true if the given term identifier comes from the stated branch of SBO.
isUnknownTransition(int) - Static method in class org.sbml.jsbml.SBO
Returns true if the given term identifier comes from the stated branch of SBO.
isUserObjectRecursiveDataType() - Method in class org.sbml.jsbml.util.TreeNodeAdapter
Checks whether or not the user's object has been set (see TreeNodeAdapter.isSetUserObject()) and if so if it belongs to those elements returned by the method TreeNodeAdapter.getChildAt(int).
isUseValuesFromTriggerTime() - Method in class org.sbml.jsbml.Event
 
isValidChemicalFormula(String) - Static method in class org.sbml.jsbml.validator.SyntaxChecker
 
isValidCreatedDate(XMLNode) - Method in class org.sbml.jsbml.xml.parsers.SBMLRDFAnnotationParser
Returns a SBMLRDFAnnotationParser.NODE_COLOR corresponding to the validity of the created Date.
isValidCreator(XMLNode) - Method in class org.sbml.jsbml.xml.parsers.SBMLRDFAnnotationParser
Returns a SBMLRDFAnnotationParser.NODE_COLOR corresponding to the validity of the Creator elements compared to the SBML specifications.
isValidEmailAddress(String) - Static method in class org.sbml.jsbml.validator.SyntaxChecker
Definition of valid e-mail address Strings.
isValidId(String, int, int) - Static method in class org.sbml.jsbml.AbstractNamedSBase
isValidId(String, int, int) - Static method in class org.sbml.jsbml.validator.SyntaxChecker
Checks whether the given idCandidate is a valid identifier according to the SBML specifications.
isValidLevelAndVersionCombination(int, int) - Static method in class org.sbml.jsbml.AbstractSBase
Returns true if the level and version combination is a valid one, false otherwise.
isValidMetaId(String) - Static method in class org.sbml.jsbml.AbstractSBase
isValidMetaId(String) - Static method in class org.sbml.jsbml.validator.SyntaxChecker
Checks if the given identifier candidate satisfies the requirements for a valid meta identifier (see SBML L2V4 p.
isValidRDF(XMLNode) - Method in class org.sbml.jsbml.xml.parsers.SBMLRDFAnnotationParser
Returns a SBMLRDFAnnotationParser.NODE_COLOR corresponding to the validity of the RDF block compared to the SBML specifications.
isValidRDFDescription(XMLNode) - Method in class org.sbml.jsbml.xml.parsers.SBMLRDFAnnotationParser
Returns a SBMLRDFAnnotationParser.NODE_COLOR corresponding to the validity of the RDF Description element compared to the SBML specifications.
isValidRDFHistory(XMLNode) - Method in class org.sbml.jsbml.xml.parsers.SBMLRDFAnnotationParser
Returns a SBMLRDFAnnotationParser.NODE_COLOR corresponding to the validity of the History elements compared to the SBML specifications.
isValidRDFURIs(XMLNode) - Method in class org.sbml.jsbml.xml.parsers.SBMLRDFAnnotationParser
Returns a SBMLRDFAnnotationParser.NODE_COLOR corresponding to the validity of the first bqmodel and bqbiol CVTerm.
isValidSBMLRDF(SBase) - Method in class org.sbml.jsbml.xml.parsers.SBMLRDFAnnotationParser
Returns true if the SBML RDF block is recognized as valid or partially valid.
isValidUnit(Model, String) - Static method in class org.sbml.jsbml.Unit
Returns true if the unit is a valid unit kind name or an identifier of an existing UnitDefinition.
isValidUnitKindString(String, int, int) - Static method in enum org.sbml.jsbml.Unit.Kind
This method is equivalent to converting the String to a Unit.Kind and then calling its Unit.Kind.isDefinedIn(int, int) method.
isValidVariable(Variable, int) - Static method in class org.sbml.jsbml.validator.offline.constraints.helper.ValidationTools
 
isValidVCard(XMLNode) - Method in class org.sbml.jsbml.xml.parsers.SBMLRDFAnnotationParser
Returns SBMLRDFAnnotationParser.NODE_COLOR.GREEN if at least one of these three nodes is present: vCard:N, vCard:EMAIL or vCard:ORG, meaning that we consider that the VCard is at least partially defined.
isVariable() - Method in class org.sbml.jsbml.ASTNode
Returns true if this node represents a Variable.
isVariantOfArea() - Method in class org.sbml.jsbml.Unit
 
isVariantOfArea() - Method in class org.sbml.jsbml.UnitDefinition
Returns true if this UnitDefinition is a variant of Area
isVariantOfDimensionless() - Method in class org.sbml.jsbml.UnitDefinition
Tests if a given unit definition is a variant of the predefined unit identifier 'dimensionless'.
isVariantOfLength() - Method in class org.sbml.jsbml.Unit
 
isVariantOfLength() - Method in class org.sbml.jsbml.UnitDefinition
Tests if a given unit definition is a variant of the predefined unit identifier 'length'.
isVariantOfSubstance() - Method in class org.sbml.jsbml.Unit
 
isVariantOfSubstance() - Method in class org.sbml.jsbml.UnitDefinition
Tests if a given unit definition is a variant of the predefined unit identifier 'substance'.
isVariantOfSubstancePerArea() - Method in class org.sbml.jsbml.UnitDefinition
Tests if a given unit definition is a variant of the predefined unit identifier 'substance per area'.
isVariantOfSubstancePerLength() - Method in class org.sbml.jsbml.UnitDefinition
Tests if this UnitDefinition is a variant of substance per length.
isVariantOfSubstancePerTime() - Method in class org.sbml.jsbml.UnitDefinition
Tests if this UnitDefinition is a variant of substance per time.
isVariantOfSubstancePerVolume() - Method in class org.sbml.jsbml.UnitDefinition
Tests if this UnitDefinition is a variant of substance per volume.
isVariantOfTime() - Method in class org.sbml.jsbml.Unit
 
isVariantOfTime() - Method in class org.sbml.jsbml.UnitDefinition
Tests if a given unit definition is a variant of the predefined unit identifier 'time'.
isVariantOfVolume() - Method in class org.sbml.jsbml.Unit
 
isVariantOfVolume() - Method in class org.sbml.jsbml.UnitDefinition
Tests if a given unit definition is a variant of the predefined unit identifier 'volume'.
isVector() - Method in class org.sbml.jsbml.ASTNode
Checks if this ASTNode represents a vector.
isVolt() - Method in class org.sbml.jsbml.Unit
Predicate for testing whether this Unit is of the kind volt
isWarning() - Method in exception org.sbml.jsbml.SBMLError
Returns true is the SBMLError severity is of type SBMLError.SEVERITY.WARNING
isWarning() - Method in exception org.sbml.jsbml.SBMLException
 
isWatt() - Method in class org.sbml.jsbml.Unit
Predicate for testing whether this Unit is of the kind watt
isWeber() - Method in class org.sbml.jsbml.Unit
Predicate for testing whether this Unit is of the kind weber
isXML() - Method in exception org.sbml.jsbml.SBMLError
Returns true is the SBMLError category is of type xml
isXML() - Method in exception org.sbml.jsbml.SBMLException
 
isXmlId(String) - Static method in class org.sbml.jsbml.validator.offline.constraints.helper.ValidationTools
A XML ID (defined in the XML Schema 1.0) starts with a letter, '-' or ':' which can be followed by a unlimited amout of NameChars.
isZero() - Method in class org.sbml.jsbml.ASTNode
Returns true if this node represents the number zero (either as integer or as real value).
iterator() - Method in class org.sbml.jsbml.ListOf
 

J

JAXPFacade - Class in org.sbml.jsbml.util
A convenient Facade to parse and write byte and character streams with XML content using the interfaces and classes defined by the JAXP specification.
JAXPFacade() - Constructor for class org.sbml.jsbml.util.JAXPFacade
Prevents the generation of the default constructor (singleton pattern).
jj_2_1(int) - Method in class org.sbml.jsbml.math.parser.FormulaParser
 
jj_2_1(int) - Method in class org.sbml.jsbml.math.parser.FormulaParserASTNode2
 
jj_2_1(int) - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3
 
jj_2_1(int) - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2
 
jj_2_1(int) - Method in class org.sbml.jsbml.text.parser.CobraFormulaParser
 
jj_2_1(int) - Method in class org.sbml.jsbml.text.parser.FormulaParser
 
jj_2_1(int) - Method in class org.sbml.jsbml.text.parser.FormulaParserASTNode2
 
jj_2_1(int) - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3
 
jj_2_1(int) - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2
 
jj_2_2(int) - Method in class org.sbml.jsbml.math.parser.FormulaParser
 
jj_2_2(int) - Method in class org.sbml.jsbml.math.parser.FormulaParserASTNode2
 
jj_2_2(int) - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3
 
jj_2_2(int) - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2
 
jj_2_2(int) - Method in class org.sbml.jsbml.text.parser.CobraFormulaParser
 
jj_2_2(int) - Method in class org.sbml.jsbml.text.parser.FormulaParser
 
jj_2_2(int) - Method in class org.sbml.jsbml.text.parser.FormulaParserASTNode2
 
jj_2_2(int) - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3
 
jj_2_2(int) - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2
 
jj_2_3(int) - Method in class org.sbml.jsbml.math.parser.FormulaParser
 
jj_2_3(int) - Method in class org.sbml.jsbml.math.parser.FormulaParserASTNode2
 
jj_2_3(int) - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3
 
jj_2_3(int) - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2
 
jj_2_3(int) - Method in class org.sbml.jsbml.text.parser.CobraFormulaParser
 
jj_2_3(int) - Method in class org.sbml.jsbml.text.parser.FormulaParser
 
jj_2_3(int) - Method in class org.sbml.jsbml.text.parser.FormulaParserASTNode2
 
jj_2_3(int) - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3
 
jj_2_3(int) - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2
 
jj_2_rtns - Variable in class org.sbml.jsbml.math.parser.FormulaParser
 
jj_2_rtns - Variable in class org.sbml.jsbml.math.parser.FormulaParserASTNode2
 
jj_2_rtns - Variable in class org.sbml.jsbml.math.parser.FormulaParserLL3
 
jj_2_rtns - Variable in class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2
 
jj_2_rtns - Variable in class org.sbml.jsbml.text.parser.CobraFormulaParser
 
jj_2_rtns - Variable in class org.sbml.jsbml.text.parser.FormulaParser
 
jj_2_rtns - Variable in class org.sbml.jsbml.text.parser.FormulaParserASTNode2
 
jj_2_rtns - Variable in class org.sbml.jsbml.text.parser.FormulaParserLL3
 
jj_2_rtns - Variable in class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2
 
jj_3_1() - Method in class org.sbml.jsbml.math.parser.FormulaParser
 
jj_3_1() - Method in class org.sbml.jsbml.math.parser.FormulaParserASTNode2
 
jj_3_1() - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3
 
jj_3_1() - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2
 
jj_3_1() - Method in class org.sbml.jsbml.text.parser.CobraFormulaParser
 
jj_3_1() - Method in class org.sbml.jsbml.text.parser.FormulaParser
 
jj_3_1() - Method in class org.sbml.jsbml.text.parser.FormulaParserASTNode2
 
jj_3_1() - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3
 
jj_3_1() - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2
 
jj_3_2() - Method in class org.sbml.jsbml.math.parser.FormulaParser
 
jj_3_2() - Method in class org.sbml.jsbml.math.parser.FormulaParserASTNode2
 
jj_3_2() - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3
 
jj_3_2() - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2
 
jj_3_2() - Method in class org.sbml.jsbml.text.parser.CobraFormulaParser
 
jj_3_2() - Method in class org.sbml.jsbml.text.parser.FormulaParser
 
jj_3_2() - Method in class org.sbml.jsbml.text.parser.FormulaParserASTNode2
 
jj_3_2() - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3
 
jj_3_2() - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2
 
jj_3_3() - Method in class org.sbml.jsbml.math.parser.FormulaParser
 
jj_3_3() - Method in class org.sbml.jsbml.math.parser.FormulaParserASTNode2
 
jj_3_3() - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3
 
jj_3_3() - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2
 
jj_3_3() - Method in class org.sbml.jsbml.text.parser.CobraFormulaParser
 
jj_3_3() - Method in class org.sbml.jsbml.text.parser.FormulaParser
 
jj_3_3() - Method in class org.sbml.jsbml.text.parser.FormulaParserASTNode2
 
jj_3_3() - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3
 
jj_3_3() - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2
 
jj_3R_10() - Method in class org.sbml.jsbml.math.parser.FormulaParser
 
jj_3R_10() - Method in class org.sbml.jsbml.math.parser.FormulaParserASTNode2
 
jj_3R_10() - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3
 
jj_3R_10() - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2
 
jj_3R_10() - Method in class org.sbml.jsbml.text.parser.CobraFormulaParser
 
jj_3R_10() - Method in class org.sbml.jsbml.text.parser.FormulaParser
 
jj_3R_10() - Method in class org.sbml.jsbml.text.parser.FormulaParserASTNode2
 
jj_3R_10() - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3
 
jj_3R_10() - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2
 
jj_3R_11() - Method in class org.sbml.jsbml.math.parser.FormulaParser
 
jj_3R_11() - Method in class org.sbml.jsbml.math.parser.FormulaParserASTNode2
 
jj_3R_11() - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3
 
jj_3R_11() - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2
 
jj_3R_11() - Method in class org.sbml.jsbml.text.parser.CobraFormulaParser
 
jj_3R_11() - Method in class org.sbml.jsbml.text.parser.FormulaParser
 
jj_3R_11() - Method in class org.sbml.jsbml.text.parser.FormulaParserASTNode2
 
jj_3R_11() - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3
 
jj_3R_11() - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2
 
jj_3R_12() - Method in class org.sbml.jsbml.math.parser.FormulaParser
 
jj_3R_12() - Method in class org.sbml.jsbml.math.parser.FormulaParserASTNode2
 
jj_3R_12() - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3
 
jj_3R_12() - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2
 
jj_3R_12() - Method in class org.sbml.jsbml.text.parser.CobraFormulaParser
 
jj_3R_12() - Method in class org.sbml.jsbml.text.parser.FormulaParser
 
jj_3R_12() - Method in class org.sbml.jsbml.text.parser.FormulaParserASTNode2
 
jj_3R_12() - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3
 
jj_3R_12() - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2
 
jj_3R_13() - Method in class org.sbml.jsbml.math.parser.FormulaParser
 
jj_3R_13() - Method in class org.sbml.jsbml.math.parser.FormulaParserASTNode2
 
jj_3R_13() - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3
 
jj_3R_13() - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2
 
jj_3R_13() - Method in class org.sbml.jsbml.text.parser.CobraFormulaParser
 
jj_3R_13() - Method in class org.sbml.jsbml.text.parser.FormulaParser
 
jj_3R_13() - Method in class org.sbml.jsbml.text.parser.FormulaParserASTNode2
 
jj_3R_13() - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3
 
jj_3R_13() - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2
 
jj_3R_14() - Method in class org.sbml.jsbml.math.parser.FormulaParser
 
jj_3R_14() - Method in class org.sbml.jsbml.math.parser.FormulaParserASTNode2
 
jj_3R_14() - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3
 
jj_3R_14() - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2
 
jj_3R_14() - Method in class org.sbml.jsbml.text.parser.CobraFormulaParser
 
jj_3R_14() - Method in class org.sbml.jsbml.text.parser.FormulaParser
 
jj_3R_14() - Method in class org.sbml.jsbml.text.parser.FormulaParserASTNode2
 
jj_3R_14() - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3
 
jj_3R_14() - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2
 
jj_3R_15() - Method in class org.sbml.jsbml.math.parser.FormulaParser
 
jj_3R_15() - Method in class org.sbml.jsbml.math.parser.FormulaParserASTNode2
 
jj_3R_15() - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3
 
jj_3R_15() - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2
 
jj_3R_15() - Method in class org.sbml.jsbml.text.parser.CobraFormulaParser
 
jj_3R_15() - Method in class org.sbml.jsbml.text.parser.FormulaParser
 
jj_3R_15() - Method in class org.sbml.jsbml.text.parser.FormulaParserASTNode2
 
jj_3R_15() - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3
 
jj_3R_15() - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2
 
jj_3R_16() - Method in class org.sbml.jsbml.math.parser.FormulaParser
 
jj_3R_16() - Method in class org.sbml.jsbml.math.parser.FormulaParserASTNode2
 
jj_3R_16() - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3
 
jj_3R_16() - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2
 
jj_3R_16() - Method in class org.sbml.jsbml.text.parser.CobraFormulaParser
 
jj_3R_16() - Method in class org.sbml.jsbml.text.parser.FormulaParser
 
jj_3R_16() - Method in class org.sbml.jsbml.text.parser.FormulaParserASTNode2
 
jj_3R_16() - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3
 
jj_3R_16() - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2
 
jj_3R_17() - Method in class org.sbml.jsbml.math.parser.FormulaParser
 
jj_3R_17() - Method in class org.sbml.jsbml.math.parser.FormulaParserASTNode2
 
jj_3R_17() - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3
 
jj_3R_17() - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2
 
jj_3R_17() - Method in class org.sbml.jsbml.text.parser.CobraFormulaParser
 
jj_3R_17() - Method in class org.sbml.jsbml.text.parser.FormulaParser
 
jj_3R_17() - Method in class org.sbml.jsbml.text.parser.FormulaParserASTNode2
 
jj_3R_17() - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3
 
jj_3R_17() - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2
 
jj_3R_18() - Method in class org.sbml.jsbml.math.parser.FormulaParser
 
jj_3R_18() - Method in class org.sbml.jsbml.math.parser.FormulaParserASTNode2
 
jj_3R_18() - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3
 
jj_3R_18() - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2
 
jj_3R_18() - Method in class org.sbml.jsbml.text.parser.CobraFormulaParser
 
jj_3R_18() - Method in class org.sbml.jsbml.text.parser.FormulaParser
 
jj_3R_18() - Method in class org.sbml.jsbml.text.parser.FormulaParserASTNode2
 
jj_3R_18() - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3
 
jj_3R_18() - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2
 
jj_3R_19() - Method in class org.sbml.jsbml.math.parser.FormulaParser
 
jj_3R_19() - Method in class org.sbml.jsbml.math.parser.FormulaParserASTNode2
 
jj_3R_19() - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3
 
jj_3R_19() - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2
 
jj_3R_19() - Method in class org.sbml.jsbml.text.parser.CobraFormulaParser
 
jj_3R_19() - Method in class org.sbml.jsbml.text.parser.FormulaParser
 
jj_3R_19() - Method in class org.sbml.jsbml.text.parser.FormulaParserASTNode2
 
jj_3R_19() - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3
 
jj_3R_19() - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2
 
jj_3R_20() - Method in class org.sbml.jsbml.math.parser.FormulaParser
 
jj_3R_20() - Method in class org.sbml.jsbml.math.parser.FormulaParserASTNode2
 
jj_3R_20() - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3
 
jj_3R_20() - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2
 
jj_3R_20() - Method in class org.sbml.jsbml.text.parser.CobraFormulaParser
 
jj_3R_20() - Method in class org.sbml.jsbml.text.parser.FormulaParser
 
jj_3R_20() - Method in class org.sbml.jsbml.text.parser.FormulaParserASTNode2
 
jj_3R_20() - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3
 
jj_3R_20() - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2
 
jj_3R_21() - Method in class org.sbml.jsbml.math.parser.FormulaParser
 
jj_3R_21() - Method in class org.sbml.jsbml.math.parser.FormulaParserASTNode2
 
jj_3R_21() - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3
 
jj_3R_21() - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2
 
jj_3R_21() - Method in class org.sbml.jsbml.text.parser.CobraFormulaParser
 
jj_3R_21() - Method in class org.sbml.jsbml.text.parser.FormulaParser
 
jj_3R_21() - Method in class org.sbml.jsbml.text.parser.FormulaParserASTNode2
 
jj_3R_21() - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3
 
jj_3R_21() - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2
 
jj_3R_22() - Method in class org.sbml.jsbml.math.parser.FormulaParser
 
jj_3R_22() - Method in class org.sbml.jsbml.math.parser.FormulaParserASTNode2
 
jj_3R_22() - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3
 
jj_3R_22() - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2
 
jj_3R_22() - Method in class org.sbml.jsbml.text.parser.CobraFormulaParser
 
jj_3R_22() - Method in class org.sbml.jsbml.text.parser.FormulaParser
 
jj_3R_22() - Method in class org.sbml.jsbml.text.parser.FormulaParserASTNode2
 
jj_3R_22() - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3
 
jj_3R_22() - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2
 
jj_3R_23() - Method in class org.sbml.jsbml.math.parser.FormulaParser
 
jj_3R_23() - Method in class org.sbml.jsbml.math.parser.FormulaParserASTNode2
 
jj_3R_23() - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3
 
jj_3R_23() - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2
 
jj_3R_23() - Method in class org.sbml.jsbml.text.parser.CobraFormulaParser
 
jj_3R_23() - Method in class org.sbml.jsbml.text.parser.FormulaParser
 
jj_3R_23() - Method in class org.sbml.jsbml.text.parser.FormulaParserASTNode2
 
jj_3R_23() - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3
 
jj_3R_23() - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2
 
jj_3R_24() - Method in class org.sbml.jsbml.math.parser.FormulaParser
 
jj_3R_24() - Method in class org.sbml.jsbml.math.parser.FormulaParserASTNode2
 
jj_3R_24() - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3
 
jj_3R_24() - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2
 
jj_3R_24() - Method in class org.sbml.jsbml.text.parser.CobraFormulaParser
 
jj_3R_24() - Method in class org.sbml.jsbml.text.parser.FormulaParser
 
jj_3R_24() - Method in class org.sbml.jsbml.text.parser.FormulaParserASTNode2
 
jj_3R_24() - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3
 
jj_3R_24() - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2
 
jj_3R_25() - Method in class org.sbml.jsbml.math.parser.FormulaParser
 
jj_3R_25() - Method in class org.sbml.jsbml.math.parser.FormulaParserASTNode2
 
jj_3R_25() - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3
 
jj_3R_25() - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2
 
jj_3R_25() - Method in class org.sbml.jsbml.text.parser.CobraFormulaParser
 
jj_3R_25() - Method in class org.sbml.jsbml.text.parser.FormulaParser
 
jj_3R_25() - Method in class org.sbml.jsbml.text.parser.FormulaParserASTNode2
 
jj_3R_25() - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3
 
jj_3R_25() - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2
 
jj_3R_26() - Method in class org.sbml.jsbml.math.parser.FormulaParser
 
jj_3R_26() - Method in class org.sbml.jsbml.math.parser.FormulaParserASTNode2
 
jj_3R_26() - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3
 
jj_3R_26() - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2
 
jj_3R_26() - Method in class org.sbml.jsbml.text.parser.CobraFormulaParser
 
jj_3R_26() - Method in class org.sbml.jsbml.text.parser.FormulaParser
 
jj_3R_26() - Method in class org.sbml.jsbml.text.parser.FormulaParserASTNode2
 
jj_3R_26() - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3
 
jj_3R_26() - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2
 
jj_3R_27() - Method in class org.sbml.jsbml.math.parser.FormulaParser
 
jj_3R_27() - Method in class org.sbml.jsbml.math.parser.FormulaParserASTNode2
 
jj_3R_27() - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3
 
jj_3R_27() - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2
 
jj_3R_27() - Method in class org.sbml.jsbml.text.parser.CobraFormulaParser
 
jj_3R_27() - Method in class org.sbml.jsbml.text.parser.FormulaParser
 
jj_3R_27() - Method in class org.sbml.jsbml.text.parser.FormulaParserASTNode2
 
jj_3R_27() - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3
 
jj_3R_27() - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2
 
jj_3R_28() - Method in class org.sbml.jsbml.math.parser.FormulaParser
 
jj_3R_28() - Method in class org.sbml.jsbml.math.parser.FormulaParserASTNode2
 
jj_3R_28() - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3
 
jj_3R_28() - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2
 
jj_3R_28() - Method in class org.sbml.jsbml.text.parser.CobraFormulaParser
 
jj_3R_28() - Method in class org.sbml.jsbml.text.parser.FormulaParser
 
jj_3R_28() - Method in class org.sbml.jsbml.text.parser.FormulaParserASTNode2
 
jj_3R_28() - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3
 
jj_3R_28() - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2
 
jj_3R_29() - Method in class org.sbml.jsbml.math.parser.FormulaParser
 
jj_3R_29() - Method in class org.sbml.jsbml.math.parser.FormulaParserASTNode2
 
jj_3R_29() - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3
 
jj_3R_29() - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2
 
jj_3R_29() - Method in class org.sbml.jsbml.text.parser.CobraFormulaParser
 
jj_3R_29() - Method in class org.sbml.jsbml.text.parser.FormulaParser
 
jj_3R_29() - Method in class org.sbml.jsbml.text.parser.FormulaParserASTNode2
 
jj_3R_29() - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3
 
jj_3R_29() - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2
 
jj_3R_30() - Method in class org.sbml.jsbml.math.parser.FormulaParser
 
jj_3R_30() - Method in class org.sbml.jsbml.math.parser.FormulaParserASTNode2
 
jj_3R_30() - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3
 
jj_3R_30() - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2
 
jj_3R_30() - Method in class org.sbml.jsbml.text.parser.CobraFormulaParser
 
jj_3R_30() - Method in class org.sbml.jsbml.text.parser.FormulaParser
 
jj_3R_30() - Method in class org.sbml.jsbml.text.parser.FormulaParserASTNode2
 
jj_3R_30() - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3
 
jj_3R_30() - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2
 
jj_3R_31() - Method in class org.sbml.jsbml.math.parser.FormulaParser
 
jj_3R_31() - Method in class org.sbml.jsbml.math.parser.FormulaParserASTNode2
 
jj_3R_31() - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3
 
jj_3R_31() - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2
 
jj_3R_31() - Method in class org.sbml.jsbml.text.parser.CobraFormulaParser
 
jj_3R_31() - Method in class org.sbml.jsbml.text.parser.FormulaParser
 
jj_3R_31() - Method in class org.sbml.jsbml.text.parser.FormulaParserASTNode2
 
jj_3R_31() - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3
 
jj_3R_31() - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2
 
jj_3R_32() - Method in class org.sbml.jsbml.math.parser.FormulaParser
 
jj_3R_32() - Method in class org.sbml.jsbml.math.parser.FormulaParserASTNode2
 
jj_3R_32() - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3
 
jj_3R_32() - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2
 
jj_3R_32() - Method in class org.sbml.jsbml.text.parser.CobraFormulaParser
 
jj_3R_32() - Method in class org.sbml.jsbml.text.parser.FormulaParser
 
jj_3R_32() - Method in class org.sbml.jsbml.text.parser.FormulaParserASTNode2
 
jj_3R_32() - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3
 
jj_3R_32() - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2
 
jj_3R_33() - Method in class org.sbml.jsbml.math.parser.FormulaParser
 
jj_3R_33() - Method in class org.sbml.jsbml.math.parser.FormulaParserASTNode2
 
jj_3R_33() - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3
 
jj_3R_33() - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2
 
jj_3R_33() - Method in class org.sbml.jsbml.text.parser.CobraFormulaParser
 
jj_3R_33() - Method in class org.sbml.jsbml.text.parser.FormulaParser
 
jj_3R_33() - Method in class org.sbml.jsbml.text.parser.FormulaParserASTNode2
 
jj_3R_33() - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3
 
jj_3R_33() - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2
 
jj_3R_34() - Method in class org.sbml.jsbml.math.parser.FormulaParserASTNode2
 
jj_3R_34() - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3
 
jj_3R_34() - Method in class org.sbml.jsbml.text.parser.CobraFormulaParser
 
jj_3R_34() - Method in class org.sbml.jsbml.text.parser.FormulaParser
 
jj_3R_34() - Method in class org.sbml.jsbml.text.parser.FormulaParserASTNode2
 
jj_3R_34() - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3
 
jj_3R_35() - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3
 
jj_3R_35() - Method in class org.sbml.jsbml.text.parser.FormulaParserASTNode2
 
jj_3R_35() - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3
 
jj_3R_36() - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3
 
jj_3R_36() - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3
 
jj_3R_37() - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3
 
jj_3R_37() - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3
 
jj_3R_8() - Method in class org.sbml.jsbml.math.parser.FormulaParser
 
jj_3R_8() - Method in class org.sbml.jsbml.math.parser.FormulaParserASTNode2
 
jj_3R_8() - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2
 
jj_3R_8() - Method in class org.sbml.jsbml.text.parser.FormulaParser
 
jj_3R_8() - Method in class org.sbml.jsbml.text.parser.FormulaParserASTNode2
 
jj_3R_8() - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2
 
jj_3R_9() - Method in class org.sbml.jsbml.math.parser.FormulaParser
 
jj_3R_9() - Method in class org.sbml.jsbml.math.parser.FormulaParserASTNode2
 
jj_3R_9() - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2
 
jj_3R_9() - Method in class org.sbml.jsbml.text.parser.FormulaParser
 
jj_3R_9() - Method in class org.sbml.jsbml.text.parser.FormulaParserASTNode2
 
jj_3R_9() - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2
 
jj_add_error_token(int, int) - Method in class org.sbml.jsbml.math.parser.FormulaParser
 
jj_add_error_token(int, int) - Method in class org.sbml.jsbml.math.parser.FormulaParserASTNode2
 
jj_add_error_token(int, int) - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3
 
jj_add_error_token(int, int) - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2
 
jj_add_error_token(int, int) - Method in class org.sbml.jsbml.text.parser.CobraFormulaParser
 
jj_add_error_token(int, int) - Method in class org.sbml.jsbml.text.parser.FormulaParser
 
jj_add_error_token(int, int) - Method in class org.sbml.jsbml.text.parser.FormulaParserASTNode2
 
jj_add_error_token(int, int) - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3
 
jj_add_error_token(int, int) - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2
 
jj_consume_token(int) - Method in class org.sbml.jsbml.math.parser.FormulaParser
 
jj_consume_token(int) - Method in class org.sbml.jsbml.math.parser.FormulaParserASTNode2
 
jj_consume_token(int) - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3
 
jj_consume_token(int) - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2
 
jj_consume_token(int) - Method in class org.sbml.jsbml.text.parser.CobraFormulaParser
 
jj_consume_token(int) - Method in class org.sbml.jsbml.text.parser.FormulaParser
 
jj_consume_token(int) - Method in class org.sbml.jsbml.text.parser.FormulaParserASTNode2
 
jj_consume_token(int) - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3
 
jj_consume_token(int) - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2
 
jj_endpos - Variable in class org.sbml.jsbml.math.parser.FormulaParser
 
jj_endpos - Variable in class org.sbml.jsbml.math.parser.FormulaParserASTNode2
 
jj_endpos - Variable in class org.sbml.jsbml.math.parser.FormulaParserLL3
 
jj_endpos - Variable in class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2
 
jj_endpos - Variable in class org.sbml.jsbml.text.parser.CobraFormulaParser
 
jj_endpos - Variable in class org.sbml.jsbml.text.parser.FormulaParser
 
jj_endpos - Variable in class org.sbml.jsbml.text.parser.FormulaParserASTNode2
 
jj_endpos - Variable in class org.sbml.jsbml.text.parser.FormulaParserLL3
 
jj_endpos - Variable in class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2
 
jj_expentries - Variable in class org.sbml.jsbml.math.parser.FormulaParser
 
jj_expentries - Variable in class org.sbml.jsbml.math.parser.FormulaParserASTNode2
 
jj_expentries - Variable in class org.sbml.jsbml.math.parser.FormulaParserLL3
 
jj_expentries - Variable in class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2
 
jj_expentries - Variable in class org.sbml.jsbml.text.parser.CobraFormulaParser
 
jj_expentries - Variable in class org.sbml.jsbml.text.parser.FormulaParser
 
jj_expentries - Variable in class org.sbml.jsbml.text.parser.FormulaParserASTNode2
 
jj_expentries - Variable in class org.sbml.jsbml.text.parser.FormulaParserLL3
 
jj_expentries - Variable in class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2
 
jj_expentry - Variable in class org.sbml.jsbml.math.parser.FormulaParser
 
jj_expentry - Variable in class org.sbml.jsbml.math.parser.FormulaParserASTNode2
 
jj_expentry - Variable in class org.sbml.jsbml.math.parser.FormulaParserLL3
 
jj_expentry - Variable in class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2
 
jj_expentry - Variable in class org.sbml.jsbml.text.parser.CobraFormulaParser
 
jj_expentry - Variable in class org.sbml.jsbml.text.parser.FormulaParser
 
jj_expentry - Variable in class org.sbml.jsbml.text.parser.FormulaParserASTNode2
 
jj_expentry - Variable in class org.sbml.jsbml.text.parser.FormulaParserLL3
 
jj_expentry - Variable in class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2
 
jj_gc - Variable in class org.sbml.jsbml.math.parser.FormulaParser
 
jj_gc - Variable in class org.sbml.jsbml.math.parser.FormulaParserASTNode2
 
jj_gc - Variable in class org.sbml.jsbml.math.parser.FormulaParserLL3
 
jj_gc - Variable in class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2
 
jj_gc - Variable in class org.sbml.jsbml.text.parser.CobraFormulaParser
 
jj_gc - Variable in class org.sbml.jsbml.text.parser.FormulaParser
 
jj_gc - Variable in class org.sbml.jsbml.text.parser.FormulaParserASTNode2
 
jj_gc - Variable in class org.sbml.jsbml.text.parser.FormulaParserLL3
 
jj_gc - Variable in class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2
 
jj_gen - Variable in class org.sbml.jsbml.math.parser.FormulaParser
 
jj_gen - Variable in class org.sbml.jsbml.math.parser.FormulaParserASTNode2
 
jj_gen - Variable in class org.sbml.jsbml.math.parser.FormulaParserLL3
 
jj_gen - Variable in class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2
 
jj_gen - Variable in class org.sbml.jsbml.text.parser.CobraFormulaParser
 
jj_gen - Variable in class org.sbml.jsbml.text.parser.FormulaParser
 
jj_gen - Variable in class org.sbml.jsbml.text.parser.FormulaParserASTNode2
 
jj_gen - Variable in class org.sbml.jsbml.text.parser.FormulaParserLL3
 
jj_gen - Variable in class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2
 
jj_input_stream - Variable in class org.sbml.jsbml.math.parser.FormulaParser
 
jj_input_stream - Variable in class org.sbml.jsbml.math.parser.FormulaParserASTNode2
 
jj_input_stream - Variable in class org.sbml.jsbml.math.parser.FormulaParserLL3
 
jj_input_stream - Variable in class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2
 
jj_input_stream - Variable in class org.sbml.jsbml.text.parser.CobraFormulaParser
 
jj_input_stream - Variable in class org.sbml.jsbml.text.parser.FormulaParser
 
jj_input_stream - Variable in class org.sbml.jsbml.text.parser.FormulaParserASTNode2
 
jj_input_stream - Variable in class org.sbml.jsbml.text.parser.FormulaParserLL3
 
jj_input_stream - Variable in class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2
 
jj_kind - Variable in class org.sbml.jsbml.math.parser.FormulaParser
 
jj_kind - Variable in class org.sbml.jsbml.math.parser.FormulaParserASTNode2
 
jj_kind - Variable in class org.sbml.jsbml.math.parser.FormulaParserLL3
 
jj_kind - Variable in class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2
 
jj_kind - Variable in class org.sbml.jsbml.text.parser.CobraFormulaParser
 
jj_kind - Variable in class org.sbml.jsbml.text.parser.FormulaParser
 
jj_kind - Variable in class org.sbml.jsbml.text.parser.FormulaParserASTNode2
 
jj_kind - Variable in class org.sbml.jsbml.text.parser.FormulaParserLL3
 
jj_kind - Variable in class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2
 
jj_la - Variable in class org.sbml.jsbml.math.parser.FormulaParser
 
jj_la - Variable in class org.sbml.jsbml.math.parser.FormulaParserASTNode2
 
jj_la - Variable in class org.sbml.jsbml.math.parser.FormulaParserLL3
 
jj_la - Variable in class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2
 
jj_la - Variable in class org.sbml.jsbml.text.parser.CobraFormulaParser
 
jj_la - Variable in class org.sbml.jsbml.text.parser.FormulaParser
 
jj_la - Variable in class org.sbml.jsbml.text.parser.FormulaParserASTNode2
 
jj_la - Variable in class org.sbml.jsbml.text.parser.FormulaParserLL3
 
jj_la - Variable in class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2
 
jj_la1 - Variable in class org.sbml.jsbml.math.parser.FormulaParser
 
jj_la1 - Variable in class org.sbml.jsbml.math.parser.FormulaParserASTNode2
 
jj_la1 - Variable in class org.sbml.jsbml.math.parser.FormulaParserLL3
 
jj_la1 - Variable in class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2
 
jj_la1 - Variable in class org.sbml.jsbml.text.parser.CobraFormulaParser
 
jj_la1 - Variable in class org.sbml.jsbml.text.parser.FormulaParser
 
jj_la1 - Variable in class org.sbml.jsbml.text.parser.FormulaParserASTNode2
 
jj_la1 - Variable in class org.sbml.jsbml.text.parser.FormulaParserLL3
 
jj_la1 - Variable in class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2
 
jj_la1_0 - Static variable in class org.sbml.jsbml.math.parser.FormulaParser
 
jj_la1_0 - Static variable in class org.sbml.jsbml.math.parser.FormulaParserASTNode2
 
jj_la1_0 - Static variable in class org.sbml.jsbml.math.parser.FormulaParserLL3
 
jj_la1_0 - Static variable in class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2
 
jj_la1_0 - Static variable in class org.sbml.jsbml.text.parser.CobraFormulaParser
 
jj_la1_0 - Static variable in class org.sbml.jsbml.text.parser.FormulaParser
 
jj_la1_0 - Static variable in class org.sbml.jsbml.text.parser.FormulaParserASTNode2
 
jj_la1_0 - Static variable in class org.sbml.jsbml.text.parser.FormulaParserLL3
 
jj_la1_0 - Static variable in class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2
 
jj_la1_init_0() - Static method in class org.sbml.jsbml.math.parser.FormulaParser
 
jj_la1_init_0() - Static method in class org.sbml.jsbml.math.parser.FormulaParserASTNode2
 
jj_la1_init_0() - Static method in class org.sbml.jsbml.math.parser.FormulaParserLL3
 
jj_la1_init_0() - Static method in class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2
 
jj_la1_init_0() - Static method in class org.sbml.jsbml.text.parser.CobraFormulaParser
 
jj_la1_init_0() - Static method in class org.sbml.jsbml.text.parser.FormulaParser
 
jj_la1_init_0() - Static method in class org.sbml.jsbml.text.parser.FormulaParserASTNode2
 
jj_la1_init_0() - Static method in class org.sbml.jsbml.text.parser.FormulaParserLL3
 
jj_la1_init_0() - Static method in class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2
 
jj_lastpos - Variable in class org.sbml.jsbml.math.parser.FormulaParser
 
jj_lastpos - Variable in class org.sbml.jsbml.math.parser.FormulaParserASTNode2
 
jj_lastpos - Variable in class org.sbml.jsbml.math.parser.FormulaParserLL3
 
jj_lastpos - Variable in class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2
 
jj_lastpos - Variable in class org.sbml.jsbml.text.parser.CobraFormulaParser
 
jj_lastpos - Variable in class org.sbml.jsbml.text.parser.FormulaParser
 
jj_lastpos - Variable in class org.sbml.jsbml.text.parser.FormulaParserASTNode2
 
jj_lastpos - Variable in class org.sbml.jsbml.text.parser.FormulaParserLL3
 
jj_lastpos - Variable in class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2
 
jj_lasttokens - Variable in class org.sbml.jsbml.math.parser.FormulaParser
 
jj_lasttokens - Variable in class org.sbml.jsbml.math.parser.FormulaParserASTNode2
 
jj_lasttokens - Variable in class org.sbml.jsbml.math.parser.FormulaParserLL3
 
jj_lasttokens - Variable in class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2
 
jj_lasttokens - Variable in class org.sbml.jsbml.text.parser.CobraFormulaParser
 
jj_lasttokens - Variable in class org.sbml.jsbml.text.parser.FormulaParser
 
jj_lasttokens - Variable in class org.sbml.jsbml.text.parser.FormulaParserASTNode2
 
jj_lasttokens - Variable in class org.sbml.jsbml.text.parser.FormulaParserLL3
 
jj_lasttokens - Variable in class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2
 
jj_ls - Variable in class org.sbml.jsbml.math.parser.FormulaParser
 
jj_ls - Variable in class org.sbml.jsbml.math.parser.FormulaParserASTNode2
 
jj_ls - Variable in class org.sbml.jsbml.math.parser.FormulaParserLL3
 
jj_ls - Variable in class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2
 
jj_ls - Variable in class org.sbml.jsbml.text.parser.CobraFormulaParser
 
jj_ls - Variable in class org.sbml.jsbml.text.parser.FormulaParser
 
jj_ls - Variable in class org.sbml.jsbml.text.parser.FormulaParserASTNode2
 
jj_ls - Variable in class org.sbml.jsbml.text.parser.FormulaParserLL3
 
jj_ls - Variable in class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2
 
jj_nt - Variable in class org.sbml.jsbml.math.parser.FormulaParser
Next token.
jj_nt - Variable in class org.sbml.jsbml.math.parser.FormulaParserASTNode2
Next token.
jj_nt - Variable in class org.sbml.jsbml.math.parser.FormulaParserLL3
Next token.
jj_nt - Variable in class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2
Next token.
jj_nt - Variable in class org.sbml.jsbml.text.parser.CobraFormulaParser
Next token.
jj_nt - Variable in class org.sbml.jsbml.text.parser.FormulaParser
Next token.
jj_nt - Variable in class org.sbml.jsbml.text.parser.FormulaParserASTNode2
Next token.
jj_nt - Variable in class org.sbml.jsbml.text.parser.FormulaParserLL3
Next token.
jj_nt - Variable in class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2
Next token.
jj_ntk - Variable in class org.sbml.jsbml.math.parser.FormulaParser
 
jj_ntk() - Method in class org.sbml.jsbml.math.parser.FormulaParser
 
jj_ntk - Variable in class org.sbml.jsbml.math.parser.FormulaParserASTNode2
 
jj_ntk() - Method in class org.sbml.jsbml.math.parser.FormulaParserASTNode2
 
jj_ntk - Variable in class org.sbml.jsbml.math.parser.FormulaParserLL3
 
jj_ntk() - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3
 
jj_ntk - Variable in class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2
 
jj_ntk() - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2
 
jj_ntk - Variable in class org.sbml.jsbml.text.parser.CobraFormulaParser
 
jj_ntk() - Method in class org.sbml.jsbml.text.parser.CobraFormulaParser
 
jj_ntk - Variable in class org.sbml.jsbml.text.parser.FormulaParser
 
jj_ntk() - Method in class org.sbml.jsbml.text.parser.FormulaParser
 
jj_ntk - Variable in class org.sbml.jsbml.text.parser.FormulaParserASTNode2
 
jj_ntk() - Method in class org.sbml.jsbml.text.parser.FormulaParserASTNode2
 
jj_ntk - Variable in class org.sbml.jsbml.text.parser.FormulaParserLL3
 
jj_ntk() - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3
 
jj_ntk - Variable in class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2
 
jj_ntk() - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2
 
jj_rescan - Variable in class org.sbml.jsbml.math.parser.FormulaParser
 
jj_rescan - Variable in class org.sbml.jsbml.math.parser.FormulaParserASTNode2
 
jj_rescan - Variable in class org.sbml.jsbml.math.parser.FormulaParserLL3
 
jj_rescan - Variable in class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2
 
jj_rescan - Variable in class org.sbml.jsbml.text.parser.CobraFormulaParser
 
jj_rescan - Variable in class org.sbml.jsbml.text.parser.FormulaParser
 
jj_rescan - Variable in class org.sbml.jsbml.text.parser.FormulaParserASTNode2
 
jj_rescan - Variable in class org.sbml.jsbml.text.parser.FormulaParserLL3
 
jj_rescan - Variable in class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2
 
jj_rescan_token() - Method in class org.sbml.jsbml.math.parser.FormulaParser
 
jj_rescan_token() - Method in class org.sbml.jsbml.math.parser.FormulaParserASTNode2
 
jj_rescan_token() - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3
 
jj_rescan_token() - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2
 
jj_rescan_token() - Method in class org.sbml.jsbml.text.parser.CobraFormulaParser
 
jj_rescan_token() - Method in class org.sbml.jsbml.text.parser.FormulaParser
 
jj_rescan_token() - Method in class org.sbml.jsbml.text.parser.FormulaParserASTNode2
 
jj_rescan_token() - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3
 
jj_rescan_token() - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2
 
jj_save(int, int) - Method in class org.sbml.jsbml.math.parser.FormulaParser
 
jj_save(int, int) - Method in class org.sbml.jsbml.math.parser.FormulaParserASTNode2
 
jj_save(int, int) - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3
 
jj_save(int, int) - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2
 
jj_save(int, int) - Method in class org.sbml.jsbml.text.parser.CobraFormulaParser
 
jj_save(int, int) - Method in class org.sbml.jsbml.text.parser.FormulaParser
 
jj_save(int, int) - Method in class org.sbml.jsbml.text.parser.FormulaParserASTNode2
 
jj_save(int, int) - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3
 
jj_save(int, int) - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2
 
jj_scan_token(int) - Method in class org.sbml.jsbml.math.parser.FormulaParser
 
jj_scan_token(int) - Method in class org.sbml.jsbml.math.parser.FormulaParserASTNode2
 
jj_scan_token(int) - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3
 
jj_scan_token(int) - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2
 
jj_scan_token(int) - Method in class org.sbml.jsbml.text.parser.CobraFormulaParser
 
jj_scan_token(int) - Method in class org.sbml.jsbml.text.parser.FormulaParser
 
jj_scan_token(int) - Method in class org.sbml.jsbml.text.parser.FormulaParserASTNode2
 
jj_scan_token(int) - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3
 
jj_scan_token(int) - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2
 
jj_scanpos - Variable in class org.sbml.jsbml.math.parser.FormulaParser
 
jj_scanpos - Variable in class org.sbml.jsbml.math.parser.FormulaParserASTNode2
 
jj_scanpos - Variable in class org.sbml.jsbml.math.parser.FormulaParserLL3
 
jj_scanpos - Variable in class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2
 
jj_scanpos - Variable in class org.sbml.jsbml.text.parser.CobraFormulaParser
 
jj_scanpos - Variable in class org.sbml.jsbml.text.parser.FormulaParser
 
jj_scanpos - Variable in class org.sbml.jsbml.text.parser.FormulaParserASTNode2
 
jj_scanpos - Variable in class org.sbml.jsbml.text.parser.FormulaParserLL3
 
jj_scanpos - Variable in class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2
 
jjAddStates(int, int) - Method in class org.sbml.jsbml.math.parser.FormulaParserASTNode2TokenManager
 
jjAddStates(int, int) - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2TokenManager
 
jjAddStates(int, int) - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3TokenManager
 
jjAddStates(int, int) - Method in class org.sbml.jsbml.math.parser.FormulaParserTokenManager
 
jjAddStates(int, int) - Method in class org.sbml.jsbml.text.parser.CobraFormulaParserTokenManager
 
jjAddStates(int, int) - Method in class org.sbml.jsbml.text.parser.FormulaParserASTNode2TokenManager
 
jjAddStates(int, int) - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2TokenManager
 
jjAddStates(int, int) - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3TokenManager
 
jjAddStates(int, int) - Method in class org.sbml.jsbml.text.parser.FormulaParserTokenManager
 
JJCalls() - Constructor for class org.sbml.jsbml.math.parser.FormulaParser.JJCalls
 
JJCalls() - Constructor for class org.sbml.jsbml.math.parser.FormulaParserASTNode2.JJCalls
 
JJCalls() - Constructor for class org.sbml.jsbml.math.parser.FormulaParserLL3.JJCalls
 
JJCalls() - Constructor for class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2.JJCalls
 
JJCalls() - Constructor for class org.sbml.jsbml.text.parser.CobraFormulaParser.JJCalls
 
JJCalls() - Constructor for class org.sbml.jsbml.text.parser.FormulaParser.JJCalls
 
JJCalls() - Constructor for class org.sbml.jsbml.text.parser.FormulaParserASTNode2.JJCalls
 
JJCalls() - Constructor for class org.sbml.jsbml.text.parser.FormulaParserLL3.JJCalls
 
JJCalls() - Constructor for class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2.JJCalls
 
jjCheckNAdd(int) - Method in class org.sbml.jsbml.math.parser.FormulaParserASTNode2TokenManager
 
jjCheckNAdd(int) - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2TokenManager
 
jjCheckNAdd(int) - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3TokenManager
 
jjCheckNAdd(int) - Method in class org.sbml.jsbml.math.parser.FormulaParserTokenManager
 
jjCheckNAdd(int) - Method in class org.sbml.jsbml.text.parser.CobraFormulaParserTokenManager
 
jjCheckNAdd(int) - Method in class org.sbml.jsbml.text.parser.FormulaParserASTNode2TokenManager
 
jjCheckNAdd(int) - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2TokenManager
 
jjCheckNAdd(int) - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3TokenManager
 
jjCheckNAdd(int) - Method in class org.sbml.jsbml.text.parser.FormulaParserTokenManager
 
jjCheckNAddStates(int, int) - Method in class org.sbml.jsbml.math.parser.FormulaParserASTNode2TokenManager
 
jjCheckNAddStates(int, int) - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2TokenManager
 
jjCheckNAddStates(int, int) - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3TokenManager
 
jjCheckNAddStates(int, int) - Method in class org.sbml.jsbml.math.parser.FormulaParserTokenManager
 
jjCheckNAddStates(int, int) - Method in class org.sbml.jsbml.text.parser.CobraFormulaParserTokenManager
 
jjCheckNAddStates(int, int) - Method in class org.sbml.jsbml.text.parser.FormulaParserASTNode2TokenManager
 
jjCheckNAddStates(int, int) - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2TokenManager
 
jjCheckNAddStates(int, int) - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3TokenManager
 
jjCheckNAddStates(int, int) - Method in class org.sbml.jsbml.text.parser.FormulaParserTokenManager
 
jjCheckNAddTwoStates(int, int) - Method in class org.sbml.jsbml.math.parser.FormulaParserASTNode2TokenManager
 
jjCheckNAddTwoStates(int, int) - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2TokenManager
 
jjCheckNAddTwoStates(int, int) - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3TokenManager
 
jjCheckNAddTwoStates(int, int) - Method in class org.sbml.jsbml.math.parser.FormulaParserTokenManager
 
jjCheckNAddTwoStates(int, int) - Method in class org.sbml.jsbml.text.parser.CobraFormulaParserTokenManager
 
jjCheckNAddTwoStates(int, int) - Method in class org.sbml.jsbml.text.parser.FormulaParserASTNode2TokenManager
 
jjCheckNAddTwoStates(int, int) - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2TokenManager
 
jjCheckNAddTwoStates(int, int) - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3TokenManager
 
jjCheckNAddTwoStates(int, int) - Method in class org.sbml.jsbml.text.parser.FormulaParserTokenManager
 
jjFillToken() - Method in class org.sbml.jsbml.math.parser.FormulaParserASTNode2TokenManager
 
jjFillToken() - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2TokenManager
 
jjFillToken() - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3TokenManager
 
jjFillToken() - Method in class org.sbml.jsbml.math.parser.FormulaParserTokenManager
 
jjFillToken() - Method in class org.sbml.jsbml.text.parser.CobraFormulaParserTokenManager
 
jjFillToken() - Method in class org.sbml.jsbml.text.parser.FormulaParserASTNode2TokenManager
 
jjFillToken() - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2TokenManager
 
jjFillToken() - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3TokenManager
 
jjFillToken() - Method in class org.sbml.jsbml.text.parser.FormulaParserTokenManager
 
jjmatchedKind - Variable in class org.sbml.jsbml.math.parser.FormulaParserASTNode2TokenManager
 
jjmatchedKind - Variable in class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2TokenManager
 
jjmatchedKind - Variable in class org.sbml.jsbml.math.parser.FormulaParserLL3TokenManager
 
jjmatchedKind - Variable in class org.sbml.jsbml.math.parser.FormulaParserTokenManager
 
jjmatchedKind - Variable in class org.sbml.jsbml.text.parser.CobraFormulaParserTokenManager
 
jjmatchedKind - Variable in class org.sbml.jsbml.text.parser.FormulaParserASTNode2TokenManager
 
jjmatchedKind - Variable in class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2TokenManager
 
jjmatchedKind - Variable in class org.sbml.jsbml.text.parser.FormulaParserLL3TokenManager
 
jjmatchedKind - Variable in class org.sbml.jsbml.text.parser.FormulaParserTokenManager
 
jjmatchedPos - Variable in class org.sbml.jsbml.math.parser.FormulaParserASTNode2TokenManager
 
jjmatchedPos - Variable in class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2TokenManager
 
jjmatchedPos - Variable in class org.sbml.jsbml.math.parser.FormulaParserLL3TokenManager
 
jjmatchedPos - Variable in class org.sbml.jsbml.math.parser.FormulaParserTokenManager
 
jjmatchedPos - Variable in class org.sbml.jsbml.text.parser.CobraFormulaParserTokenManager
 
jjmatchedPos - Variable in class org.sbml.jsbml.text.parser.FormulaParserASTNode2TokenManager
 
jjmatchedPos - Variable in class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2TokenManager
 
jjmatchedPos - Variable in class org.sbml.jsbml.text.parser.FormulaParserLL3TokenManager
 
jjmatchedPos - Variable in class org.sbml.jsbml.text.parser.FormulaParserTokenManager
 
jjMoveNfa_0(int, int) - Method in class org.sbml.jsbml.math.parser.FormulaParserASTNode2TokenManager
 
jjMoveNfa_0(int, int) - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2TokenManager
 
jjMoveNfa_0(int, int) - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3TokenManager
 
jjMoveNfa_0(int, int) - Method in class org.sbml.jsbml.math.parser.FormulaParserTokenManager
 
jjMoveNfa_0(int, int) - Method in class org.sbml.jsbml.text.parser.CobraFormulaParserTokenManager
 
jjMoveNfa_0(int, int) - Method in class org.sbml.jsbml.text.parser.FormulaParserASTNode2TokenManager
 
jjMoveNfa_0(int, int) - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2TokenManager
 
jjMoveNfa_0(int, int) - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3TokenManager
 
jjMoveNfa_0(int, int) - Method in class org.sbml.jsbml.text.parser.FormulaParserTokenManager
 
jjMoveStringLiteralDfa0_0() - Method in class org.sbml.jsbml.math.parser.FormulaParserASTNode2TokenManager
 
jjMoveStringLiteralDfa0_0() - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2TokenManager
 
jjMoveStringLiteralDfa0_0() - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3TokenManager
 
jjMoveStringLiteralDfa0_0() - Method in class org.sbml.jsbml.math.parser.FormulaParserTokenManager
 
jjMoveStringLiteralDfa0_0() - Method in class org.sbml.jsbml.text.parser.CobraFormulaParserTokenManager
 
jjMoveStringLiteralDfa0_0() - Method in class org.sbml.jsbml.text.parser.FormulaParserASTNode2TokenManager
 
jjMoveStringLiteralDfa0_0() - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2TokenManager
 
jjMoveStringLiteralDfa0_0() - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3TokenManager
 
jjMoveStringLiteralDfa0_0() - Method in class org.sbml.jsbml.text.parser.FormulaParserTokenManager
 
jjMoveStringLiteralDfa1_0(long) - Method in class org.sbml.jsbml.math.parser.FormulaParserASTNode2TokenManager
 
jjMoveStringLiteralDfa1_0(long) - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2TokenManager
 
jjMoveStringLiteralDfa1_0(long) - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3TokenManager
 
jjMoveStringLiteralDfa1_0(long) - Method in class org.sbml.jsbml.math.parser.FormulaParserTokenManager
 
jjMoveStringLiteralDfa1_0(long) - Method in class org.sbml.jsbml.text.parser.CobraFormulaParserTokenManager
 
jjMoveStringLiteralDfa1_0(long) - Method in class org.sbml.jsbml.text.parser.FormulaParserASTNode2TokenManager
 
jjMoveStringLiteralDfa1_0(long) - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2TokenManager
 
jjMoveStringLiteralDfa1_0(long) - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3TokenManager
 
jjMoveStringLiteralDfa1_0(long) - Method in class org.sbml.jsbml.text.parser.FormulaParserTokenManager
 
jjMoveStringLiteralDfa2_0(long, long) - Method in class org.sbml.jsbml.math.parser.FormulaParserASTNode2TokenManager
 
jjMoveStringLiteralDfa2_0(long, long) - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2TokenManager
 
jjMoveStringLiteralDfa2_0(long, long) - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3TokenManager
 
jjMoveStringLiteralDfa2_0(long, long) - Method in class org.sbml.jsbml.math.parser.FormulaParserTokenManager
 
jjMoveStringLiteralDfa2_0(long, long) - Method in class org.sbml.jsbml.text.parser.CobraFormulaParserTokenManager
 
jjMoveStringLiteralDfa2_0(long, long) - Method in class org.sbml.jsbml.text.parser.FormulaParserASTNode2TokenManager
 
jjMoveStringLiteralDfa2_0(long, long) - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2TokenManager
 
jjMoveStringLiteralDfa2_0(long, long) - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3TokenManager
 
jjMoveStringLiteralDfa2_0(long, long) - Method in class org.sbml.jsbml.text.parser.FormulaParserTokenManager
 
jjMoveStringLiteralDfa3_0(long, long) - Method in class org.sbml.jsbml.math.parser.FormulaParserASTNode2TokenManager
 
jjMoveStringLiteralDfa3_0(long, long) - Method in class org.sbml.jsbml.text.parser.FormulaParserASTNode2TokenManager
 
jjMoveStringLiteralDfa4_0(long, long) - Method in class org.sbml.jsbml.math.parser.FormulaParserASTNode2TokenManager
 
jjMoveStringLiteralDfa4_0(long, long) - Method in class org.sbml.jsbml.text.parser.FormulaParserASTNode2TokenManager
 
jjMoveStringLiteralDfa5_0(long, long) - Method in class org.sbml.jsbml.math.parser.FormulaParserASTNode2TokenManager
 
jjMoveStringLiteralDfa5_0(long, long) - Method in class org.sbml.jsbml.text.parser.FormulaParserASTNode2TokenManager
 
jjMoveStringLiteralDfa6_0(long, long) - Method in class org.sbml.jsbml.math.parser.FormulaParserASTNode2TokenManager
 
jjMoveStringLiteralDfa6_0(long, long) - Method in class org.sbml.jsbml.text.parser.FormulaParserASTNode2TokenManager
 
jjMoveStringLiteralDfa7_0(long, long) - Method in class org.sbml.jsbml.math.parser.FormulaParserASTNode2TokenManager
 
jjMoveStringLiteralDfa7_0(long, long) - Method in class org.sbml.jsbml.text.parser.FormulaParserASTNode2TokenManager
 
jjMoveStringLiteralDfa8_0(long, long) - Method in class org.sbml.jsbml.math.parser.FormulaParserASTNode2TokenManager
 
jjMoveStringLiteralDfa8_0(long, long) - Method in class org.sbml.jsbml.text.parser.FormulaParserASTNode2TokenManager
 
jjnewStateCnt - Variable in class org.sbml.jsbml.math.parser.FormulaParserASTNode2TokenManager
 
jjnewStateCnt - Variable in class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2TokenManager
 
jjnewStateCnt - Variable in class org.sbml.jsbml.math.parser.FormulaParserLL3TokenManager
 
jjnewStateCnt - Variable in class org.sbml.jsbml.math.parser.FormulaParserTokenManager
 
jjnewStateCnt - Variable in class org.sbml.jsbml.text.parser.CobraFormulaParserTokenManager
 
jjnewStateCnt - Variable in class org.sbml.jsbml.text.parser.FormulaParserASTNode2TokenManager
 
jjnewStateCnt - Variable in class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2TokenManager
 
jjnewStateCnt - Variable in class org.sbml.jsbml.text.parser.FormulaParserLL3TokenManager
 
jjnewStateCnt - Variable in class org.sbml.jsbml.text.parser.FormulaParserTokenManager
 
jjnextStates - Static variable in class org.sbml.jsbml.math.parser.FormulaParserASTNode2TokenManager
 
jjnextStates - Static variable in class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2TokenManager
 
jjnextStates - Static variable in class org.sbml.jsbml.math.parser.FormulaParserLL3TokenManager
 
jjnextStates - Static variable in class org.sbml.jsbml.math.parser.FormulaParserTokenManager
 
jjnextStates - Static variable in class org.sbml.jsbml.text.parser.CobraFormulaParserTokenManager
 
jjnextStates - Static variable in class org.sbml.jsbml.text.parser.FormulaParserASTNode2TokenManager
 
jjnextStates - Static variable in class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2TokenManager
 
jjnextStates - Static variable in class org.sbml.jsbml.text.parser.FormulaParserLL3TokenManager
 
jjnextStates - Static variable in class org.sbml.jsbml.text.parser.FormulaParserTokenManager
 
jjround - Variable in class org.sbml.jsbml.math.parser.FormulaParserASTNode2TokenManager
 
jjround - Variable in class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2TokenManager
 
jjround - Variable in class org.sbml.jsbml.math.parser.FormulaParserLL3TokenManager
 
jjround - Variable in class org.sbml.jsbml.math.parser.FormulaParserTokenManager
 
jjround - Variable in class org.sbml.jsbml.text.parser.CobraFormulaParserTokenManager
 
jjround - Variable in class org.sbml.jsbml.text.parser.FormulaParserASTNode2TokenManager
 
jjround - Variable in class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2TokenManager
 
jjround - Variable in class org.sbml.jsbml.text.parser.FormulaParserLL3TokenManager
 
jjround - Variable in class org.sbml.jsbml.text.parser.FormulaParserTokenManager
 
jjrounds - Variable in class org.sbml.jsbml.math.parser.FormulaParserASTNode2TokenManager
 
jjrounds - Variable in class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2TokenManager
 
jjrounds - Variable in class org.sbml.jsbml.math.parser.FormulaParserLL3TokenManager
 
jjrounds - Variable in class org.sbml.jsbml.math.parser.FormulaParserTokenManager
 
jjrounds - Variable in class org.sbml.jsbml.text.parser.CobraFormulaParserTokenManager
 
jjrounds - Variable in class org.sbml.jsbml.text.parser.FormulaParserASTNode2TokenManager
 
jjrounds - Variable in class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2TokenManager
 
jjrounds - Variable in class org.sbml.jsbml.text.parser.FormulaParserLL3TokenManager
 
jjrounds - Variable in class org.sbml.jsbml.text.parser.FormulaParserTokenManager
 
jjStartNfa_0(int, long) - Method in class org.sbml.jsbml.math.parser.FormulaParserASTNode2TokenManager
 
jjStartNfa_0(int, long) - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2TokenManager
 
jjStartNfa_0(int, long) - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3TokenManager
 
jjStartNfa_0(int, long) - Method in class org.sbml.jsbml.math.parser.FormulaParserTokenManager
 
jjStartNfa_0(int, long) - Method in class org.sbml.jsbml.text.parser.CobraFormulaParserTokenManager
 
jjStartNfa_0(int, long) - Method in class org.sbml.jsbml.text.parser.FormulaParserASTNode2TokenManager
 
jjStartNfa_0(int, long) - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2TokenManager
 
jjStartNfa_0(int, long) - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3TokenManager
 
jjStartNfa_0(int, long) - Method in class org.sbml.jsbml.text.parser.FormulaParserTokenManager
 
jjStartNfaWithStates_0(int, int, int) - Method in class org.sbml.jsbml.math.parser.FormulaParserASTNode2TokenManager
 
jjStartNfaWithStates_0(int, int, int) - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2TokenManager
 
jjStartNfaWithStates_0(int, int, int) - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3TokenManager
 
jjStartNfaWithStates_0(int, int, int) - Method in class org.sbml.jsbml.math.parser.FormulaParserTokenManager
 
jjStartNfaWithStates_0(int, int, int) - Method in class org.sbml.jsbml.text.parser.CobraFormulaParserTokenManager
 
jjStartNfaWithStates_0(int, int, int) - Method in class org.sbml.jsbml.text.parser.FormulaParserASTNode2TokenManager
 
jjStartNfaWithStates_0(int, int, int) - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2TokenManager
 
jjStartNfaWithStates_0(int, int, int) - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3TokenManager
 
jjStartNfaWithStates_0(int, int, int) - Method in class org.sbml.jsbml.text.parser.FormulaParserTokenManager
 
jjstateSet - Variable in class org.sbml.jsbml.math.parser.FormulaParserASTNode2TokenManager
 
jjstateSet - Variable in class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2TokenManager
 
jjstateSet - Variable in class org.sbml.jsbml.math.parser.FormulaParserLL3TokenManager
 
jjstateSet - Variable in class org.sbml.jsbml.math.parser.FormulaParserTokenManager
 
jjstateSet - Variable in class org.sbml.jsbml.text.parser.CobraFormulaParserTokenManager
 
jjstateSet - Variable in class org.sbml.jsbml.text.parser.FormulaParserASTNode2TokenManager
 
jjstateSet - Variable in class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2TokenManager
 
jjstateSet - Variable in class org.sbml.jsbml.text.parser.FormulaParserLL3TokenManager
 
jjstateSet - Variable in class org.sbml.jsbml.text.parser.FormulaParserTokenManager
 
jjStopAtPos(int, int) - Method in class org.sbml.jsbml.math.parser.FormulaParserASTNode2TokenManager
 
jjStopAtPos(int, int) - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2TokenManager
 
jjStopAtPos(int, int) - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3TokenManager
 
jjStopAtPos(int, int) - Method in class org.sbml.jsbml.math.parser.FormulaParserTokenManager
 
jjStopAtPos(int, int) - Method in class org.sbml.jsbml.text.parser.CobraFormulaParserTokenManager
 
jjStopAtPos(int, int) - Method in class org.sbml.jsbml.text.parser.FormulaParserASTNode2TokenManager
 
jjStopAtPos(int, int) - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2TokenManager
 
jjStopAtPos(int, int) - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3TokenManager
 
jjStopAtPos(int, int) - Method in class org.sbml.jsbml.text.parser.FormulaParserTokenManager
 
jjStopStringLiteralDfa_0(int, long) - Method in class org.sbml.jsbml.math.parser.FormulaParserASTNode2TokenManager
 
jjStopStringLiteralDfa_0(int, long) - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2TokenManager
 
jjStopStringLiteralDfa_0(int, long) - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3TokenManager
 
jjStopStringLiteralDfa_0(int, long) - Method in class org.sbml.jsbml.math.parser.FormulaParserTokenManager
 
jjStopStringLiteralDfa_0(int, long) - Method in class org.sbml.jsbml.text.parser.CobraFormulaParserTokenManager
 
jjStopStringLiteralDfa_0(int, long) - Method in class org.sbml.jsbml.text.parser.FormulaParserASTNode2TokenManager
 
jjStopStringLiteralDfa_0(int, long) - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2TokenManager
 
jjStopStringLiteralDfa_0(int, long) - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3TokenManager
 
jjStopStringLiteralDfa_0(int, long) - Method in class org.sbml.jsbml.text.parser.FormulaParserTokenManager
 
jjstrLiteralImages - Static variable in class org.sbml.jsbml.math.parser.FormulaParserASTNode2TokenManager
Token literal values.
jjstrLiteralImages - Static variable in class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2TokenManager
Token literal values.
jjstrLiteralImages - Static variable in class org.sbml.jsbml.math.parser.FormulaParserLL3TokenManager
Token literal values.
jjstrLiteralImages - Static variable in class org.sbml.jsbml.math.parser.FormulaParserTokenManager
Token literal values.
jjstrLiteralImages - Static variable in class org.sbml.jsbml.text.parser.CobraFormulaParserTokenManager
Token literal values.
jjstrLiteralImages - Static variable in class org.sbml.jsbml.text.parser.FormulaParserASTNode2TokenManager
Token literal values.
jjstrLiteralImages - Static variable in class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2TokenManager
Token literal values.
jjstrLiteralImages - Static variable in class org.sbml.jsbml.text.parser.FormulaParserLL3TokenManager
Token literal values.
jjstrLiteralImages - Static variable in class org.sbml.jsbml.text.parser.FormulaParserTokenManager
Token literal values.
jjtoSkip - Static variable in class org.sbml.jsbml.math.parser.FormulaParserASTNode2TokenManager
 
jjtoSkip - Static variable in class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2TokenManager
 
jjtoSkip - Static variable in class org.sbml.jsbml.math.parser.FormulaParserLL3TokenManager
 
jjtoSkip - Static variable in class org.sbml.jsbml.math.parser.FormulaParserTokenManager
 
jjtoSkip - Static variable in class org.sbml.jsbml.text.parser.CobraFormulaParserTokenManager
 
jjtoSkip - Static variable in class org.sbml.jsbml.text.parser.FormulaParserASTNode2TokenManager
 
jjtoSkip - Static variable in class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2TokenManager
 
jjtoSkip - Static variable in class org.sbml.jsbml.text.parser.FormulaParserLL3TokenManager
 
jjtoSkip - Static variable in class org.sbml.jsbml.text.parser.FormulaParserTokenManager
 
jjtoToken - Static variable in class org.sbml.jsbml.math.parser.FormulaParserASTNode2TokenManager
 
jjtoToken - Static variable in class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2TokenManager
 
jjtoToken - Static variable in class org.sbml.jsbml.math.parser.FormulaParserLL3TokenManager
 
jjtoToken - Static variable in class org.sbml.jsbml.math.parser.FormulaParserTokenManager
 
jjtoToken - Static variable in class org.sbml.jsbml.text.parser.CobraFormulaParserTokenManager
 
jjtoToken - Static variable in class org.sbml.jsbml.text.parser.FormulaParserASTNode2TokenManager
 
jjtoToken - Static variable in class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2TokenManager
 
jjtoToken - Static variable in class org.sbml.jsbml.text.parser.FormulaParserLL3TokenManager
 
jjtoToken - Static variable in class org.sbml.jsbml.text.parser.FormulaParserTokenManager
 
JSBML - Class in org.sbml.jsbml
Wrapper class for global methods and constants defined by JSBML.
JSBML() - Constructor for class org.sbml.jsbml.JSBML
 
JSBML_MATH_COUNT - Static variable in class org.sbml.jsbml.xml.parsers.MathMLStaxParser
 
JSBML_WRONG_SBO_TERM - Static variable in class org.sbml.jsbml.AbstractSBase
 
jsbmlVersion - Static variable in class org.sbml.jsbml.JSBML
The current version number of JSBML.
JSON_KEY_AVAILABLE - Static variable in class org.sbml.jsbml.validator.offline.factory.SBMLErrorFactory
Keys to access the JSON file
JSON_KEY_CATEGORY - Static variable in class org.sbml.jsbml.validator.offline.factory.SBMLErrorFactory
 
JSON_KEY_DEFAULT_SEVERITY - Static variable in class org.sbml.jsbml.validator.offline.factory.SBMLErrorFactory
 
JSON_KEY_MESSAGE - Static variable in class org.sbml.jsbml.validator.offline.factory.SBMLErrorFactory
 
JSON_KEY_PACKAGE - Static variable in class org.sbml.jsbml.validator.offline.factory.SBMLErrorFactory
 
JSON_KEY_SHORT_MESSAGE - Static variable in class org.sbml.jsbml.validator.offline.factory.SBMLErrorFactory
 
JSON_KEY_UNFORMATED_SEVERITY - Static variable in class org.sbml.jsbml.validator.offline.factory.SBMLErrorFactory
 

K

KEY_META_ID_SET - Static variable in class org.sbml.jsbml.validator.offline.constraints.helper.ValidationTools
 
kind - Variable in class org.sbml.jsbml.math.parser.Token
An integer that describes the kind of this token.
kind - Variable in class org.sbml.jsbml.text.parser.Token
An integer that describes the kind of this token.
kind - Variable in class org.sbml.jsbml.Unit
Represents the 'kind' XML attribute of an unit element.
Kind() - Constructor for enum org.sbml.jsbml.Unit.Kind
 
kind - Static variable in class org.sbml.jsbml.util.TreeNodeChangeEvent
 
KINETIC_LAW_ELEMENTS_ORDER - Static variable in class org.sbml.jsbml.validator.offline.constraints.KineticLawConstraints
 
KineticLaw - Class in org.sbml.jsbml
Represents the kineticLaw XML element of a SBML file.
KineticLaw() - Constructor for class org.sbml.jsbml.KineticLaw
Creates a KineticLaw instance.
KineticLaw(int, int) - Constructor for class org.sbml.jsbml.KineticLaw
Creates a KineticLaw instance from a level and version.
KineticLaw(KineticLaw) - Constructor for class org.sbml.jsbml.KineticLaw
Creates a KineticLaw instance from a given KineticLaw.
KineticLaw(Reaction) - Constructor for class org.sbml.jsbml.KineticLaw
Creates a KineticLaw instance from a given Reaction.
kineticLaw - Variable in class org.sbml.jsbml.Reaction
Represents the 'kineticLaw' XML subNode of a reaction element.
kineticLaw - Static variable in class org.sbml.jsbml.util.TreeNodeChangeEvent
 
KineticLawConstraints - Class in org.sbml.jsbml.validator.offline.constraints
 
KineticLawConstraints() - Constructor for class org.sbml.jsbml.validator.offline.constraints.KineticLawConstraints
 

L

l - Variable in class org.sbml.jsbml.util.Pair
Left value.
label(String) - Method in class org.sbml.jsbml.math.compiler.LaTeXCompiler
 
label(String) - Method in class org.sbml.jsbml.util.compilers.LaTeXCompiler
 
lambda(List<ASTNode2>) - Method in interface org.sbml.jsbml.math.compiler.ASTNode2Compiler
The body of a FunctionDefinition.
lambda(List<ASTNode2>) - Method in class org.sbml.jsbml.math.compiler.FindUnitsCompiler
 
lambda(List<ASTNode2>) - Method in class org.sbml.jsbml.math.compiler.FormulaCompiler
 
lambda(List<ASTNode2>) - Method in class org.sbml.jsbml.math.compiler.LaTeXCompiler
 
lambda(List<ASTNode2>) - Method in class org.sbml.jsbml.math.compiler.UnitsCompiler
 
lambda(List<ASTNode>) - Method in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
The body of a FunctionDefinition.
lambda(List<ASTNode>) - Method in class org.sbml.jsbml.util.compilers.FindUnitsCompiler
 
lambda(List<ASTNode>) - Method in class org.sbml.jsbml.util.compilers.FormulaCompiler
 
lambda(List<ASTNode>) - Method in class org.sbml.jsbml.util.compilers.LaTeXCompiler
 
lambda(List<ASTNode>) - Method in class org.sbml.jsbml.util.compilers.MathMLCompiler
Deprecated.
 
lambda(List<ASTNode>) - Method in class org.sbml.jsbml.util.compilers.UnitsCompiler
 
lambdaBody(List<ASTNode2>) - Method in class org.sbml.jsbml.math.compiler.FormulaCompiler
Creates the body of a lambda function, i.e., the argument list and the actual mathematical operation, all comma separated and surrounded in brackets.
lambdaBody(List<ASTNode>) - Method in class org.sbml.jsbml.util.compilers.FormulaCompiler
Creates the body of a lambda function, i.e., the argument list and the actual mathematical operation, all comma separated and surrounded in brackets.
lang - Variable in class org.sbml.jsbml.util.Message
 
lastElementCreated - Variable in class org.sbml.jsbml.util.compilers.MathMLCompiler
Deprecated.
The last top Element that has been created in the previous step.
lastElementWasApply - Variable in class org.sbml.jsbml.xml.parsers.MathMLStaxParser
 
lastIndexOf(Object) - Method in class org.sbml.jsbml.ListOf
 
LaTeXCompiler - Class in org.sbml.jsbml.math.compiler
Converts ASTNode2Value objects into a LaTeX String to be included into scientific writings or to be displayed in a GUI.
LaTeXCompiler() - Constructor for class org.sbml.jsbml.math.compiler.LaTeXCompiler
 
LaTeXCompiler(boolean) - Constructor for class org.sbml.jsbml.math.compiler.LaTeXCompiler
 
LaTeXCompiler - Class in org.sbml.jsbml.util.compilers
Converts ASTNodeValue objects into a LaTeX String to be included into scientific writings or to be displayed in a GUI.
LaTeXCompiler() - Constructor for class org.sbml.jsbml.util.compilers.LaTeXCompiler
Creates a new LaTeXCompiler instance.
LaTeXCompiler(boolean) - Constructor for class org.sbml.jsbml.util.compilers.LaTeXCompiler
Creates a new LaTeXCompiler instance.
LAYOUT_10100 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6010100:
LAYOUT_10101 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6010101: To conform to Version 1 of the Layout package specification for SBML Level 3, an SBML document must declare the use of the following XML Namespace: 'http://www.sbml.org/sbml/level3/version1/layout/version1' Reference: L3V1 Layout V1 Section 3.1
LAYOUT_10102 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6010102: Wherever they appear in an SBML document, elements and attributes from the Layout package must be declared either implicitly or explicitly to be in the XML namespace 'http://www.sbml.org/sbml/level3/version1/layout/version1' Reference: L3V1 Layout V1 Section 3.1
LAYOUT_10301 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6010301: (Extends validation rule #10301 in the SBML Level 3 Version 1 Core specification.) Within a <model> object the values of the attributes id and layout:id on every instance of the following classes of objects must be unique across the set of all id and layout:id attribute values of all such objects in a model: the model itself, plus all contained <functionDefinition>, <compartment>, <species>, <reaction>, <speciesReference>, <modifierSpeciesReference>, <event>, and <parameter> objects, plus the <boundingBox>, <compartmentGlyph>, <generalGlyph>, <graphicalObject>, <layout>, <speciesGlyph>, <speciesReferenceGlyph>, <reactionGlyph>, <referenceGlyph> and <textGlyph> objects defined by the Layout package.
LAYOUT_10302 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6010302: The value of the 'layout:id' attribute must conform to the SBML data type SId Reference: L3V1 Layout V1 Section 3.3
LAYOUT_10401 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6010401: The attribute 'xsi:type' must be present on all <lineSegment> and <cubicBezier> objects.
LAYOUT_10402 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6010402: The value of the 'xsi:type' attribute must be either 'LineSegment' or 'CubicBezier' appropriate to the object where it is located.
LAYOUT_20101 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6020101: In all SBML documents using the Layout package, the SBML object must include a value for the attribute 'layout:required'.
LAYOUT_20102 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6020102: The value of attribute 'layout:required' on the SBML object must be of the data type Boolean.
LAYOUT_20103 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6020103: The value of attribute 'layout:required' on the SBML object must be set to 'false'.
LAYOUT_20201 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6020201: There may be at most one instance of <listOfLayouts> element within a <model> object using Layout.
LAYOUT_20202 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6020202: The <listOfLayouts> within a <model> object is optional, but if present, this object must not be empty.
LAYOUT_20203 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6020203: Apart from the general notes and annotation subobjects permitted on all SBML objects, a <listOfLayouts> container object may only contain <layout> objects.
LAYOUT_20204 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6020204: A <listOfLayouts> object may have the optional attributes 'metaid' and 'sboTerm' defined by SBML Level 3 Core.
LAYOUT_20301 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6020301: A <layout> object may have the optional SBML Level 3 Core subobjects for notes and annotations.
LAYOUT_20302 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6020302: A <layout> object may have the optional SBML Level 3 Core attributes 'metaid' and 'sboTerm'.
LAYOUT_20303 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6020303: There may be at most one instance of each of the following kinds of objects within a <layout> object: <listOfCompartmentGlyphs>, <listOfSpeciesGlyphs>, <listOfReactionGlyphs>, <listOfTextGlyphs>, <listOfAdditionalGraphicalObjects>.
LAYOUT_20304 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6020304: The various ListOf subobjects within a <layout> object are optional, but if present, these container object must not be empty.
LAYOUT_20305 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6020305: A <layout> object must have the required attribute 'layout:id' and may have the optional attribute 'layout:name'.
LAYOUT_20306 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6020306: The attribute 'layout:name' of a <layout> must be of the data type 'string'.
LAYOUT_20307 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6020307: A <listOfCompartmentGlyphs> object may have the optional attributes 'metaid' and 'sboTerm' defined by SBML Level 3 Core.
LAYOUT_20308 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6020308: Apart from the general notes and annotation subobjects permitted on all SBML objects, a <listOfCompartmentGlyphs> container object may only contain <compartmentGlyph> objects.
LAYOUT_20309 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6020309: A <listOfSpeciesGlyphs> object may have the optional attributes 'metaid' and 'sboTerm' defined by SBML Level 3 Core.
LAYOUT_20310 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6020310: Apart from the general notes and annotation subobjects permitted on all SBML objects, a <listOfSpeciesGlyphs> container object may only contain <compartmentGlyph> objects.
LAYOUT_20311 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6020311: A <listOfReactionGlyphs> object may have the optional attributes 'metaid' and 'sboTerm' defined by SBML Level 3 Core.
LAYOUT_20312 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6020312: Apart from the general notes and annotation subobjects permitted on all SBML objects, a <listOfReactionGlyphs> container object may only contain <compartmentGlyph> objects.
LAYOUT_20313 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6020313: A <listOfAdditionalGraphicalObjectGlyphs> object may have the optional attributes 'metaid' and 'sboTerm' defined by SBML Level 3 Core.
LAYOUT_20314 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6020314: Apart from the general notes and annotation subobjects permitted on all SBML objects, a <listOfAdditionalGraphicalObjectGlyphs> container object may only contain <compartmentGlyph> objects.
LAYOUT_20315 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6020315: A <layout> object must contain exactly one <dimensions> object.
LAYOUT_20316 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6020316: A <listOfTextGlyphs> object may have the optional attributes 'metaid' and 'sboTerm' defined by SBML Level 3 Core.
LAYOUT_20317 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6020317: Apart from the general notes and annotation subobjects permitted on all SBML objects, a <listOfTextGlyphs> container object may only contain <compartmentGlyph> objects.
LAYOUT_20401 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6020401: A <graphicalObject> object may have the optional SBML Level 3 Core subobjects for notes and annotations.
LAYOUT_20402 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6020402: A <graphicalObject> object may have the optional SBML Level 3 Core attributes 'metaid' and 'sboTerm'.
LAYOUT_20403 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6020403: There may be at most one instance of a <boundingBox> object on a <graphicalObject>.
LAYOUT_20404 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6020404: A <graphicalObject> object must have the required attribute 'layout:id' and may have the optional attribute 'layout:metaidRef'.
LAYOUT_20405 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6020405: The attribute 'layout:metaidRef' of a <graphicalObject> must be of the data type 'IDREF'.
LAYOUT_20406 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6020406: The value of a 'layout:metaidRef' attribute of a <graphicalObject> must be of the 'metaid' of an existing element in the <model>.
LAYOUT_20407 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6020407: A <graphicalObject> must contain exactly one <boundingBox> object.
LAYOUT_20501 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6020501: A <compartmentGlyph> object may have the optional SBML Level 3 Core subobjects for notes and annotations.
LAYOUT_20502 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6020502: A <compartmentGlyph> object may have the optional SBML Level 3 Core attributes 'metaid' and 'sboTerm'.
LAYOUT_20503 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6020503: There may be at most one instance of a <boundingBox> object on a <compartmentGlyph>.
LAYOUT_20504 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6020504: A <compartmentGlyph> object must have the required attribute 'layout:id' and may have the optional attributes 'layout:metaidRef' or 'layout:compartment'.
LAYOUT_20505 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6020505: The attribute 'layout:metaidRef' of a <compartmentGlyph> must be of the data type 'IDREF'.
LAYOUT_20506 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6020506: The value of a 'layout:metaidRef' attribute of a <compartmentGlyph> must be of the 'metaid' of an existing element in the <model>.
LAYOUT_20507 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6020507: The attribute 'layout:compartment' of a <compartmentGlyph> must be the data type 'SIdRef'.
LAYOUT_20508 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6020508: The value of the 'layout:compartment' attribute of a <compartmentGlyph> must be of the 'id' of an existing <compartment> in the <model>.
LAYOUT_20509 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6020509: If both attributes 'layout:compartment' and 'layout:metaidRef' are specified on a <compartmentGlyph> they have to reference the same <compartment> in the <model>.
LAYOUT_20510 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6020510: The attribute 'layout:order' of a <compartmentGlyph> must be the data type 'double'.
LAYOUT_20601 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6020601: A <speciesGlyph> object may have the optional SBML Level 3 Core subobjects for notes and annotations.
LAYOUT_20602 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6020602: A <speciesGlyph> object may have the optional SBML Level 3 Core attributes 'metaid' and 'sboTerm'.
LAYOUT_20603 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6020603: There may be at most one instance of a <boundingBox> object on a <speciesGlyph>.
LAYOUT_20604 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6020604: A <speciesGlyph> object must have the required attribute 'layout:id' and may have the optional attributes 'layout:metaidRef' or 'layout:species'.
LAYOUT_20605 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6020605: The attribute 'layout:metaidRef' of a <speciesGlyph> must be of the data type 'IDREF'.
LAYOUT_20606 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6020606: The value of a 'layout:metaidRef' attribute of a <speciesGlyph> must be of the 'metaid' of an existing element in the <model>.
LAYOUT_20607 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6020607: The attribute 'layout:species' of a <speciesGlyph> must be the data type 'SIdRef'.
LAYOUT_20608 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6020608: The value of the 'layout:species' attribute of a <speciesGlyph> must be of the 'id' of an existing <species> in the <model>.
LAYOUT_20609 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6020609: If both attributes 'layout:species' and 'layout:metaidRef' are specified on a <speciesGlyph> they have to reference the same <species> in the <model>.
LAYOUT_20701 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6020701: A <reactionGlyph> object may have the optional SBML Level 3 Core subobjects for notes and annotations.
LAYOUT_20702 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6020702: A <reactionGlyph> object may have the optional SBML Level 3 Core attributes 'metaid' and 'sboTerm'.
LAYOUT_20703 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6020703: There may be at most one instance of each of the following kinds of objects within a <reactionGlyph> object: <boundingBox>, and <curve> and there must be one instance of the <listOfSpeciesReferenceGlyphs>.
LAYOUT_20704 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6020704: A <reactionGlyph> object must have the required attribute 'layout:id' and may have the optional attributes 'layout:metaidRef' or 'layout:reaction'.
LAYOUT_20705 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6020705: The attribute 'layout:metaidRef' of a <reactionGlyph> must be of the data type 'IDREF'.
LAYOUT_20706 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6020706: The value of a 'layout:metaidRef' attribute of a <reactionGlyph> must be of the 'metaid' of an existing element in the <model>.
LAYOUT_20707 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6020707: The attribute 'layout:reaction' of a <reactionGlyph> must be the data type 'SIdRef'.
LAYOUT_20708 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6020708: The value of the 'layout:reaction' attribute of a <reactionGlyph> must be of the 'id' of an existing <reaction> in the <model>.
LAYOUT_20709 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6020709: If both attributes 'layout:reaction' and 'layout:metaidRef' are specified on a <reactionGlyph> they have to reference the same <reaction> in the <model>.
LAYOUT_20710 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6020710: Apart from the general notes and annotation subobjects permitted on all SBML objects, a <listOfSpeciesReferenceGlyphs> container object may only contain <speciesReferenceGlyph> objects.
LAYOUT_20711 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6020711: A <listOfSpeciesReferenceGlyphs> object may have the optional attributes 'metaid' and 'sboTerm' defined by SBML Level 3 Core.
LAYOUT_20712 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6020712: A <listOfSpeciesReferenceGlyphs> container object must not be empty.
LAYOUT_20801 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6020801: A <generalGlyph> object may have the optional SBML Level 3 Core subobjects for notes and annotations.
LAYOUT_20802 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6020802: A <generalGlyph> object may have the optional SBML Level 3 Core attributes 'metaid' and 'sboTerm'.
LAYOUT_20803 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6020803: There may be at most one instance of each of the following kinds of objects within a <generalGlyph> object: <boundingBox>, <curve>, <listOfReferenceGlyphs> and <listOfSubGlyphs>.
LAYOUT_20804 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6020804: A <generalGlyph> object must have the required attribute 'layout:id' and may have the optional attributes 'layout:metaidRef' or 'layout:reference'.
LAYOUT_20805 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6020805: The attribute 'layout:metaidRef' of a <generalGlyph> must be of the data type 'IDREF'.
LAYOUT_20806 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6020806: The value of a 'layout:metaidRef' attribute of a <generalGlyph> must be of the 'metaid' of an existing element in the <model>.
LAYOUT_20807 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6020807: The attribute 'layout:reference' of a <generalGlyph> must be the data type 'SIdRef'.
LAYOUT_20808 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6020808: The value of the 'layout:reference' attribute of a <generalGlyph> must be of the 'id' of an existing element in the <model>.
LAYOUT_20809 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6020809: If both attributes 'layout:reference' and 'layout:metaidRef' are specified on a <generalGlyph> they have to reference the same element in the <model>.
LAYOUT_20810 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6020810: Apart from the general notes and annotation subobjects permitted on all SBML objects, a <listOfReferenceGlyphs> container object may only contain <referenceGlyph> objects.
LAYOUT_20811 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6020811: A <listOfReferenceGlyphs> object may have the optional attributes 'metaid' and 'sboTerm' defined by SBML Level 3 Core.
LAYOUT_20812 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6020812:
LAYOUT_20813 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6020813: A <listOfSubGlyphs> object may have the optional attributes 'metaid' and 'sboTerm' defined by SBML Level 3 Core.
LAYOUT_20901 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6020901: A <textGlyph> object may have the optional SBML Level 3 Core subobjects for notes and annotations.
LAYOUT_20902 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6020902: A <textGlyph> object may have the optional SBML Level 3 Core attributes 'metaid' and 'sboTerm'.
LAYOUT_20903 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6020903: A <textGlyph> must contain exactly one <boundingBox> object.
LAYOUT_20904 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6020904: A <textGlyph> object must have the required attribute 'layout:id' and may have the optional attributes 'layout:metaidRef', 'layout:graphicalObject', 'layout:text' and 'layout:originOfText'.
LAYOUT_20905 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6020905: The attribute 'layout:metaidRef' of a <textGlyph> must be of the data type 'IDREF'.
LAYOUT_20906 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6020906: The value of a 'layout:metaidRef' attribute of a <textGlyph> must be of the 'metaid' of an existing element in the <model>.
LAYOUT_20907 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6020907: The attribute 'layout:originOfText' of a <textGlyph> must be the data type 'SIdRef'.
LAYOUT_20908 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6020908: The value of the 'layout:originOfText' attribute of a <textGlyph> must be of the 'id' of an existing element in the <model>.
LAYOUT_20909 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6020909: If both attributes 'layout:originOfText' and 'layout:metaidRef' are specified on a <textGlyph> they have to reference the same element in the <model>.
LAYOUT_20910 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6020910: The attribute 'layout:graphicalObject' of a <textGlyph> must be the data type 'SIdRef'.
LAYOUT_20911 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6020911: The value of the 'layout:graphicalObject' attribute of a <textGlyph> must be of the 'id' of an existing <graphicalObject> (or derived) element in the <layout>.
LAYOUT_20912 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6020912: The attribute 'layout:text' of a <textGlyph> must be the data type 'string'.
LAYOUT_21001 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6021001: A <speciesReferenceGlyph> object may have the optional SBML Level 3 Core subobjects for notes and annotations.
LAYOUT_21002 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6021002: A <speciesReferenceGlyph> object may have the optional SBML Level 3 Core attributes 'metaid' and 'sboTerm'.
LAYOUT_21003 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6021003: A <speciesReferenceGlyph> may have at most one instance of a <boundingBox> and <curve> object.
LAYOUT_21004 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6021004: A <speciesReferenceGlyph> object must have the required attribute 'layout:id' and may have the optional attributes 'layout:metaidRef', 'layout:speciesReference' and 'layout:role'.
LAYOUT_21005 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6021005: The attribute 'layout:metaidRef' of a <speciesReferenceGlyph> must be of the data type 'IDREF'.
LAYOUT_21006 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6021006: The value of a 'layout:metaidRef' attribute of a <speciesReferenceGlyph> must be of the 'metaid' of an existing element in the <model>.
LAYOUT_21007 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6021007: The attribute 'layout:speciesReference' of a <speciesReferenceGlyph> must be the data type 'SIdRef'.
LAYOUT_21008 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6021008: The value of the 'layout:speciesReference' attribute of a <speciesReferenceGlyph> must be of the 'id' of an existing <speciesReference> in the <model>.
LAYOUT_21009 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6021009: If both attributes 'layout:speciesReference' and 'layout:metaidRef' are specified on a <speciesReferenceGlyph> they have to reference the same <speciesReference> in the <model>.
LAYOUT_21010 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6021010: The attribute 'layout:speciesGlyph' of a <speciesReferenceGlyph> must be the data type 'SIdRef'.
LAYOUT_21011 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6021011: The value of the 'layout:speciesGlyph' attribute of a <speciesReferenceGlyph> must be of the 'id' of an existing <speciesGlyph> element in the <layout>.
LAYOUT_21012 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6021012: The attribute 'layout:role' of a <speciesReferenceGlyph> must be of data type 'SpeciesReferenceRole', i.e.
LAYOUT_21101 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6021101: A <referenceGlyph> object may have the optional SBML Level 3 Core subobjects for notes and annotations.
LAYOUT_21102 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6021102: A <referenceGlyph> object may have the optional SBML Level 3 Core attributes 'metaid' and 'sboTerm'.
LAYOUT_21103 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6021103: There may be at most one instance of a <boundingBox> and <curve> object on a <referenceGlyph>.
LAYOUT_21104 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6021104: A <referenceGlyph> object must have the required attributes 'layout:id' and 'layout:glyph' and may have the optional attributes 'layout:metaidRef', 'layout:reference' and 'layout:role'.
LAYOUT_21105 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6021105: The attribute 'layout:metaidRef' of a <referenceGlyph> must be of the data type 'IDREF'.
LAYOUT_21106 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6021106: The value of a 'layout:metaidRef' attribute of a <referenceGlyph> must be of the 'metaid' of an existing element in the <model>.
LAYOUT_21107 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6021107: The attribute 'layout:reference' of a <referenceGlyph> must be the data type 'SIdRef'.
LAYOUT_21108 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6021108: The value of the 'layout:reference' attribute of a <referenceGlyph> must be of the 'id' of an existing element in the <model>.
LAYOUT_21109 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6021109: If both attributes 'layout:reference' and 'layout:metaidRef' are specified on a <referenceGlyph> they have to reference the same element in the <model>.
LAYOUT_21110 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6021110: The attribute 'layout:glyph' of a <referenceGlyph> must be the data type 'SIdRef'.
LAYOUT_21111 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6021111: The value of the 'layout:glyph' attribute of a <referenceGlyph> must be of the 'id' of an existing <graphicalObject> (or derived) element in the <layout>.
LAYOUT_21112 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6021112: The attribute 'layout:role' of a <referenceGlyph> must be the data type 'string'.
LAYOUT_21201 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6021201: A <point> object may have the optional SBML Level 3 Core subobjects for notes and annotations.
LAYOUT_21202 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6021202: A <point> object may have the optional SBML Level 3 Core attributes 'metaid' and 'sboTerm'.
LAYOUT_21203 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6021203: A <point> object must have the required attributes 'layout:x' and 'layout:y' and may have the optional attributes 'layout:id', and 'layout:z'.
LAYOUT_21204 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6021204: The attributes 'layout:x', 'layout:y' and 'layout:z' of a <point> element must be of the data type 'double'.
LAYOUT_21301 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6021301: A <boundingBox> object may have the optional SBML Level 3 Core subobjects for notes and annotations.
LAYOUT_21302 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6021302: A <boundingBox> object may have the optional SBML Level 3 Core attributes 'metaid' and 'sboTerm'.
LAYOUT_21303 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6021303: There must be exactly one instance of a <point> and a <dimensions> object on a <boundingBox>.
LAYOUT_21304 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6021304: A <boundingBox> object may have the optional attributes 'layout:id'.
LAYOUT_21305 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6021305: If the 'layout:z' attribute on a <point> element of a <boundingBox> is not specified, the attribute 'layout:depth' must not be specified.
LAYOUT_21401 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6021401: A <curve> object may have the optional SBML Level 3 Core subobjects for notes and annotations.
LAYOUT_21402 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6021402: A <curve> object may have the optional SBML Level 3 Core attributes 'metaid' and 'sboTerm'.
LAYOUT_21403 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6021403: There must be exactly one instance of a <listOfCurveSegments> object on a <curve>.
LAYOUT_21404 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6021404: No attributes from the Layout namespace are permitted on a <curve>.
LAYOUT_21405 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6021405: A <listOfCurveSegments> object may have the optional attributes 'metaid' and 'sboTerm' defined by SBML Level 3 Core.
LAYOUT_21406 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6021406: Apart from the general notes and annotation subobjects permitted on all SBML objects, a <listOfCurveSegments> container object may only contain <referenceGlyph> objects.
LAYOUT_21407 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6021407: A <listOfCurveSegments> container object may not be empty.
LAYOUT_21501 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6021501: A <lineSegment> object may have the optional SBML Level 3 Core subobjects for notes and annotations.
LAYOUT_21502 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6021502: A <lineSegment> object may have the optional SBML Level 3 Core attributes 'metaid' and 'sboTerm'.
LAYOUT_21503 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6021503: A <lineSegment> must specify two <point> elements 'start' and 'end'.
LAYOUT_21504 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6021504: No attributes from the Layout namespace are permitted on a <lineSegment>.
LAYOUT_21601 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6021601: A <cubicBezier> object may have the optional SBML Level 3 Core subobjects for notes and annotations.
LAYOUT_21602 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6021602: A <cubicBezier> object may have the optional SBML Level 3 Core attributes 'metaid' and 'sboTerm'.
LAYOUT_21603 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6021603: A <cubicBezier> must specify four <point> elements 'start' 'basePoint1', 'basePoint2' and 'end'.
LAYOUT_21604 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6021604: No attributes from the Layout namespace are permitted on a <cubicBezier>.
LAYOUT_21701 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6021701: A <dimensions> object may have the optional SBML Level 3 Core subobjects for notes and annotations.
LAYOUT_21702 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6021702: A <dimensions> object may have the optional SBML Level 3 Core attributes 'metaid' and 'sboTerm'.
LAYOUT_21703 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6021703: A <dimensions> object must have the required attributes 'layout:width' and 'layout:height' and may have the optional attributes 'layout:id', and 'layout:depth'.
LAYOUT_21704 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 6021704: The attributes 'layout:width', 'layout:height' and 'layout:depth' of a <dimensions> element must be of the data type 'double'.
leadingZeros(int, int) - Static method in class org.sbml.jsbml.util.StringTools
This method creates a String representation of the given number and inserts as many zero characters as the prefix of this String as needed to result in a String of the given length.
LEFT_BRACES - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserASTNode2Constants
RegularExpression Id.
LEFT_BRACES - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserConstants
RegularExpression Id.
LEFT_BRACES - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2Constants
RegularExpression Id.
LEFT_BRACES - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserLL3Constants
RegularExpression Id.
LEFT_BRACES - Static variable in interface org.sbml.jsbml.text.parser.CobraFormulaParserConstants
RegularExpression Id.
LEFT_BRACES - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserASTNode2Constants
RegularExpression Id.
LEFT_BRACES - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserConstants
RegularExpression Id.
LEFT_BRACES - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2Constants
RegularExpression Id.
LEFT_BRACES - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserLL3Constants
RegularExpression Id.
LEFT_BRACKET - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserASTNode2Constants
RegularExpression Id.
LEFT_BRACKET - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserConstants
RegularExpression Id.
LEFT_BRACKET - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2Constants
RegularExpression Id.
LEFT_BRACKET - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserLL3Constants
RegularExpression Id.
LEFT_BRACKET - Static variable in interface org.sbml.jsbml.text.parser.CobraFormulaParserConstants
RegularExpression Id.
LEFT_BRACKET - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserASTNode2Constants
RegularExpression Id.
LEFT_BRACKET - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserConstants
RegularExpression Id.
LEFT_BRACKET - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2Constants
RegularExpression Id.
LEFT_BRACKET - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserLL3Constants
RegularExpression Id.
leftBrace - Static variable in class org.sbml.jsbml.math.compiler.LaTeXCompiler
Left parenthesis.
leftBrace - Static variable in class org.sbml.jsbml.util.compilers.LaTeXCompiler
Left parenthesis.
leftQuotationMark - Static variable in class org.sbml.jsbml.math.compiler.LaTeXCompiler
An opening quotation mark.
leftQuotationMark - Static variable in class org.sbml.jsbml.util.compilers.LaTeXCompiler
An opening quotation mark.
LENGTH - Static variable in class org.sbml.jsbml.UnitDefinition
Identifier of the (for SBML Level 2) predefined UnitDefinition length.
length(int, int) - Static method in class org.sbml.jsbml.UnitDefinition
Returns the predefined unit for length.
lengthUnits - Static variable in class org.sbml.jsbml.util.TreeNodeChangeEvent
 
lengthUnitsID - Variable in class org.sbml.jsbml.Model
Represents the 'lengthUnits' XML attribute of a model element.
leq(ASTNode, ASTNode) - Static method in class org.sbml.jsbml.ASTNode
Creates an ASTNode representing less or equal for the two given left and right child.
leq(ASTNode2, ASTNode2) - Static method in class org.sbml.jsbml.math.ASTFactory
Creates an ASTRelationalOperatorNode representing less or equal for the two given left and right child.
leq(ASTNode2, ASTNode2) - Method in interface org.sbml.jsbml.math.compiler.ASTNode2Compiler
Less equal.
leq(ASTNode2, ASTNode2) - Method in class org.sbml.jsbml.math.compiler.FindUnitsCompiler
 
leq(ASTNode2, ASTNode2) - Method in class org.sbml.jsbml.math.compiler.FormulaCompiler
 
leq(ASTNode2, ASTNode2) - Method in class org.sbml.jsbml.math.compiler.LaTeXCompiler
 
leq(ASTNode2, ASTNode2) - Method in class org.sbml.jsbml.math.compiler.LibSBMLFormulaCompiler
 
leq(ASTNode2, ASTNode2) - Method in class org.sbml.jsbml.math.compiler.UnitsCompiler
 
leq(ASTNode, ASTNode) - Method in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
Less equal.
leq(ASTNode, ASTNode) - Method in class org.sbml.jsbml.util.compilers.FindUnitsCompiler
 
leq(ASTNode, ASTNode) - Method in class org.sbml.jsbml.util.compilers.FormulaCompiler
 
leq(ASTNode, ASTNode) - Method in class org.sbml.jsbml.util.compilers.FormulaCompilerLibSBML
 
leq(ASTNode, ASTNode) - Method in class org.sbml.jsbml.util.compilers.LaTeXCompiler
 
leq(ASTNode, ASTNode) - Method in class org.sbml.jsbml.util.compilers.LibSBMLFormulaCompiler
 
leq(ASTNode, ASTNode) - Method in class org.sbml.jsbml.util.compilers.MathMLCompiler
Deprecated.
 
leq(ASTNode, ASTNode) - Method in class org.sbml.jsbml.util.compilers.UnitsCompiler
 
LETTER - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserASTNode2Constants
RegularExpression Id.
LETTER - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserConstants
RegularExpression Id.
LETTER - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2Constants
RegularExpression Id.
LETTER - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserLL3Constants
RegularExpression Id.
LETTER - Static variable in interface org.sbml.jsbml.text.parser.CobraFormulaParserConstants
RegularExpression Id.
LETTER - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserASTNode2Constants
RegularExpression Id.
LETTER - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserConstants
RegularExpression Id.
LETTER - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2Constants
RegularExpression Id.
LETTER - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserLL3Constants
RegularExpression Id.
level - Variable in class org.sbml.jsbml.math.compiler.ASTNode2Value
The level of the underlying SBMLDocument.
level - Variable in class org.sbml.jsbml.math.compiler.UnitsCompiler
SBML level field
level - Variable in class org.sbml.jsbml.util.compilers.ASTNodeValue
The level of the underlying SBMLDocument.
level - Variable in class org.sbml.jsbml.util.compilers.MathMLCompiler
Deprecated.
The SBML level to be used in this class.
level - Variable in class org.sbml.jsbml.util.compilers.UnitsCompiler
SBML level field
level - Static variable in class org.sbml.jsbml.util.TreeNodeChangeEvent
 
level - Variable in class org.sbml.jsbml.validator.offline.ValidationContext
 
LEVEL_MISMATCH - Static variable in class org.sbml.jsbml.JSBML
 
LEVEL_MISMATCH_MSG - Static variable in exception org.sbml.jsbml.LevelVersionError
Message to display in cases that two objects do not have identical level attributes.
levelMismatchMessage(SBase, SBase) - Static method in exception org.sbml.jsbml.LevelVersionError
Creates an error message if the level fields of both elements are not identical, or an empty String otherwise.
LevelVersionError - Exception in org.sbml.jsbml
An SBMLError that indicates that associated instances of SBase cannot be combined within the same model due to their differently set Level or Version attribute.
LevelVersionError(SBase) - Constructor for exception org.sbml.jsbml.LevelVersionError
 
LevelVersionError(int, int) - Constructor for exception org.sbml.jsbml.LevelVersionError
 
LevelVersionError(String, int, int) - Constructor for exception org.sbml.jsbml.LevelVersionError
 
LevelVersionError(SBase, SBase) - Constructor for exception org.sbml.jsbml.LevelVersionError
 
LevelVersionError(SBasePlugin, SBase) - Constructor for exception org.sbml.jsbml.LevelVersionError
 
LEXICAL_ERROR - Static variable in error org.sbml.jsbml.math.parser.TokenMgrError
Lexical error occurred.
LEXICAL_ERROR - Static variable in error org.sbml.jsbml.text.parser.TokenMgrError
Lexical error occurred.
LexicalError(boolean, int, int, int, String, char) - Static method in error org.sbml.jsbml.math.parser.TokenMgrError
Returns a detailed message for the Error when it is thrown by the token manager to indicate a lexical error.
LexicalError(boolean, int, int, int, String, char) - Static method in error org.sbml.jsbml.text.parser.TokenMgrError
Returns a detailed message for the Error when it is thrown by the token manager to indicate a lexical error.
lexStateNames - Static variable in class org.sbml.jsbml.math.parser.FormulaParserASTNode2TokenManager
Lexer state names.
lexStateNames - Static variable in class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2TokenManager
Lexer state names.
lexStateNames - Static variable in class org.sbml.jsbml.math.parser.FormulaParserLL3TokenManager
Lexer state names.
lexStateNames - Static variable in class org.sbml.jsbml.math.parser.FormulaParserTokenManager
Lexer state names.
lexStateNames - Static variable in class org.sbml.jsbml.text.parser.CobraFormulaParserTokenManager
Lexer state names.
lexStateNames - Static variable in class org.sbml.jsbml.text.parser.FormulaParserASTNode2TokenManager
Lexer state names.
lexStateNames - Static variable in class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2TokenManager
Lexer state names.
lexStateNames - Static variable in class org.sbml.jsbml.text.parser.FormulaParserLL3TokenManager
Lexer state names.
lexStateNames - Static variable in class org.sbml.jsbml.text.parser.FormulaParserTokenManager
Lexer state names.
LibSBMLFormulaCompiler - Class in org.sbml.jsbml.math.compiler
 
LibSBMLFormulaCompiler() - Constructor for class org.sbml.jsbml.math.compiler.LibSBMLFormulaCompiler
 
LibSBMLFormulaCompiler - Class in org.sbml.jsbml.util.compilers
This class creates C-like infix formula Strings that represent the content of ASTNodes and try to reproduce the output generated by the LibSBML historical parser (compatible with SBML L1 infix).
LibSBMLFormulaCompiler() - Constructor for class org.sbml.jsbml.util.compilers.LibSBMLFormulaCompiler
 
line - Variable in class org.sbml.jsbml.math.parser.SimpleCharStream
 
line - Variable in exception org.sbml.jsbml.SBMLError
 
line - Variable in class org.sbml.jsbml.text.parser.SimpleCharStream
 
line - Variable in class org.sbml.jsbml.xml.XMLToken
 
lineBreak - Static variable in class org.sbml.jsbml.math.compiler.LaTeXCompiler
This is a LaTeX line break.
lineBreak - Static variable in class org.sbml.jsbml.util.compilers.LaTeXCompiler
This is a LaTeX line break.
listener - Variable in class org.sbml.jsbml.validator.offline.ValidationContext
 
listIterator() - Method in class org.sbml.jsbml.ListOf
 
listIterator(int) - Method in class org.sbml.jsbml.ListOf
 
ListOf<T extends SBase> - Class in org.sbml.jsbml
This list implementation is a Java List that extends AbstractSBase.
ListOf() - Constructor for class org.sbml.jsbml.ListOf
Creates a ListOf instance.
ListOf(int, int) - Constructor for class org.sbml.jsbml.ListOf
Creates a ListOf instance from a level and version.
ListOf(ListOf<? extends SBase>) - Constructor for class org.sbml.jsbml.ListOf
Creates a ListOf instance from a given ListOf.
ListOf(String) - Constructor for class org.sbml.jsbml.ListOf
Creates a new ListOf instance with the given id.
ListOf(String, int, int) - Constructor for class org.sbml.jsbml.ListOf
Creates a new ListOf instance.
ListOf(String, String, int, int) - Constructor for class org.sbml.jsbml.ListOf
Creates a new ListOf instance.
listOf - Variable in class org.sbml.jsbml.ListOf
list containing all the SBase elements of this object.
ListOf.Type - Enum in org.sbml.jsbml
This enum lists all the possible names of the listXXX components.
listOfCompartments - Variable in class org.sbml.jsbml.Model
Represents the listOfCompartments subnode of a model element.
listOfCompartmentTypes - Variable in class org.sbml.jsbml.Model
Deprecated.
only valid in SBML Level 2 for Versions 2 through 4.
listOfConstraints - Variable in class org.sbml.jsbml.Model
Represents the listOfConstraints subnode of a model element.
listOfCreators - Variable in class org.sbml.jsbml.History
Contains all the Creator instances of this History.
listOfCVTerms - Variable in class org.sbml.jsbml.Annotation
contains all the CVTerm of the RDF annotation
listOfErrors - Variable in class org.sbml.jsbml.SBMLDocument
Memorizes all SBMLError when parsing the file containing this document.
listOfEventAssignments - Variable in class org.sbml.jsbml.Event
Represents the listOfEventAssignments sub-element of an event element.
listOfEvents - Variable in class org.sbml.jsbml.Model
Represents the listOfEvents subnode of a model element.
listOfFunctionDefinitions - Variable in class org.sbml.jsbml.Model
Represents the listOfFunctionDefinitions subnode of a model element.
listOfInitialAssignments - Variable in class org.sbml.jsbml.Model
Represents the listOfInitialAssignments subnode of a model element.
listOfListeners - Variable in class org.sbml.jsbml.AbstractTreeNode
List of listeners for this component
listOfLocalParameters - Variable in class org.sbml.jsbml.KineticLaw
Represents the listOfLocalParameters or listOfParameters sub-element of a kineticLaw element.
listOfModification - Variable in class org.sbml.jsbml.History
Contains all the modified date instances of this History.
listOfModifiers - Variable in class org.sbml.jsbml.Reaction
Represents the 'listOfModifiers' XML subNode of a reaction element.
listOfNestedCVTerms - Variable in class org.sbml.jsbml.CVTerm
Contains all the CVTerm that qualifies this CVTerm.
listOfNodes - Variable in class org.sbml.jsbml.ASTNode
Child nodes.
listOfNodes - Variable in class org.sbml.jsbml.math.ASTFunction
Child nodes.
listOfParameters - Variable in class org.sbml.jsbml.Model
Represents the listOfParameters subnode of a model element.
listOfPredefinedUnitDefinitions - Variable in class org.sbml.jsbml.Model
Represents the list of predefined UnitDefinitions for a given SBML level and version.
listOfProducts - Variable in class org.sbml.jsbml.Reaction
Represents the 'listOfProducts' XML subNode of a reaction element.
listOfReactants - Variable in class org.sbml.jsbml.Reaction
Represents the 'listOfReactants' XML subNode of a reaction element.
listOfReactions - Variable in class org.sbml.jsbml.Model
Represents the listOfReactions subnode of a model element.
listOfRules - Variable in class org.sbml.jsbml.Model
Represents the listOfRules subnode of a model element.
listOfSpecies - Variable in class org.sbml.jsbml.Model
Represents the listOfSpecies subnode of a model element.
listOfSpeciesTypes - Variable in class org.sbml.jsbml.Model
Deprecated.
only valid in SBML Level 2 for Versions 2 through 4.
listOfUnitDefinitions - Variable in class org.sbml.jsbml.Model
Represents the listOfUnitDefinitions sub-node of a model element.
listOfUnits - Variable in class org.sbml.jsbml.UnitDefinition
Represents the 'listOfUnit' XML sub-element of a UnitDefinition.
listOfUnits - Static variable in class org.sbml.jsbml.util.TreeNodeChangeEvent
 
ListOfWithName<T extends SBase> - Class in org.sbml.jsbml.util
Deprecated.
since JSBML 1.2 and the introduction of ListOf.setOtherListName(String), this class is not necessary any more.
ListOfWithName(String) - Constructor for class org.sbml.jsbml.util.ListOfWithName
Deprecated.
 
ListOfWithName(int, int, String) - Constructor for class org.sbml.jsbml.util.ListOfWithName
Deprecated.
 
ListOfWithName(ListOfWithName<? extends SBase>) - Constructor for class org.sbml.jsbml.util.ListOfWithName
Deprecated.
 
listType - Variable in class org.sbml.jsbml.ListOf
name of the list at it appears in the SBMLFile.
ln(ASTNode2) - Method in interface org.sbml.jsbml.math.compiler.ASTNode2Compiler
Natural logarithm.
ln(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.FindUnitsCompiler
 
ln(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.FormulaCompiler
 
ln(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.LaTeXCompiler
 
ln(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.LibSBMLFormulaCompiler
 
ln(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.UnitsCompiler
 
ln(ASTNode) - Method in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
Natural logarithm.
ln(ASTNode) - Method in class org.sbml.jsbml.util.compilers.FindUnitsCompiler
 
ln(ASTNode) - Method in class org.sbml.jsbml.util.compilers.FormulaCompiler
 
ln(ASTNode) - Method in class org.sbml.jsbml.util.compilers.LaTeXCompiler
 
ln(ASTNode) - Method in class org.sbml.jsbml.util.compilers.LibSBMLFormulaCompiler
 
ln(ASTNode) - Method in class org.sbml.jsbml.util.compilers.MathMLCompiler
Deprecated.
 
ln(ASTNode) - Method in class org.sbml.jsbml.util.compilers.UnitsCompiler
 
ln(double) - Static method in class org.sbml.jsbml.util.Maths
This method computes the ln of n
loadBundle(String, Locale) - Static method in class org.sbml.jsbml.util.ResourceManager
This loads a ResourceBundle from the file system for the given Locale.
loadClasses(String, Map<String, Class<? extends T>>) - Static method in class org.sbml.jsbml.JSBML
Loads Properties from a configuration file with the given path assuming that all values represent class names.
loadConstraints(Class<?>) - Method in class org.sbml.jsbml.validator.offline.ValidationContext
Loads the constraints to validate a Object from the class.
loadConstraints(Class<?>, int, int) - Method in class org.sbml.jsbml.validator.offline.ValidationContext
Sets the level and version and loads the constraints.
loadConstraints(Class<?>, int, int, SBMLValidator.CHECK_CATEGORY[]) - Method in class org.sbml.jsbml.validator.offline.ValidationContext
 
loadConstraintsForAttribute(Class<?>, String) - Method in class org.sbml.jsbml.validator.offline.ValidationContext
Validates a single attribute.
loaded - Static variable in class org.sbml.jsbml.util.ResourceManager
Locale-dependent memory for already loaded ResourceBundle instances.
LocalParameter - Class in org.sbml.jsbml
A local parameter can only be used to specify a constant within a KineticLaw.
LocalParameter() - Constructor for class org.sbml.jsbml.LocalParameter
Creates a new instance of LocalParameter.
LocalParameter(int, int) - Constructor for class org.sbml.jsbml.LocalParameter
 
LocalParameter(LocalParameter) - Constructor for class org.sbml.jsbml.LocalParameter
 
LocalParameter(Parameter) - Constructor for class org.sbml.jsbml.LocalParameter
Creates a new local parameter that will have the same properties than the given global parameter.
LocalParameter(String) - Constructor for class org.sbml.jsbml.LocalParameter
Creates a new instance of LocalParameter with the given identifier.
LocalParameter(String, int, int) - Constructor for class org.sbml.jsbml.LocalParameter
 
LocalParameter(String, String, int, int) - Constructor for class org.sbml.jsbml.LocalParameter
 
LocalParameterConstraints - Class in org.sbml.jsbml.validator.offline.constraints
 
LocalParameterConstraints() - Constructor for class org.sbml.jsbml.validator.offline.constraints.LocalParameterConstraints
 
log(ASTNode) - Static method in class org.sbml.jsbml.ASTNode
Creates an ASTNode representing a logarithm to base 10 of the given value.
log(ASTNode, ASTNode) - Static method in class org.sbml.jsbml.ASTNode
Creates an ASTNode that represents the logarithm function with the given base and value.
log(ASTNode2) - Static method in class org.sbml.jsbml.math.ASTFactory
Creates an ASTLogarithmNode representing a logarithm to base 10 of the given value.
log(ASTNode2, ASTNode2) - Static method in class org.sbml.jsbml.math.ASTFactory
Creates an ASTLogarithmNode that represents the logarithm function with the given base and value.
log(ASTNode2) - Method in interface org.sbml.jsbml.math.compiler.ASTNode2Compiler
Logarithm of the given value to base 10.
log(ASTNode2, ASTNode2) - Method in interface org.sbml.jsbml.math.compiler.ASTNode2Compiler
Logarithm of the given value to the given base.
log(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.FindUnitsCompiler
 
log(ASTNode2, ASTNode2) - Method in class org.sbml.jsbml.math.compiler.FindUnitsCompiler
 
log(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.FormulaCompiler
 
log(ASTNode2, ASTNode2) - Method in class org.sbml.jsbml.math.compiler.FormulaCompiler
 
log(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.LaTeXCompiler
 
log(ASTNode2, ASTNode2) - Method in class org.sbml.jsbml.math.compiler.LaTeXCompiler
 
log(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.LibSBMLFormulaCompiler
 
log(ASTNode2, ASTNode2) - Method in class org.sbml.jsbml.math.compiler.LibSBMLFormulaCompiler
 
log(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.UnitsCompiler
 
log(ASTNode2, ASTNode2) - Method in class org.sbml.jsbml.math.compiler.UnitsCompiler
 
LOG - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserASTNode2Constants
RegularExpression Id.
LOG - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserConstants
RegularExpression Id.
LOG - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2Constants
RegularExpression Id.
LOG - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserLL3Constants
RegularExpression Id.
LOG - Static variable in interface org.sbml.jsbml.text.parser.CobraFormulaParserConstants
RegularExpression Id.
LOG - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserASTNode2Constants
RegularExpression Id.
LOG - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserConstants
RegularExpression Id.
LOG - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2Constants
RegularExpression Id.
LOG - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserLL3Constants
RegularExpression Id.
log(ASTNode) - Method in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
Logarithm of the given value to base 10.
log(ASTNode, ASTNode) - Method in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
Logarithm of the given value to the given base.
log(ASTNode) - Method in class org.sbml.jsbml.util.compilers.FindUnitsCompiler
 
log(ASTNode, ASTNode) - Method in class org.sbml.jsbml.util.compilers.FindUnitsCompiler
 
log(ASTNode) - Method in class org.sbml.jsbml.util.compilers.FormulaCompiler
 
log(ASTNode, ASTNode) - Method in class org.sbml.jsbml.util.compilers.FormulaCompiler
 
log(ASTNode) - Method in class org.sbml.jsbml.util.compilers.LaTeXCompiler
 
log(ASTNode, ASTNode) - Method in class org.sbml.jsbml.util.compilers.LaTeXCompiler
 
log(ASTNode) - Method in class org.sbml.jsbml.util.compilers.LibSBMLFormulaCompiler
 
log(ASTNode, ASTNode) - Method in class org.sbml.jsbml.util.compilers.LibSBMLFormulaCompiler
 
log(ASTNode) - Method in class org.sbml.jsbml.util.compilers.MathMLCompiler
Deprecated.
 
log(ASTNode, ASTNode) - Method in class org.sbml.jsbml.util.compilers.MathMLCompiler
Deprecated.
 
log(ASTNode) - Method in class org.sbml.jsbml.util.compilers.UnitsCompiler
 
log(ASTNode, ASTNode) - Method in class org.sbml.jsbml.util.compilers.UnitsCompiler
 
log(double) - Static method in class org.sbml.jsbml.util.Maths
This method computes the log of n to the base 10
log(double, double) - Static method in class org.sbml.jsbml.util.Maths
This method computes the logarithm of a number x to a giving base b.
log - Variable in class org.sbml.jsbml.validator.offline.LoggingValidationContext
 
log(Priority, String) - Method in class org.sbml.jsbml.xml.stax.XMLLogger
 
logFailure(int) - Method in class org.sbml.jsbml.validator.offline.LoggingValidationContext
 
logger - Static variable in class org.sbml.jsbml.AbstractMathContainer
A logger for user-messages.
logger - Static variable in class org.sbml.jsbml.AbstractNamedSBaseWithUnit
Log4j logger
logger - Static variable in class org.sbml.jsbml.AbstractSBase
A logger for this class.
logger - Static variable in class org.sbml.jsbml.AbstractTreeNode
A Logger for this class.
logger - Static variable in class org.sbml.jsbml.ASTNode
A Logger for this class.
logger - Static variable in class org.sbml.jsbml.Compartment
A Logger for this class.
logger - Static variable in class org.sbml.jsbml.Creator
A Logger for this class.
logger - Static variable in class org.sbml.jsbml.ext.AbstractASTNodePlugin
 
logger - Static variable in class org.sbml.jsbml.ext.AbstractSBasePlugin
 
logger - Static variable in exception org.sbml.jsbml.IdentifierException
 
logger - Static variable in class org.sbml.jsbml.KineticLaw
A logger for this class.
logger - Static variable in class org.sbml.jsbml.ListOf
A Logger for this class.
logger - Static variable in class org.sbml.jsbml.math.AbstractASTNode
A Logger for this class.
logger - Static variable in class org.sbml.jsbml.math.ASTArithmeticOperatorNode
A Logger for this class.
logger - Static variable in class org.sbml.jsbml.math.ASTBinaryFunctionNode
A Logger for this class.
logger - Static variable in class org.sbml.jsbml.math.ASTBoolean
A Logger for this class.
logger - Static variable in class org.sbml.jsbml.math.ASTCiFunctionNode
A Logger for this class.
logger - Static variable in class org.sbml.jsbml.math.ASTCiNumberNode
A Logger for this class.
logger - Static variable in class org.sbml.jsbml.math.ASTCnExponentialNode
A Logger for this class.
logger - Static variable in class org.sbml.jsbml.math.ASTCnIntegerNode
A Logger for this class.
logger - Static variable in class org.sbml.jsbml.math.ASTCnNumberNode
A Logger for this class.
logger - Static variable in class org.sbml.jsbml.math.ASTCnRationalNode
A Logger for this class.
logger - Static variable in class org.sbml.jsbml.math.ASTCnRealNode
A Logger for this class.
logger - Static variable in class org.sbml.jsbml.math.ASTConstantNumber
A Logger for this class.
logger - Static variable in class org.sbml.jsbml.math.ASTCSymbolAvogadroNode
A Logger for this class.
logger - Static variable in class org.sbml.jsbml.math.ASTCSymbolDelayNode
A Logger for this class.
logger - Static variable in class org.sbml.jsbml.math.ASTCSymbolTimeNode
A Logger for this class.
logger - Static variable in class org.sbml.jsbml.math.ASTDivideNode
A Logger for this class.
logger - Static variable in class org.sbml.jsbml.math.ASTFunction
A Logger for this class.
logger - Static variable in class org.sbml.jsbml.math.ASTHyperbolicNode
A Logger for this class.
logger - Static variable in class org.sbml.jsbml.math.ASTLambdaFunctionNode
A Logger for this class.
logger - Static variable in class org.sbml.jsbml.math.ASTLogarithmNode
A Logger for this class.
logger - Static variable in class org.sbml.jsbml.math.ASTLogicalOperatorNode
A Logger for this class.
logger - Static variable in class org.sbml.jsbml.math.ASTMinusNode
A Logger for this class.
logger - Static variable in class org.sbml.jsbml.math.ASTPiecewiseFunctionNode
A Logger for this class.
logger - Static variable in class org.sbml.jsbml.math.ASTPlusNode
A Logger for this class.
logger - Static variable in class org.sbml.jsbml.math.ASTPowerNode
A Logger for this class.
logger - Static variable in class org.sbml.jsbml.math.ASTRelationalOperatorNode
A Logger for this class.
logger - Static variable in class org.sbml.jsbml.math.ASTRootNode
A Logger for this class.
logger - Static variable in class org.sbml.jsbml.math.ASTTimesNode
A Logger for this class.
logger - Static variable in class org.sbml.jsbml.math.ASTTrigonometricNode
A Logger for this class.
logger - Static variable in class org.sbml.jsbml.math.ASTUnaryFunctionNode
A Logger for this class.
logger - Variable in class org.sbml.jsbml.math.compiler.MathMLXMLStreamCompiler
 
logger - Static variable in class org.sbml.jsbml.Model
A Logger for this class.
logger - Static variable in class org.sbml.jsbml.SBMLDocument
logger used to print messages
logger - Static variable in class org.sbml.jsbml.Species
A Logger for this class.
logger - Static variable in class org.sbml.jsbml.Unit
A Logger for this class.
logger - Static variable in class org.sbml.jsbml.UnitDefinition
The logger for this class.
logger - Static variable in class org.sbml.jsbml.util.CobraUtil
 
logger - Static variable in class org.sbml.jsbml.util.compilers.MathMLXMLStreamCompiler
A Logger for this class.
logger - Static variable in class org.sbml.jsbml.util.SimpleTreeNodeChangeListener
A Logger for this class.
logger - Static variable in class org.sbml.jsbml.validator.offline.constraints.AbstractConstraintDeclaration
Log4j logger
logger - Static variable in class org.sbml.jsbml.validator.offline.constraints.helper.AssignmentCycleValidation
A Logger for this class.
logger - Static variable in class org.sbml.jsbml.validator.offline.constraints.helper.DuplicatedElementValidationFunction
Log4j logger
logger - Static variable in class org.sbml.jsbml.validator.offline.constraints.helper.ElementOrderValidationFunction
Log4j logger
logger - Static variable in class org.sbml.jsbml.validator.offline.constraints.TreeNodeConstraints
Log4j logger
logger - Static variable in class org.sbml.jsbml.validator.offline.constraints.ValidationConstraint
 
logger - Static variable in class org.sbml.jsbml.validator.offline.factory.ConstraintFactory
Log4j logger
logger - Static variable in class org.sbml.jsbml.validator.offline.ValidationContext
Log4j logger
logger - Static variable in class org.sbml.jsbml.xml.parsers.AbstractReaderWriter
A Logger for this class.
logger - Static variable in class org.sbml.jsbml.xml.parsers.MathMLStaxParser
A Logger for this class.
logger - Static variable in class org.sbml.jsbml.xml.parsers.PackageUtil
Log4j logger
logger - Static variable in class org.sbml.jsbml.xml.parsers.ParserManager
A Logger for this class.
logger - Static variable in class org.sbml.jsbml.xml.parsers.SBMLCoreParser
Log4j logger
logger - Static variable in class org.sbml.jsbml.xml.parsers.SBMLRDFAnnotationParser
Logger to be able to send informative, debug, warning or error messages.
logger - Static variable in class org.sbml.jsbml.xml.parsers.XMLNodeReader
A Logger for this class.
logger - Static variable in class org.sbml.jsbml.xml.parsers.XMLNodeWriter
 
logger - Static variable in class org.sbml.jsbml.xml.stax.DateProcessor
A Logger for this class.
logger - Static variable in class org.sbml.jsbml.xml.stax.SBMLReader
A Logger for this class.
logger - Static variable in class org.sbml.jsbml.xml.stax.SBMLWriter
A Logger for this class.
logger - Static variable in class org.sbml.jsbml.xml.stax.XMLLogger
logger
LoggingValidationContext - Class in org.sbml.jsbml.validator.offline
A subclass of ValidationContext which implements the ValidationListener interface to track his own validation process.
LoggingValidationContext(int, int) - Constructor for class org.sbml.jsbml.validator.offline.LoggingValidationContext
 
LoggingValidationContext(int, int, AnyConstraint<Object>, Set<SBMLValidator.CHECK_CATEGORY>) - Constructor for class org.sbml.jsbml.validator.offline.LoggingValidationContext
 
logicalOperation(String, List<ASTNode2>) - Method in class org.sbml.jsbml.math.compiler.FormulaCompiler
 
logicalOperation(String, List<ASTNode2>) - Method in class org.sbml.jsbml.math.compiler.LaTeXCompiler
 
logicalOperation(String, List<ASTNode>) - Method in class org.sbml.jsbml.util.compilers.FormulaCompiler
 
logicalOperation(String, List<ASTNode>) - Method in class org.sbml.jsbml.util.compilers.LaTeXCompiler
 
logicalOperationFunction(String, List<ASTNode>) - Method in class org.sbml.jsbml.util.compilers.FormulaCompiler
 
longtableHead(String, String, String) - Method in class org.sbml.jsbml.math.compiler.LaTeXCompiler
Creates a head for a longtable in LaTeX.
longtableHead(String, String, String) - Method in class org.sbml.jsbml.util.compilers.LaTeXCompiler
Creates a head for a longtable in LaTeX.
LookaheadSuccess() - Constructor for error org.sbml.jsbml.math.parser.FormulaParser.LookaheadSuccess
 
LookaheadSuccess() - Constructor for error org.sbml.jsbml.math.parser.FormulaParserASTNode2.LookaheadSuccess
 
LookaheadSuccess() - Constructor for error org.sbml.jsbml.math.parser.FormulaParserLL3.LookaheadSuccess
 
LookaheadSuccess() - Constructor for error org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2.LookaheadSuccess
 
LookaheadSuccess() - Constructor for error org.sbml.jsbml.text.parser.CobraFormulaParser.LookaheadSuccess
 
LookaheadSuccess() - Constructor for error org.sbml.jsbml.text.parser.FormulaParser.LookaheadSuccess
 
LookaheadSuccess() - Constructor for error org.sbml.jsbml.text.parser.FormulaParserASTNode2.LookaheadSuccess
 
LookaheadSuccess() - Constructor for error org.sbml.jsbml.text.parser.FormulaParserLL3.LookaheadSuccess
 
LookaheadSuccess() - Constructor for error org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2.LookaheadSuccess
 
LOOP_DETECTED - Static variable in error org.sbml.jsbml.math.parser.TokenMgrError
Detected (and bailed out of) an infinite loop in the token manager.
LOOP_DETECTED - Static variable in error org.sbml.jsbml.text.parser.TokenMgrError
Detected (and bailed out of) an infinite loop in the token manager.
lt(ASTNode, ASTNode) - Static method in class org.sbml.jsbml.ASTNode
Creates an ASTNode that performs a less than comparison between two ASTNodes.
lt(String, ASTNode) - Static method in class org.sbml.jsbml.ASTNode
Creates an ASTNode that performs a less than comparison between a variable and another ASTNode.
lt(ASTNode2, ASTNode2) - Static method in class org.sbml.jsbml.math.ASTFactory
Creates a ASTRelationalOperatorNode that performs a less than comparison between two ASTNode2s.
lt(String, ASTNode2) - Static method in class org.sbml.jsbml.math.ASTFactory
Creates an ASTRelationalOperatorNode that performs a less than comparison between a variable and another ASTNode2.
lt(ASTNode2, ASTNode2) - Method in interface org.sbml.jsbml.math.compiler.ASTNode2Compiler
Less than.
lt(ASTNode2, ASTNode2) - Method in class org.sbml.jsbml.math.compiler.FindUnitsCompiler
 
lt(ASTNode2, ASTNode2) - Method in class org.sbml.jsbml.math.compiler.FormulaCompiler
 
lt(ASTNode2, ASTNode2) - Method in class org.sbml.jsbml.math.compiler.LaTeXCompiler
 
lt(ASTNode2, ASTNode2) - Method in class org.sbml.jsbml.math.compiler.LibSBMLFormulaCompiler
 
lt(ASTNode2, ASTNode2) - Method in class org.sbml.jsbml.math.compiler.UnitsCompiler
 
lt(ASTNode, ASTNode) - Method in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
Less than.
lt(ASTNode, ASTNode) - Method in class org.sbml.jsbml.util.compilers.FindUnitsCompiler
 
lt(ASTNode, ASTNode) - Method in class org.sbml.jsbml.util.compilers.FormulaCompiler
 
lt(ASTNode, ASTNode) - Method in class org.sbml.jsbml.util.compilers.FormulaCompilerLibSBML
 
lt(ASTNode, ASTNode) - Method in class org.sbml.jsbml.util.compilers.LaTeXCompiler
 
lt(ASTNode, ASTNode) - Method in class org.sbml.jsbml.util.compilers.LibSBMLFormulaCompiler
 
lt(ASTNode, ASTNode) - Method in class org.sbml.jsbml.util.compilers.MathMLCompiler
Deprecated.
 
lt(ASTNode, ASTNode) - Method in class org.sbml.jsbml.util.compilers.UnitsCompiler
 
lv - Variable in class org.sbml.jsbml.AbstractSBase
Level and version of the SBML component.

M

main(String[]) - Static method in class org.sbml.jsbml.math.compiler.MathMLXMLStreamCompiler
 
main(String[]) - Static method in class org.sbml.jsbml.SBO
For testing purposes.
main(String[]) - Static method in class org.sbml.jsbml.util.compilers.MathMLXMLStreamCompiler
 
main(String[]) - Static method in class org.sbml.jsbml.validator.SBMLValidator
 
main(String[]) - Static method in class org.sbml.jsbml.xml.parsers.ParserManager
For testing purposes.
main(String[]) - Static method in class org.sbml.jsbml.xml.stax.SBMLReader
Reads the file that is passed as argument and write it to the console, using the method SBMLWriter.write(SBMLDocument, java.io.OutputStream).
main(String[]) - Static method in class org.sbml.jsbml.xml.stax.SBMLWriter
Tests this class
manager - Static variable in class org.sbml.jsbml.xml.parsers.ParserManager
 
mantissa - Variable in class org.sbml.jsbml.ASTNode
The part of a number in scientific format (with an E) that is on the left side of the E (the prefix of the number).
mantissa - Static variable in class org.sbml.jsbml.util.TreeNodeChangeEvent
 
mapOfLocalParameters - Variable in class org.sbml.jsbml.KineticLaw
For internal computation: a mapping between their identifiers and the LocalParameters in KineticLaws themselves:
mapOfLocalParameters - Variable in class org.sbml.jsbml.Model
A mapping between the identifiers of LocalParameters and the containing Reaction objects.
mapOfUniqueNamedSBases - Variable in class org.sbml.jsbml.Model
For internal computation: a mapping between their identifiers and the UniqueSIds in Models themselves:
mapOfUnitDefinitions - Variable in class org.sbml.jsbml.Model
A mapping between their identifiers and associated UnitDefinition objects.
mappingFromMetaId2SBase - Variable in class org.sbml.jsbml.SBMLDocument
Stores all the meta identifiers within this SBMLDocument to avoid the creation of multiple identical meta identifiers.
marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class org.sbml.jsbml.xml.xstream.converter.MessageConverter
 
marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class org.sbml.jsbml.xml.xstream.converter.SBMLErrorConverter
 
maskSpecialChars(String) - Static method in class org.sbml.jsbml.math.compiler.LaTeXCompiler
Masks all special characters used by LaTeX with a backslash including hyphen symbols.
maskSpecialChars(String, boolean) - Static method in class org.sbml.jsbml.math.compiler.LaTeXCompiler
 
maskSpecialChars(String) - Static method in class org.sbml.jsbml.util.compilers.LaTeXCompiler
Masks all special characters used by LaTeX with a backslash including hyphen symbols.
maskSpecialChars(String, boolean) - Static method in class org.sbml.jsbml.util.compilers.LaTeXCompiler
 
matching - Variable in class org.sbml.jsbml.validator.OverdeterminationValidator
HashMap representing the current matching with value of the left node -> value of the right node
math - Variable in class org.sbml.jsbml.AbstractMathContainer
The math formula as an abstract syntax tree.
math(Object) - Method in class org.sbml.jsbml.math.compiler.LaTeXCompiler
Encloses the given formula in dollar symbols (inline math mode).
math(Object) - Method in class org.sbml.jsbml.util.compilers.LaTeXCompiler
Encloses the given formula in dollar symbols (inline math mode).
math - Static variable in class org.sbml.jsbml.util.TreeNodeChangeEvent
 
MathContainer - Interface in org.sbml.jsbml
Base interface for all the SBML components which contain MathML nodes.
MathContainerConstraints - Class in org.sbml.jsbml.validator.offline.constraints
 
MathContainerConstraints() - Constructor for class org.sbml.jsbml.validator.offline.constraints.MathContainerConstraints
 
mathMLClass - Variable in class org.sbml.jsbml.math.AbstractASTNode
class attribute for MathML element
mathMLClass - Static variable in class org.sbml.jsbml.util.TreeNodeChangeEvent
 
MathMLCompiler - Class in org.sbml.jsbml.util.compilers
Deprecated.
MathMLCompiler() - Constructor for class org.sbml.jsbml.util.compilers.MathMLCompiler
Deprecated.
 
MathMLCompiler(ASTNode) - Constructor for class org.sbml.jsbml.util.compilers.MathMLCompiler
Deprecated.
 
MathMLParser - Class in org.sbml.jsbml.xml.parsers
Deprecated.
this class should not be used anymore, replaced by MathMLStaxParser. But we keep it in case somebody want to use Document
MathMLParser() - Constructor for class org.sbml.jsbml.xml.parsers.MathMLParser
Deprecated.
 
MathMLStaxParser - Class in org.sbml.jsbml.xml.parsers
A MathMLStaxParser is used to parse the MathML expressions injected into a SBML file.
MathMLStaxParser() - Constructor for class org.sbml.jsbml.xml.parsers.MathMLStaxParser
 
MathMLXMLStreamCompiler - Class in org.sbml.jsbml.math.compiler
Writes an ASTNode2 to mathML.
MathMLXMLStreamCompiler(XMLStreamWriter, String) - Constructor for class org.sbml.jsbml.math.compiler.MathMLXMLStreamCompiler
Create a new MathMLXMLStreamCompiler.
MathMLXMLStreamCompiler - Class in org.sbml.jsbml.util.compilers
Writes an ASTNode the mathML.
MathMLXMLStreamCompiler(XMLStreamWriter, String) - Constructor for class org.sbml.jsbml.util.compilers.MathMLXMLStreamCompiler
Create a new MathMLXMLStreamCompiler.
MathMLXMLStreamCompiler(String) - Constructor for class org.sbml.jsbml.util.compilers.MathMLXMLStreamCompiler
 
MathMLXMLStreamCompiler() - Constructor for class org.sbml.jsbml.util.compilers.MathMLXMLStreamCompiler
 
mathrm(char) - Method in class org.sbml.jsbml.math.compiler.LaTeXCompiler
 
mathrm(String) - Method in class org.sbml.jsbml.math.compiler.LaTeXCompiler
 
mathrm(char) - Method in class org.sbml.jsbml.util.compilers.LaTeXCompiler
 
mathrm(String) - Method in class org.sbml.jsbml.util.compilers.LaTeXCompiler
 
Maths - Class in org.sbml.jsbml.util
This class provides several static methods for mathematical operations such as faculty, logarithms and several trigonometric functions, which are not part of standard Java, but necessary to evaluate the content of SBML files.
Maths() - Constructor for class org.sbml.jsbml.util.Maths
Constructor that should not be used; this class provides static methods only.
mathtext(String) - Method in class org.sbml.jsbml.math.compiler.LaTeXCompiler
 
mathtext(String) - Method in class org.sbml.jsbml.util.compilers.LaTeXCompiler
 
mathtt(String) - Method in class org.sbml.jsbml.math.compiler.LaTeXCompiler
Returns the LaTeX code to set the given String in type writer font within a math environment.
mathtt(String) - Method in class org.sbml.jsbml.util.compilers.LaTeXCompiler
Returns the LaTeX code to set the given String in type writer font within a math environment.
max(List<ASTNode>) - Method in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
Returns the maximum of the values.
max(List<ASTNode>) - Method in class org.sbml.jsbml.util.compilers.FindUnitsCompiler
 
max(List<ASTNode>) - Method in class org.sbml.jsbml.util.compilers.FormulaCompiler
 
max(List<ASTNode>) - Method in class org.sbml.jsbml.util.compilers.LaTeXCompiler
 
max(List<ASTNode>) - Method in class org.sbml.jsbml.util.compilers.MathMLCompiler
Deprecated.
 
max(List<ASTNode>) - Method in class org.sbml.jsbml.util.compilers.UnitsCompiler
 
maxNextCharInd - Variable in class org.sbml.jsbml.math.parser.SimpleCharStream
 
maxNextCharInd - Variable in class org.sbml.jsbml.text.parser.SimpleCharStream
 
mbox(String) - Method in class org.sbml.jsbml.math.compiler.LaTeXCompiler
 
mbox(String) - Method in class org.sbml.jsbml.util.compilers.LaTeXCompiler
 
merge(Unit, Unit) - Static method in class org.sbml.jsbml.Unit
Merges two Unit objects with the same 'kind' attribute value into a single Unit.
message - Variable in class org.sbml.jsbml.Constraint
Represents the subnode message of a constraint element.
message - Variable in exception org.sbml.jsbml.SBMLError
 
Message - Class in org.sbml.jsbml.util
 
Message() - Constructor for class org.sbml.jsbml.util.Message
 
message - Variable in class org.sbml.jsbml.util.Message
 
message - Static variable in class org.sbml.jsbml.util.TreeNodeChangeEvent
 
MessageConverter - Class in org.sbml.jsbml.xml.xstream.converter
 
MessageConverter(String) - Constructor for class org.sbml.jsbml.xml.xstream.converter.MessageConverter
 
metaId - Variable in class org.sbml.jsbml.AbstractSBase
metaid of the SBML component.
metaid - Variable in class org.sbml.jsbml.util.filters.MetaIdFilter
The desired identifier for SBases to be acceptable.
metaId - Static variable in class org.sbml.jsbml.util.TreeNodeChangeEvent
 
MetaIdFilter - Class in org.sbml.jsbml.util.filters
This filter only accepts instances of SBase with the metaid as given in the constructor of this object.
MetaIdFilter() - Constructor for class org.sbml.jsbml.util.filters.MetaIdFilter
Creates a new instance of MetaIdFilter.
MetaIdFilter(String) - Constructor for class org.sbml.jsbml.util.filters.MetaIdFilter
Creates a new instance of MetaIdFilter.
metaIdPattern - Variable in class org.sbml.jsbml.validator.SyntaxChecker
Pattern to recognize valid meta-identifier strings for SBML elements.
metaIds() - Method in class org.sbml.jsbml.SBMLDocument
Provides access to all registered metaIds in this SBMLDocument.
midrule - Static variable in class org.sbml.jsbml.math.compiler.LaTeXCompiler
Produces a fancy line in tables.
midrule - Static variable in class org.sbml.jsbml.util.compilers.LaTeXCompiler
Produces a fancy line in tables.
militaryTimezones - Variable in class org.sbml.jsbml.xml.stax.DateProcessor
 
min(List<ASTNode>) - Method in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
Returns the minimum of the values.
min(List<ASTNode>) - Method in class org.sbml.jsbml.util.compilers.FindUnitsCompiler
 
min(List<ASTNode>) - Method in class org.sbml.jsbml.util.compilers.FormulaCompiler
 
min(List<ASTNode>) - Method in class org.sbml.jsbml.util.compilers.LaTeXCompiler
 
min(List<ASTNode>) - Method in class org.sbml.jsbml.util.compilers.MathMLCompiler
Deprecated.
 
min(List<ASTNode>) - Method in class org.sbml.jsbml.util.compilers.UnitsCompiler
 
minus(ASTNode) - Method in class org.sbml.jsbml.ASTNode
Subtracts the given ASTNode from this node.
minus(double) - Method in class org.sbml.jsbml.ASTNode
Subtracts the given number from this node.
minus(int) - Method in class org.sbml.jsbml.ASTNode
Subtracts the given integer from this node.
minus(int, String) - Method in class org.sbml.jsbml.ASTNode
 
minus(ASTNode2, ASTNode2) - Static method in class org.sbml.jsbml.math.ASTFactory
Subtracts an ASTNode2 from another ASTNode2.
minus(ASTNode2, double) - Static method in class org.sbml.jsbml.math.ASTFactory
Subtracts the given number from an ASTNode2
minus(ASTNode2, int) - Static method in class org.sbml.jsbml.math.ASTFactory
Subtracts an integer number from ASTNode2.
minus(ASTNode2, int, String) - Static method in class org.sbml.jsbml.math.ASTFactory
Subtracts an integer number from ASTNode2 and sets the units of ASTCnIntegerNode to the specified unitsID.
minus(List<ASTNode2>) - Method in interface org.sbml.jsbml.math.compiler.ASTNode2Compiler
Subtraction.
minus(List<ASTNode2>) - Method in class org.sbml.jsbml.math.compiler.FindUnitsCompiler
 
minus(List<ASTNode2>) - Method in class org.sbml.jsbml.math.compiler.FormulaCompiler
 
minus(List<ASTNode2>) - Method in class org.sbml.jsbml.math.compiler.LaTeXCompiler
 
minus(List<ASTNode2>) - Method in class org.sbml.jsbml.math.compiler.UnitsCompiler
 
MINUS - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserASTNode2Constants
RegularExpression Id.
MINUS - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserConstants
RegularExpression Id.
MINUS - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2Constants
RegularExpression Id.
MINUS - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserLL3Constants
RegularExpression Id.
MINUS - Static variable in interface org.sbml.jsbml.text.parser.CobraFormulaParserConstants
RegularExpression Id.
MINUS - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserASTNode2Constants
RegularExpression Id.
MINUS - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserConstants
RegularExpression Id.
MINUS - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2Constants
RegularExpression Id.
MINUS - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserLL3Constants
RegularExpression Id.
minus(List<ASTNode>) - Method in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
Subtraction.
minus(List<ASTNode>) - Method in class org.sbml.jsbml.util.compilers.FindUnitsCompiler
 
minus(List<ASTNode>) - Method in class org.sbml.jsbml.util.compilers.FormulaCompiler
 
minus(List<ASTNode>) - Method in class org.sbml.jsbml.util.compilers.LaTeXCompiler
 
minus(List<ASTNode>) - Method in class org.sbml.jsbml.util.compilers.MathMLCompiler
Deprecated.
 
minus(List<ASTNode>) - Method in class org.sbml.jsbml.util.compilers.UnitsCompiler
 
model - Variable in class org.sbml.jsbml.math.compiler.UnitsCompiler
The model associated to this compiler.
Model - Class in org.sbml.jsbml
JSBML implementation of SBML's Model construct.
Model() - Constructor for class org.sbml.jsbml.Model
Creates a Model instance.
Model(int, int) - Constructor for class org.sbml.jsbml.Model
Creates a Model instance.
Model(Model) - Constructor for class org.sbml.jsbml.Model
Creates a Model instance from a Model.
Model(String) - Constructor for class org.sbml.jsbml.Model
Creates a Model instance from an id.
Model(String, int, int) - Constructor for class org.sbml.jsbml.Model
Creates a Model instance from an id, level and version.
model - Variable in class org.sbml.jsbml.SBMLDocument
Represents the 'model' XML subnode of a SBML file.
model - Variable in class org.sbml.jsbml.util.compilers.UnitsCompiler
The model associated to this compiler.
model - Static variable in class org.sbml.jsbml.util.TreeNodeChangeEvent
 
model - Variable in class org.sbml.jsbml.validator.OverdeterminationValidator
The given SBML model
MODEL_ELEMENTS_ORDER - Static variable in class org.sbml.jsbml.validator.offline.constraints.ModelConstraints
 
ModelBuilder - Class in org.sbml.jsbml.util
This class provides a collection of convenient methods to create SBML models and documents.
ModelBuilder(int, int) - Constructor for class org.sbml.jsbml.util.ModelBuilder
 
ModelConstraints - Class in org.sbml.jsbml.validator.offline.constraints
 
ModelConstraints() - Constructor for class org.sbml.jsbml.validator.offline.constraints.ModelConstraints
 
ModelOverdeterminedException - Exception in org.sbml.jsbml.validator
This class represents an exception that is thrown when the model to be simulated is overdetermined
ModelOverdeterminedException() - Constructor for exception org.sbml.jsbml.validator.ModelOverdeterminedException
 
ModelOverdeterminedException(String) - Constructor for exception org.sbml.jsbml.validator.ModelOverdeterminedException
 
ModelOverdeterminedException(String, Throwable) - Constructor for exception org.sbml.jsbml.validator.ModelOverdeterminedException
 
ModelOverdeterminedException(Throwable) - Constructor for exception org.sbml.jsbml.validator.ModelOverdeterminedException
 
modified - Variable in class org.sbml.jsbml.History
Last date of modification
modifiedDate - Static variable in class org.sbml.jsbml.util.TreeNodeChangeEvent
 
ModifierSpeciesReference - Class in org.sbml.jsbml
Represents the modifierSpeciesReference XML element of a SBML file.
ModifierSpeciesReference() - Constructor for class org.sbml.jsbml.ModifierSpeciesReference
Creates a ModifierSpeciesReference instance.
ModifierSpeciesReference(int, int) - Constructor for class org.sbml.jsbml.ModifierSpeciesReference
Creates a ModifierSpeciesReference instance.
ModifierSpeciesReference(ModifierSpeciesReference) - Constructor for class org.sbml.jsbml.ModifierSpeciesReference
Creates a ModifierSpeciesReference instance from a given ModifierSpeciesReference.
ModifierSpeciesReference(Species) - Constructor for class org.sbml.jsbml.ModifierSpeciesReference
Creates a ModifierSpeciesReference instance from a given Species.
ModifierSpeciesReference(String) - Constructor for class org.sbml.jsbml.ModifierSpeciesReference
Creates a ModifierSpeciesReference instance.
ModifierSpeciesReference(String, int, int) - Constructor for class org.sbml.jsbml.ModifierSpeciesReference
Creates a ModifierSpeciesReference instance.
MODULO - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2Constants
RegularExpression Id.
MODULO - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserLL3Constants
RegularExpression Id.
MODULO - Static variable in interface org.sbml.jsbml.text.parser.CobraFormulaParserConstants
RegularExpression Id.
MODULO - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserConstants
RegularExpression Id.
MODULO - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2Constants
RegularExpression Id.
MODULO - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserLL3Constants
RegularExpression Id.
MULTI_10101 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
To conform to Version 1 of the Multi package specification for SBML Level 3, an SBML document must declare the use of the following XML Namespace: “http://www.sbml.org/sbml/level3/version1/multi/version1” (Reference: SBML Level 3 Package Specification for Multi, Version 1, Section 3.1 on page 9).
MULTI_10102 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Wherever they appear in an SBML document, elements and attributes from the Multi package must be declared either implicitly or explicitly to be in the XML namespace “http://www.sbml.org/sbml/level3/version1/multi/version1” (Reference: SBML Level 3 Package Specification for Multi, Version 1, Section 3.1 on page 9).
MULTI_10103 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_10104 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_10105 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_10301 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_10302 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_10303 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_10401 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_10402 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_10403 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_10404 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_10405 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_10406 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_10408 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_10501 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_10502 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_10503 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_10504 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_10505 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_10506 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_10508 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_10509 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_10601 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_10602 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_10603 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_10604 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_10605 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_10701 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_10702 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_10703 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_10704 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_10801 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_10802 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_20101 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_20102 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_20103 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_20104 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_20201 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_20202 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_20203 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_20204 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_20205 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_20206 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_20207 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_20208 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_20209 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_20301 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_20302 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_20303 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_20304 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_20305 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_20401 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_20402 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_20403 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_20404 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_20405 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_20406 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_20407 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_20408 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_20409 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_20410 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_20411 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_20412 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_20413 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_20414 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_20415 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_20416 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_20417 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_20501 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_20601 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_20602 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_20603 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_20604 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_20605 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_20606 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_20607 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_20608 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_20701 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_20702 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_20703 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_20704 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_20801 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_20802 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_20803 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_20805 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_20806 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_20901 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_20902 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_20903 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_20904 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_20907 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_21101 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_21102 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_21103 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_21104 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_21105 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_21106 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_21201 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_21202 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_21203 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_21204 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_21205 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_21206 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_21207 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_21208 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_21209 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_21210 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_21211 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_21212 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_21301 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_21302 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_21303 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_21304 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_21305 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_21306 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_21401 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_21402 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_21403 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_21404 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_21405 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_21406 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_21407 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_21408 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_21409 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_21410 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_21501 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_21502 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_21503 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_21504 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_21601 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_21602 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_21701 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_21702 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_21801 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_21802 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_21803 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_21901 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_21902 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_21903 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_21904 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_21905 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_21906 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_22101 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_22102 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MULTI_22103 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
 
MultipartPost - Class in org.sbml.jsbml.validator
Performs a Multipart HTTP post to the given URL.
MultipartPost(String) - Constructor for class org.sbml.jsbml.validator.MultipartPost
 
multiplier - Variable in class org.sbml.jsbml.Unit
Represents the 'multiplier' XML attribute of an unit element.
multiplier - Static variable in class org.sbml.jsbml.util.TreeNodeChangeEvent
 
multiplyWith(ASTNode) - Method in class org.sbml.jsbml.ASTNode
Multiplies this ASTNode with the given node
multiplyWith(ASTNode...) - Method in class org.sbml.jsbml.ASTNode
Multiplies this ASTNode with the given nodes, i.e., all given nodes will be children of this node, whose type will be set to ASTNode.Type.TIMES.
multiplyWith(CallableSBase) - Method in class org.sbml.jsbml.ASTNode
Multiplies this ASTNode with the given SBML element.
multiplyWith(ASTNode2...) - Static method in class org.sbml.jsbml.math.ASTFactory
Multiplies an ASTNode2 with the given nodes, i.e., all given nodes will be children of this ASTArithmeticOperatorNode, whose type will be set to ASTNode.Type.TIMES.
multiplyWith(ASTNode2, ASTNode2) - Static method in class org.sbml.jsbml.math.ASTFactory
Multiplies an ASTNode2 with another ASTNode2.
multiplyWith(UnitDefinition) - Method in class org.sbml.jsbml.UnitDefinition
Multiplies this unit with the given unit definition, i.e., adds a clone of each unit object in the list of units of the given definition to the list of this unit.

N

name - Variable in class org.sbml.jsbml.AbstractSBase
name of the SBML component (can be optional depending on the level and version).
name - Variable in class org.sbml.jsbml.ASTNode
If no NamedSBase object exists or can be identified when ASTNode.setName(String) is called, the given name is stored in this field.
name - Variable in class org.sbml.jsbml.math.ASTCiFunctionNode
The name of the MathML element represented by this ASTCiFunctionNode.
name - Variable in class org.sbml.jsbml.math.ASTCSymbolAvogadroNode
The name of the MathML element represented by this ASTCSymbolAvogadroNode.
name - Variable in class org.sbml.jsbml.math.ASTCSymbolDelayNode
name attribute for MathML element
name - Variable in class org.sbml.jsbml.math.ASTCSymbolTimeNode
The name of the MathML element represented by this ASTCSymbolTimeNode.
name - Variable in class org.sbml.jsbml.math.ASTFunction
The name of the MathML element represented by this ASTFunction.
name - Variable in class org.sbml.jsbml.ontology.Term
The base properties of this Term.
name - Variable in class org.sbml.jsbml.util.filters.NameFilter
The desired name.
name - Variable in class org.sbml.jsbml.util.Option
 
name - Static variable in class org.sbml.jsbml.util.TreeNodeChangeEvent
 
name - Variable in class org.sbml.jsbml.validator.offline.constraints.helper.CycleDetectionTreeNode
 
name - Variable in class org.sbml.jsbml.xml.stax.SBMLObjectForXML
Represents the localName of a SBML component to write.
name - Variable in class org.sbml.jsbml.xml.XMLTriple
 
NamedSBase - Interface in org.sbml.jsbml
Base class for all the SBML components with an id and a name (optional or not) in SBML Level 3 Version 1 or lower.
NamedSBaseWithDerivedUnit - Interface in org.sbml.jsbml
All objects that implement this interface can be referenced in abstract syntax trees as implemented in ASTNode.
nameEquivalent - Variable in enum org.sbml.jsbml.CVTerm.Qualifier
The name equivalent.
nameEquivalent - Variable in enum org.sbml.jsbml.CVTerm.Type
 
NameFilter - Class in org.sbml.jsbml.util.filters
This filter only accepts instances of SBase with the id or name as given in the constructor of this object.
NameFilter() - Constructor for class org.sbml.jsbml.util.filters.NameFilter
Creates a new NameFilter instance
NameFilter(String) - Constructor for class org.sbml.jsbml.util.filters.NameFilter
Creates a new NameFilter instance with the given id to search for.
NameFilter(String, String) - Constructor for class org.sbml.jsbml.util.filters.NameFilter
Creates a new NameFilter instance with the given id and/or name to search for.
namespace - Static variable in class org.sbml.jsbml.util.TreeNodeChangeEvent
 
namespace - Variable in class org.sbml.jsbml.xml.parsers.PackageInfo
 
namespace - Variable in class org.sbml.jsbml.xml.stax.SBMLObjectForXML
Represents the namespace URI of a SBML component to write.
namespaces - Static variable in class org.sbml.jsbml.xml.parsers.MathMLStaxParser
 
namespaces - Static variable in class org.sbml.jsbml.xml.parsers.SBMLCoreParser
 
namespaces - Static variable in class org.sbml.jsbml.xml.parsers.XMLNodeReader
 
namespaces - Variable in class org.sbml.jsbml.xml.XMLNamespaces
HashMap
namespaces - Variable in class org.sbml.jsbml.xml.XMLToken
 
namespaceToNameMap - Variable in class org.sbml.jsbml.xml.parsers.ParserManager
Map between the PackageParser namespace and package short name.
namespaceURI - Variable in enum org.sbml.jsbml.CVTerm.Type
 
namespaceURI - Variable in class org.sbml.jsbml.xml.XMLTriple
 
namesToUnits - Variable in class org.sbml.jsbml.math.compiler.UnitsCompiler
Necessary for function definitions to remember the units of the argument list.
namesToUnits - Variable in class org.sbml.jsbml.util.compilers.UnitsCompiler
Necessary for function definitions to remember the units of the argument list.
NEGATIVE_ININITY - Static variable in class org.sbml.jsbml.math.compiler.LaTeXCompiler
 
NEGATIVE_ININITY - Static variable in class org.sbml.jsbml.util.compilers.LaTeXCompiler
 
neq(ASTNode, ASTNode) - Static method in class org.sbml.jsbml.ASTNode
Creates an ASTNode that performs a not equal comparison between two ASTNodes.
neq(ASTNode2, ASTNode2) - Static method in class org.sbml.jsbml.math.ASTFactory
Creates an ASTNode2 that performs a not equal comparison between two ASTNode2s.
neq(ASTNode2, ASTNode2) - Method in interface org.sbml.jsbml.math.compiler.ASTNode2Compiler
Not equal.
neq(ASTNode2, ASTNode2) - Method in class org.sbml.jsbml.math.compiler.FindUnitsCompiler
 
neq(ASTNode2, ASTNode2) - Method in class org.sbml.jsbml.math.compiler.FormulaCompiler
 
neq(ASTNode2, ASTNode2) - Method in class org.sbml.jsbml.math.compiler.LaTeXCompiler
 
neq(ASTNode2, ASTNode2) - Method in class org.sbml.jsbml.math.compiler.LibSBMLFormulaCompiler
 
neq(ASTNode2, ASTNode2) - Method in class org.sbml.jsbml.math.compiler.UnitsCompiler
 
neq(ASTNode, ASTNode) - Method in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
Not equal.
neq(ASTNode, ASTNode) - Method in class org.sbml.jsbml.util.compilers.FindUnitsCompiler
 
neq(ASTNode, ASTNode) - Method in class org.sbml.jsbml.util.compilers.FormulaCompiler
 
neq(ASTNode, ASTNode) - Method in class org.sbml.jsbml.util.compilers.FormulaCompilerLibSBML
 
neq(ASTNode, ASTNode) - Method in class org.sbml.jsbml.util.compilers.LaTeXCompiler
 
neq(ASTNode, ASTNode) - Method in class org.sbml.jsbml.util.compilers.LibSBMLFormulaCompiler
 
neq(ASTNode, ASTNode) - Method in class org.sbml.jsbml.util.compilers.MathMLCompiler
Deprecated.
 
neq(ASTNode, ASTNode) - Method in class org.sbml.jsbml.util.compilers.UnitsCompiler
 
newBundle(String, Locale, String, ClassLoader, boolean) - Method in class org.sbml.jsbml.util.XMLResourceBundleControl
 
newInstance(SBase, Class<T>) - Static method in class org.sbml.jsbml.ListOf
Initializes a new ListOf object for the given parent SBML object and with the given Class as the type of the list.
newLine - Static variable in class org.sbml.jsbml.util.StringTools
New line separator of this operating system
newLine() - Static method in class org.sbml.jsbml.util.StringTools
 
newToken(int, String) - Static method in class org.sbml.jsbml.math.parser.Token
Returns a new Token object, by default.
newToken(int) - Static method in class org.sbml.jsbml.math.parser.Token
 
newToken(int, String) - Static method in class org.sbml.jsbml.text.parser.Token
Returns a new Token object, by default.
newToken(int) - Static method in class org.sbml.jsbml.text.parser.Token
 
next - Variable in class org.sbml.jsbml.math.parser.FormulaParser.JJCalls
 
next - Variable in class org.sbml.jsbml.math.parser.FormulaParserASTNode2.JJCalls
 
next - Variable in class org.sbml.jsbml.math.parser.FormulaParserLL3.JJCalls
 
next - Variable in class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2.JJCalls
 
next - Variable in class org.sbml.jsbml.math.parser.Token
A reference to the next regular (non-special) token from the input stream.
next - Variable in class org.sbml.jsbml.text.parser.CobraFormulaParser.JJCalls
 
next - Variable in class org.sbml.jsbml.text.parser.FormulaParser.JJCalls
 
next - Variable in class org.sbml.jsbml.text.parser.FormulaParserASTNode2.JJCalls
 
next - Variable in class org.sbml.jsbml.text.parser.FormulaParserLL3.JJCalls
 
next - Variable in class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2.JJCalls
 
next - Variable in class org.sbml.jsbml.text.parser.Token
A reference to the next regular (non-special) token from the input stream.
nextMetaId() - Method in class org.sbml.jsbml.SBMLDocument
Randomly creates a new String that can be used as a metaid, i.e., a String that is a valid metaid and that is not yet used by any other element within this SBMLDocument.
NODE_COLOR() - Constructor for enum org.sbml.jsbml.xml.parsers.SBMLRDFAnnotationParser.NODE_COLOR
 
nodeAdded(TreeNode) - Method in class org.sbml.jsbml.util.SimpleTreeNodeChangeListener
 
nodeAdded(TreeNode) - Method in interface org.sbml.jsbml.util.TreeNodeChangeListener
The TreeNode passed to this method has just been added to the a containing element.
nodeDepth - Variable in class org.sbml.jsbml.xml.parsers.XMLNodeWriter
 
nodeRemoved(TreeNodeRemovedEvent) - Method in class org.sbml.jsbml.util.SimpleTreeNodeChangeListener
 
nodeRemoved(TreeNodeRemovedEvent) - Method in interface org.sbml.jsbml.util.TreeNodeChangeListener
The TreeNodeRemovedEvent passed to this method provides information about the node that has been removed from a containing parent and does hence no longer belong to the SBMLDocument anymore.
nodes - Variable in class org.sbml.jsbml.validator.OverdeterminationValidator.InnerNode
Adjacent nodes
nodes - Variable in class org.sbml.jsbml.validator.OverdeterminationValidator.StartNode
 
NodeWriter - Interface in org.sbml.jsbml.util
A writer for XML DOM nodes.
nonRDFannotation - Variable in class org.sbml.jsbml.Annotation
contains all the remaining annotation not mapped to Objects.
nonRDFAnnotation - Static variable in class org.sbml.jsbml.util.TreeNodeChangeEvent
 
not(ASTNode2...) - Static method in class org.sbml.jsbml.math.ASTFactory
Creates an ASTLogicalOperatorNode of type ASTNode.Type.LOGICAL_NOT and adds the given nodes as children.
not(ASTNode2) - Method in interface org.sbml.jsbml.math.compiler.ASTNode2Compiler
 
not(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.FindUnitsCompiler
 
not(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.FormulaCompiler
 
not(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.LaTeXCompiler
 
not(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.UnitsCompiler
 
NOT - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserASTNode2Constants
RegularExpression Id.
NOT - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserConstants
RegularExpression Id.
NOT - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2Constants
RegularExpression Id.
NOT - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserLL3Constants
RegularExpression Id.
NOT - Static variable in interface org.sbml.jsbml.text.parser.CobraFormulaParserConstants
RegularExpression Id.
NOT - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserASTNode2Constants
RegularExpression Id.
NOT - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserConstants
RegularExpression Id.
NOT - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2Constants
RegularExpression Id.
NOT - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserLL3Constants
RegularExpression Id.
not(ASTNode) - Method in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
 
not(ASTNode) - Method in class org.sbml.jsbml.util.compilers.FindUnitsCompiler
 
not(ASTNode) - Method in class org.sbml.jsbml.util.compilers.FormulaCompiler
 
not(ASTNode) - Method in class org.sbml.jsbml.util.compilers.FormulaCompilerLibSBML
 
not(ASTNode) - Method in class org.sbml.jsbml.util.compilers.LaTeXCompiler
 
not(ASTNode) - Method in class org.sbml.jsbml.util.compilers.MathMLCompiler
Deprecated.
 
not(ASTNode) - Method in class org.sbml.jsbml.util.compilers.UnitsCompiler
 
notes - Static variable in class org.sbml.jsbml.util.TreeNodeChangeEvent
 
NOTES_TYPE() - Constructor for enum org.sbml.jsbml.AbstractSBase.NOTES_TYPE
 
notesReader - Static variable in class org.sbml.jsbml.xml.XMLNode
This reader is used to parse all notes-Strings.
notesXMLNode - Variable in class org.sbml.jsbml.AbstractSBase
notes of the SBML component.
notifyChildChange(TreeNode, TreeNode) - Method in class org.sbml.jsbml.AbstractSBase
 
notifyChildChange(TreeNode, TreeNode) - Method in class org.sbml.jsbml.AbstractTreeNode
This method is called when one child has been swapped with another one and can be used to check certain properties of the resulting changed tree.
NotImplementedException - Error in org.sbml.jsbml.util
This kind of Exception indicates currently missing functionality in JSBML.
NotImplementedException() - Constructor for error org.sbml.jsbml.util.NotImplementedException
 
NotImplementedException(String) - Constructor for error org.sbml.jsbml.util.NotImplementedException
 
NotImplementedException(Throwable) - Constructor for error org.sbml.jsbml.util.NotImplementedException
 
NotImplementedException(String, Throwable) - Constructor for error org.sbml.jsbml.util.NotImplementedException
 
number - Variable in class org.sbml.jsbml.math.ASTCnNumberNode
Numerical base for MathML element
NUMBER - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserASTNode2Constants
RegularExpression Id.
NUMBER - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserConstants
RegularExpression Id.
NUMBER - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2Constants
RegularExpression Id.
NUMBER - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserLL3Constants
RegularExpression Id.
NUMBER - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserASTNode2Constants
RegularExpression Id.
NUMBER - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserConstants
RegularExpression Id.
NUMBER - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2Constants
RegularExpression Id.
NUMBER - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserLL3Constants
RegularExpression Id.
number - Static variable in class org.sbml.jsbml.util.TreeNodeChangeEvent
 
numBvars - Static variable in class org.sbml.jsbml.util.TreeNodeChangeEvent
 
numerator - Variable in class org.sbml.jsbml.ASTNode
This value stores the numerator if this.isRational() is true, or the value of an integer if this.isInteger() is true.
numerator - Static variable in class org.sbml.jsbml.util.TreeNodeChangeEvent
 
numPiece - Static variable in class org.sbml.jsbml.util.TreeNodeChangeEvent
 

O

of(L, V) - Static method in class org.sbml.jsbml.util.Pair
Static method to easily create a value pair of two given values.
of(L, V) - Static method in class org.sbml.jsbml.util.ValuePair
Static method to easily create a value pair of two given values.
offset - Variable in class org.sbml.jsbml.Unit
Deprecated.
the offset attribute should no longer be used.
offset - Static variable in class org.sbml.jsbml.util.TreeNodeChangeEvent
 
omitXMLDeclaration - Variable in class org.sbml.jsbml.xml.parsers.MathMLParser
Deprecated.
If true no XML declaration will be written into the MathML output, otherwise the XML version will appear at the beginning of the output.
omitXMLDeclaration - Variable in class org.sbml.jsbml.xml.parsers.MathMLStaxParser
If true no XML declaration will be written into the MathML output, otherwise the XML version will appear at the beginning of the output.
OPEN_PAR - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserASTNode2Constants
RegularExpression Id.
OPEN_PAR - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserConstants
RegularExpression Id.
OPEN_PAR - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2Constants
RegularExpression Id.
OPEN_PAR - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserLL3Constants
RegularExpression Id.
OPEN_PAR - Static variable in interface org.sbml.jsbml.text.parser.CobraFormulaParserConstants
RegularExpression Id.
OPEN_PAR - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserASTNode2Constants
RegularExpression Id.
OPEN_PAR - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserConstants
RegularExpression Id.
OPEN_PAR - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2Constants
RegularExpression Id.
OPEN_PAR - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserLL3Constants
RegularExpression Id.
OPERATION_FAILED - Static variable in class org.sbml.jsbml.JSBML
 
OPERATION_SUCCESS - Static variable in class org.sbml.jsbml.JSBML
 
Option - Class in org.sbml.jsbml.util
Stores the options sent by the SBML online validator.
Option() - Constructor for class org.sbml.jsbml.util.Option
 
Option(String, String) - Constructor for class org.sbml.jsbml.util.Option
 
options - Variable in class org.sbml.jsbml.SBMLErrorLog
 
or(ASTNode2...) - Static method in class org.sbml.jsbml.math.ASTFactory
Creates an ASTLogicalOperatorNode of type ASTNode.Type.LOGICAL_OR and adds the given nodes as children.
or(List<ASTNode2>) - Method in interface org.sbml.jsbml.math.compiler.ASTNode2Compiler
 
or(List<ASTNode2>) - Method in class org.sbml.jsbml.math.compiler.FindUnitsCompiler
 
or(List<ASTNode2>) - Method in class org.sbml.jsbml.math.compiler.FormulaCompiler
 
or - Static variable in class org.sbml.jsbml.math.compiler.LaTeXCompiler
 
or(List<ASTNode2>) - Method in class org.sbml.jsbml.math.compiler.LaTeXCompiler
 
or(List<ASTNode2>) - Method in class org.sbml.jsbml.math.compiler.LibSBMLFormulaCompiler
 
or(List<ASTNode2>) - Method in class org.sbml.jsbml.math.compiler.UnitsCompiler
 
OR - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserASTNode2Constants
RegularExpression Id.
OR - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserConstants
RegularExpression Id.
OR - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2Constants
RegularExpression Id.
OR - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserLL3Constants
RegularExpression Id.
OR - Static variable in interface org.sbml.jsbml.text.parser.CobraFormulaParserConstants
RegularExpression Id.
OR - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserASTNode2Constants
RegularExpression Id.
OR - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserConstants
RegularExpression Id.
OR - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2Constants
RegularExpression Id.
OR - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserLL3Constants
RegularExpression Id.
or(List<ASTNode>) - Method in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
 
or(List<ASTNode>) - Method in class org.sbml.jsbml.util.compilers.FindUnitsCompiler
 
or(List<ASTNode>) - Method in class org.sbml.jsbml.util.compilers.FormulaCompiler
 
or(List<ASTNode>) - Method in class org.sbml.jsbml.util.compilers.FormulaCompilerLibSBML
 
or - Static variable in class org.sbml.jsbml.util.compilers.LaTeXCompiler
 
or(List<ASTNode>) - Method in class org.sbml.jsbml.util.compilers.LaTeXCompiler
 
or(List<ASTNode>) - Method in class org.sbml.jsbml.util.compilers.LibSBMLFormulaCompiler
 
or(List<ASTNode>) - Method in class org.sbml.jsbml.util.compilers.MathMLCompiler
Deprecated.
 
or(List<ASTNode>) - Method in class org.sbml.jsbml.util.compilers.UnitsCompiler
 
OrFilter - Class in org.sbml.jsbml.util.filters
This filter accepts an item if at least one of its filters accepts the given item.
OrFilter() - Constructor for class org.sbml.jsbml.util.filters.OrFilter
 
OrFilter(Filter...) - Constructor for class org.sbml.jsbml.util.filters.OrFilter
 
org.sbml.jsbml - package org.sbml.jsbml
Pure Java™ implementation of the data structures to represent all SBML constructs.
org.sbml.jsbml.ext - package org.sbml.jsbml.ext
The base package for all SBML extensions.
org.sbml.jsbml.math - package org.sbml.jsbml.math
 
org.sbml.jsbml.math.compiler - package org.sbml.jsbml.math.compiler
 
org.sbml.jsbml.math.parser - package org.sbml.jsbml.math.parser
Provides classes to parse formula Strings and to convert these into abstract syntax tree data structures.
org.sbml.jsbml.ontology - package org.sbml.jsbml.ontology
 
org.sbml.jsbml.resources - package org.sbml.jsbml.resources
Contains classes to deal with and to manage non-Java resources, such as configuration files.
org.sbml.jsbml.text.parser - package org.sbml.jsbml.text.parser
Provides classes to parse formula Strings and to convert these into abstract syntax tree data structures.
org.sbml.jsbml.util - package org.sbml.jsbml.util
A collection of handy utilities when working with JSBML classes, such as classes for String manipulation or mathematical operations.
org.sbml.jsbml.util.compilers - package org.sbml.jsbml.util.compilers
The classes in this package can be used to evaluate the information represented by abstract syntax trees (ASTNode objects).
org.sbml.jsbml.util.filters - package org.sbml.jsbml.util.filters
Filters are useful to decide whether or not to accept a certain item.
org.sbml.jsbml.validator - package org.sbml.jsbml.validator
This package provides methods to validate the content of SBML models, whether given in a file or as a data structure.
org.sbml.jsbml.validator.offline - package org.sbml.jsbml.validator.offline
This package provides methods to validate any kind of object without a connection to the internet.
org.sbml.jsbml.validator.offline.constraints - package org.sbml.jsbml.validator.offline.constraints
 
org.sbml.jsbml.validator.offline.constraints.helper - package org.sbml.jsbml.validator.offline.constraints.helper
 
org.sbml.jsbml.validator.offline.factory - package org.sbml.jsbml.validator.offline.factory
 
org.sbml.jsbml.xml - package org.sbml.jsbml.xml
This package provides classes and methods to deal with SBML in form of XML elements, i.e., here you can find parsers and writers for SBML and also elements to define XML nodes to be used for notes or annotations.
org.sbml.jsbml.xml.parsers - package org.sbml.jsbml.xml.parsers
Contains classes that implement ReadingParser and/or WritingParser to read or write some specific parts of an SBML file.
org.sbml.jsbml.xml.stax - package org.sbml.jsbml.xml.stax
Contains classes that use the Streaming API for XML (StAX) to read or write an SBML file.
org.sbml.jsbml.xml.xstream.converter - package org.sbml.jsbml.xml.xstream.converter
Contains classes that uses the XStream to read or write XML.
organisation - Variable in class org.sbml.jsbml.Creator
Organisation name of the creator.
organization - Static variable in class org.sbml.jsbml.util.TreeNodeChangeEvent
 
orReplacement - Variable in class org.sbml.jsbml.util.compilers.FormulaCompilerNoPiecewise
 
otherAttributes - Variable in class org.sbml.jsbml.Creator
Holding any additional vCard elements.
otherListName - Variable in class org.sbml.jsbml.ListOf
name of the list at it appears in the SBMLFile.
outside - Static variable in class org.sbml.jsbml.util.TreeNodeChangeEvent
 
outsideID - Variable in class org.sbml.jsbml.Compartment
Deprecated.
OverdeterminationValidator - Class in org.sbml.jsbml.validator
This class creates a bipartite graph and a matching for the given model using the algorithm by Hopcroft and Karp (1973).
OverdeterminationValidator(Model) - Constructor for class org.sbml.jsbml.validator.OverdeterminationValidator
Creates a new OverdeterminationValidator for the given model
OverdeterminationValidator.InnerNode<T extends SBase> - Class in org.sbml.jsbml.validator
This class represents an inner node in the bipartite graph, e.g., a varibale or an reaction
OverdeterminationValidator.Node<S> - Interface in org.sbml.jsbml.validator
This Interface represents a node in the bipartite graph
OverdeterminationValidator.StartNode<T extends SBase> - Class in org.sbml.jsbml.validator
This class represents the start node in the bipartite graph
OverdeterminationValidator.TerminalNode<T extends SBase> - Class in org.sbml.jsbml.validator
This class represents the end node in the bipartite graph

P

PACKAGE_VERSION_MISMATCH_MSG - Static variable in exception org.sbml.jsbml.LevelVersionError
Message to display in cases that two objects do not have identical package version attributes.
PackageInfo - Class in org.sbml.jsbml.xml.parsers
 
PackageInfo() - Constructor for class org.sbml.jsbml.xml.parsers.PackageInfo
 
packageName - Variable in class org.sbml.jsbml.AbstractSBase
the name of the package which this SBase element belong to, 'core' by default.
packageName - Variable in exception org.sbml.jsbml.SBMLError
 
packageName - Static variable in class org.sbml.jsbml.util.TreeNodeChangeEvent
 
PackageParser - Interface in org.sbml.jsbml.xml.parsers
Interface that define some common methods that the parsers for SBML packages need to implement in order to provide some basic information about them.
packageParsers - Variable in class org.sbml.jsbml.xml.parsers.ParserManager
 
PackageUtil - Class in org.sbml.jsbml.xml.parsers
 
PackageUtil() - Constructor for class org.sbml.jsbml.xml.parsers.PackageUtil
 
packageVersion - Variable in class org.sbml.jsbml.AbstractSBase
the version of the package which this SBase element belong to, '0' by default for core.
packageVersion - Variable in class org.sbml.jsbml.ext.AbstractASTNodePlugin
 
packageVersion - Variable in class org.sbml.jsbml.ext.AbstractSBasePlugin
 
packageVersion - Static variable in class org.sbml.jsbml.util.TreeNodeChangeEvent
 
packageVersionMismatchMessage(SBase, SBase) - Static method in exception org.sbml.jsbml.LevelVersionError
Creates an error message showing the different package versions of the given SBase elements.
packageVersionMismatchMessage(SBasePlugin, SBase) - Static method in exception org.sbml.jsbml.LevelVersionError
Creates an error message showing the different package versions of the given SBase elements.
Pair<L,V> - Class in org.sbml.jsbml.util
A general implementation of a 2-tuple, i.e., two arbitrary objects.
Pair() - Constructor for class org.sbml.jsbml.util.Pair
 
Pair(L, V) - Constructor for class org.sbml.jsbml.util.Pair
 
Pair(Pair<L, V>) - Constructor for class org.sbml.jsbml.util.Pair
 
pairOf(L, V) - Static method in class org.sbml.jsbml.util.Pair
Can be used for static import in your class to easily create Pairs of arbitrary data types with a simple method call, e.g., pairOf(1, 2).
Parameter - Class in org.sbml.jsbml
Represents a globally valid parameter in the model, i.e., a variable that may change during a simulation or that provides a constant value.
Parameter() - Constructor for class org.sbml.jsbml.Parameter
Creates a Parameter instance.
Parameter(int, int) - Constructor for class org.sbml.jsbml.Parameter
Creates a Parameter instance from a level and version.
Parameter(LocalParameter) - Constructor for class org.sbml.jsbml.Parameter
Creates a Parameter instance from a given LocalParameter.
Parameter(Parameter) - Constructor for class org.sbml.jsbml.Parameter
Creates a Parameter instance from a given Parameter.
Parameter(String) - Constructor for class org.sbml.jsbml.Parameter
Creates a Parameter instance from an id.
Parameter(String, int, int) - Constructor for class org.sbml.jsbml.Parameter
Creates a Parameter instance from an id, level and version.
ParameterConstraints - Class in org.sbml.jsbml.validator.offline.constraints
 
ParameterConstraints() - Constructor for class org.sbml.jsbml.validator.offline.constraints.ParameterConstraints
 
parent - Variable in class org.sbml.jsbml.AbstractTreeNode
The parent element of this Annotation.
parents - Variable in class org.sbml.jsbml.validator.offline.constraints.helper.CycleDetectionTreeNode
 
parentSBMLObject - Variable in class org.sbml.jsbml.ASTNode
The container that holds this ASTNode.
parentSBMLObject - Variable in class org.sbml.jsbml.math.AbstractASTNode
The container that holds this AbstractASTNode.
parentSBMLObject - Static variable in class org.sbml.jsbml.util.TreeNodeChangeEvent
 
parse() - Method in class org.sbml.jsbml.math.parser.FormulaParser
 
parse() - Method in class org.sbml.jsbml.math.parser.FormulaParserASTNode2
 
parse() - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3
 
parse() - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2
 
parse() - Method in interface org.sbml.jsbml.math.parser.IFormulaParser
 
parse() - Method in class org.sbml.jsbml.text.parser.CobraFormulaParser
 
parse() - Method in class org.sbml.jsbml.text.parser.FormulaParser
 
parse() - Method in class org.sbml.jsbml.text.parser.FormulaParserASTNode2
 
parse() - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3
 
parse() - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2
 
parse() - Method in interface org.sbml.jsbml.text.parser.IFormulaParser
 
parse(InputStream, DefaultHandler, boolean) - Method in class org.sbml.jsbml.util.JAXPFacade
Parses the content of a byte stream as XML, using a nonvalidating parser and the specified SAX2 default event handler.
parse(InputStream, DefaultHandler, Object[]) - Method in class org.sbml.jsbml.util.JAXPFacade
Parses the content of a byte stream as XML, using a validating parser and the specified SAX2 default event handler.
parse(Reader, DefaultHandler, boolean) - Method in class org.sbml.jsbml.util.JAXPFacade
Parses the content of a character stream as XML, using a nonvalidating parser and the specified SAX2 default event handler.
parse(Reader, DefaultHandler, Object[]) - Method in class org.sbml.jsbml.util.JAXPFacade
Parses the content of a character stream as XML, using a validating parser and the specified SAX2 default event handler.
parse(InputStream, DefaultHandler, boolean) - Method in interface org.sbml.jsbml.util.SAX2Parser
Parses the content of a byte stream as XML, using a nonvalidating parser and the specified SAX2 default event handler.
parse(InputStream, DefaultHandler, Object[]) - Method in interface org.sbml.jsbml.util.SAX2Parser
Parses the content of a byte stream as XML, using a validating parser and the specified SAX2 default event handler.
parse(Reader, DefaultHandler, boolean) - Method in interface org.sbml.jsbml.util.SAX2Parser
Parses the content of a character stream as XML, using a nonvalidating parser and the specified SAX2 default event handler.
parse(Reader, DefaultHandler, Object[]) - Method in interface org.sbml.jsbml.util.SAX2Parser
Parses the content of a character stream as XML, using a validating parser and the specified SAX2 default event handler.
parseCobraNotes(SBase) - Static method in class org.sbml.jsbml.util.CobraUtil
Parses the notes of the given SBase element.
ParseException - Exception in org.sbml.jsbml.math.parser
This exception is thrown when parse errors are encountered.
ParseException(Token, int[][], String[]) - Constructor for exception org.sbml.jsbml.math.parser.ParseException
Creates a new ParseException instance with the fields "currentToken", "expectedTokenSequences", and "tokenImage" set.
ParseException() - Constructor for exception org.sbml.jsbml.math.parser.ParseException
Creates a new ParseException instance.
ParseException(String) - Constructor for exception org.sbml.jsbml.math.parser.ParseException
Creates a new ParseException instance with the given message.
ParseException(Throwable) - Constructor for exception org.sbml.jsbml.math.parser.ParseException
Creates a new ParseException instance that will warp the given Throwable.
ParseException - Exception in org.sbml.jsbml.text.parser
This exception is thrown when parse errors are encountered.
ParseException(Token, int[][], String[]) - Constructor for exception org.sbml.jsbml.text.parser.ParseException
Creates a new ParseException instance with the fields "currentToken", "expectedTokenSequences", and "tokenImage" set.
ParseException() - Constructor for exception org.sbml.jsbml.text.parser.ParseException
Creates a new ParseException instance.
ParseException(String) - Constructor for exception org.sbml.jsbml.text.parser.ParseException
Creates a new ParseException instance with the given message.
ParseException(Throwable) - Constructor for exception org.sbml.jsbml.text.parser.ParseException
Creates a new ParseException instance that will warp the given Throwable.
parseFormula(String) - Static method in class org.sbml.jsbml.ASTNode
Parses a text-string mathematical formula and returns a representation as an Abstract Syntax Tree.
parseFormula(String, IFormulaParser) - Static method in class org.sbml.jsbml.ASTNode
Parses a text-string mathematical formula, using the given IFormulaParser and returns a representation as an Abstract Syntax Tree.
parseFormula(String) - Static method in class org.sbml.jsbml.JSBML
Parses a text-string mathematical formula and returns a representation as an Abstract Syntax Tree.
parseFormula(String) - Static method in class org.sbml.jsbml.math.ASTFactory
Parses a text-string mathematical formula and an Abstract Syntax Tree representation.
parseMathML(String) - Static method in class org.sbml.jsbml.ASTNode
 
parseMathML(String) - Static method in class org.sbml.jsbml.math.ASTFactory
Return String representation of specified MathML file
parserDefaults - Variable in class org.sbml.jsbml.xml.parsers.ParserManager
 
ParserManager - Class in org.sbml.jsbml.xml.parsers
 
ParserManager() - Constructor for class org.sbml.jsbml.xml.parsers.ParserManager
Private constructor to make sure that we have only one ParserManager per JVM.
parseSBMLBoolean(String) - Static method in class org.sbml.jsbml.util.StringTools
Parses a String into a boolean following the rules of the SBML specifications, section 3.1.2.
parseSBMLDouble(String) - Static method in class org.sbml.jsbml.util.StringTools
Parses a String into a double number following the rules of the SBML specifications, section 3.1.5.
parseSBMLInt(String) - Static method in class org.sbml.jsbml.util.StringTools
Parses a String into an int number following the rules of the SBML specifications, section 3.1.3.
parseSBMLShort(String) - Static method in class org.sbml.jsbml.util.StringTools
Parses a String into an short number following the rules of the SBML specifications, section 3.1.3.
paths - Variable in class org.sbml.jsbml.validator.OverdeterminationValidator
A list of all paths of a certain length in the graph
pattern - Variable in class org.sbml.jsbml.util.filters.CVTermFilter
 
persistent - Variable in class org.sbml.jsbml.Trigger
 
persistent - Static variable in class org.sbml.jsbml.util.TreeNodeChangeEvent
 
piecewise(ASTNode, ASTNode...) - Static method in class org.sbml.jsbml.ASTNode
Creates a piecewise ASTNode.
piecewise(MathContainer, ASTNode[]) - Static method in class org.sbml.jsbml.ASTNode
 
piecewise(ASTQualifierNode, ASTQualifierNode...) - Static method in class org.sbml.jsbml.math.ASTFactory
Creates a piecewise ASTPiecewiseFunctionNode.
piecewise(List<ASTNode2>) - Method in interface org.sbml.jsbml.math.compiler.ASTNode2Compiler
 
piecewise(List<ASTNode2>) - Method in class org.sbml.jsbml.math.compiler.FindUnitsCompiler
 
piecewise(List<ASTNode2>) - Method in class org.sbml.jsbml.math.compiler.FormulaCompiler
 
piecewise(List<ASTNode2>) - Method in class org.sbml.jsbml.math.compiler.LaTeXCompiler
 
piecewise(List<ASTNode2>) - Method in class org.sbml.jsbml.math.compiler.UnitsCompiler
 
piecewise(List<ASTNode>) - Method in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
 
piecewise(List<ASTNode>) - Method in class org.sbml.jsbml.util.compilers.FindUnitsCompiler
 
piecewise(List<ASTNode>) - Method in class org.sbml.jsbml.util.compilers.FormulaCompiler
 
piecewise(List<ASTNode>) - Method in class org.sbml.jsbml.util.compilers.FormulaCompilerNoPiecewise
 
piecewise(List<ASTNode>) - Method in class org.sbml.jsbml.util.compilers.LaTeXCompiler
 
piecewise(List<ASTNode>) - Method in class org.sbml.jsbml.util.compilers.MathMLCompiler
Deprecated.
 
piecewise(List<ASTNode>) - Method in class org.sbml.jsbml.util.compilers.UnitsCompiler
 
PIECEWISE_ID - Static variable in class org.sbml.jsbml.JSBML
Key used to store the real parent element for each child of a ASTNode.Type.FUNCTION_PIECEWISE ASTNode.
piecewiseCount - Variable in class org.sbml.jsbml.xml.parsers.MathMLStaxParser
integer used to count the number of piecewise elements open
piecewiseMap - Variable in class org.sbml.jsbml.util.compilers.FormulaCompilerNoPiecewise
 
piecewiseOtherwiseCount - Variable in class org.sbml.jsbml.xml.parsers.MathMLStaxParser
list used to count the number of otherwise elements open related to a piecewise element.
piecewisePieceCount - Variable in class org.sbml.jsbml.xml.parsers.MathMLStaxParser
list used to count the number of piece elements open related to a piecewise element.
plugins - Variable in class org.sbml.jsbml.ASTNode
Map containing the ASTNode plugin object of additional packages with the appropriate name of the package.
plus(ASTNode) - Method in class org.sbml.jsbml.ASTNode
Adds a given node to this node.
plus(CallableSBase) - Method in class org.sbml.jsbml.ASTNode
Adds an SBML element to this node.
plus(double) - Method in class org.sbml.jsbml.ASTNode
Adds a number to this node.
plus(int) - Method in class org.sbml.jsbml.ASTNode
Adds an integer number to this node.
plus(ASTNode2, ASTNode2) - Static method in class org.sbml.jsbml.math.ASTFactory
Adds an ASTNode2 to an ASTNode2.
plus(ASTNode2, double) - Static method in class org.sbml.jsbml.math.ASTFactory
Adds a real number to ASTNode2.
plus(ASTNode2, int) - Static method in class org.sbml.jsbml.math.ASTFactory
Adds an integer number to ASTNode2.
plus(List<ASTNode2>) - Method in interface org.sbml.jsbml.math.compiler.ASTNode2Compiler
 
plus(List<ASTNode2>) - Method in class org.sbml.jsbml.math.compiler.FindUnitsCompiler
 
plus(List<ASTNode2>) - Method in class org.sbml.jsbml.math.compiler.FormulaCompiler
 
plus(List<ASTNode2>) - Method in class org.sbml.jsbml.math.compiler.LaTeXCompiler
 
plus(List<ASTNode2>) - Method in class org.sbml.jsbml.math.compiler.UnitsCompiler
 
PLUS - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserASTNode2Constants
RegularExpression Id.
PLUS - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserConstants
RegularExpression Id.
PLUS - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2Constants
RegularExpression Id.
PLUS - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserLL3Constants
RegularExpression Id.
PLUS - Static variable in interface org.sbml.jsbml.text.parser.CobraFormulaParserConstants
RegularExpression Id.
PLUS - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserASTNode2Constants
RegularExpression Id.
PLUS - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserConstants
RegularExpression Id.
PLUS - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2Constants
RegularExpression Id.
PLUS - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserLL3Constants
RegularExpression Id.
plus(List<ASTNode>) - Method in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
 
plus(List<ASTNode>) - Method in class org.sbml.jsbml.util.compilers.FindUnitsCompiler
 
plus(List<ASTNode>) - Method in class org.sbml.jsbml.util.compilers.FormulaCompiler
 
plus(List<ASTNode>) - Method in class org.sbml.jsbml.util.compilers.LaTeXCompiler
 
plus(List<ASTNode>) - Method in class org.sbml.jsbml.util.compilers.MathMLCompiler
Deprecated.
 
plus(List<ASTNode>) - Method in class org.sbml.jsbml.util.compilers.UnitsCompiler
 
POSITIVE_INFINITY - Static variable in class org.sbml.jsbml.math.compiler.LaTeXCompiler
 
POSITIVE_INFINITY - Static variable in class org.sbml.jsbml.util.compilers.LaTeXCompiler
 
pow(ASTNode, ASTNode) - Static method in class org.sbml.jsbml.ASTNode
Creates a power ASTNode.
pow(ASTNode, double) - Static method in class org.sbml.jsbml.ASTNode
Creates a power ASTNode.
pow(ASTNode, int) - Static method in class org.sbml.jsbml.ASTNode
Creates a power ASTNode.
pow(MathContainer, CallableSBase, CallableSBase) - Static method in class org.sbml.jsbml.ASTNode
Raises the given basis by the power of the given exponent.
pow(ASTNode2, ASTNode2) - Static method in class org.sbml.jsbml.math.ASTFactory
Creates a power ASTNode2.
pow(ASTNode2, double) - Static method in class org.sbml.jsbml.math.ASTFactory
Creates a power ASTPowerNode with an ASTNode2 basis and a real exponent.
pow(ASTNode2, int) - Static method in class org.sbml.jsbml.math.ASTFactory
Creates a power ASTPowerNode with an ASTNode2 basis and an integer exponent.
pow(ASTNode2, ASTNode2) - Method in interface org.sbml.jsbml.math.compiler.ASTNode2Compiler
 
pow(ASTNode2, ASTNode2) - Method in class org.sbml.jsbml.math.compiler.FindUnitsCompiler
 
pow(Object, Object) - Static method in class org.sbml.jsbml.math.compiler.FormulaCompiler
Returns the basis to the power of the exponent as StringBuffer.
pow(ASTNode2, ASTNode2) - Method in class org.sbml.jsbml.math.compiler.FormulaCompiler
 
pow(Object, Object) - Static method in class org.sbml.jsbml.math.compiler.HTMLFormula
Returns the basis to the power of the exponent as StringBuffer.
pow(ASTNode2, ASTNode2) - Method in class org.sbml.jsbml.math.compiler.LaTeXCompiler
 
pow(ASTNode2, ASTNode2) - Method in class org.sbml.jsbml.math.compiler.LibSBMLFormulaCompiler
 
pow(ASTNode2, ASTNode2) - Method in class org.sbml.jsbml.math.compiler.UnitsCompiler
 
pow(ASTNode2Value, ASTNode2Value) - Method in class org.sbml.jsbml.math.compiler.UnitsCompiler
 
pow(ASTNode, ASTNode) - Method in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
 
pow(ASTNode, ASTNode) - Method in class org.sbml.jsbml.util.compilers.FindUnitsCompiler
 
pow(Object, Object) - Static method in class org.sbml.jsbml.util.compilers.FormulaCompiler
Returns the basis to the power of the exponent as StringBuffer.
pow(ASTNode, ASTNode) - Method in class org.sbml.jsbml.util.compilers.FormulaCompiler
 
pow(Object, Object) - Static method in class org.sbml.jsbml.util.compilers.HTMLFormula
Returns the basis to the power of the exponent as StringBuffer.
pow(ASTNode, ASTNode) - Method in class org.sbml.jsbml.util.compilers.LaTeXCompiler
 
pow(ASTNode, ASTNode) - Method in class org.sbml.jsbml.util.compilers.LibSBMLFormulaCompiler
 
pow(ASTNode, ASTNode) - Method in class org.sbml.jsbml.util.compilers.MathMLCompiler
Deprecated.
 
pow(ASTNode, ASTNode) - Method in class org.sbml.jsbml.util.compilers.UnitsCompiler
 
pow(ASTNodeValue, ASTNodeValue) - Method in class org.sbml.jsbml.util.compilers.UnitsCompiler
 
POWER - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserASTNode2Constants
RegularExpression Id.
POWER - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserConstants
RegularExpression Id.
POWER - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2Constants
RegularExpression Id.
POWER - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserLL3Constants
RegularExpression Id.
POWER - Static variable in interface org.sbml.jsbml.text.parser.CobraFormulaParserConstants
RegularExpression Id.
POWER - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserASTNode2Constants
RegularExpression Id.
POWER - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserConstants
RegularExpression Id.
POWER - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2Constants
RegularExpression Id.
POWER - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserLL3Constants
RegularExpression Id.
prefix - Static variable in class org.sbml.jsbml.SBO
the prefix of all SBO ids.
prefix - Variable in class org.sbml.jsbml.xml.parsers.PackageInfo
 
prefix - Variable in class org.sbml.jsbml.xml.stax.SBMLObjectForXML
Represents the prefix of a SBML component to write.
prefix - Variable in class org.sbml.jsbml.xml.XMLTriple
 
prefixNotationInLogicalOperations - Variable in class org.sbml.jsbml.math.compiler.FormulaCompiler
Decides whether prefix or infix notation should be used for the logical operations "and", "or", and "xor".
prependChild(ASTNode) - Method in class org.sbml.jsbml.ASTNode
Adds the given node as a child of this ASTNode.
prependChild(ASTNode2) - Method in class org.sbml.jsbml.math.ASTBinaryFunctionNode
Adds the given node as a child of this ASTBinaryFunctionNode.
prependChild(ASTNode2) - Method in class org.sbml.jsbml.math.ASTFunction
Adds the given node as a child of this ASTFunction.
prependChild(ASTNode2) - Method in class org.sbml.jsbml.math.ASTUnaryFunctionNode
 
prevCharIsCR - Variable in class org.sbml.jsbml.math.parser.SimpleCharStream
 
prevCharIsCR - Variable in class org.sbml.jsbml.text.parser.SimpleCharStream
 
prevCharIsLF - Variable in class org.sbml.jsbml.math.parser.SimpleCharStream
 
prevCharIsLF - Variable in class org.sbml.jsbml.text.parser.SimpleCharStream
 
previousParent - Variable in class org.sbml.jsbml.util.TreeNodeRemovedEvent
The previous parent node in the tree, i.e., the node that was the parent of the deleted node (see TreeNodeRemovedEvent.getSource()) before the deletion.
Primary() - Method in class org.sbml.jsbml.math.parser.FormulaParser
 
Primary() - Method in class org.sbml.jsbml.math.parser.FormulaParserASTNode2
 
Primary() - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2
 
Primary() - Method in class org.sbml.jsbml.text.parser.FormulaParser
 
Primary() - Method in class org.sbml.jsbml.text.parser.FormulaParserASTNode2
 
Primary() - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2
 
print(InputStream, OutputStream) - Static method in class org.sbml.jsbml.validator.SBMLValidator
 
print(Reader, Writer) - Static method in class org.sbml.jsbml.validator.SBMLValidator
 
printASTNode() - Method in class org.sbml.jsbml.ASTNode
Returns the infix formula representing this ASTNode or an empty String if there was a problem to construct the formula.
printCreator() - Method in class org.sbml.jsbml.Creator
Returns the information about the Creator as a String.
printCVTerm() - Method in class org.sbml.jsbml.CVTerm
Returns a String containing the qualifier and all the resource URIs of this CVTerm.
printErrors(PrintStream) - Method in class org.sbml.jsbml.SBMLDocument
Prints all the errors or warnings encountered trying to check this SBML document.
printNameIfAvailable - Variable in class org.sbml.jsbml.math.compiler.LaTeXCompiler
Important for LaTeX export to decide whether the name or the id of a NamedSBase should be printed.
printNameIfAvailable - Variable in class org.sbml.jsbml.util.compilers.LaTeXCompiler
Important for LaTeX export to decide whether the name or the id of a NamedSBase should be printed.
printSpeciesReference() - Method in class org.sbml.jsbml.SimpleSpeciesReference
Human-readable representation of this reference.
printSpeciesReference() - Method in class org.sbml.jsbml.SpeciesReference
 
printTerm(Term) - Static method in class org.sbml.jsbml.ontology.Term
Returns a String representing a term the same way as in the OBO file.
printUnit() - Method in class org.sbml.jsbml.Unit
Produces a text formula representation of this unit.
printUnits(UnitDefinition) - Static method in class org.sbml.jsbml.UnitDefinition
Returns a string that expresses the unit definition represented by this UnitDefinition object.
printUnits(UnitDefinition, boolean) - Static method in class org.sbml.jsbml.UnitDefinition
Returns a string that expresses the unit definition represented by this UnitDefinition object.
printValueAndUnit() - Method in class org.sbml.jsbml.math.compiler.ASTNode2Value
 
printValueAndUnit() - Method in class org.sbml.jsbml.util.compilers.ASTNodeValue
 
priority - Variable in class org.sbml.jsbml.Event
Represents the priority sub-element of an event.
Priority - Class in org.sbml.jsbml
This class represents the priority element in SBML.
Priority() - Constructor for class org.sbml.jsbml.Priority
 
Priority(ASTNode, int, int) - Constructor for class org.sbml.jsbml.Priority
 
Priority(int, int) - Constructor for class org.sbml.jsbml.Priority
 
Priority(Priority) - Constructor for class org.sbml.jsbml.Priority
 
priority - Static variable in class org.sbml.jsbml.util.TreeNodeChangeEvent
 
PriorityConstraints - Class in org.sbml.jsbml.validator.offline.constraints
 
PriorityConstraints() - Constructor for class org.sbml.jsbml.validator.offline.constraints.PriorityConstraints
 
processAnnotation(SBase) - Method in interface org.sbml.jsbml.xml.parsers.AnnotationReader
Process the annotation of the given SBase object.
processAnnotation(SBase) - Method in class org.sbml.jsbml.xml.parsers.SBMLRDFAnnotationParser
 
processAttribute(String, String, String, String, String, boolean, Object) - Method in class org.sbml.jsbml.xml.parsers.AbstractReaderWriter
 
processAttribute(String, String, String, String, String, boolean, Object) - Method in class org.sbml.jsbml.xml.parsers.MathMLParser
Deprecated.
 
processAttribute(String, String, String, String, String, boolean, Object) - Method in class org.sbml.jsbml.xml.parsers.MathMLStaxParser
 
processAttribute(String, String, String, String, String, boolean, Object) - Method in interface org.sbml.jsbml.xml.parsers.ReadingParser
Process the XML attribute and modify 'contextObject' in consequence.
processAttribute(String, String, String, String, String, boolean, Object) - Method in class org.sbml.jsbml.xml.parsers.SBMLCoreParser
 
processAttribute(String, String, String, String, String, boolean, Object) - Method in class org.sbml.jsbml.xml.parsers.XMLNodeReader
 
processAttributes(Iterator<Attribute>, QName, Stack<Object>, ReadingParser, boolean, boolean) - Method in class org.sbml.jsbml.xml.stax.SBMLReader
Process Attributes of the current element on the stack.
processCharactersOf(String, String, Object) - Method in class org.sbml.jsbml.xml.parsers.AbstractReaderWriter
 
processCharactersOf(String, String, Object) - Method in class org.sbml.jsbml.xml.parsers.MathMLParser
Deprecated.
 
processCharactersOf(String, String, Object) - Method in class org.sbml.jsbml.xml.parsers.MathMLStaxParser
 
processCharactersOf(String, String, Object) - Method in interface org.sbml.jsbml.xml.parsers.ReadingParser
Process the text of a XML element and modify 'contextObject' in consequence.
processCharactersOf(String, String, Object) - Method in class org.sbml.jsbml.xml.parsers.SBMLCoreParser
 
processCharactersOf(String, String, Object) - Method in class org.sbml.jsbml.xml.parsers.XMLNodeReader
 
processEndDocument(SBMLDocument) - Method in class org.sbml.jsbml.xml.parsers.AbstractReaderWriter
 
processEndDocument(SBMLDocument) - Method in class org.sbml.jsbml.xml.parsers.MathMLParser
Deprecated.
 
processEndDocument(SBMLDocument) - Method in class org.sbml.jsbml.xml.parsers.MathMLStaxParser
 
processEndDocument(SBMLDocument) - Method in interface org.sbml.jsbml.xml.parsers.ReadingParser
Process the end of the document.
processEndDocument(SBMLDocument) - Method in class org.sbml.jsbml.xml.parsers.SBMLCoreParser
 
processEndDocument(SBMLDocument) - Method in class org.sbml.jsbml.xml.parsers.XMLNodeReader
 
processEndElement(String, String, boolean, Object) - Method in class org.sbml.jsbml.xml.parsers.AbstractReaderWriter
 
processEndElement(String, String, boolean, Object) - Method in class org.sbml.jsbml.xml.parsers.MathMLParser
Deprecated.
 
processEndElement(String, String, boolean, Object) - Method in class org.sbml.jsbml.xml.parsers.MathMLStaxParser
 
processEndElement(String, String, boolean, Object) - Method in interface org.sbml.jsbml.xml.parsers.ReadingParser
Process the end of the element 'elementName'.
processEndElement(String, String, boolean, Object) - Method in class org.sbml.jsbml.xml.parsers.SBMLCoreParser
 
processEndElement(String, String, boolean, Object) - Method in class org.sbml.jsbml.xml.parsers.XMLNodeReader
 
processEndElement(QName, Boolean, Boolean, Boolean, int, int, ReadingParser, Stack<Object>, boolean) - Method in class org.sbml.jsbml.xml.stax.SBMLReader
Process the end of an element.
processMathElement(Object) - Method in class org.sbml.jsbml.xml.parsers.MathMLStaxParser
Process a MathContainer to add one to the number of math element encountered.
processNamespace(String, String, String, String, boolean, boolean, Object) - Method in class org.sbml.jsbml.xml.parsers.AbstractReaderWriter
 
processNamespace(String, String, String, String, boolean, boolean, Object) - Method in class org.sbml.jsbml.xml.parsers.MathMLParser
Deprecated.
 
processNamespace(String, String, String, String, boolean, boolean, Object) - Method in class org.sbml.jsbml.xml.parsers.MathMLStaxParser
 
processNamespace(String, String, String, String, boolean, boolean, Object) - Method in interface org.sbml.jsbml.xml.parsers.ReadingParser
Process the namespace and modify the contextObject in consequence.
processNamespace(String, String, String, String, boolean, boolean, Object) - Method in class org.sbml.jsbml.xml.parsers.SBMLCoreParser
 
processNamespace(String, String, String, String, boolean, boolean, Object) - Method in class org.sbml.jsbml.xml.parsers.XMLNodeReader
 
processNamespaces(Iterator<Namespace>, QName, Stack<Object>, ReadingParser, boolean) - Method in class org.sbml.jsbml.xml.stax.SBMLReader
Process Namespaces of the current element on the stack.
processStartElement(String, String, String, boolean, boolean, Object) - Method in class org.sbml.jsbml.xml.parsers.AbstractReaderWriter
 
processStartElement(String, String, String, boolean, boolean, Object) - Method in class org.sbml.jsbml.xml.parsers.MathMLParser
Deprecated.
 
processStartElement(String, String, String, boolean, boolean, Object) - Method in class org.sbml.jsbml.xml.parsers.MathMLStaxParser
 
processStartElement(String, String, String, boolean, boolean, Object) - Method in interface org.sbml.jsbml.xml.parsers.ReadingParser
Process the XML element and modify 'contextObject' in consequence.
processStartElement(String, String, String, boolean, boolean, Object) - Method in class org.sbml.jsbml.xml.parsers.SBMLCoreParser
 
processStartElement(String, String, String, boolean, boolean, Object) - Method in class org.sbml.jsbml.xml.parsers.XMLNodeReader
 
processStartElement(StartElement, QName, Boolean, Stack<Object>, boolean) - Method in class org.sbml.jsbml.xml.stax.SBMLReader
Process a StartElement event.
processUnitsMap(Map<String, UnitDefinition>, Model, String) - Static method in class org.sbml.jsbml.util.SubModel
 
processUnitsMap(Map<String, UnitDefinition>, Model, KineticLaw) - Static method in class org.sbml.jsbml.util.SubModel
 
processUnknownAttribute(String, String, String, String, Object) - Static method in class org.sbml.jsbml.xml.parsers.AbstractReaderWriter
Process an unknown XML attribute.
processUnknownElement(String, String, String, Object) - Static method in class org.sbml.jsbml.xml.parsers.AbstractReaderWriter
Process an unknown XML element.
processValue(ASTNode2Value<?>) - Method in class org.sbml.jsbml.math.AbstractASTNode
Set the type, level and version of the specified ASTNode2Value value.
product(ASTNode2...) - Static method in class org.sbml.jsbml.math.ASTFactory
Creates an ASTArithmeticOperatorNode of type ASTNode.Type.PRODUCT and adds the given nodes as children.
programName - Variable in class org.sbml.jsbml.SBMLWriter
The name of the program that has been used to create an SBML String representation (possibly in a File) with the help of JSBML.
programVersion - Variable in class org.sbml.jsbml.SBMLWriter
The version of the program using JSBML to serialize a model in an SBML String or File.
progressFinish() - Method in interface org.sbml.jsbml.util.ProgressListener
This method is called when the process is finished, irrespective of the progress/total ratio.
ProgressListener - Interface in org.sbml.jsbml.util
The listener interface for receiving progress events.
progressStart(int) - Method in interface org.sbml.jsbml.util.ProgressListener
Reports the total number of expected steps.
progressUpdate(int, String) - Method in interface org.sbml.jsbml.util.ProgressListener
Reports the current progress to this listener, i.e., progress < total.
properties - Variable in class org.sbml.jsbml.util.XMLResourceBundleControl.XMLResourceBundle
The wrapped element.
PROPERTY_UNDEFINED_EXCEPTION_MSG - Static variable in exception org.sbml.jsbml.PropertyNotAvailableException
Message to indicate that a certain property cannot be set for the current level/version combination.
PROPERTY_UNDEFINED_EXCEPTION_MSG_SBASE - Static variable in exception org.sbml.jsbml.PropertyUndefinedError
Message to indicate that a certain property has not been set for the current SBase in its level/version combination.
PROPERTY_UNDEFINED_EXCEPTION_MSG_TREE_NODE - Static variable in exception org.sbml.jsbml.PropertyUndefinedError
Message to indicate that a certain property has not been set for the current TreeNode in its level/version combination.
propertyChange(PropertyChangeEvent) - Method in class org.sbml.jsbml.util.SimpleTreeNodeChangeListener
 
PropertyException - Exception in org.sbml.jsbml
This is an error of an undefined property or value for a property in some instance of SBase.
PropertyException() - Constructor for exception org.sbml.jsbml.PropertyException
 
PropertyException(String) - Constructor for exception org.sbml.jsbml.PropertyException
 
PropertyNotAvailableException - Exception in org.sbml.jsbml
An error that indicates that a property of an SBase is not available for the current SBML Level/Version combination.
PropertyNotAvailableException(String, SBase) - Constructor for exception org.sbml.jsbml.PropertyNotAvailableException
 
PropertyUndefinedError - Exception in org.sbml.jsbml
This PropertyException indicates that the value belonging to a mandatory property, for which there is no default value, has not been declared by the user.
PropertyUndefinedError(String, SBase) - Constructor for exception org.sbml.jsbml.PropertyUndefinedError
 
PropertyUndefinedError(String, SBasePlugin) - Constructor for exception org.sbml.jsbml.PropertyUndefinedError
 
PropertyUndefinedError(String, TreeNode) - Constructor for exception org.sbml.jsbml.PropertyUndefinedError
 
putUserObject(Object, Object) - Method in class org.sbml.jsbml.AbstractTreeNode
 
putUserObject(Object, Object) - Method in class org.sbml.jsbml.math.ASTUnknown
 
putUserObject(Object, Object) - Method in interface org.sbml.jsbml.util.TreeNodeWithChangeSupport
 

Q

QUAL_10100 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 3010100:
QUAL_10101 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 3010101: To conform to Version 1 of the Qualitative Models package specification for SBML Level 3, an SBML document must declare the use of the following XML Namespace: 'http://www.sbml.org/sbml/level3/version1/qual/version1' Reference: L3V1 Qual V1 Section 3.1
QUAL_10102 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 3010102: Wherever they appear in an SBML document, elements and attributes from the Qualitative Models package must be declared either implicitly or explicitly to be in the XML namespace 'http://www.sbml.org/sbml/level3/version1/qual/version1' Reference: L3V1 Qual V1 Section 3.1
QUAL_10201 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 3010201: The MathML <math> element in a <functionTerm> object should evaluate to a value of type boolean.
QUAL_10202 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 3010202: The MathML <math> element in a <functionTerm> object should not use the <csymbol> elements 'time' and 'delay' as these explicitly introduce time into the model.
QUAL_10301 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 3010301: (Extends validation rule #10301 in the SBML Level 3 Version 1 Core specification.) Within a <model> the values of the attributes 'id' and 'qual:id' on every instance of the following classes of objects must be unique across the set of all 'id' and 'qual:id' attribute values of all such objects in a model: the <model> itself, plus all contained <functionDefinition>, <compartment>, <species>, <reaction>, <speciesReference>, <modifierSpeciesReference>, <event>, and <parameter> objects, plus the <qualitativeSpecies>, <transition>, <input> and <output> objects defined by the Qualitative Models package.
QUAL_20101 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 3020101: In all SBML documents using the Qualitative Models package, the SBML object must include a value for the attribute 'qual:required' attribute.
QUAL_20102 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 3020102: The value of attribute 'qual:required' on the SBML object must be of the data type Boolean.
QUAL_20103 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 3020103: The value of attribute 'qual:required' on the SBML object must be set to 'true' if if the model contains any <transition> objects.
QUAL_20201 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 3020201: There may be at most one instance of each of the following kinds of objects within a <model> object using Qualitative Models: <listOfTransitions> and <listOfQualitativeSpecies>.
QUAL_20202 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 3020202: The various ListOf subobjects with a <model> object are optional, but if present, these container object must not be empty.
QUAL_20203 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 3020203: Apart from the general notes and annotation subobjects permitted on all SBML objects, a <listOfTransitions> container object may only contain <transition> objects.
QUAL_20204 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 3020204: Apart from the general notes and annotation subobjects permitted on all SBML objects, a <listOfQualitativeSpecies> container object may only contain <qualitativeSpecies> objects.
QUAL_20205 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 3020205: A <listOfQualitativeSpecies> object may have the optional 'metaid' and 'sboTerm' defined by SBML Level 3 Core.
QUAL_20206 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 3020206: A <listOfTransitions> object may have the optional 'metaid' and 'sboTerm' defined by SBML Level 3 Core.
QUAL_20301 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 3020301: A <qualitativeSpecies> object may have the optional 'metaid' and 'sboTerm' defined by SBML Level 3 Core.
QUAL_20302 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 3020302: A <qualitativeSpecies> object may have the optional SBML Level 3 Core subobjects for notes and annotations.
QUAL_20303 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 3020303: A <qualitativeSpecies> object must have the required attributes 'qual:id', 'qual:compartment' and 'qual:constant', and may have the optional attributes 'qual:name', 'qual:initialLevel' and 'qual:maxLevel'.
QUAL_20304 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 3020304: The attribute 'qual:constant' in <qualitativeSpecies> must be of the data type boolean.
QUAL_20305 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 3020305: The attribute 'qual:name' in <qualitativeSpecies> must be of the data type string.
QUAL_20306 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 3020306: The attribute 'qual:initialLevel' in <qualitativeSpecies> must be of the data type integer.
QUAL_20307 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 3020307: The attribute 'qual:maxLevel' in <qualitativeSpecies> must be of the data type integer.
QUAL_20308 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 3020308: The value of the attribute 'qual:compartment' in a <qualitativeSpecies> object must be the identifier of an existing <compartment> object defined in the enclosing <model> object.
QUAL_20309 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 3020309: The value of the attribute 'qual:initialLevel' in a <qualitativeSpecies> object cannot be greater than the value of the 'qual:maxLevel' attribute for the given <qualitativeSpecies> object.
QUAL_20310 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 3020310: A <qualitativeSpecies> with attribute 'qual:constant' set to 'true' can only be referred to by an <input>.
QUAL_20311 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 3020311: A <qualitativeSpecies> that is referenced by an <output> with the 'qual:transitionEffect' attribute set to 'assignmentLevel' should not be referenced by any other <output> with the same 'transitionEffect' throughout the set of transitions for the containing model.
QUAL_20312 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 3020312: The attribute 'qual:initialLevel' in <qualitativeSpecies> must not be negative.
QUAL_20313 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 3020313: The attribute 'qual:maxLevel' in <qualitativeSpecies> must not be negative.
QUAL_20401 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 3020401: A <transition> object may have the optional 'metaid' and 'sboTerm' defined by SBML Level 3 Core.
QUAL_20402 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 3020402: A <transition> object may have the optional SBML Level 3 Core subobjects for notes and annotations.
QUAL_20403 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 3020403: A <transition> object may have the optional attributes 'qual:name' and 'qual:id'.
QUAL_20404 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 3020404: The attribute 'qual:name' in <transition> must be of the data type string.
QUAL_20405 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 3020405: A <transition> must have one and only one instance of the <listOfFunctionTerms> objects and may have at most one instance of the <listOfInputs> and <listOfOutputs> objects from the Qualitative Models namespace.
QUAL_20406 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 3020406: The <listOfInputs> and <listOfOutputs> subobjects on a <transition> object are optional, but if present, these container object must not be empty.
QUAL_20407 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 3020407: Apart from the general notes and annotation subobjects permitted on all SBML objects, a <listOfInputs> container object may only contain <input> objects.
QUAL_20408 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 3020408: Apart from the general notes and annotation subobjects permitted on all SBML objects, a <listOfOutputs> container object may only contain <output> objects.
QUAL_20409 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 3020409: Apart from the general notes and annotation subobjects permitted on all SBML objects, a <listOfFunctionTerms> container object must contain one and only one <defaultTerm> object and then may only contain <functionTerm> objects.
QUAL_20410 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 3020410: A <listOfInputs> object may have the optional 'metaid' and 'sboTerm' defined by SBML Level 3 Core.
QUAL_20411 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 3020411: A <listOfOutputs> object may have the optional 'metaid' and 'sboTerm' defined by SBML Level 3 Core.
QUAL_20412 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 3020412: A <listOfFunctionTerms> object may have the optional 'metaid' and 'sboTerm' defined by SBML Level 3 Core.
QUAL_20413 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 3020413: No element of the <listOfFunctionTerms> object may cause the level of a <qualitativeSpecies> to exceed the value 'qual:maxLevel' attribute.
QUAL_20414 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 3020414: No element of the <listOfFunctionTerms> object may cause the level of a <qualitativeSpecies> to become negative.
QUAL_20501 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 3020501: An <input> object may have the optional 'metaid' and 'sboTerm' defined by SBML Level 3 Core.
QUAL_20502 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 3020502: An <input> object may have the optional SBML Level 3 Core subobjects for notes and annotations.
QUAL_20503 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 3020503: An <input> object must have the required attributes 'qual:qualitativeSpecies' as well as 'qual:transitionEffect' and may have the optional attributes 'qual:id', 'qual:name', 'qual:sign' and 'qual:thresholdLevel'.
QUAL_20504 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 3020504: The attribute 'qual:name' in <input> must be of the data type string.
QUAL_20505 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 3020505: The value of the attribute 'qual:sign' of an <input> object must conform to the syntax of the SBML data type 'sign' and may only take on the allowed values of 'sign' defined in SBML; that is, the value must be one of the following: 'positive', 'negative', 'dual' or 'unknown'.
QUAL_20506 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 3020506: The value of the attribute 'qual:transitionEffect' of an <input> object must conform to the syntax of the SBML data type 'transitionInputEffect' and may only take on the allowed values of 'transitionInputEffect' defined in SBML; that is, the value must be one of the following: 'none' or 'consumption'.
QUAL_20507 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 3020507: The attribute 'qual:thresholdLevel' in <input> must be of the data type 'integer'.
QUAL_20508 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 3020508: The value of the attribute 'qual:qualitativeSpecies' in an <input> object must be the identifier of an existing <qualitativeSpecies> object defined in the enclosing <model> object.
QUAL_20509 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 3020509: An <input> that refers to a <qualitativeSpecies> that has a 'qual:constant' attribute set to 'true' cannot have the attribute 'qual:transitionEffect' set to 'consumption'.
QUAL_20510 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 3020510: The attribute 'qual:thresholdLevel' in <input> must not be negative.
QUAL_20601 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 3020601: An <output> object may have the optional 'metaid' and 'sboTerm' defined by SBML Level 3 Core.
QUAL_20602 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 3020602: An <output> object may have the optional SBML Level 3 Core subobjects for notes and annotations.
QUAL_20603 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 3020603: An <output> object must have the required attributes 'qual:qualitativeSpecies' as well as 'qual:transitionEffect' and may have the optional attributes 'qual:id', 'qual:name' and 'qual:outputLevel'.
QUAL_20604 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 3020604: The attribute 'qual:name' in <output> must be of the data type string.
QUAL_20605 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 3020605: The value of the attribute 'qual:transitionEffect' of an <output> object must conform to the syntax of the SBML data type 'transitionOutputEffect' and may only take on the allowed values of 'transitionOutputEffect' defined in SBML; that is, the value must be one of the following: 'production' or 'assignmentLevel'.
QUAL_20606 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 3020606: The attribute 'qual:outputLevel' in <output> must be of the data type 'integer'.
QUAL_20607 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 3020607: The value of the attribute 'qual:qualitativeSpecies' in an <output> object must be the identifier of an existing <qualitativeSpecies> object defined in the enclosing <model> object.
QUAL_20608 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 3020608: The <qualitativeSpecies> referred to by the attribute 'qual:qualitativeSpecies' in an <output> object must have the value of its 'qual:constant' attribute set to 'false'.
QUAL_20609 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 3020609: When the value of the attribute 'qual:transitionEffect' of an <output> object is set to the value 'production' the attribute 'qual:outputLevel' for that particular <output> object must have a value set.
QUAL_20610 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 3020610: The attribute 'qual:outputLevel' in <output> must not be negative.
QUAL_20701 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 3020701: A <defaultTerm> object may have the optional 'metaid' and 'sboTerm' defined by SBML Level 3 Core.
QUAL_20702 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 3020702: A <defaultTerm> object may have the optional SBML Level 3 Core subobjects for notes and annotations.
QUAL_20703 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 3020703: A <defaultTerm> object must have the required attributes 'qual:resultLevel'.
QUAL_20704 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 3020704: The attribute 'qual:resultLevel' in <defaultTerm> must be of the data type 'integer'.
QUAL_20705 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 3020705: The attribute 'qual:resultLevel' in <defaultTerm> must not be negative.
QUAL_20801 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 3020801: A <functionTerm> object may have the optional 'metaid' and 'sboTerm' defined by SBML Level 3 Core.
QUAL_20802 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 3020802: A <functionTerm> object may have the optional SBML Level 3 Core subobjects for notes and annotations.
QUAL_20803 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 3020803: A <functionTerm> object must have the required attributes 'qual:resultLevel'.
QUAL_20804 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 3020804: A <functionTerm> object may contain exactly one MathML <math> element.
QUAL_20805 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 3020805: The attribute 'qual:resultLevel' in <functionTerm> must be of the data type 'integer'.
QUAL_20806 - Static variable in interface org.sbml.jsbml.validator.offline.factory.SBMLErrorCodes
Error code 3020806: The attribute 'qual:resultLevel' in <functionTerm> must not be negative.
qualifier - Variable in class org.sbml.jsbml.CVTerm
Represents the MIRIAM qualifier node in the annotation node of a SBML component.
Qualifier(String) - Constructor for enum org.sbml.jsbml.CVTerm.Qualifier
 
qualifier - Variable in class org.sbml.jsbml.util.filters.CVTermFilter
 
qualifier - Static variable in class org.sbml.jsbml.util.TreeNodeChangeEvent
 
Quantity - Interface in org.sbml.jsbml
A quantity is an element that represents a value with an associated unit that can be addressed through the identifier or name attribute of this element.
QuantityWithUnit - Class in org.sbml.jsbml
This object represents an element with identifier and name, a value, and a defined unit.
QuantityWithUnit() - Constructor for class org.sbml.jsbml.QuantityWithUnit
 
QuantityWithUnit(int, int) - Constructor for class org.sbml.jsbml.QuantityWithUnit
 
QuantityWithUnit(QuantityWithUnit) - Constructor for class org.sbml.jsbml.QuantityWithUnit
 
QuantityWithUnit(String) - Constructor for class org.sbml.jsbml.QuantityWithUnit
 
QuantityWithUnit(String, int, int) - Constructor for class org.sbml.jsbml.QuantityWithUnit
 
QuantityWithUnit(String, String, int, int) - Constructor for class org.sbml.jsbml.QuantityWithUnit
 
quotient(List<ASTNode>) - Method in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
Returns the quotient of the division of the values.
quotient(List<ASTNode>) - Method in class org.sbml.jsbml.util.compilers.FindUnitsCompiler
 
quotient(List<ASTNode>) - Method in class org.sbml.jsbml.util.compilers.FormulaCompiler
 
quotient(List<ASTNode>) - Method in class org.sbml.jsbml.util.compilers.LaTeXCompiler
 
quotient(List<ASTNode>) - Method in class org.sbml.jsbml.util.compilers.MathMLCompiler
Deprecated.
 
quotient(List<ASTNode>) - Method in class org.sbml.jsbml.util.compilers.UnitsCompiler
 

R

R - Static variable in class org.sbml.jsbml.util.Maths
Universal gas constant of 8.314472 J ⋅ mol-1 ⋅ K-1 according to D.
raiseByThePowerOf(ASTNode) - Method in class org.sbml.jsbml.ASTNode
Raises this ASTNode by the power of the value of the given node.
raiseByThePowerOf(CallableSBase) - Method in class org.sbml.jsbml.ASTNode
Raises this ASTNode by the power of the value of this named SBase object.
raiseByThePowerOf(double) - Method in class org.sbml.jsbml.ASTNode
Raises this ASTNode by the power of the given number.
raiseByThePowerOf(double) - Method in class org.sbml.jsbml.UnitDefinition
Raises this unit definition by the power of the given exponent, i.e., the exponents of every unit contained by this unit definition are multiplied with the given exponent.
RateRule - Class in org.sbml.jsbml
Represents the rateRule XML element of a SBML file.
RateRule() - Constructor for class org.sbml.jsbml.RateRule
Creates a RateRule instance.
RateRule(ASTNode, int, int) - Constructor for class org.sbml.jsbml.RateRule
Creates a new RateRule instance.
RateRule(ASTNode, Parameter) - Constructor for class org.sbml.jsbml.RateRule
Creates a new RateRule instance.
RateRule(ASTNode, Variable) - Constructor for class org.sbml.jsbml.RateRule
Creates a new RateRule instance.
RateRule(int, int) - Constructor for class org.sbml.jsbml.RateRule
Creates a RateRule instance from a given RateRule.
RateRule(Parameter) - Constructor for class org.sbml.jsbml.RateRule
Creates a new RateRule instance.
RateRule(Parameter, ASTNode) - Constructor for class org.sbml.jsbml.RateRule
Creates a new RateRule instance.
RateRule(RateRule) - Constructor for class org.sbml.jsbml.RateRule
Creates a new RateRule instance cloned from the given RateRule.
RateRule(Variable) - Constructor for class org.sbml.jsbml.RateRule
Creates a RateRule instance from a given Symbol.
RateRule(ExplicitRule) - Constructor for class org.sbml.jsbml.RateRule
Creates a RateRule instance cloned from the given ExplicitRule
RateRule(Variable, ASTNode) - Constructor for class org.sbml.jsbml.RateRule
Creates a RateRule instance from a given Symbol and ASTNode.
RateRuleConstraints - Class in org.sbml.jsbml.validator.offline.constraints
 
RateRuleConstraints() - Constructor for class org.sbml.jsbml.validator.offline.constraints.RateRuleConstraints
 
RDF_NODE_COLOR - Static variable in class org.sbml.jsbml.xml.parsers.SBMLRDFAnnotationParser
A Constant String that is used to store a XMLNode color in the user objects map.
reactants - Variable in class org.sbml.jsbml.validator.OverdeterminationValidator
A set with the ids of all reactants in the model
Reaction - Class in org.sbml.jsbml
Represents the reaction XML element of a SBML file.
Reaction() - Constructor for class org.sbml.jsbml.Reaction
Creates a Reaction instance.
Reaction(int, int) - Constructor for class org.sbml.jsbml.Reaction
Creates a new Reaction instance from a given SBML level and version.
Reaction(Reaction) - Constructor for class org.sbml.jsbml.Reaction
Creates a Reaction instance from a given reaction.
Reaction(String) - Constructor for class org.sbml.jsbml.Reaction
 
Reaction(String, int, int) - Constructor for class org.sbml.jsbml.Reaction
Creates a Reaction instance from an id, level and version.
REACTION_ELEMENTS_ORDER - Static variable in class org.sbml.jsbml.validator.offline.constraints.ReactionConstraints
 
ReactionConstraints - Class in org.sbml.jsbml.validator.offline.constraints
 
ReactionConstraints() - Constructor for class org.sbml.jsbml.validator.offline.constraints.ReactionConstraints
 
reactionEquation(Reaction) - Method in class org.sbml.jsbml.math.compiler.HTMLFormula
 
reactionEquation(Reaction) - Method in class org.sbml.jsbml.util.compilers.HTMLFormula
 
read(File) - Static method in class org.sbml.jsbml.SBMLReader
Factory method for reading SBML from a given File.
read(File, TreeNodeChangeListener) - Static method in class org.sbml.jsbml.SBMLReader
Factory method for reading SBML from a given File.
read(InputStream) - Static method in class org.sbml.jsbml.SBMLReader
Factory method for reading SBML from a given InputStream.
read(String) - Static method in class org.sbml.jsbml.SBMLReader
Factory method for reading SBML from given XML code in its String representation.
readAttribute(String, String, String) - Method in class org.sbml.jsbml.AbstractMathContainer
 
readAttribute(String, String, String) - Method in class org.sbml.jsbml.AbstractSBase
 
readAttribute(String, String, String) - Method in class org.sbml.jsbml.Annotation
Sets the about instance of this object if the attributeName is equal to 'about'.
readAttribute(String, String, String) - Method in class org.sbml.jsbml.Compartment
 
readAttribute(String, String, String, String) - Method in class org.sbml.jsbml.Creator
Returns true if the XML attribute is known by this Creator.
readAttribute(String, String, String, String) - Method in class org.sbml.jsbml.CVTerm
 
readAttribute(String, String, String) - Method in class org.sbml.jsbml.Event
 
readAttribute(String, String, String) - Method in class org.sbml.jsbml.EventAssignment
 
readAttribute(String, String, String) - Method in class org.sbml.jsbml.ExplicitRule
 
readAttribute(String, String, String) - Method in interface org.sbml.jsbml.ext.ASTNodePlugin
Reads and sets the attribute if it is know from this SBasePlugin.
readAttribute(String, String, String) - Method in interface org.sbml.jsbml.ext.SBasePlugin
Reads and sets the attribute if it is know from this SBasePlugin.
readAttribute(String, String, String, String) - Method in class org.sbml.jsbml.History
 
readAttribute(String, String, String) - Method in class org.sbml.jsbml.InitialAssignment
 
readAttribute(String, String, String) - Method in class org.sbml.jsbml.KineticLaw
 
readAttribute(String, String, String) - Method in class org.sbml.jsbml.LocalParameter
 
readAttribute(String, String, String) - Method in class org.sbml.jsbml.Model
 
readAttribute(String, String, String) - Method in class org.sbml.jsbml.Parameter
 
readAttribute(String, String, String) - Method in class org.sbml.jsbml.Reaction
 
readAttribute(String, String, String) - Method in interface org.sbml.jsbml.SBase
Sets the given attribute in this SBase.
readAttribute(String, String, String) - Method in class org.sbml.jsbml.SBMLDocument
 
readAttribute(String, String, String) - Method in class org.sbml.jsbml.SimpleSpeciesReference
 
readAttribute(String, String, String) - Method in class org.sbml.jsbml.Species
 
readAttribute(String, String, String) - Method in class org.sbml.jsbml.SpeciesReference
 
readAttribute(String, String, String) - Method in class org.sbml.jsbml.Trigger
 
readAttribute(String, String, String) - Method in class org.sbml.jsbml.Unit
 
readAttribute(String, String, String) - Method in class org.sbml.jsbml.xml.parsers.SBMLLevel1Rule
 
readChar() - Method in class org.sbml.jsbml.math.parser.SimpleCharStream
Read a character.
readChar() - Method in class org.sbml.jsbml.text.parser.SimpleCharStream
Read a character.
readCreatedDate(SBase, XMLNode) - Method in class org.sbml.jsbml.xml.parsers.SBMLRDFAnnotationParser
Reads the 'dcterms:created' part of the SBML RDF annotation into a java Date.
readCreator(SBase, XMLNode) - Method in class org.sbml.jsbml.xml.parsers.SBMLRDFAnnotationParser
Reads the 'dc:creator' part of the SBML RDF annotation into Creators.
reader - Static variable in class org.sbml.jsbml.SBMLReader
The singleton actual reader.
READING_IN_PROGRESS - Static variable in class org.sbml.jsbml.JSBML
 
ReadingParser - Interface in org.sbml.jsbml.xml.parsers
The interface to implement for the SBML parsers reading SBML files.
readingParsers - Variable in class org.sbml.jsbml.xml.parsers.ParserManager
 
readMathML(String, TreeNodeChangeListener) - Method in class org.sbml.jsbml.xml.stax.SBMLReader
Reads a mathML String into an ASTNode.
readMathML(String, TreeNodeChangeListener, MathContainer) - Method in class org.sbml.jsbml.xml.stax.SBMLReader
Reads a mathML String into an ASTNode.
readMathML(String) - Method in class org.sbml.jsbml.xml.stax.SBMLReader
 
readMathMLFromString(String) - Static method in class org.sbml.jsbml.ASTNode
Reads the MathML from the given XML string.
readMathMLFromString(String) - Static method in class org.sbml.jsbml.JSBML
Reads the MathML from the given XML string, constructs a corresponding abstract syntax tree, and returns a pointer to the root of the tree.
readModifiedDate(SBase, XMLNode) - Method in class org.sbml.jsbml.xml.parsers.SBMLRDFAnnotationParser
Reads the 'dcterms:modified' part of the SBML RDF annotation into java Date(s).
readNotes(String, TreeNodeChangeListener) - Method in class org.sbml.jsbml.xml.stax.SBMLReader
Reads a notes XML String into an XMLNode.
readNotes(String) - Method in class org.sbml.jsbml.xml.stax.SBMLReader
 
readObject(ObjectInputStream) - Method in class org.sbml.jsbml.AbstractTreeNode
Initializes the state of the object during deserialization.
readProperties(String) - Static method in class org.sbml.jsbml.resources.Resource
 
readRDFHistory(SBase, XMLNode) - Method in class org.sbml.jsbml.xml.parsers.SBMLRDFAnnotationParser
Reads the 'rdf:Description' to extract the History part of the SBML RDF annotation.
readRDFURIs(Object, XMLNode) - Method in class org.sbml.jsbml.xml.parsers.SBMLRDFAnnotationParser
Reads the relation elements part of the SBML RDF annotation into CVTerms.
readSBML(String) - Static method in class org.sbml.jsbml.JSBML
Reads an SBML document from the given file.
readSBML(File, TreeNodeChangeListener) - Method in class org.sbml.jsbml.SBMLReader
 
readSBML(File) - Method in class org.sbml.jsbml.SBMLReader
Reads an SBML document from a File.
readSBML(String) - Method in class org.sbml.jsbml.SBMLReader
Reads an SBML document from a file.
readSBML(File) - Method in class org.sbml.jsbml.xml.stax.SBMLReader
 
readSBML(File, TreeNodeChangeListener) - Method in class org.sbml.jsbml.xml.stax.SBMLReader
Reads a SBML String from the given file.
readSBML(String) - Method in class org.sbml.jsbml.xml.stax.SBMLReader
Reads SBML from a given file.
readSBML(XMLEventReader, TreeNodeChangeListener) - Method in class org.sbml.jsbml.xml.stax.SBMLReader
Reads an SBMLDocument from the given XMLEventReader
readSBML(XMLEventReader) - Method in class org.sbml.jsbml.xml.stax.SBMLReader
 
readSBMLFile(String) - Method in class org.sbml.jsbml.xml.stax.SBMLReader
Reads the SBML file 'fileName' and creates/initialises a SBMLDocument instance.
readSBMLFromFile(String) - Static method in class org.sbml.jsbml.JSBML
Reads an SBML document from the given file.
readSBMLFromFile(String) - Method in class org.sbml.jsbml.SBMLReader
Reads an SBML document from a file.
readSBMLFromStream(InputStream) - Method in class org.sbml.jsbml.SBMLReader
Reads an SBML document from a data stream.
readSBMLFromStream(InputStream, TreeNodeChangeListener) - Method in class org.sbml.jsbml.xml.stax.SBMLReader
Reads a SBML document from the given stream.
readSBMLFromStream(InputStream) - Method in class org.sbml.jsbml.xml.stax.SBMLReader
 
readSBMLFromString(String) - Static method in class org.sbml.jsbml.JSBML
Reads an SBML document from a string assumed to be in XML format.
readSBMLFromString(String) - Method in class org.sbml.jsbml.SBMLReader
Reads an SBML document from the given XML string.
readSBMLFromString(String, TreeNodeChangeListener) - Method in class org.sbml.jsbml.xml.stax.SBMLReader
Reads a SBML model from the given XML String.
readSBMLFromString(String) - Method in class org.sbml.jsbml.xml.stax.SBMLReader
 
readSBMLRDF(SBase) - Method in class org.sbml.jsbml.xml.parsers.SBMLRDFAnnotationParser
Reads the 'rdf:RDF' block, if present in the Annotation, to extract the History and the CVTerm(s) as defined in the SBML specifications, section 6: 'A standard format for the annotation element'.
readXMLFromStream(InputStream, TreeNodeChangeListener) - Method in class org.sbml.jsbml.xml.stax.SBMLReader
Reads a XML document from the given stream.
readXMLFromString(String, TreeNodeChangeListener) - Method in class org.sbml.jsbml.xml.stax.SBMLReader
Reads an XML String that should the part of a SBML model.
readXMLFromXMLEventReader(XMLEventReader, TreeNodeChangeListener) - Method in class org.sbml.jsbml.xml.stax.SBMLReader
Reads an XML document from the given XMLEventReader.
REAL_FORMAT - Static variable in class org.sbml.jsbml.util.StringTools
 
realFormat - Variable in class org.sbml.jsbml.math.compiler.MathMLXMLStreamCompiler
Formats the real number in a valid way for mathML.
realFormat - Variable in class org.sbml.jsbml.util.compilers.MathMLXMLStreamCompiler
Formats the real number in a valid way for mathML.
recursiv - Variable in class org.sbml.jsbml.validator.offline.ValidationContext
 
reduceToBinary() - Method in class org.sbml.jsbml.ASTNode
Reduces this ASTNode to a binary tree, e.g., if the formula in this ASTNode is and(x, y, z) then the formula of the reduced node would be and(and(x, y), z).
reduceToBinary(ASTFunction) - Static method in class org.sbml.jsbml.math.ASTFactory
Reduces an ASTFunction to a binary tree, e.g., if the formula in the ASTFunction is and(x, y, z) then the formula of the reduced node would be and(and(x, y), z).
references(ListOf<? extends SimpleSpeciesReference>, Species) - Method in class org.sbml.jsbml.Reaction
Checks whether the given list references the given species.
refersTo(String) - Method in class org.sbml.jsbml.ASTNode
Returns true if this node or one of its descendants contains some identifier with the given id.
refersTo(String) - Method in class org.sbml.jsbml.math.ASTCiFunctionNode
 
refersTo(String) - Method in class org.sbml.jsbml.math.ASTCiNumberNode
 
refersTo(String) - Method in class org.sbml.jsbml.math.ASTCSymbolAvogadroNode
 
refersTo(String) - Method in interface org.sbml.jsbml.math.ASTCSymbolBaseNode
Returns true if this node or one of its descendants contains some identifier with the given id.
refersTo(String) - Method in class org.sbml.jsbml.math.ASTCSymbolDelayNode
 
refersTo(String) - Method in class org.sbml.jsbml.math.ASTCSymbolTimeNode
 
refId - Variable in class org.sbml.jsbml.math.ASTCiFunctionNode
refId attribute for MathML element
refId - Variable in class org.sbml.jsbml.math.ASTCiNumberNode
The name of the MathML element represented by this ASTCiNumberNode.
refId - Static variable in class org.sbml.jsbml.util.TreeNodeChangeEvent
 
register(SBase) - Method in class org.sbml.jsbml.KineticLaw
 
register(SBase, boolean) - Method in class org.sbml.jsbml.KineticLaw
 
register(SBase) - Method in class org.sbml.jsbml.Model
 
register(SBase) - Method in interface org.sbml.jsbml.util.IdManager
Registers the given SBase element and all of it's children in this IdManager.
registerChild(SBase) - Method in class org.sbml.jsbml.AbstractSBase
 
registerChild(SBasePlugin) - Method in class org.sbml.jsbml.AbstractSBase
Registers recursively the given SBasePlugin from the Model and SBMLDocument.
registerChild(SBase) - Method in interface org.sbml.jsbml.SBase
Sets this object as SBML parent of 'sbase'.
registerId(KineticLaw, LocalParameter, boolean, boolean) - Method in class org.sbml.jsbml.Model
Registration of LocalParameter instances in the Model.
registerId(UniqueSId, boolean) - Method in class org.sbml.jsbml.Model
 
registerId(UnitDefinition, boolean) - Method in class org.sbml.jsbml.Model
Registers the identifier and the corresponding UnitDefinition itself in this Model.
registerIds(SBase, SBase, boolean, boolean, List<IdManager>) - Method in class org.sbml.jsbml.Model
Registers the given element in this Model.
registerLocalParameter(LocalParameter, boolean) - Method in class org.sbml.jsbml.KineticLaw
 
registerMetaId(SBase, boolean) - Method in class org.sbml.jsbml.SBMLDocument
Saves or removes the given meta identifier in this SBMLDocument's SBMLDocument.mappingFromMetaId2SBase.
registerMetaIds(SBase, boolean, boolean) - Method in class org.sbml.jsbml.SBMLDocument
Collects all meta identifiers of this AbstractSBase and all of its sub-elements if recursively is true.
ReInit(InputStream) - Method in class org.sbml.jsbml.math.parser.FormulaParser
Reinitialise.
ReInit(InputStream, String) - Method in class org.sbml.jsbml.math.parser.FormulaParser
Reinitialise.
ReInit(Reader) - Method in class org.sbml.jsbml.math.parser.FormulaParser
Reinitialise.
ReInit(FormulaParserTokenManager) - Method in class org.sbml.jsbml.math.parser.FormulaParser
Reinitialise.
ReInit(InputStream) - Method in class org.sbml.jsbml.math.parser.FormulaParserASTNode2
Reinitialise.
ReInit(InputStream, String) - Method in class org.sbml.jsbml.math.parser.FormulaParserASTNode2
Reinitialise.
ReInit(Reader) - Method in class org.sbml.jsbml.math.parser.FormulaParserASTNode2
Reinitialise.
ReInit(FormulaParserASTNode2TokenManager) - Method in class org.sbml.jsbml.math.parser.FormulaParserASTNode2
Reinitialise.
ReInit(SimpleCharStream) - Method in class org.sbml.jsbml.math.parser.FormulaParserASTNode2TokenManager
Reinitialise parser.
ReInit(SimpleCharStream, int) - Method in class org.sbml.jsbml.math.parser.FormulaParserASTNode2TokenManager
Reinitialise parser.
ReInit(InputStream) - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3
Reinitialise.
ReInit(InputStream, String) - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3
Reinitialise.
ReInit(Reader) - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3
Reinitialise.
ReInit(FormulaParserLL3TokenManager) - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3
Reinitialise.
ReInit(InputStream) - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2
Reinitialise.
ReInit(InputStream, String) - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2
Reinitialise.
ReInit(Reader) - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2
Reinitialise.
ReInit(FormulaParserLL3ASTNode2TokenManager) - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2
Reinitialise.
ReInit(SimpleCharStream) - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2TokenManager
Reinitialise parser.
ReInit(SimpleCharStream, int) - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2TokenManager
Reinitialise parser.
ReInit(SimpleCharStream) - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3TokenManager
Reinitialise parser.
ReInit(SimpleCharStream, int) - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3TokenManager
Reinitialise parser.
ReInit(SimpleCharStream) - Method in class org.sbml.jsbml.math.parser.FormulaParserTokenManager
Reinitialise parser.
ReInit(SimpleCharStream, int) - Method in class org.sbml.jsbml.math.parser.FormulaParserTokenManager
Reinitialise parser.
ReInit(Reader) - Method in interface org.sbml.jsbml.math.parser.IFormulaParser
 
ReInit(InputStream, String) - Method in interface org.sbml.jsbml.math.parser.IFormulaParser
 
ReInit(InputStream) - Method in interface org.sbml.jsbml.math.parser.IFormulaParser
 
ReInit(Reader, int, int, int) - Method in class org.sbml.jsbml.math.parser.SimpleCharStream
Reinitialise.
ReInit(Reader, int, int) - Method in class org.sbml.jsbml.math.parser.SimpleCharStream
Reinitialise.
ReInit(Reader) - Method in class org.sbml.jsbml.math.parser.SimpleCharStream
Reinitialise.
ReInit(InputStream, String, int, int, int) - Method in class org.sbml.jsbml.math.parser.SimpleCharStream
Reinitialise.
ReInit(InputStream, int, int, int) - Method in class org.sbml.jsbml.math.parser.SimpleCharStream
Reinitialise.
ReInit(InputStream, String) - Method in class org.sbml.jsbml.math.parser.SimpleCharStream
Reinitialise.
ReInit(InputStream) - Method in class org.sbml.jsbml.math.parser.SimpleCharStream
Reinitialise.
ReInit(InputStream, String, int, int) - Method in class org.sbml.jsbml.math.parser.SimpleCharStream
Reinitialise.
ReInit(InputStream, int, int) - Method in class org.sbml.jsbml.math.parser.SimpleCharStream
Reinitialise.
ReInit(InputStream) - Method in class org.sbml.jsbml.text.parser.CobraFormulaParser
Reinitialise.
ReInit(InputStream, String) - Method in class org.sbml.jsbml.text.parser.CobraFormulaParser
Reinitialise.
ReInit(Reader) - Method in class org.sbml.jsbml.text.parser.CobraFormulaParser
Reinitialise.
ReInit(CobraFormulaParserTokenManager) - Method in class org.sbml.jsbml.text.parser.CobraFormulaParser
Reinitialise.
ReInit(SimpleCharStream) - Method in class org.sbml.jsbml.text.parser.CobraFormulaParserTokenManager
Reinitialise parser.
ReInit(SimpleCharStream, int) - Method in class org.sbml.jsbml.text.parser.CobraFormulaParserTokenManager
Reinitialise parser.
ReInit(InputStream) - Method in class org.sbml.jsbml.text.parser.FormulaParser
Reinitialise.
ReInit(InputStream, String) - Method in class org.sbml.jsbml.text.parser.FormulaParser
Reinitialise.
ReInit(Reader) - Method in class org.sbml.jsbml.text.parser.FormulaParser
Reinitialise.
ReInit(FormulaParserTokenManager) - Method in class org.sbml.jsbml.text.parser.FormulaParser
Reinitialise.
ReInit(InputStream) - Method in class org.sbml.jsbml.text.parser.FormulaParserASTNode2
Reinitialise.
ReInit(InputStream, String) - Method in class org.sbml.jsbml.text.parser.FormulaParserASTNode2
Reinitialise.
ReInit(Reader) - Method in class org.sbml.jsbml.text.parser.FormulaParserASTNode2
Reinitialise.
ReInit(FormulaParserASTNode2TokenManager) - Method in class org.sbml.jsbml.text.parser.FormulaParserASTNode2
Reinitialise.
ReInit(SimpleCharStream) - Method in class org.sbml.jsbml.text.parser.FormulaParserASTNode2TokenManager
Reinitialise parser.
ReInit(SimpleCharStream, int) - Method in class org.sbml.jsbml.text.parser.FormulaParserASTNode2TokenManager
Reinitialise parser.
ReInit(InputStream) - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3
Reinitialise.
ReInit(InputStream, String) - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3
Reinitialise.
ReInit(Reader) - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3
Reinitialise.
ReInit(FormulaParserLL3TokenManager) - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3
Reinitialise.
ReInit(InputStream) - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2
Reinitialise.
ReInit(InputStream, String) - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2
Reinitialise.
ReInit(Reader) - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2
Reinitialise.
ReInit(FormulaParserLL3ASTNode2TokenManager) - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2
Reinitialise.
ReInit(SimpleCharStream) - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2TokenManager
Reinitialise parser.
ReInit(SimpleCharStream, int) - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2TokenManager
Reinitialise parser.
ReInit(SimpleCharStream) - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3TokenManager
Reinitialise parser.
ReInit(SimpleCharStream, int) - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3TokenManager
Reinitialise parser.
ReInit(SimpleCharStream) - Method in class org.sbml.jsbml.text.parser.FormulaParserTokenManager
Reinitialise parser.
ReInit(SimpleCharStream, int) - Method in class org.sbml.jsbml.text.parser.FormulaParserTokenManager
Reinitialise parser.
ReInit(Reader) - Method in interface org.sbml.jsbml.text.parser.IFormulaParser
 
ReInit(InputStream, String) - Method in interface org.sbml.jsbml.text.parser.IFormulaParser
 
ReInit(InputStream) - Method in interface org.sbml.jsbml.text.parser.IFormulaParser
 
ReInit(Reader, int, int, int) - Method in class org.sbml.jsbml.text.parser.SimpleCharStream
Reinitialise.
ReInit(Reader, int, int) - Method in class org.sbml.jsbml.text.parser.SimpleCharStream
Reinitialise.
ReInit(Reader) - Method in class org.sbml.jsbml.text.parser.SimpleCharStream
Reinitialise.
ReInit(InputStream, String, int, int, int) - Method in class org.sbml.jsbml.text.parser.SimpleCharStream
Reinitialise.
ReInit(InputStream, int, int, int) - Method in class org.sbml.jsbml.text.parser.SimpleCharStream
Reinitialise.
ReInit(InputStream, String) - Method in class org.sbml.jsbml.text.parser.SimpleCharStream
Reinitialise.
ReInit(InputStream) - Method in class org.sbml.jsbml.text.parser.SimpleCharStream
Reinitialise.
ReInit(InputStream, String, int, int) - Method in class org.sbml.jsbml.text.parser.SimpleCharStream
Reinitialise.
ReInit(InputStream, int, int) - Method in class org.sbml.jsbml.text.parser.SimpleCharStream
Reinitialise.
ReInitRounds() - Method in class org.sbml.jsbml.math.parser.FormulaParserASTNode2TokenManager
 
ReInitRounds() - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2TokenManager
 
ReInitRounds() - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3TokenManager
 
ReInitRounds() - Method in class org.sbml.jsbml.math.parser.FormulaParserTokenManager
 
ReInitRounds() - Method in class org.sbml.jsbml.text.parser.CobraFormulaParserTokenManager
 
ReInitRounds() - Method in class org.sbml.jsbml.text.parser.FormulaParserASTNode2TokenManager
 
ReInitRounds() - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2TokenManager
 
ReInitRounds() - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3TokenManager
 
ReInitRounds() - Method in class org.sbml.jsbml.text.parser.FormulaParserTokenManager
 
relation(ASTNode2, String, ASTNode2) - Method in class org.sbml.jsbml.math.compiler.FormulaCompiler
 
relation(ASTNode2, String, ASTNode2) - Method in class org.sbml.jsbml.math.compiler.LaTeXCompiler
Creates a relation between two ASTNode2s.
relation(ASTNode, String, ASTNode) - Method in class org.sbml.jsbml.util.compilers.FormulaCompiler
 
relation(ASTNode, String, ASTNode) - Method in class org.sbml.jsbml.util.compilers.LaTeXCompiler
Creates a relation between two ASTNodes.
relational(ASTNode.Type, ASTNode, ASTNode) - Static method in class org.sbml.jsbml.ASTNode
Creates a relational ASTNode of the given type with the two given children left and right.
relational(ASTNode.Type, ASTNode2, ASTNode2) - Static method in class org.sbml.jsbml.math.ASTFactory
Creates a relational ASTRelationalOperatorNode of the given type with the two given children left and right.
rem(List<ASTNode>) - Method in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
Returns the remainder of the division of the values.
rem(List<ASTNode>) - Method in class org.sbml.jsbml.util.compilers.FindUnitsCompiler
 
rem(List<ASTNode>) - Method in class org.sbml.jsbml.util.compilers.FormulaCompiler
 
rem(List<ASTNode>) - Method in class org.sbml.jsbml.util.compilers.LaTeXCompiler
 
rem(List<ASTNode>) - Method in class org.sbml.jsbml.util.compilers.MathMLCompiler
Deprecated.
 
rem(List<ASTNode>) - Method in class org.sbml.jsbml.util.compilers.UnitsCompiler
 
remove(int) - Method in class org.sbml.jsbml.ListOf
 
remove(NamedSBase) - Method in class org.sbml.jsbml.ListOf
Removes a NamedSBase according to its unique id.
remove(Object) - Method in class org.sbml.jsbml.ListOf
 
remove(String) - Method in class org.sbml.jsbml.ListOf
Specialized method to remove a named SBase according to its unique id.
remove(Class<T>, String) - Method in class org.sbml.jsbml.Model
Removes the element with the given id from this model if such an element can be found.
remove(String) - Method in class org.sbml.jsbml.Model
Removes any UniqueNamedSBase with the given identifier from this Model and returns the removed element if the operation was successful.
remove(ListOf<T>, String) - Method in class org.sbml.jsbml.Reaction
 
remove(AnyConstraint<T>) - Method in class org.sbml.jsbml.validator.offline.constraints.ConstraintGroup
Removes the constraint from the group.
remove(int) - Method in class org.sbml.jsbml.xml.XMLAttributes
Removes an attribute with the given index from this XMLAttributes set.
remove(String, String) - Method in class org.sbml.jsbml.xml.XMLAttributes
Removes an attribute with the given local name and namespace URI from this XMLAttributes set.
remove(String) - Method in class org.sbml.jsbml.xml.XMLAttributes
Removes an attribute with the given local name from this XMLAttributes set.
remove(XMLTriple) - Method in class org.sbml.jsbml.xml.XMLAttributes
Removes an attribute with the given XMLTriple from this XMLAttributes set.
remove(int) - Method in class org.sbml.jsbml.xml.XMLNamespaces
Removes an XML Namespace stored in the given position of this list.
remove(String) - Method in class org.sbml.jsbml.xml.XMLNamespaces
Removes an XML Namespace with the given prefix.
removeAll(Collection<?>) - Method in class org.sbml.jsbml.ListOf
 
removeAll(Filter) - Method in class org.sbml.jsbml.ListOf
Removes all elements from this list that are accepted by the Filter.accepts(Object) method of the given filter.
removeAllTreeNodeChangeListeners() - Method in class org.sbml.jsbml.AbstractTreeNode
 
removeAllTreeNodeChangeListeners(boolean) - Method in class org.sbml.jsbml.AbstractTreeNode
 
removeAllTreeNodeChangeListeners() - Method in class org.sbml.jsbml.math.ASTUnknown
 
removeAllTreeNodeChangeListeners(boolean) - Method in class org.sbml.jsbml.math.ASTUnknown
 
removeAllTreeNodeChangeListeners() - Method in interface org.sbml.jsbml.util.TreeNodeWithChangeSupport
Removes all tree node change listeners from this element.
removeAllTreeNodeChangeListeners(boolean) - Method in interface org.sbml.jsbml.util.TreeNodeWithChangeSupport
Removes all tree node change listeners recursively from this element.
removeAttr(int) - Method in class org.sbml.jsbml.xml.XMLToken
Removes an attribute with the given index from the attribute set in this XMLToken.
removeAttr(String) - Method in class org.sbml.jsbml.xml.XMLToken
Removes an attribute with the given local name from the attribute set in this XMLToken.
removeAttr(String, String) - Method in class org.sbml.jsbml.xml.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.jsbml.xml.XMLToken
Removes an attribute with the given XMLTriple from the attribute set in this XMLToken.
removeChild(int) - Method in class org.sbml.jsbml.ASTNode
Removes child n of this ASTNode.
removeChild(int) - Method in class org.sbml.jsbml.math.ASTBinaryFunctionNode
 
removeChild(int) - Method in class org.sbml.jsbml.math.ASTFunction
Removes child n of this ASTFunction.
removeChild(int) - Method in class org.sbml.jsbml.math.ASTUnaryFunctionNode
 
removeChild(int) - Method in class org.sbml.jsbml.xml.XMLNode
Removes the nth child of this XMLNode and returns the removed node.
removeChild(XMLNode) - Method in class org.sbml.jsbml.xml.XMLNode
Removes the first occurrence of the specified element from this list.
removeChildren() - Method in class org.sbml.jsbml.xml.XMLNode
Removes all children from this node.
removeCompartment(int) - Method in class org.sbml.jsbml.Model
Removes the i-th Compartment of the Model.
removeCompartment(String) - Method in class org.sbml.jsbml.Model
Removes the Compartment of the Model with 'id' as id.
removeCompartmentType(int) - Method in class org.sbml.jsbml.Model
Deprecated.
Only valid in SBML Level 2 for Versions 2 through 4.
removeCompartmentType(String) - Method in class org.sbml.jsbml.Model
Deprecated.
Only valid in SBML Level 2 for Versions 2 through 4.
removeConstraint(int) - Method in class org.sbml.jsbml.Model
Removes the n-th Constraint of the Model.
removeCreator(int) - Method in class org.sbml.jsbml.History
If there is no ith Creator, it returns null.
removeCVTerm(CVTerm) - Method in class org.sbml.jsbml.AbstractSBase
Removes the given CVTerm.
removeCVTerm(int) - Method in class org.sbml.jsbml.AbstractSBase
Removes the CVTerm at the given index.
removeCVTerm(CVTerm) - Method in class org.sbml.jsbml.Annotation
Removes the given CVTerm.
removeCVTerm(int) - Method in class org.sbml.jsbml.Annotation
Removes the CVTerm at the given index.
removeCVTerm(CVTerm) - Method in interface org.sbml.jsbml.SBase
Removes the given CVTerm.
removeCVTerm(int) - Method in interface org.sbml.jsbml.SBase
Removes the CVTerm at the given index.
removeCVTerm - Static variable in class org.sbml.jsbml.util.TreeNodeChangeEvent
 
removeEvent(int) - Method in class org.sbml.jsbml.Model
Removes the n-th Event of the Model.
removeEvent(String) - Method in class org.sbml.jsbml.Model
Removes the Event of the Model with 'id' as id.
removeEventAssignment(int) - Method in class org.sbml.jsbml.Event
Removes an element from the listOfEventAssignments at the given index.
removeEventAssignment(String) - Method in class org.sbml.jsbml.Event
Removes an element from the listOfEventAssignments.
removeEventAssignment(EventAssignment) - Method in class org.sbml.jsbml.Event
Removes an element from the listOfEventAssignments.
removeFilter(Filter) - Method in class org.sbml.jsbml.util.filters.AndFilter
 
removeFirst(Filter) - Method in class org.sbml.jsbml.ListOf
Removes the first element from this list that is accepted by the Filter.accepts(Object) method of the given filter.
removeFromParent() - Method in class org.sbml.jsbml.AbstractTreeNode
This method is designed to be overridden for non-independent child nodes
removeFromParent() - Method in class org.sbml.jsbml.CVTerm
 
removeFromParent() - Method in class org.sbml.jsbml.ext.AbstractASTNodePlugin
 
removeFromParent() - Method in class org.sbml.jsbml.ext.AbstractSBasePlugin
 
removeFromParent() - Method in class org.sbml.jsbml.math.ASTUnknown
 
removeFromParent() - Method in interface org.sbml.jsbml.util.TreeNodeWithChangeSupport
Removes itself from its parent.
removeFunctionDefinition(int) - Method in class org.sbml.jsbml.Model
Removes the n-th FunctionDefinition of the Model.
removeFunctionDefinition(String) - Method in class org.sbml.jsbml.Model
Removes the FunctionDefinition of the Model with 'id' as id.
removeInitialAssignment(int) - Method in class org.sbml.jsbml.Model
Removes the n-th InitialAssignment of the Model.
removeLocalParameter(int) - Method in class org.sbml.jsbml.KineticLaw
Removes the ith LocalParameter from this object.
removeLocalParameter(LocalParameter) - Method in class org.sbml.jsbml.KineticLaw
Removes the LocalParameter 'p' from the KineticLaw.listOfLocalParameters of this KineticLaw according to its 'id'.
removeLocalParameter(String) - Method in class org.sbml.jsbml.KineticLaw
Removes a LocalParameter from this object based on its 'id'.
removeModifiedDate(int) - Method in class org.sbml.jsbml.History
If there is no ith modified Date, it returns null.
removeModifier(int) - Method in class org.sbml.jsbml.Reaction
Removes the nth modifier species (ModifierSpeciesReference object) in the list of modifiers in this Reaction and returns it.
removeModifier(ModifierSpeciesReference) - Method in class org.sbml.jsbml.Reaction
Removes the ModifierSpeciesReference 'modspecref' from this Reaction.
removeModifier(String) - Method in class org.sbml.jsbml.Reaction
Removes the modifier species (ModifierSpeciesReference object) having the given 'species' attribute in the list of modifiers in this Reaction and returns it.
removeMultiplier() - Method in class org.sbml.jsbml.Unit
This method tries to remove the Unit.multiplier of this unit.
removeNamespace(int) - Method in class org.sbml.jsbml.xml.XMLToken
Removes an XML Namespace stored in the given position of the XMLNamespaces of this XMLToken.
removeNamespace(String) - Method in class org.sbml.jsbml.xml.XMLToken
Removes an XML Namespace with the given prefix.
removeNestedCVTerm(CVTerm) - Method in class org.sbml.jsbml.CVTerm
Removes an element from the CVTerm.listOfNestedCVTerms.
removeNestedCVTerm(int) - Method in class org.sbml.jsbml.CVTerm
Removes an element from the CVTerm.listOfNestedCVTerms at the given index.
removeOffset() - Method in class org.sbml.jsbml.Unit
We remove the offset by expressing it within a new Unit.multiplier, m':
removePackageDeclaration(String) - Method in class org.sbml.jsbml.SBMLDocument
Removes the package namespace declaration in this SBMLDocument, removes as well the required attribute for this package.
removeParameter(int) - Method in class org.sbml.jsbml.KineticLaw
removeParameter(Parameter) - Method in class org.sbml.jsbml.KineticLaw
removeParameter(String) - Method in class org.sbml.jsbml.KineticLaw
removeParameter(int) - Method in class org.sbml.jsbml.Model
Removes the n-th Parameter of the Model.
removeParameter(Parameter) - Method in class org.sbml.jsbml.Model
Removes the Parameter 'parameter' from this Model.
removeParameter(String) - Method in class org.sbml.jsbml.Model
Removes the Parameter of the Model with 'id' as id.
removeProduct(int) - Method in class org.sbml.jsbml.Reaction
Removes the nth product species (SpeciesReference object) in the list of products in this Reaction and returns it.
removeProduct(SpeciesReference) - Method in class org.sbml.jsbml.Reaction
Removes the SpeciesReference 'modspecref' from the listOfProducts of this Reaction.
removeProduct(String) - Method in class org.sbml.jsbml.Reaction
Removes the product species (SpeciesReference object) having the given 'species' attribute in the list of products in this Reaction and returns it.
removeReactant(int) - Method in class org.sbml.jsbml.Reaction
Removes the nth reactant species (SpeciesReference object) in the list of reactants in this Reaction and returns it.
removeReactant(SpeciesReference) - Method in class org.sbml.jsbml.Reaction
Removes the SpeciesReference 'modspecref' from the listOfReactants of this Reaction.
removeReactant(String) - Method in class org.sbml.jsbml.Reaction
Removes the reactant species (SpeciesReference object) having the given 'species' attribute in the list of reactants in this Reaction and returns it.
removeReaction(int) - Method in class org.sbml.jsbml.Model
Removes the n-th Reaction of the Model.
removeReaction(Reaction) - Method in class org.sbml.jsbml.Model
Removes a reaction from the model.
removeReaction(String) - Method in class org.sbml.jsbml.Model
Removes the Reaction of the Model with 'id' as id.
removeResource(int) - Method in class org.sbml.jsbml.CVTerm
Removes the ith resource URI from the CVTerm.
removeResource(String) - Method in class org.sbml.jsbml.CVTerm
Removes the first occurrence of the given resource URI from the CVTerm.
removeResource(int) - Method in class org.sbml.jsbml.xml.XMLAttributes
Removes an attribute with the given index from this XMLAttributes set.
removeResourceURI(int) - Method in class org.sbml.jsbml.CVTerm
 
removeRule(int) - Method in class org.sbml.jsbml.Model
Removes the i-th Rule of the Model.
removeRule(String) - Method in class org.sbml.jsbml.Model
Removes the Rule of the Model with 'variableId' as variable.
removeRule(Rule) - Method in class org.sbml.jsbml.Model
Removes a Rule from the Model.
removeScale(Unit) - Static method in class org.sbml.jsbml.Unit
Manipulates the attributes of the Unit to express the unit with the value of the scale attribute reduced to zero.
removeScale() - Method in class org.sbml.jsbml.Unit
Manipulates the attributes of the Unit to express the unit with the value of the scale attribute reduced to zero.
removeSpecies(int) - Method in class org.sbml.jsbml.Model
Removes the i-th Species of the Model.
removeSpecies(Species) - Method in class org.sbml.jsbml.Model
Removes a species from the model.
removeSpecies(String) - Method in class org.sbml.jsbml.Model
Removes the Species of the Model with 'id' as id.
removeSpeciesType(int) - Method in class org.sbml.jsbml.Model
Deprecated.
Only valid in SBML Level 2 for Versions 2 through 4.
removeSpeciesType(String) - Method in class org.sbml.jsbml.Model
Deprecated.
Only valid in SBML Level 2 for Versions 2 through 4.
removeTreeNodeChangeListener(TreeNodeChangeListener) - Method in class org.sbml.jsbml.AbstractTreeNode
 
removeTreeNodeChangeListener(TreeNodeChangeListener, boolean) - Method in class org.sbml.jsbml.AbstractTreeNode
 
removeTreeNodeChangeListener(TreeNodeChangeListener) - Method in class org.sbml.jsbml.math.ASTUnknown
 
removeTreeNodeChangeListener(TreeNodeChangeListener, boolean) - Method in class org.sbml.jsbml.math.ASTUnknown
 
removeTreeNodeChangeListener(TreeNodeChangeListener) - Method in interface org.sbml.jsbml.SBase
Removes the given TreeNodeChangeListener from this element.
removeTreeNodeChangeListener(TreeNodeChangeListener) - Method in interface org.sbml.jsbml.util.TreeNodeWithChangeSupport
Removes recursively the given change listener from this element.
removeTreeNodeChangeListener(TreeNodeChangeListener, boolean) - Method in interface org.sbml.jsbml.util.TreeNodeWithChangeSupport
Removes the given change listener from this element.
removeUnit(int) - Method in class org.sbml.jsbml.UnitDefinition
Removes the nth Unit object from this UnitDefinition object and returns a pointer to it.
removeUnitDefinition(int) - Method in class org.sbml.jsbml.Model
Removes the n-th UnitDefinition of the Model.
removeUnitDefinition(String) - Method in class org.sbml.jsbml.Model
Removes the UnitDefinition of the Model with 'id' as id.
removeUnitDefinition(UnitDefinition) - Method in class org.sbml.jsbml.Model
Removes a UnitDefinition of the Model.
removeUserObject(Object) - Method in class org.sbml.jsbml.AbstractTreeNode
 
removeUserObject(Object) - Method in class org.sbml.jsbml.math.ASTUnknown
 
removeUserObject(Object) - Method in interface org.sbml.jsbml.util.TreeNodeWithChangeSupport
 
removeValidationListener(ValidationListener) - Method in class org.sbml.jsbml.validator.offline.ValidationContext
Removes a ValidationListener from this context.
removeXmlNodeIfEmpty(XMLNode) - Method in class org.sbml.jsbml.xml.parsers.SBMLRDFAnnotationParser
Removes an XMLNode from its parent if it has no child elements, no attributes and no namespaces declared any more.
reorder(UnitDefinition) - Static method in class org.sbml.jsbml.UnitDefinition
Orders alphabetically the Unit objects within the UnitDefinition.listOfUnits of a UnitDefinition.
replaceArgument(String, ASTNode) - Method in class org.sbml.jsbml.ASTNode
Replaces occurrences of a name within this ASTNode with the name/value/formula represented by the second argument ASTNode, e.g., if the formula in this ASTNode is x + y; bvar is x and arg is an ASTNode representing the real value 3 ReplaceArgument substitutes 3 for x within this ASTNode.
replaceArgument(String, ASTNode2) - Method in class org.sbml.jsbml.math.ASTLambdaFunctionNode
Replaces occurrences of a name within this ASTLambdaFunctionNode with the name/value/formula represented by the second argument ASTNode2, e.g., if the formula in this ASTLambdaFunctionNode is x + y; bvar is x and arg is an ASTLambdaFunctionNode representing the real value 3 ReplaceArgument substitutes 3 for x within this ASTLambdaFunctionNode.
replaceChild(int, ASTNode) - Method in class org.sbml.jsbml.ASTNode
Replaces the nth child of this ASTNode with the given ASTNode.
replaceChild(int, ASTNode2) - Method in class org.sbml.jsbml.math.ASTFunction
Replaces the nth child of this ASTNode2 with the given ASTNode2.
reservedNamesL1V1 - Variable in class org.sbml.jsbml.validator.SyntaxChecker
Collection of reserved names that must not be used as identifiers (names) in SBML documents in SBML Level 1 Version 1.
reservedNamesL1V2 - Variable in class org.sbml.jsbml.validator.SyntaxChecker
Collection of reserved names that must not be used as identifiers (names) in SBML documents in SBML Level 1 Version 2.
reset() - Method in class org.sbml.jsbml.math.compiler.FindUnitsCompiler
 
reset() - Method in class org.sbml.jsbml.util.compilers.FindUnitsCompiler
 
reset() - Method in class org.sbml.jsbml.util.compilers.MathMLCompiler
Deprecated.
Allows to re-use this object to compile another ASTNode.
resetParentSBMLObject(ASTNode) - Method in class org.sbml.jsbml.ASTNode
Resets the parentSBMLObject to null recursively.
Resource - Class in org.sbml.jsbml.resources
Dummy class that just loads resource files if required.
Resource() - Constructor for class org.sbml.jsbml.resources.Resource
Since this is a singleton class, nobody should be able to instanciate it.
resource - Static variable in class org.sbml.jsbml.resources.Resource
The singleton element.
resourceBundle - Static variable in class org.sbml.jsbml.AbstractTreeNode
Localization support.
ResourceManager - Class in org.sbml.jsbml.util
A ResourceManager avoids loading instances of ResourceBundle multiple times by keeping these in a Map data structure.
ResourceManager() - Constructor for class org.sbml.jsbml.util.ResourceManager
 
resourceURIs - Variable in class org.sbml.jsbml.CVTerm
Contains all the MIRIAM URI associated with the qualifier of this CVTerm instance.
retainAll(Collection<?>) - Method in class org.sbml.jsbml.ListOf
 
reversible - Variable in class org.sbml.jsbml.Reaction
Represents the 'reversible' XML attribute of a reaction element.
reversible - Static variable in class org.sbml.jsbml.util.TreeNodeChangeEvent
 
REVERSIBLE_REACTION_ARROW - Static variable in class org.sbml.jsbml.math.compiler.HTMLFormula
HTML code for the reversible reaction arrow whose upper side is directed to the right “⇌”.
REVERSIBLE_REACTION_ARROW - Static variable in class org.sbml.jsbml.util.compilers.HTMLFormula
HTML code for the reversible reaction arrow whose upper side is directed to the right “⇌”.
RIGHT_ARROW - Static variable in class org.sbml.jsbml.math.compiler.HTMLFormula
HTML code for the right arrow “→”.
RIGHT_ARROW - Static variable in class org.sbml.jsbml.util.compilers.HTMLFormula
HTML code for the right arrow “→”.
RIGHT_BRACES - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserASTNode2Constants
RegularExpression Id.
RIGHT_BRACES - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserConstants
RegularExpression Id.
RIGHT_BRACES - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2Constants
RegularExpression Id.
RIGHT_BRACES - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserLL3Constants
RegularExpression Id.
RIGHT_BRACES - Static variable in interface org.sbml.jsbml.text.parser.CobraFormulaParserConstants
RegularExpression Id.
RIGHT_BRACES - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserASTNode2Constants
RegularExpression Id.
RIGHT_BRACES - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserConstants
RegularExpression Id.
RIGHT_BRACES - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2Constants
RegularExpression Id.
RIGHT_BRACES - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserLL3Constants
RegularExpression Id.
RIGHT_BRACKET - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserASTNode2Constants
RegularExpression Id.
RIGHT_BRACKET - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserConstants
RegularExpression Id.
RIGHT_BRACKET - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2Constants
RegularExpression Id.
RIGHT_BRACKET - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserLL3Constants
RegularExpression Id.
RIGHT_BRACKET - Static variable in interface org.sbml.jsbml.text.parser.CobraFormulaParserConstants
RegularExpression Id.
RIGHT_BRACKET - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserASTNode2Constants
RegularExpression Id.
RIGHT_BRACKET - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserConstants
RegularExpression Id.
RIGHT_BRACKET - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2Constants
RegularExpression Id.
RIGHT_BRACKET - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserLL3Constants
RegularExpression Id.
rightBrace - Static variable in class org.sbml.jsbml.math.compiler.LaTeXCompiler
 
rightBrace - Static variable in class org.sbml.jsbml.util.compilers.LaTeXCompiler
 
rightQuotationMark - Static variable in class org.sbml.jsbml.math.compiler.LaTeXCompiler
An closing quotation mark.
rightQuotationMark - Static variable in class org.sbml.jsbml.util.compilers.LaTeXCompiler
An closing quotation mark.
root(ASTNode, ASTNode) - Static method in class org.sbml.jsbml.ASTNode
Creates a root ASTNode.
root(ASTNode2, ASTNode2) - Static method in class org.sbml.jsbml.math.ASTFactory
Creates a root of type ASTNode2.
root(ASTNode2, ASTNode2) - Method in interface org.sbml.jsbml.math.compiler.ASTNode2Compiler
 
root(double, ASTNode2) - Method in interface org.sbml.jsbml.math.compiler.ASTNode2Compiler
 
root(ASTNode2, ASTNode2) - Method in class org.sbml.jsbml.math.compiler.FindUnitsCompiler
 
root(double, ASTNode2) - Method in class org.sbml.jsbml.math.compiler.FindUnitsCompiler
 
root(Object, Object) - Static method in class org.sbml.jsbml.math.compiler.FormulaCompiler
Returns the exponent-th root of the basis as StringBuffer.
root(ASTNode2, ASTNode2) - Method in class org.sbml.jsbml.math.compiler.FormulaCompiler
 
root(double, ASTNode2) - Method in class org.sbml.jsbml.math.compiler.FormulaCompiler
 
root(ASTNode2, ASTNode2) - Method in class org.sbml.jsbml.math.compiler.LaTeXCompiler
 
root(double, ASTNode2) - Method in class org.sbml.jsbml.math.compiler.LaTeXCompiler
 
root(ASTNode2, ASTNode2) - Method in class org.sbml.jsbml.math.compiler.LibSBMLFormulaCompiler
 
root(double, ASTNode2) - Method in class org.sbml.jsbml.math.compiler.LibSBMLFormulaCompiler
 
root(ASTNode2, ASTNode2) - Method in class org.sbml.jsbml.math.compiler.UnitsCompiler
 
root(double, ASTNode2) - Method in class org.sbml.jsbml.math.compiler.UnitsCompiler
 
root(double, ASTNode2Value) - Method in class org.sbml.jsbml.math.compiler.UnitsCompiler
 
root(ASTNode, ASTNode) - Method in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
 
root(double, ASTNode) - Method in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
 
root(ASTNode, ASTNode) - Method in class org.sbml.jsbml.util.compilers.FindUnitsCompiler
 
root(double, ASTNode) - Method in class org.sbml.jsbml.util.compilers.FindUnitsCompiler
 
root(Object, Object) - Static method in class org.sbml.jsbml.util.compilers.FormulaCompiler
Returns the exponent-th root of the basis as StringBuffer.
root(ASTNode, ASTNode) - Method in class org.sbml.jsbml.util.compilers.FormulaCompiler
 
root(double, ASTNode) - Method in class org.sbml.jsbml.util.compilers.FormulaCompiler
 
root(ASTNode, ASTNode) - Method in class org.sbml.jsbml.util.compilers.LaTeXCompiler
 
root(double, ASTNode) - Method in class org.sbml.jsbml.util.compilers.LaTeXCompiler
 
root(ASTNode, ASTNode) - Method in class org.sbml.jsbml.util.compilers.LibSBMLFormulaCompiler
 
root(double, ASTNode) - Method in class org.sbml.jsbml.util.compilers.LibSBMLFormulaCompiler
 
root(ASTNode, ASTNode) - Method in class org.sbml.jsbml.util.compilers.MathMLCompiler
Deprecated.
 
root(ASTNodeValue, ASTNode) - Method in class org.sbml.jsbml.util.compilers.MathMLCompiler
Deprecated.
 
root(double, ASTNode) - Method in class org.sbml.jsbml.util.compilers.MathMLCompiler
Deprecated.
 
root(ASTNode, ASTNode) - Method in class org.sbml.jsbml.util.compilers.UnitsCompiler
 
root(double, ASTNode) - Method in class org.sbml.jsbml.util.compilers.UnitsCompiler
 
root(double, ASTNodeValue) - Method in class org.sbml.jsbml.util.compilers.UnitsCompiler
 
root(double, double) - Static method in class org.sbml.jsbml.util.Maths
This method computes the rootExponent-th root of the radiant
rootConstraint - Variable in class org.sbml.jsbml.validator.offline.ValidationContext
 
Rule - Class in org.sbml.jsbml
The base class for the AlgebraicRule, RateRule, AssignmentRule.
Rule() - Constructor for class org.sbml.jsbml.Rule
Creates a Rule instance.
Rule(ASTNode, int, int) - Constructor for class org.sbml.jsbml.Rule
Creates a Rule instance from an id, level and version.
Rule(int, int) - Constructor for class org.sbml.jsbml.Rule
Creates a Rule instance from a level and version.
Rule(Rule) - Constructor for class org.sbml.jsbml.Rule
Creates a new Rule instance from a given Rule.
RuleConstraints - Class in org.sbml.jsbml.validator.offline.constraints
 
RuleConstraints() - Constructor for class org.sbml.jsbml.validator.offline.constraints.RuleConstraints
 

S

saveToString(Object) - Method in class org.sbml.jsbml.util.SimpleTreeNodeChangeListener
Tries to call the Object.toString() method on the given object.
SAX2Parser - Interface in org.sbml.jsbml.util
An interface for XML SAX2 parsers.
SBase - Interface in org.sbml.jsbml
The interface to implement for each SBML element.
SBaseConstraints - Class in org.sbml.jsbml.validator.offline.constraints
 
SBaseConstraints() - Constructor for class org.sbml.jsbml.validator.offline.constraints.SBaseConstraints
 
SBasePlugin - Interface in org.sbml.jsbml.ext
Defines the methods necessary for an SBase Plugin.
SBaseWithDerivedUnit - Interface in org.sbml.jsbml
This type represents an SBase object that is associated to a unit.
SBaseWithDerivedUnitConstraints - Class in org.sbml.jsbml.validator.offline.constraints
 
SBaseWithDerivedUnitConstraints() - Constructor for class org.sbml.jsbml.validator.offline.constraints.SBaseWithDerivedUnitConstraints
 
SBaseWithUnit - Interface in org.sbml.jsbml
Defines a kind of SBase that is equipped with a defined unit.
SBaseWithUnitConstraints - Class in org.sbml.jsbml.validator.offline.constraints
 
SBaseWithUnitConstraints() - Constructor for class org.sbml.jsbml.validator.offline.constraints.SBaseWithUnitConstraints
 
sbmlCoreElements - Variable in class org.sbml.jsbml.xml.parsers.SBMLCoreParser
This map contains all the relationships XML element name <=> matching java class.
SBMLCoreParser - Class in org.sbml.jsbml.xml.parsers
Parses the SBML core elements of an SBML file.
SBMLCoreParser() - Constructor for class org.sbml.jsbml.xml.parsers.SBMLCoreParser
Creates a SBMLCoreParser instance.
sbmlCoreParser - Static variable in class org.sbml.jsbml.xml.stax.SBMLReader
Initialize a static instance of the core parser.
SBMLDocument - Class in org.sbml.jsbml
Represents the 'sbml' root node of a SBML file.
SBMLDocument() - Constructor for class org.sbml.jsbml.SBMLDocument
Creates a SBMLDocument instance.
SBMLDocument(int, int) - Constructor for class org.sbml.jsbml.SBMLDocument
Creates a SBMLDocument instance from a level and version.
SBMLDocument(SBMLDocument) - Constructor for class org.sbml.jsbml.SBMLDocument
Creates a new SBMLDocument instance from a given SBMLDocument.
SBMLDocumentAttributes - Variable in class org.sbml.jsbml.SBMLDocument
Contains all the XML attributes of the sbml XML node.
SBMLDocumentAttributes - Static variable in class org.sbml.jsbml.util.TreeNodeChangeEvent
 
SBMLDocumentConstraints - Class in org.sbml.jsbml.validator.offline.constraints
 
SBMLDocumentConstraints() - Constructor for class org.sbml.jsbml.validator.offline.constraints.SBMLDocumentConstraints
 
SBMLError - Exception in org.sbml.jsbml
Representation of errors, warnings and other diagnostics.
SBMLError() - Constructor for exception org.sbml.jsbml.SBMLError
Constructs a new SBMLError.
SBMLError(String) - Constructor for exception org.sbml.jsbml.SBMLError
Constructs a new SBMLError with the given message.
SBMLError.SEVERITY - Enum in org.sbml.jsbml
 
SBMLErrorCodes - Interface in org.sbml.jsbml.validator.offline.factory
Automatically generated file, using the python scripts extractErrors.py and createErrorCodeInterface.py
SBMLErrorConverter - Class in org.sbml.jsbml.xml.xstream.converter
Converts an SBMLError from the XML produced by the sbml.org online validator.
SBMLErrorConverter() - Constructor for class org.sbml.jsbml.xml.xstream.converter.SBMLErrorConverter
 
SBMLErrorFactory - Class in org.sbml.jsbml.validator.offline.factory
 
SBMLErrorFactory() - Constructor for class org.sbml.jsbml.validator.offline.factory.SBMLErrorFactory
 
SBMLErrorLog - Class in org.sbml.jsbml
Log of errors and other events encountered during SBML processing.
SBMLErrorLog() - Constructor for class org.sbml.jsbml.SBMLErrorLog
 
SBMLException - Exception in org.sbml.jsbml
This class roughly corresponds to libSBML's SBMLError class.
SBMLException() - Constructor for exception org.sbml.jsbml.SBMLException
Creates a new SBMLException instance.
SBMLException(String) - Constructor for exception org.sbml.jsbml.SBMLException
Creates a new SBMLException instance.
SBMLException(String, Throwable) - Constructor for exception org.sbml.jsbml.SBMLException
Creates a new SBMLException instance.
SBMLException(Throwable) - Constructor for exception org.sbml.jsbml.SBMLException
Creates a new SBMLException instance.
SBMLException.Category - Enum in org.sbml.jsbml
Category of this exception.
SBMLException.Code - Enum in org.sbml.jsbml
Error codes.
SBMLException.Type - Enum in org.sbml.jsbml
 
SBMLInputConverter<T> - Interface in org.sbml.jsbml
This interface allows the implementing class to create a JSBML model based on some other data structure.
SBMLLevel1Rule - Class in org.sbml.jsbml.xml.parsers
Represent a level 1 rule.
SBMLLevel1Rule() - Constructor for class org.sbml.jsbml.xml.parsers.SBMLLevel1Rule
 
SBMLLevel1Rule(SBMLLevel1Rule) - Constructor for class org.sbml.jsbml.xml.parsers.SBMLLevel1Rule
Creates a new ExplicitRule
sbmlNS - Static variable in class org.sbml.jsbml.xml.parsers.MathMLParser
Deprecated.
The SBML attribute for the additional namespace.
SBMLObjectForXML - Class in org.sbml.jsbml.xml.stax
An SBMLObjectForXML is an object to store the localName, prefix, namespace URI, attributes and text of a SBML component we want to write.
SBMLObjectForXML() - Constructor for class org.sbml.jsbml.xml.stax.SBMLObjectForXML
 
SBMLOutputConverter<T> - Interface in org.sbml.jsbml
This interface allows the implementing class to convert a JSBML model into another data structure.
SBMLRDFAnnotationParser - Class in org.sbml.jsbml.xml.parsers
Parses the RDF annotations as defined in the SBML specifications and put them into objects.
SBMLRDFAnnotationParser() - Constructor for class org.sbml.jsbml.xml.parsers.SBMLRDFAnnotationParser
 
SBMLRDFAnnotationParser.NODE_COLOR - Enum in org.sbml.jsbml.xml.parsers
 
SBMLReader - Class in org.sbml.jsbml
Provides methods for reading SBML from files, text strings or streams.
SBMLReader() - Constructor for class org.sbml.jsbml.SBMLReader
Creates a new SBMLReader.
SBMLReader(SBMLReader) - Constructor for class org.sbml.jsbml.SBMLReader
Clone constructor.
SBMLReader - Class in org.sbml.jsbml.xml.stax
Provides all the methods to read a SBML file.
SBMLReader() - Constructor for class org.sbml.jsbml.xml.stax.SBMLReader
 
SBMLtools - Class in org.sbml.jsbml.util
 
SBMLtools() - Constructor for class org.sbml.jsbml.util.SBMLtools
 
SBMLTypeUndefinedException - Exception in org.sbml.jsbml
This error can be thrown whenever a data type is being initialized that is undefined for a certain SBML Level/Version combination.
SBMLTypeUndefinedException(Class<?>, int, int) - Constructor for exception org.sbml.jsbml.SBMLTypeUndefinedException
 
sbmlUnits - Static variable in class org.sbml.jsbml.xml.parsers.MathMLParser
Deprecated.
The attribute for SBML units.
SBMLValidator - Class in org.sbml.jsbml.validator
Validates the SBML document given by filename.xml or located at the http:// URL.
SBMLValidator() - Constructor for class org.sbml.jsbml.validator.SBMLValidator
 
SBMLValidator.CHECK_CATEGORY - Enum in org.sbml.jsbml.validator
Enumerates the different possible check categories when performing the validation of an SBML document.
SBMLWriter - Class in org.sbml.jsbml
Provides methods for writing SBML to files, text strings or streams.
SBMLWriter() - Constructor for class org.sbml.jsbml.SBMLWriter
Creates a new SBMLWriter.
SBMLWriter(char, short) - Constructor for class org.sbml.jsbml.SBMLWriter
Creates a new SBMLWriter that uses the given character for indentation of the XML representation of SBML data structures (with the given number of such symbols).
SBMLWriter(SBMLWriter) - Constructor for class org.sbml.jsbml.SBMLWriter
Clone constructor.
SBMLWriter(String, String) - Constructor for class org.sbml.jsbml.SBMLWriter
Creates a new SBMLWriter for the program with the given name and version.
SBMLWriter(String, String, char, short) - Constructor for class org.sbml.jsbml.SBMLWriter
Creates a new SBMLWriter for the program with the given name and version that uses the given character for indentation of the XML representation of SBML data structures (with the given number of such symbols).
sbmlWriter - Variable in class org.sbml.jsbml.SBMLWriter
The actual writer.
SBMLWriter - Class in org.sbml.jsbml.xml.stax
A SBMLWriter provides the methods to write a SBML file.
SBMLWriter() - Constructor for class org.sbml.jsbml.xml.stax.SBMLWriter
Creates a new SBMLWriter with default configuration for SBMLWriter.indentChar and SBMLWriter.indentCount.
SBMLWriter(char, short) - Constructor for class org.sbml.jsbml.xml.stax.SBMLWriter
Creates a new SBMLWriter with the given configuration for the SBMLWriter.indentChar and SBMLWriter.indentCount, i.e., the symbol to be used to indent elements in the XML representation of SBML data objects and the number of these symbols to be concatenated at the beginning of each new line for a new element.
SBO - Class in org.sbml.jsbml
Methods for interacting with Systems Biology Ontology (SBO) terms.
SBO() - Constructor for class org.sbml.jsbml.SBO
 
sbo - Static variable in class org.sbml.jsbml.SBO
 
sbo2alias - Static variable in class org.sbml.jsbml.SBO
 
SBOFilter - Class in org.sbml.jsbml.util.filters
A Filter that accepts only instances of SBase whose SBO term field is set to a certain value of interest.
SBOFilter() - Constructor for class org.sbml.jsbml.util.filters.SBOFilter
Generates a new Filter for SBO terms but with an invalid SBO term as filter criterion.
SBOFilter(int...) - Constructor for class org.sbml.jsbml.util.filters.SBOFilter
Creates an SBO term filter with the given term as filter criterion.
sboNumberString(int) - Static method in class org.sbml.jsbml.SBO
Creates and returns a 7 digit SBO number for the given Term identifier (if this is a valid identifier).
sboTerm - Variable in class org.sbml.jsbml.AbstractSBase
sbo term of the SBML component.
sboTerm - Static variable in class org.sbml.jsbml.util.TreeNodeChangeEvent
 
SBOValidationConstraints - Class in org.sbml.jsbml.validator.offline.constraints.helper
Provides constants for the different SBO checks.
SBOValidationConstraints() - Constructor for class org.sbml.jsbml.validator.offline.constraints.helper.SBOValidationConstraints
 
scale - Variable in class org.sbml.jsbml.Unit
Represents the 'scale' XML attribute of an unit element.
scale - Static variable in class org.sbml.jsbml.util.TreeNodeChangeEvent
 
SCIENTIFIC_FORMAT - Static variable in class org.sbml.jsbml.util.StringTools
 
sec(ASTNode2) - Method in interface org.sbml.jsbml.math.compiler.ASTNode2Compiler
 
sec(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.FindUnitsCompiler
 
sec(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.FormulaCompiler
 
sec(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.LaTeXCompiler
 
sec(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.UnitsCompiler
 
sec(ASTNode) - Method in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
 
sec(ASTNode) - Method in class org.sbml.jsbml.util.compilers.FindUnitsCompiler
 
sec(ASTNode) - Method in class org.sbml.jsbml.util.compilers.FormulaCompiler
 
sec(ASTNode) - Method in class org.sbml.jsbml.util.compilers.LaTeXCompiler
 
sec(ASTNode) - Method in class org.sbml.jsbml.util.compilers.MathMLCompiler
Deprecated.
 
sec(ASTNode) - Method in class org.sbml.jsbml.util.compilers.UnitsCompiler
 
sec(double) - Static method in class org.sbml.jsbml.util.Maths
This method computes the secant of a double value.
sech(ASTNode2) - Method in interface org.sbml.jsbml.math.compiler.ASTNode2Compiler
 
sech(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.FindUnitsCompiler
 
sech(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.FormulaCompiler
 
sech(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.LaTeXCompiler
 
sech(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.UnitsCompiler
 
sech(ASTNode) - Method in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
 
sech(ASTNode) - Method in class org.sbml.jsbml.util.compilers.FindUnitsCompiler
 
sech(ASTNode) - Method in class org.sbml.jsbml.util.compilers.FormulaCompiler
 
sech(ASTNode) - Method in class org.sbml.jsbml.util.compilers.LaTeXCompiler
 
sech(ASTNode) - Method in class org.sbml.jsbml.util.compilers.MathMLCompiler
Deprecated.
 
sech(ASTNode) - Method in class org.sbml.jsbml.util.compilers.UnitsCompiler
 
sech(double) - Static method in class org.sbml.jsbml.util.Maths
This method computes the sech of n
section(String, boolean) - Method in class org.sbml.jsbml.math.compiler.LaTeXCompiler
 
section(String, boolean) - Method in class org.sbml.jsbml.util.compilers.LaTeXCompiler
 
selector(List<ASTNode2>) - Method in interface org.sbml.jsbml.math.compiler.ASTNode2Compiler
 
selector(List<ASTNode2>) - Method in class org.sbml.jsbml.math.compiler.FindUnitsCompiler
 
selector(Object...) - Static method in class org.sbml.jsbml.math.compiler.FormulaCompiler
Returns the given selector as StringBuffer.
selector(List<ASTNode2>) - Method in class org.sbml.jsbml.math.compiler.FormulaCompiler
 
selector(List<ASTNode2>) - Method in class org.sbml.jsbml.math.compiler.LaTeXCompiler
 
selector(List<ASTNode2>) - Method in class org.sbml.jsbml.math.compiler.UnitsCompiler
 
selector(List<ASTNode>) - Method in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
 
selector(List<ASTNode>) - Method in class org.sbml.jsbml.util.compilers.FindUnitsCompiler
 
selector(Object...) - Static method in class org.sbml.jsbml.util.compilers.FormulaCompiler
Returns the given selector as StringBuffer.
selector(List<ASTNode>) - Method in class org.sbml.jsbml.util.compilers.FormulaCompiler
 
selector(List<ASTNode>) - Method in class org.sbml.jsbml.util.compilers.LaTeXCompiler
 
selector(List<ASTNode>) - Method in class org.sbml.jsbml.util.compilers.MathMLCompiler
Deprecated.
 
selector(List<ASTNode>) - Method in class org.sbml.jsbml.util.compilers.UnitsCompiler
 
semanticsAnnotationList - Variable in class org.sbml.jsbml.ASTNode
XMLNode that will hold the content of the 'semantics' mathML element.
serialVersionUID - Static variable in class org.sbml.jsbml.AbstractMathContainer
Generated serial version identifier.
serialVersionUID - Static variable in class org.sbml.jsbml.AbstractNamedSBase
Generated serial version identifier.
serialVersionUID - Static variable in class org.sbml.jsbml.AbstractNamedSBaseWithUnit
 
serialVersionUID - Static variable in class org.sbml.jsbml.AbstractSBase
Generated serial version identifier.
serialVersionUID - Static variable in class org.sbml.jsbml.AbstractTreeNode
Generated serial version identifier.
serialVersionUID - Static variable in class org.sbml.jsbml.AlgebraicRule
Generated serial version identifier.
serialVersionUID - Static variable in class org.sbml.jsbml.Annotation
Generated serial version identifier.
serialVersionUID - Static variable in class org.sbml.jsbml.AnnotationElement
Generated serial version identifier.
serialVersionUID - Static variable in class org.sbml.jsbml.AssignmentRule
Generated serial version identifier.
serialVersionUID - Static variable in class org.sbml.jsbml.ASTNode
Generated serial version identifier.
serialVersionUID - Static variable in class org.sbml.jsbml.Compartment
Generated serial version identifier.
serialVersionUID - Static variable in class org.sbml.jsbml.CompartmentType
Deprecated.
Generated serial version identifier.
serialVersionUID - Static variable in class org.sbml.jsbml.Constraint
Generated serial version identifier.
serialVersionUID - Static variable in class org.sbml.jsbml.Creator
Generated serial version identifier.
serialVersionUID - Static variable in class org.sbml.jsbml.CVTerm
Generated serial version identifier.
serialVersionUID - Static variable in class org.sbml.jsbml.Delay
Generated serial version identifier.
serialVersionUID - Static variable in class org.sbml.jsbml.Event
Generated serial version identifier.
serialVersionUID - Static variable in class org.sbml.jsbml.EventAssignment
Generated serial version identifier.
serialVersionUID - Static variable in class org.sbml.jsbml.ExplicitRule
Generated serial version identifier.
serialVersionUID - Static variable in class org.sbml.jsbml.ext.AbstractASTNodePlugin
Generated serial version identifier.
serialVersionUID - Static variable in class org.sbml.jsbml.ext.AbstractSBasePlugin
Generated serial version identifier.
serialVersionUID - Static variable in class org.sbml.jsbml.FunctionDefinition
Generated serial version identifier.
serialVersionUID - Static variable in class org.sbml.jsbml.History
Generated serial version identifier.
serialVersionUID - Static variable in exception org.sbml.jsbml.IdentifierException
Generated serial version identifier.
serialVersionUID - Static variable in class org.sbml.jsbml.InitialAssignment
Generated serial version identifier.
serialVersionUID - Static variable in class org.sbml.jsbml.KineticLaw
Generated serial version identifier.
serialVersionUID - Static variable in exception org.sbml.jsbml.LevelVersionError
Generated serial version identifier.
serialVersionUID - Static variable in class org.sbml.jsbml.ListOf
Generated serial version identifier.
serialVersionUID - Static variable in class org.sbml.jsbml.LocalParameter
Generated serial version identifier.
serialVersionUID - Static variable in class org.sbml.jsbml.math.AbstractASTNode
 
serialVersionUID - Static variable in class org.sbml.jsbml.math.ASTArithmeticOperatorNode
 
serialVersionUID - Static variable in class org.sbml.jsbml.math.ASTBinaryFunctionNode
 
serialVersionUID - Static variable in class org.sbml.jsbml.math.ASTBoolean
 
serialVersionUID - Static variable in class org.sbml.jsbml.math.ASTCiFunctionNode
 
serialVersionUID - Static variable in class org.sbml.jsbml.math.ASTCiNumberNode
 
serialVersionUID - Static variable in class org.sbml.jsbml.math.ASTCnExponentialNode
 
serialVersionUID - Static variable in class org.sbml.jsbml.math.ASTCnIntegerNode
 
serialVersionUID - Static variable in class org.sbml.jsbml.math.ASTCnNumberNode
 
serialVersionUID - Static variable in class org.sbml.jsbml.math.ASTCnRationalNode
 
serialVersionUID - Static variable in class org.sbml.jsbml.math.ASTCnRealNode
 
serialVersionUID - Static variable in class org.sbml.jsbml.math.ASTConstantNumber
 
serialVersionUID - Static variable in class org.sbml.jsbml.math.ASTCSymbolAvogadroNode
 
serialVersionUID - Static variable in class org.sbml.jsbml.math.ASTCSymbolDelayNode
 
serialVersionUID - Static variable in class org.sbml.jsbml.math.ASTCSymbolTimeNode
 
serialVersionUID - Static variable in class org.sbml.jsbml.math.ASTDivideNode
 
serialVersionUID - Static variable in class org.sbml.jsbml.math.ASTFunction
 
serialVersionUID - Static variable in class org.sbml.jsbml.math.ASTHyperbolicNode
 
serialVersionUID - Static variable in class org.sbml.jsbml.math.ASTLambdaFunctionNode
 
serialVersionUID - Static variable in class org.sbml.jsbml.math.ASTLogarithmNode
 
serialVersionUID - Static variable in class org.sbml.jsbml.math.ASTLogicalOperatorNode
 
serialVersionUID - Static variable in class org.sbml.jsbml.math.ASTMinusNode
 
serialVersionUID - Static variable in class org.sbml.jsbml.math.ASTNumber
 
serialVersionUID - Static variable in class org.sbml.jsbml.math.ASTPiecewiseFunctionNode
 
serialVersionUID - Static variable in class org.sbml.jsbml.math.ASTPlusNode
 
serialVersionUID - Static variable in class org.sbml.jsbml.math.ASTPowerNode
 
serialVersionUID - Static variable in class org.sbml.jsbml.math.ASTQualifierNode
 
serialVersionUID - Static variable in class org.sbml.jsbml.math.ASTRelationalOperatorNode
 
serialVersionUID - Static variable in class org.sbml.jsbml.math.ASTRootNode
 
serialVersionUID - Static variable in class org.sbml.jsbml.math.ASTTimesNode
 
serialVersionUID - Static variable in class org.sbml.jsbml.math.ASTTrigonometricNode
 
serialVersionUID - Static variable in class org.sbml.jsbml.math.ASTUnaryFunctionNode
 
serialVersionUID - Static variable in class org.sbml.jsbml.math.ASTUnknown
 
serialVersionUID - Static variable in exception org.sbml.jsbml.math.compiler.UnitException
Generated serial version identifier.
serialVersionUID - Static variable in exception org.sbml.jsbml.math.parser.ParseException
The version identifier for this Serializable class.
serialVersionUID - Static variable in class org.sbml.jsbml.math.parser.Token
The version identifier for this Serializable class.
serialVersionUID - Static variable in error org.sbml.jsbml.math.parser.TokenMgrError
The version identifier for this Serializable class.
serialVersionUID - Static variable in class org.sbml.jsbml.Model
Generated serial version identifier.
serialVersionUID - Static variable in class org.sbml.jsbml.ModifierSpeciesReference
Generated serial version identifier.
serialVersionUID - Static variable in class org.sbml.jsbml.ontology.Term
Generated serial version identifier.
serialVersionUID - Static variable in class org.sbml.jsbml.ontology.Triple
Generated serial version identifier.
serialVersionUID - Static variable in class org.sbml.jsbml.Parameter
Generated serial version identifier.
serialVersionUID - Static variable in class org.sbml.jsbml.Priority
Generated serial version identifier.
serialVersionUID - Static variable in exception org.sbml.jsbml.PropertyException
Generated serial version identifier
serialVersionUID - Static variable in exception org.sbml.jsbml.PropertyNotAvailableException
Generated serial version identifier.
serialVersionUID - Static variable in exception org.sbml.jsbml.PropertyUndefinedError
Generated serial version identifier.
serialVersionUID - Static variable in class org.sbml.jsbml.QuantityWithUnit
Generated serial version identifier.
serialVersionUID - Static variable in class org.sbml.jsbml.RateRule
Generated serial version identifier.
serialVersionUID - Static variable in class org.sbml.jsbml.Reaction
Generated serial version identifier.
serialVersionUID - Static variable in class org.sbml.jsbml.Rule
Generated serial version identifier.
serialVersionUID - Static variable in class org.sbml.jsbml.SBMLDocument
Generated serial version identifier.
serialVersionUID - Static variable in exception org.sbml.jsbml.SBMLError
Generated serial version identifier.
serialVersionUID - Static variable in exception org.sbml.jsbml.SBMLException
Generated serial version id.
serialVersionUID - Static variable in class org.sbml.jsbml.SBMLReader
Generated serial version identifier.
serialVersionUID - Static variable in exception org.sbml.jsbml.SBMLTypeUndefinedException
Generated serial version identifier.
serialVersionUID - Static variable in class org.sbml.jsbml.SBMLWriter
Generated serial version identifier.
serialVersionUID - Static variable in class org.sbml.jsbml.SimpleSpeciesReference
Generated serial version identifier.
serialVersionUID - Static variable in class org.sbml.jsbml.Species
Generated serial version identifier.
serialVersionUID - Static variable in class org.sbml.jsbml.SpeciesReference
Generated serial version identifier.
serialVersionUID - Static variable in class org.sbml.jsbml.SpeciesType
Deprecated.
Generated serial version identifier.
serialVersionUID - Static variable in class org.sbml.jsbml.StoichiometryMath
Deprecated.
Generated serial version identifier.
serialVersionUID - Static variable in class org.sbml.jsbml.Symbol
Generated serial version identifier.
serialVersionUID - Static variable in exception org.sbml.jsbml.text.parser.ParseException
The version identifier for this Serializable class.
serialVersionUID - Static variable in class org.sbml.jsbml.text.parser.Token
The version identifier for this Serializable class.
serialVersionUID - Static variable in error org.sbml.jsbml.text.parser.TokenMgrError
The version identifier for this Serializable class.
serialVersionUID - Static variable in class org.sbml.jsbml.Trigger
Generated serial version identifier.
serialVersionUID - Static variable in class org.sbml.jsbml.Unit
Generated serial version identifier.
serialVersionUID - Static variable in class org.sbml.jsbml.UnitDefinition
Generated serial version identifier.
serialVersionUID - Static variable in exception org.sbml.jsbml.util.compilers.UnitException
Generated serial version identifier.
serialVersionUID - Static variable in class org.sbml.jsbml.util.ListOfWithName
Deprecated.
Generated serial version identifier.
serialVersionUID - Static variable in error org.sbml.jsbml.util.NotImplementedException
Generated serial version identifier
serialVersionUID - Static variable in class org.sbml.jsbml.util.Pair
Generated serial version identifier.
serialVersionUID - Static variable in class org.sbml.jsbml.util.TreeNodeAdapter
Generated serial version identifier.
serialVersionUID - Static variable in class org.sbml.jsbml.util.TreeNodeChangeEvent
Generated serial version identifier
serialVersionUID - Static variable in class org.sbml.jsbml.util.TreeNodeRemovedEvent
Generated serial version identifier.
serialVersionUID - Static variable in class org.sbml.jsbml.util.ValuePair
Generated serial version identifier.
serialVersionUID - Static variable in exception org.sbml.jsbml.validator.ModelOverdeterminedException
 
serialVersionUID - Static variable in class org.sbml.jsbml.xml.parsers.SBMLLevel1Rule
Generated serial version identifier.
serialVersionUID - Static variable in exception org.sbml.jsbml.xml.XMLException
Generated serial version identifier.
serialVersionUID - Static variable in class org.sbml.jsbml.xml.XMLNode
Generated serial version identifier
serialVersionUID - Static variable in class org.sbml.jsbml.xml.XMLToken
Generated serial version identifier
set(int, T) - Method in class org.sbml.jsbml.ListOf
 
setAbout(String) - Method in class org.sbml.jsbml.Annotation
Sets the value of the about String of this object.
setAndReplacement(String) - Method in class org.sbml.jsbml.util.compilers.FormulaCompilerNoPiecewise
Sets the String that will be used to replace ' and ' (the mathML <and> element) in the boolean expressions.
setAnnotation(Annotation) - Method in class org.sbml.jsbml.AbstractSBase
 
setAnnotation(String) - Method in class org.sbml.jsbml.AbstractSBase
 
setAnnotation(XMLNode) - Method in class org.sbml.jsbml.AbstractSBase
 
setAnnotation(Annotation) - Method in interface org.sbml.jsbml.SBase
Sets the value of the 'annotation' sub-element of this SBML object to a copy of annotation given as an Annotation instance.
setAnnotation(XMLNode) - Method in interface org.sbml.jsbml.SBase
Sets the non RDF part of the annotation.
setAnnotation(String) - Method in interface org.sbml.jsbml.SBase
Sets the non RDF part of the annotation.
setAnnotation - Static variable in class org.sbml.jsbml.util.TreeNodeChangeEvent
 
setAreaUnits(String) - Method in class org.sbml.jsbml.Model
Sets the areaUnitsID of this Model to 'areaUnitsID'
setAreaUnits(Unit.Kind) - Method in class org.sbml.jsbml.Model
 
setAreaUnits(UnitDefinition) - Method in class org.sbml.jsbml.Model
Sets the areaUnitsID of this Model to the id of the UnitDefinition 'areaUnits'.
setAttributes(XMLAttributes) - Method in class org.sbml.jsbml.xml.XMLToken
Sets an XMLAttributes to this XMLToken.
setBiologicalQualifierType(int) - Method in class org.sbml.jsbml.CVTerm
Sets the biological qualifier type, using the CVTerm.Qualifier.values() array.
setBiologicalQualifierType(CVTerm.Qualifier) - Method in class org.sbml.jsbml.CVTerm
Sets the biological qualifier type of this CVTerm.
setBoundaryCondition(boolean) - Method in class org.sbml.jsbml.Species
Sets the boundaryCondition Boolean.
setCaseSensitive(boolean) - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3
Sets the case sensitivity of the parser, for the mathml elements.
setCaseSensitive(boolean) - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2
Sets the case sensitivity of the parser, for the mathml elements.
setCaseSensitive(boolean) - Method in class org.sbml.jsbml.text.parser.CobraFormulaParser
Sets the case sensitivity of the parser, for the mathml elements.
setCaseSensitive(boolean) - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3
Sets the case sensitivity of the parser, for the mathml elements.
setCaseSensitive(boolean) - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2
Sets the case sensitivity of the parser, for the mathml elements.
setCategory(String) - Method in exception org.sbml.jsbml.SBMLError
Sets the category of this SBMLError.
setCategory(SBMLException.Category) - Method in exception org.sbml.jsbml.SBMLException
 
setCategory(int) - Method in class org.sbml.jsbml.util.Detail
 
setCharacter(char) - Method in class org.sbml.jsbml.ASTNode
Sets the value of this ASTNode to the given character.
setCharacter(char) - Method in class org.sbml.jsbml.math.ASTArithmeticOperatorNode
Sets the value of this ASTArithmeticOperatorNode to the given character.
setCharacters(String) - Method in class org.sbml.jsbml.xml.stax.SBMLObjectForXML
 
setCharacters(String) - Method in class org.sbml.jsbml.xml.XMLToken
Sets the characters in this XMLToken.
setCharge(int) - Method in class org.sbml.jsbml.Species
Deprecated.
Only defined in SBML Level 1, Version 1 and 2, and Level 2 Version 1. Since Level 2 Version 2 it has been marked as a deprecated property, but has been completely removed in SBML Level 3.
setChild(ASTNode2) - Method in class org.sbml.jsbml.math.ASTUnaryFunctionNode
Set the child of this node
setClassName(String) - Method in class org.sbml.jsbml.ASTNode
Sets the class name of the mathML element represented by this ASTNode.
setCode(int) - Method in exception org.sbml.jsbml.SBMLError
Sets the error code of this SBMLError.
setCode(SBMLException.Code) - Method in exception org.sbml.jsbml.SBMLException
 
setColumn(int) - Method in exception org.sbml.jsbml.SBMLError
 
setCompartment(Compartment) - Method in interface org.sbml.jsbml.CompartmentalizedSBase
Sets the compartment identifiers of this CompartmentalizedSBase to the id of the Compartment 'compartment'.
setCompartment(String) - Method in interface org.sbml.jsbml.CompartmentalizedSBase
Sets the compartment attribute.
setCompartment(Compartment) - Method in class org.sbml.jsbml.Reaction
 
setCompartment(String) - Method in class org.sbml.jsbml.Reaction
Sets the compartmentID of this Reaction to 'compartmentID'.
setCompartment(Compartment) - Method in class org.sbml.jsbml.Species
 
setCompartment(String) - Method in class org.sbml.jsbml.Species
 
setCompartmentType(CompartmentType) - Method in class org.sbml.jsbml.Compartment
Deprecated.
setCompartmentType(String) - Method in class org.sbml.jsbml.Compartment
Deprecated.
Only valid in Level 2.
setConsistencyChecks(SBMLValidator.CHECK_CATEGORY, boolean) - Method in class org.sbml.jsbml.SBMLDocument
Controls the consistency checks that are performed when SBMLDocument.checkConsistency() is called.
setConstant(boolean) - Method in class org.sbml.jsbml.SpeciesReference
 
setConstant(boolean) - Method in class org.sbml.jsbml.Symbol
 
setConstant(boolean) - Method in interface org.sbml.jsbml.Variable
Sets the constant boolean of this Variable.
setConversionFactor(Parameter) - Method in class org.sbml.jsbml.Model
Sets the conversionFactorID of this Model to the id of the Parameter 'conversionFactor'.
setConversionFactor(String) - Method in class org.sbml.jsbml.Model
Sets the conversionFactorID of this Model to 'conversionFactorID'.
setConversionFactor(Parameter) - Method in class org.sbml.jsbml.Species
Sets the conversionFactorID of this Species to the id of 'conversionFactor'.
setConversionFactor(String) - Method in class org.sbml.jsbml.Species
Sets the conversionFactorID of this Species to 'conversionFactorID'.
setCreatedDate(Date) - Method in class org.sbml.jsbml.History
Sets the createdDate.
setDebugMode(boolean) - Static method in class org.sbml.jsbml.ListOf
Allows you to influence the behavior of the AbstractSBase.toString() method.
setDebugStream(PrintStream) - Method in class org.sbml.jsbml.math.parser.FormulaParserASTNode2TokenManager
Set debug output.
setDebugStream(PrintStream) - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2TokenManager
Set debug output.
setDebugStream(PrintStream) - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3TokenManager
Set debug output.
setDebugStream(PrintStream) - Method in class org.sbml.jsbml.math.parser.FormulaParserTokenManager
Set debug output.
setDebugStream(PrintStream) - Method in class org.sbml.jsbml.text.parser.CobraFormulaParserTokenManager
Set debug output.
setDebugStream(PrintStream) - Method in class org.sbml.jsbml.text.parser.FormulaParserASTNode2TokenManager
Set debug output.
setDebugStream(PrintStream) - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2TokenManager
Set debug output.
setDebugStream(PrintStream) - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3TokenManager
Set debug output.
setDebugStream(PrintStream) - Method in class org.sbml.jsbml.text.parser.FormulaParserTokenManager
Set debug output.
setDefinitionURL(String) - Method in class org.sbml.jsbml.ASTNode
 
setDefinitionURL(String) - Method in class org.sbml.jsbml.math.ASTCiFunctionNode
Set the definitionURL of the MathML element represented by this ASTCiFunctionNode
setDefinitionURL(String) - Method in class org.sbml.jsbml.math.ASTCiNumberNode
Set the definitionURL of the MathML element represented by this ASTCiNumberNode
setDefinitionURL(String) - Method in class org.sbml.jsbml.math.ASTCSymbolAvogadroNode
Set the definitionURL of the MathML element represented by this ASTCSymbolAvogadroNode
setDefinitionURL(String) - Method in class org.sbml.jsbml.math.ASTCSymbolDelayNode
Set the definitionURL of the MathML element represented by this ASTCSymbolDelayNode
setDefinitionURL(String) - Method in class org.sbml.jsbml.math.ASTCSymbolTimeNode
Set the definitionURL of the MathML element represented by this ASTCSymbolTimeNode
setDelay(Delay) - Method in class org.sbml.jsbml.Event
Sets the delay of this Event to 'delay'.
setDenominator(int) - Method in class org.sbml.jsbml.math.ASTCnRationalNode
Set the value of the denominator
setDenominator(int) - Method in class org.sbml.jsbml.SpeciesReference
Deprecated. 
setDetail(Detail) - Method in exception org.sbml.jsbml.SBMLError
 
setEmail(String) - Method in class org.sbml.jsbml.Creator
Sets the email if it follows the syntax rules of valid e-mail addresses according to http://en.wikipedia.org/wiki/E-mail_address.
setEncoding(String) - Method in class org.sbml.jsbml.ASTNode
Sets the encoding of the mathML element represented by this ASTNode.
setEncoding(String) - Method in class org.sbml.jsbml.math.ASTCSymbolAvogadroNode
Set the encoding of the MathML element represented by this ASTCSymbolAvogadroNode
setEncoding(String) - Method in class org.sbml.jsbml.math.ASTCSymbolDelayNode
Set the encoding of the MathML element represented by this ASTCSymbolDelayNode
setEncoding(String) - Method in class org.sbml.jsbml.math.ASTCSymbolTimeNode
Set the encoding of the MathML element represented by this ASTCSymbolTimeNode
setEnd() - Method in class org.sbml.jsbml.xml.XMLToken
Declares this XML start element is also an end element.
setEOF() - Method in class org.sbml.jsbml.xml.XMLToken
Declares this XMLToken is an end-of-file (input) marker.
setError(boolean) - Method in exception org.sbml.jsbml.SBMLException
 
setExcerpt(String) - Method in exception org.sbml.jsbml.SBMLError
Sets the excerpt of this SBMLError.
setExplicitlyConstant(boolean) - Method in class org.sbml.jsbml.LocalParameter
Deprecated.
Since SBML Level 3 it is no longer possible to explicitly set a LocalParameter to constant = true because LocalParameter instances always represent constant a Quantity.
setExponent(int) - Method in class org.sbml.jsbml.math.ASTCnExponentialNode
Set the exponent value of this node
setExponent(double) - Method in class org.sbml.jsbml.Unit
Sets the exponent of this Unit
setExponent(int) - Method in class org.sbml.jsbml.Unit
Deprecated.
setExtendedASTNode(ASTNode) - Method in class org.sbml.jsbml.ext.AbstractASTNodePlugin
Sets the extended ASTNode.
setExtendedSBase(SBase) - Method in class org.sbml.jsbml.ext.AbstractSBasePlugin
Sets the extended SBase.
setExtentUnits(String) - Method in class org.sbml.jsbml.Model
Sets the extendUnitsID of this Model to 'extentUnitsID'.
setExtentUnits(Unit.Kind) - Method in class org.sbml.jsbml.Model
 
setExtentUnits(UnitDefinition) - Method in class org.sbml.jsbml.Model
Sets the extentUnitsID of this Model to the id of the UnitDefinition 'extentUnits'.
setFamilyName(String) - Method in class org.sbml.jsbml.Creator
Sets the family name
setFast(boolean) - Method in class org.sbml.jsbml.Reaction
Deprecated.
setFatal(boolean) - Method in exception org.sbml.jsbml.SBMLException
 
setFile(File) - Method in class org.sbml.jsbml.SBMLErrorLog
Sets the file.
setFilterForSpecies(boolean) - Method in class org.sbml.jsbml.util.filters.SpeciesReferenceFilter
 
setFilters(Set<Filter>) - Method in class org.sbml.jsbml.util.filters.AndFilter
 
setFormula(String) - Method in class org.sbml.jsbml.AbstractMathContainer
Deprecated.
setFormula(String) - Method in interface org.sbml.jsbml.MathContainer
Deprecated.
As this is part of SBML Level 1, it is strongly recommended not to work with the String representation of a formula, but to deal with a more flexible ASTNode. Please use ASTNode.parseFormula(String) to create an ASTNode object from your formula String.
setGivenName(String) - Method in class org.sbml.jsbml.Creator
Sets the given name
setHasOnlySubstanceUnits(boolean) - Method in class org.sbml.jsbml.Species
Sets hasOnlySubstanceUnits Boolean
setHistory(History) - Method in class org.sbml.jsbml.AbstractSBase
 
setHistory(History) - Method in class org.sbml.jsbml.Annotation
Changes the History instance to 'history'
setHistory(History) - Method in interface org.sbml.jsbml.SBase
Sets the history.
setId(String) - Method in class org.sbml.jsbml.AbstractSBase
 
setId(String) - Method in class org.sbml.jsbml.ASTNode
Sets the id of the mathML element represented by this ASTNode.
setId(String) - Method in class org.sbml.jsbml.math.AbstractASTNode
 
setId(String) - Method in interface org.sbml.jsbml.math.ASTNode2
Set the id of this node
setId(String) - Method in class org.sbml.jsbml.math.ASTUnknown
 
setId(String) - Method in interface org.sbml.jsbml.NamedSBase
Sets the id value with 'id'
setId(String) - Method in interface org.sbml.jsbml.SBase
Sets the id value with 'id'
setId(String) - Method in class org.sbml.jsbml.UnitDefinition
 
setId(String) - Method in class org.sbml.jsbml.util.filters.AssignmentVariableFilter
 
setId(String) - Method in class org.sbml.jsbml.util.filters.IdFilter
Sets the id that will be searched for by the filter.
setId(String) - Method in class org.sbml.jsbml.util.filters.NameFilter
Sets the id to search for.
setId(String) - Method in class org.sbml.jsbml.util.filters.SIdFilter
Sets the id that will be searched for by the filter.
setIndent(int) - Method in class org.sbml.jsbml.xml.parsers.MathMLParser
Deprecated.
 
setIndent(int) - Method in class org.sbml.jsbml.xml.parsers.MathMLStaxParser
 
setIndentationChar(char) - Method in class org.sbml.jsbml.SBMLWriter
Influences the way how SBML data structures are represented in XML.
setIndentationChar(char) - Method in class org.sbml.jsbml.xml.stax.SBMLWriter
Sets other blank character(s) for indentation.
setIndentationCount(short) - Method in class org.sbml.jsbml.SBMLWriter
Influences the way how SBML data structures are represented in XML.
setIndentationCount(int) - Method in class org.sbml.jsbml.xml.stax.SBMLWriter
Sets the indent for this SBMLWriter.
setIndentationCount(short) - Method in class org.sbml.jsbml.xml.stax.SBMLWriter
Sets the indent for this SBMLWriter.
setIndenting(boolean) - Method in class org.sbml.jsbml.xml.parsers.MathMLParser
Deprecated.
 
setIndenting(boolean) - Method in class org.sbml.jsbml.xml.parsers.MathMLStaxParser
 
setInfo(boolean) - Method in exception org.sbml.jsbml.SBMLException
 
setInitialAmount(double) - Method in class org.sbml.jsbml.Species
Sets the initialAmount of this Species.
setInitialConcentration(double) - Method in class org.sbml.jsbml.Species
Sets the initialConcentration of this Species.
setInitialValue(boolean) - Method in class org.sbml.jsbml.Trigger
Can only be set if Level >= 3.
setInteger(int) - Method in class org.sbml.jsbml.math.ASTCnIntegerNode
Set the value of this node
setInternal(boolean) - Method in exception org.sbml.jsbml.SBMLException
 
setIsSetNumberType(boolean) - Method in class org.sbml.jsbml.ASTNode
 
setKey(L) - Method in class org.sbml.jsbml.util.Pair
 
setKind(Unit.Kind) - Method in class org.sbml.jsbml.Unit
Sets the Unit.Kind of this Unit
setKineticLaw(KineticLaw) - Method in class org.sbml.jsbml.Reaction
Sets the kineticLaw of this Reaction.
setL(L) - Method in class org.sbml.jsbml.util.ValuePair
 
setLang(String) - Method in class org.sbml.jsbml.util.Message
 
setLeftChild(ASTNode2) - Method in class org.sbml.jsbml.math.ASTBinaryFunctionNode
Set the left child of this ASTBinaryFunctionNode
setLeftChild(ASTNode2) - Method in class org.sbml.jsbml.math.ASTLogarithmNode
 
setLengthUnits(String) - Method in class org.sbml.jsbml.Model
Sets the lengthUnitsID of this Model to 'lengthUnitsID'.
setLengthUnits(Unit.Kind) - Method in class org.sbml.jsbml.Model
 
setLengthUnits(UnitDefinition) - Method in class org.sbml.jsbml.Model
Sets the lengthUnitsID of this Model to the id of the UnitDefinition 'lengthUnits'.
setLevel(int) - Method in class org.sbml.jsbml.AbstractSBase
 
setLevel(int) - Method in class org.sbml.jsbml.math.compiler.ASTNode2Value
 
setLevel(int) - Method in interface org.sbml.jsbml.SBase
Sets the level of this object with 'level'.
setLevel(int) - Method in class org.sbml.jsbml.util.compilers.ASTNodeValue
 
setLevel(int) - Method in class org.sbml.jsbml.util.compilers.MathMLCompiler
Deprecated.
 
setLevel(int) - Method in class org.sbml.jsbml.validator.offline.ValidationContext
setLevelAndVersion(int, int, boolean) - Method in class org.sbml.jsbml.AbstractSBase
Sets recursively the level and version attribute for this element and all sub-elements.
setLevelAndVersion(UnitDefinition) - Method in class org.sbml.jsbml.math.compiler.UnitsCompiler
Ensures that level and version combination of a unit are the same then these that are defined here.
setLevelAndVersion(int, int) - Method in class org.sbml.jsbml.SBMLDocument
Sets the SBML Level and Version of this SBMLDocument instance, without attempting to convert the model.
setLevelAndVersion(int, int, boolean) - Method in class org.sbml.jsbml.SBMLDocument
Sets the SBML Level and Version of this SBMLDocument instance, attempting to convert the model as needed.
setLevelAndVersion(UnitDefinition) - Method in class org.sbml.jsbml.util.compilers.UnitsCompiler
Ensures that level and version combination of a unit are the same then these that are defined here.
setLevelAndVersion(T, int, int) - Static method in class org.sbml.jsbml.util.SBMLtools
 
setLevelAndVersion(int, int) - Method in class org.sbml.jsbml.validator.offline.ValidationContext
Sets the level/version and clears the root constraint if one of these values differs from the current values.
setLevelAndVersionFor(Object, SBase) - Method in class org.sbml.jsbml.xml.parsers.SBMLCoreParser
Sets level and version properties of the new object according to the value in the model.
setLine(int) - Method in exception org.sbml.jsbml.SBMLError
 
setListener(ProgressListener) - Method in interface org.sbml.jsbml.SBMLInputConverter
 
setListOf(List<T>) - Method in class org.sbml.jsbml.ListOf
Clears this ListOf if not empty and then adds all elements in the given List to this ListOf.
setListOfCompartments(ListOf<Compartment>) - Method in class org.sbml.jsbml.Model
Sets the listOfCompartments of this Model to 'listOfCompartments'.
setListOfCompartmentTypes(ListOf<CompartmentType>) - Method in class org.sbml.jsbml.Model
Deprecated.
Only valid in SBML Level 2 for Versions 2 through 4.
setListOfConstraints(ListOf<Constraint>) - Method in class org.sbml.jsbml.Model
Sets the listOfConstraints of this Model to 'listOfConstraints'.
setListOfEventAssignments(ListOf<EventAssignment>) - Method in class org.sbml.jsbml.Event
Sets the given ListOf<EventAssignment>.
setListOfEvents(ListOf<Event>) - Method in class org.sbml.jsbml.Model
Sets the listOfEvents of this Model to 'listOfEvents'.
setListOfFunctionDefinitions(ListOf<FunctionDefinition>) - Method in class org.sbml.jsbml.Model
Sets the listOfFunctionDefinitions of this Model to 'listOfFunctionDefinitions'.
setListOfInitialAssignments(ListOf<InitialAssignment>) - Method in class org.sbml.jsbml.Model
Sets the Model.listOfInitialAssignments of this Model to 'listOfInitialAssignments'.
setListOfLocalParameters(ListOf<LocalParameter>) - Method in class org.sbml.jsbml.KineticLaw
Sets the listOfParameters of this KineticLaw to 'list'.
setListOfModifiers(ListOf<ModifierSpeciesReference>) - Method in class org.sbml.jsbml.Reaction
Sets the listOfModifiers of this Reaction.
setListOfNestedCVTerms(List<CVTerm>) - Method in class org.sbml.jsbml.CVTerm
Sets the given ListOf<CVTerm>.
setListOfParameters(ListOf<Parameter>) - Method in class org.sbml.jsbml.Model
Sets the Model.listOfParameters of this Model to 'listOfParameters'.
setListOfProducts(ListOf<SpeciesReference>) - Method in class org.sbml.jsbml.Reaction
setListOfReactants(ListOf<SpeciesReference>) - Method in class org.sbml.jsbml.Reaction
Sets the listOfReactants of this Reaction.
setListOfReactions(ListOf<Reaction>) - Method in class org.sbml.jsbml.Model
Sets the Model.listOfReactions of this Model to 'listOfReactions'.
setListOfRules(ListOf<Rule>) - Method in class org.sbml.jsbml.Model
Sets the Model.listOfRules of this Model to 'listOfRules'.
setListOfSpecies(ListOf<Species>) - Method in class org.sbml.jsbml.Model
Sets the listOfSpecies of this Model to 'listOfSpecies'.
setListOfSpeciesTypes(ListOf<SpeciesType>) - Method in class org.sbml.jsbml.Model
Deprecated.
Only valid in SBML Level 2 for Versions 2 through 4.
setListOfUnitDefinitions(ListOf<UnitDefinition>) - Method in class org.sbml.jsbml.Model
Sets the listOfUnitDefinitions of this Model to 'listOfUnitDefinitions'.
setListOfUnits(ListOf<Unit>) - Method in class org.sbml.jsbml.UnitDefinition
setMantissa(double) - Method in class org.sbml.jsbml.math.ASTCnExponentialNode
Get the mantissa value of this node
setMath(ASTNode) - Method in class org.sbml.jsbml.AbstractMathContainer
 
setMath(ASTNode) - Method in class org.sbml.jsbml.FunctionDefinition
 
setMath(ASTNode) - Method in interface org.sbml.jsbml.MathContainer
Sets the math ASTNode of this MathContainer to the given value.
setMathMLClass(String) - Method in class org.sbml.jsbml.math.AbstractASTNode
 
setMathMLClass(String) - Method in interface org.sbml.jsbml.math.ASTNode2
Set the class of the MathML element represented by this ASTNode2
setMathMLClass(String) - Method in class org.sbml.jsbml.math.ASTUnknown
 
setMessage(String) - Method in class org.sbml.jsbml.Constraint
Sets the message of this Constraint to 'message'.
setMessage(XMLNode) - Method in class org.sbml.jsbml.Constraint
Sets the message of this Constraint to 'message'.
setMessage(Message) - Method in exception org.sbml.jsbml.SBMLError
Sets the message of this SBMLError.
setMessage(String) - Method in class org.sbml.jsbml.util.Message
 
setMetaId(String) - Method in class org.sbml.jsbml.AbstractSBase
 
setMetaId(String) - Method in interface org.sbml.jsbml.SBase
Sets the metaid value with 'metaid'.
setMetaId(String) - Method in class org.sbml.jsbml.util.filters.MetaIdFilter
Sets the metaid that will be searched for by the filter.
setModel(Model) - Method in class org.sbml.jsbml.SBMLDocument
Sets the Model for this SBMLDocument to the given Model.
setModelHistory(History) - Method in class org.sbml.jsbml.Model
setModelQualifierType(int) - Method in class org.sbml.jsbml.CVTerm
Sets the model qualifier type of this CVTerm, using the CVTerm.Qualifier.values() array.
setModelQualifierType(CVTerm.Qualifier) - Method in class org.sbml.jsbml.CVTerm
Sets the model qualifier type of this CVTerm.
setModifiedDate(Date) - Method in class org.sbml.jsbml.History
Sets the modifiedDate.
setMultiplier(double) - Method in class org.sbml.jsbml.Unit
Sets the multiplier of this Unit
setName(String) - Method in class org.sbml.jsbml.AbstractSBase
 
setName(String) - Method in class org.sbml.jsbml.ASTNode
Sets the value of this ASTNode to the given name.
setName(String) - Method in class org.sbml.jsbml.math.ASTCiNumberNode
Deprecated.
setName(String) - Method in class org.sbml.jsbml.math.ASTCSymbolAvogadroNode
 
setName(String) - Method in interface org.sbml.jsbml.math.ASTCSymbolBaseNode
Set the name of the MathML element represented by this ASTCSymbolBaseNode
setName(String) - Method in class org.sbml.jsbml.math.ASTCSymbolTimeNode
 
setName(String) - Method in class org.sbml.jsbml.math.ASTFunction
Set the name of the MathML element represented by this ASTFunction
setName(String) - Method in interface org.sbml.jsbml.NamedSBase
Sets the name value with 'name'.
setName(String) - Method in interface org.sbml.jsbml.SBase
Sets the name value with 'name'.
setName(String) - Method in class org.sbml.jsbml.util.filters.NameFilter
Sets the name to search for.
setName(String) - Method in class org.sbml.jsbml.util.Option
 
setName(String) - Method in class org.sbml.jsbml.xml.stax.SBMLObjectForXML
 
setNamespace(String) - Method in class org.sbml.jsbml.AbstractSBase
Sets the XML namespace to which this SBase belong.
setNamespace(String) - Method in class org.sbml.jsbml.ext.AbstractASTNodePlugin
Sets the XML namespace to which this ASTNodePlugin belong.
setNamespace(String) - Method in class org.sbml.jsbml.ext.AbstractSBasePlugin
Sets the XML namespace to which this SBasePlugin belong.
setNamespace(String) - Method in class org.sbml.jsbml.xml.stax.SBMLObjectForXML
 
setNamespaces(XMLNamespaces) - Method in class org.sbml.jsbml.xml.XMLToken
Sets an XMLnamespaces to this XML element.
setNonRDFAnnotation(String) - Method in class org.sbml.jsbml.Annotation
Sets the value of the non RDF annotations
setNonRDFAnnotation(XMLNode) - Method in class org.sbml.jsbml.Annotation
Sets the value of the non RDF annotations
setNotes(String) - Method in class org.sbml.jsbml.AbstractSBase
 
setNotes(XMLNode) - Method in class org.sbml.jsbml.AbstractSBase
 
setNotes(String) - Method in interface org.sbml.jsbml.SBase
Sets the notes with 'notes'.
setNotes(XMLNode) - Method in interface org.sbml.jsbml.SBase
Sets the XMLNode containing the notes sub-element of this object.
setNumber(T) - Method in class org.sbml.jsbml.math.ASTCnNumberNode
Set the numerical base of MathML element.
setNumerator(int) - Method in class org.sbml.jsbml.math.ASTCnRationalNode
Set the value of the numerator
setOffset(double) - Method in class org.sbml.jsbml.Unit
Deprecated.
Only defined for SBML Level 2 Version 1.
setOmitXMLDeclaration(boolean) - Method in class org.sbml.jsbml.xml.parsers.MathMLParser
Deprecated.
 
setOmitXMLDeclaration(boolean) - Method in class org.sbml.jsbml.xml.parsers.MathMLStaxParser
 
setOptions(List<Option>) - Method in class org.sbml.jsbml.SBMLErrorLog
Sets the list of options.
setOrganisation(String) - Method in class org.sbml.jsbml.Creator
Sets the organisation
setOrganization(String) - Method in class org.sbml.jsbml.Creator
Sets the organisation
setOrReplacement(String) - Method in class org.sbml.jsbml.util.compilers.FormulaCompilerNoPiecewise
Sets the String that will be used to replace ' or ' (the mathML <or> element) in the boolean expressions.
setOtherAttribute(String, String) - Method in class org.sbml.jsbml.Creator
Deprecated.
those other attributes are not saved when writing the model
setOtherListName(String) - Method in class org.sbml.jsbml.ListOf
Sets the XML element name used when the ListOf type is set to ListOf.Type.other.
setOutside(Compartment) - Method in class org.sbml.jsbml.Compartment
Deprecated.
setOutside(String) - Method in class org.sbml.jsbml.Compartment
Deprecated.
since Level 3 Version 1
setPackage(String) - Method in exception org.sbml.jsbml.SBMLError
 
setPackageName(String) - Method in class org.sbml.jsbml.ListOf
Sets the name of the package to which this SBase belong.
setPackageNamespaceAndVersion(String, String, int) - Method in class org.sbml.jsbml.AbstractSBase
Sets recursively the package namespace and version if the current node 'packageName' is equals to the given packageLabel.
setPackageRequired(String, boolean) - Method in class org.sbml.jsbml.SBMLDocument
Sets the required attribute value of the given package extension (does nothing in fact!).
setPackageVersion(int) - Method in class org.sbml.jsbml.AbstractSBase
 
setPackageVersion(int) - Method in class org.sbml.jsbml.ext.AbstractASTNodePlugin
 
setPackageVersion(int) - Method in class org.sbml.jsbml.ext.AbstractSBasePlugin
 
setPackageVersion(int) - Method in interface org.sbml.jsbml.ext.ASTNodePlugin
Sets the package version.
setPackageVersion(int) - Method in interface org.sbml.jsbml.ext.SBasePlugin
Sets the package version.
setPackageVersion(int) - Method in interface org.sbml.jsbml.SBase
Sets the version of the SBML Level 3 package to which this element belongs.
setParent(TreeNode) - Method in class org.sbml.jsbml.AbstractTreeNode
 
setParent(TreeNode) - Method in class org.sbml.jsbml.math.AbstractASTNode
 
setParent(TreeNode) - Method in interface org.sbml.jsbml.math.ASTNode2
 
setParent(TreeNode) - Method in class org.sbml.jsbml.math.ASTUnknown
 
setParentSBML(SBase) - Method in class org.sbml.jsbml.AbstractSBase
Sets the parent of the current SBase.
setParentSBMLObject(SBase) - Method in class org.sbml.jsbml.AbstractSBase
Checks the Level/Version configuration of the new parent (if it is compliant to the one of this SBase), adds all changeListeners from the parent to this SBase, fires a TreeNodeChangeListener.nodeAdded(TreeNode) event, and and finally, it will forward the new parent to AbstractSBase.setParentSBML(SBase).
setParentSBMLObject(ASTNode, MathContainer) - Static method in class org.sbml.jsbml.ASTNode
Sets the Parent of the node and its children to the given value
setParentSBMLObject(ASTNode, MathContainer, int) - Static method in class org.sbml.jsbml.ASTNode
Sets the parent of the node and its children to the given value
setParentSBMLObject(MathContainer) - Method in class org.sbml.jsbml.ASTNode
Sets the Parent of the node to the given value
setParentSBMLObject(MathContainer) - Method in class org.sbml.jsbml.math.AbstractASTNode
 
setParentSBMLObject(ASTNode2, MathContainer) - Static method in class org.sbml.jsbml.math.ASTFactory
Sets the Parent of the node and its children to the given value
setParentSBMLObject(MathContainer) - Method in class org.sbml.jsbml.math.ASTFunction
 
setParentSBMLObject(MathContainer) - Method in interface org.sbml.jsbml.math.ASTNode2
Sets the parentSBMLObject to container recursively
setParentSBMLObject(MathContainer) - Method in class org.sbml.jsbml.math.ASTUnknown
 
setPattern(String) - Method in class org.sbml.jsbml.util.filters.CVTermFilter
 
setPersistent(boolean) - Method in class org.sbml.jsbml.Trigger
Can only be set if Level >= 3.
setPkgRequired(String, boolean) - Method in class org.sbml.jsbml.SBMLDocument
setPrefix(String) - Method in class org.sbml.jsbml.xml.stax.SBMLObjectForXML
 
setPrefixNotationInLogicalOperations(boolean) - Method in class org.sbml.jsbml.math.compiler.FormulaCompiler
 
setPrintNameIfAvailable(boolean) - Method in class org.sbml.jsbml.math.compiler.LaTeXCompiler
 
setPrintNameIfAvailable(boolean) - Method in class org.sbml.jsbml.util.compilers.LaTeXCompiler
 
setPriority(Priority) - Method in class org.sbml.jsbml.Event
 
setProgramName(String) - Method in class org.sbml.jsbml.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.jsbml.SBMLWriter
Sets the version of this program, i.e., the program that is about to write out the SBMLDocument.
setQualifier(CVTerm.Qualifier) - Method in class org.sbml.jsbml.CVTerm
Sets the CVTerm.Qualifier of this CVTerm, sets at the same time the CVTerm.Type to the proper value.
setQualifier(CVTerm.Qualifier) - Method in class org.sbml.jsbml.util.filters.CVTermFilter
 
setQualifierType(int) - Method in class org.sbml.jsbml.CVTerm
Sets the type of this CVTerm to the CVTerm.Type represented by 'qualifierType'.
setQualifierType(CVTerm.Type) - Method in class org.sbml.jsbml.CVTerm
Sets the type of this CVTerm to 'type', the value of the CVTerm.Qualifier is reset to CVTerm.Qualifier.BQB_UNKNOWN or CVTerm.Qualifier.BQM_UNKNOWN.
setRadicand(ASTNode2) - Method in class org.sbml.jsbml.math.ASTRootNode
Set the radicand of this ASTRootNode
setReal(double) - Method in class org.sbml.jsbml.math.ASTCnRealNode
Set the value of this node
setReference(FunctionDefinition) - Method in class org.sbml.jsbml.math.ASTCiFunctionNode
Set an instance of FunctionDefinition as the variable of this ASTCiFunctionNode.
setReference(CallableSBase) - Method in class org.sbml.jsbml.math.ASTCiNumberNode
Set an instance of CallableSBase as the variable of this ASTCiNumberNode.
setRefId(String) - Method in class org.sbml.jsbml.math.ASTCiFunctionNode
Set refId attribute
setRefId(String) - Method in class org.sbml.jsbml.math.ASTCiNumberNode
Set refId attribute
setReversible(boolean) - Method in class org.sbml.jsbml.Reaction
Sets the reversible Boolean of this Reaction.
setRightChild(ASTNode2) - Method in class org.sbml.jsbml.math.ASTBinaryFunctionNode
Set the right child of this ASTBinaryFunctionNode
setRootConstraint(AnyConstraint<Object>, Class<?>) - Method in class org.sbml.jsbml.validator.offline.ValidationContext
 
setRootExponent(ASTNode2) - Method in class org.sbml.jsbml.math.ASTRootNode
Set the root exponent of this ASTRootNode
setSBaseListType(Class<T>) - Method in class org.sbml.jsbml.ListOf
Sets the ListOf.Type of this ListOf instance to the ListOf.Type defined by the given Class.
setSBaseListType(ListOf.Type) - Method in class org.sbml.jsbml.ListOf
Sets the ListOf.Type of this ListOf instance to 'listType'.
setSBMLDocumentAttributes(Map<String, String>) - Method in class org.sbml.jsbml.SBMLDocument
setSBOTerm(int) - Method in class org.sbml.jsbml.AbstractSBase
 
setSBOTerm(String) - Method in class org.sbml.jsbml.AbstractSBase
 
setSBOTerm(int) - Method in interface org.sbml.jsbml.SBase
Sets the value of the 'sboTerm' attribute.
setSBOTerm(String) - Method in interface org.sbml.jsbml.SBase
Sets the value of the 'sboTerm' attribute.
setScale(int) - Method in class org.sbml.jsbml.Unit
Sets the scale of this Unit
setSeverity(String) - Method in exception org.sbml.jsbml.SBMLError
Sets the severity of this SBMLError.
setSeverity(int) - Method in class org.sbml.jsbml.util.Detail
 
setShortMessage(Message) - Method in exception org.sbml.jsbml.SBMLError
 
setShortMessage(String) - Method in exception org.sbml.jsbml.SBMLException
 
setSize(double) - Method in class org.sbml.jsbml.Compartment
Sets the size of this compartment to 'size'.
setSpatialDimensions(double) - Method in class org.sbml.jsbml.Compartment
Sets the spatialDimensions of this compartment to 'i'.
setSpatialDimensions(int) - Method in class org.sbml.jsbml.Compartment
 
setSpatialDimensions(short) - Method in class org.sbml.jsbml.Compartment
Sets the spatialDimensions of this compartment to 'spatialDimensiosn'.
setSpatialSizeUnits(String) - Method in class org.sbml.jsbml.Species
Deprecated.
This property is only valid for SBML Level 2 Versions 1 and 2.
setSpatialSizeUnits(UnitDefinition) - Method in class org.sbml.jsbml.Species
Deprecated.
Only valid for SBML Level 2 Versions 1 and 2.
setSpecies(Species) - Method in class org.sbml.jsbml.SimpleSpeciesReference
Sets the speciesID to the id of the Species 'species'.
setSpecies(String) - Method in class org.sbml.jsbml.SimpleSpeciesReference
Sets the speciesID to 'spec'.
setSpeciesType(SpeciesType) - Method in class org.sbml.jsbml.Species
Deprecated. 
setSpeciesType(String) - Method in class org.sbml.jsbml.Species
Deprecated.
Only valid in SBML Level 2 for Versions 2 through 4.
setStatus(String) - Method in class org.sbml.jsbml.SBMLErrorLog
Sets the status.
setStatus(String) - Method in class org.sbml.jsbml.util.Option
 
setStoichiometry(double) - Method in class org.sbml.jsbml.SpeciesReference
Sets the stoichiometry of this SpeciesReference.
setStoichiometryMath(StoichiometryMath) - Method in class org.sbml.jsbml.SpeciesReference
Deprecated. 
setStrictness(boolean) - Method in class org.sbml.jsbml.math.AbstractASTNode
Set the strictness of this node
setStrictness(boolean) - Method in interface org.sbml.jsbml.math.ASTNode2
Set the strictness of this node
setStrictness(boolean) - Method in class org.sbml.jsbml.math.ASTUnknown
 
setStyle(String) - Method in class org.sbml.jsbml.ASTNode
Sets the style of the mathML element represented by this ASTNode.
setStyle(String) - Method in class org.sbml.jsbml.math.AbstractASTNode
 
setStyle(String) - Method in interface org.sbml.jsbml.math.ASTNode2
Set the style of this node
setStyle(String) - Method in class org.sbml.jsbml.math.ASTUnknown
 
setSubstanceUnits(String) - Method in class org.sbml.jsbml.KineticLaw
Deprecated.
Only defined for SBML Level 1 and Level 2 Version 1 and 2.
setSubstanceUnits(Unit) - Method in class org.sbml.jsbml.KineticLaw
Deprecated. 
setSubstanceUnits(String) - Method in class org.sbml.jsbml.Model
Sets the Model.substanceUnitsID of this Model to 'substanceUnitsID'
setSubstanceUnits(UnitDefinition) - Method in class org.sbml.jsbml.Model
Sets the substanceUnitsID of this Model to the id of 'substanceUnits'.
setSubstanceUnits(Unit.Kind) - Method in class org.sbml.jsbml.Model
 
setSubstanceUnits(String) - Method in class org.sbml.jsbml.Species
Sets the substanceUnitsID to 'unit'.
setSubstanceUnits(Unit) - Method in class org.sbml.jsbml.Species
Sets the substanceUnits.
setSubstanceUnits(Unit.Kind) - Method in class org.sbml.jsbml.Species
Sets the substanceUnits.
setSubstanceUnits(UnitDefinition) - Method in class org.sbml.jsbml.Species
Sets the substanceUnitsID to the id of 'units'.
setSymbol(String) - Method in class org.sbml.jsbml.InitialAssignment
setSystem(boolean) - Method in exception org.sbml.jsbml.SBMLException
 
setTabSize(int) - Method in class org.sbml.jsbml.math.parser.SimpleCharStream
 
setTabSize(int) - Method in class org.sbml.jsbml.text.parser.SimpleCharStream
 
setTerms(int...) - Method in class org.sbml.jsbml.util.filters.SBOFilter
 
setThisAsParentSBMLObject(SBase) - Method in class org.sbml.jsbml.AbstractSBase
Deprecated.
setThisAsParentSBMLObject(SBase) - Method in interface org.sbml.jsbml.SBase
setTimeUnits(String) - Method in class org.sbml.jsbml.Event
Deprecated.
This is only applicable for SBML Level 2, Versions 1 and 2.
setTimeUnits(UnitDefinition) - Method in class org.sbml.jsbml.Event
Deprecated.
setTimeUnits(String) - Method in class org.sbml.jsbml.KineticLaw
Deprecated.
Only defined for Level 1 and Level 2 Version 1.
setTimeUnits(Unit) - Method in class org.sbml.jsbml.KineticLaw
Deprecated. 
setTimeUnits(UnitDefinition) - Method in class org.sbml.jsbml.KineticLaw
Deprecated.
Only defined for Level 1 and Level 2 Version 1.
setTimeUnits(String) - Method in class org.sbml.jsbml.Model
Sets the timeUnits of this Model to 'timeUnistID'
setTimeUnits(UnitDefinition) - Method in class org.sbml.jsbml.Model
Sets the timeUnitsID of this Model to the id of the UnitDefinition 'timeUnits'.
setTimeUnits(Unit.Kind) - Method in class org.sbml.jsbml.Model
Sets the Model.timeUnitsID of this Model to the given unit kind.
setTimeUnitsID(String) - Method in class org.sbml.jsbml.Event
Deprecated. 
setTrigger(Trigger) - Method in class org.sbml.jsbml.Event
Sets the trigger of this Event to 'trigger'.
setTriple(XMLTriple) - Method in class org.sbml.jsbml.xml.XMLToken
Sets the XMLTripe (name, uri and prefix) of this XML element.
setType(String) - Method in class org.sbml.jsbml.ASTNode
Sets the type from a String.
setType(ASTNode.Type) - Method in class org.sbml.jsbml.ASTNode
Sets the type of this ASTNode to the given Type.
setType(String) - Method in class org.sbml.jsbml.math.AbstractASTNode
 
setType(ASTNode.Type) - Method in class org.sbml.jsbml.math.AbstractASTNode
 
setType(String) - Method in interface org.sbml.jsbml.math.ASTNode2
Sets the type from a String.
setType(ASTNode.Type) - Method in interface org.sbml.jsbml.math.ASTNode2
Set the type of the MathML element represented by this ASTNode2
setType(String) - Method in class org.sbml.jsbml.math.ASTUnknown
 
setType(ASTNode.Type) - Method in class org.sbml.jsbml.math.ASTUnknown
 
setType(ASTNode.Type) - Method in class org.sbml.jsbml.math.compiler.ASTNode2Value
 
setType(ASTNode.Type) - Method in class org.sbml.jsbml.util.compilers.ASTNodeValue
 
setType(String) - Method in class org.sbml.jsbml.xml.parsers.SBMLLevel1Rule
 
setTypeOfNotes(String) - Method in class org.sbml.jsbml.xml.parsers.XMLNodeReader
Sets the typeOfNote of this parser.
setUIFlag(boolean) - Method in class org.sbml.jsbml.math.compiler.ASTNode2Value
 
setUIFlag(boolean) - Method in class org.sbml.jsbml.util.compilers.ASTNodeValue
 
setUnits(Unit.Kind) - Method in class org.sbml.jsbml.AbstractNamedSBaseWithUnit
 
setUnits(String) - Method in class org.sbml.jsbml.AbstractNamedSBaseWithUnit
 
setUnits(Unit) - Method in class org.sbml.jsbml.AbstractNamedSBaseWithUnit
 
setUnits(UnitDefinition) - Method in class org.sbml.jsbml.AbstractNamedSBaseWithUnit
 
setUnits(String) - Method in class org.sbml.jsbml.ASTNode
Sets the units attribute.
setUnits(Unit.Kind) - Method in class org.sbml.jsbml.ASTNode
 
setUnits(UnitDefinition) - Method in class org.sbml.jsbml.ASTNode
 
setUnits(String) - Method in class org.sbml.jsbml.Compartment
Sets the unitsID of this QuantityWithUnit.
setUnits(Unit) - Method in class org.sbml.jsbml.Compartment
Sets the Unit of this Compartment.
setUnits(Unit.Kind) - Method in class org.sbml.jsbml.Compartment
Sets the unit of this Compartment.
setUnits(UnitDefinition) - Method in class org.sbml.jsbml.Compartment
Set the unit attribute of this Compartment to the given unit definition.
setUnits(Unit.Kind) - Method in class org.sbml.jsbml.Event
Deprecated.
setUnits(String) - Method in class org.sbml.jsbml.Event
Deprecated.
setUnits(Unit) - Method in class org.sbml.jsbml.Event
Deprecated.
setUnits(UnitDefinition) - Method in class org.sbml.jsbml.Event
Deprecated.
setUnits(Unit.Kind) - Method in class org.sbml.jsbml.ExplicitRule
Deprecated.
setUnits(String) - Method in class org.sbml.jsbml.ExplicitRule
Deprecated.
This is a requirement for Level 1 Version 1 and Version 2, but can only be used in conjunction with Parameters. In this case this AssignmentRule represents the SBML element ParameterRule.
setUnits(Unit) - Method in class org.sbml.jsbml.ExplicitRule
Deprecated.
setUnits(UnitDefinition) - Method in class org.sbml.jsbml.ExplicitRule
Deprecated.
This is a requirement for Level 1 Version 1 and Version 2, but can only be used in conjunction with Parameters. In this case this AssignmentRule represents the SBML element ParameterRule.
setUnits(Unit.Kind) - Method in class org.sbml.jsbml.KineticLaw
Deprecated.
setUnits(String) - Method in class org.sbml.jsbml.KineticLaw
Deprecated.
setUnits(Unit) - Method in class org.sbml.jsbml.KineticLaw
Deprecated.
setUnits(UnitDefinition) - Method in class org.sbml.jsbml.KineticLaw
Deprecated.
setUnits(String) - Method in class org.sbml.jsbml.math.ASTCnNumberNode
Set the units of the MathML element represented by this ASTCnNumberNode
setUnits(UnitDefinition) - Method in class org.sbml.jsbml.math.compiler.ASTNode2Value
 
setUnits(String) - Method in interface org.sbml.jsbml.SBaseWithUnit
Sets the unitsID of this SBaseWithUnit.
setUnits(Unit) - Method in interface org.sbml.jsbml.SBaseWithUnit
Sets the Unit of this SBaseWithUnit.
setUnits(Unit.Kind) - Method in interface org.sbml.jsbml.SBaseWithUnit
Sets the unit of this SBaseWithUnit.
setUnits(UnitDefinition) - Method in interface org.sbml.jsbml.SBaseWithUnit
Set the unit attribute of this SBaseWithUnit to the given unit definition.
setUnits(UnitDefinition) - Method in class org.sbml.jsbml.util.compilers.ASTNodeValue
 
setUnknownQualifierName(String) - Method in class org.sbml.jsbml.CVTerm
Sets a name corresponding to the Qualifier of this CVTerm.
setUserObject(Object) - Method in class org.sbml.jsbml.util.TreeNodeAdapter
 
setUseValuesFromTriggerTime(boolean) - Method in class org.sbml.jsbml.Event
Sets the useValuesFromTriggerTime of this Event to 'useValuesFromTriggerTime'.
setV(V) - Method in class org.sbml.jsbml.util.ValuePair
 
setValidateRecursivly(boolean) - Method in class org.sbml.jsbml.validator.offline.ValidationContext
If set to true, the validation context will try to validate also the childs of a TreeNode interface.
setValidationErrors(List<SBMLError>) - Method in class org.sbml.jsbml.SBMLErrorLog
Sets the list of errors.
setValue(double) - Method in class org.sbml.jsbml.ASTNode
Sets the value of this ASTNode to the given double number and sets the node type to REAL.
setValue(double, int) - Method in class org.sbml.jsbml.ASTNode
Sets the value of this ASTNode to the given real (double) in two parts: the mantissa and the exponent.
setValue(int) - Method in class org.sbml.jsbml.ASTNode
Sets the value of this ASTNode to the given (long) integer and sets the node type to INTEGER.
setValue(int, int) - Method in class org.sbml.jsbml.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.jsbml.Compartment
 
setValue(boolean) - Method in class org.sbml.jsbml.math.ASTBoolean
Set the value of this ASTBoolean
setValue(double) - Method in class org.sbml.jsbml.math.ASTConstantNumber
Set the value of this ASTConstantNumber
setValue(boolean) - Method in class org.sbml.jsbml.math.compiler.ASTNode2Value
 
setValue(T) - Method in class org.sbml.jsbml.math.compiler.ASTNode2Value
 
setValue(double) - Method in interface org.sbml.jsbml.Quantity
Sets the value of this Quantity.
setValue(double) - Method in class org.sbml.jsbml.QuantityWithUnit
 
setValue(double) - Method in class org.sbml.jsbml.SpeciesReference
 
setValue(boolean) - Method in class org.sbml.jsbml.util.compilers.ASTNodeValue
 
setValue(Boolean) - Method in class org.sbml.jsbml.util.compilers.ASTNodeValue
 
setValue(double) - Method in class org.sbml.jsbml.util.compilers.ASTNodeValue
 
setValue(int) - Method in class org.sbml.jsbml.util.compilers.ASTNodeValue
 
setValue(long) - Method in class org.sbml.jsbml.util.compilers.ASTNodeValue
 
setValue(CallableSBase) - Method in class org.sbml.jsbml.util.compilers.ASTNodeValue
 
setValue(Node) - Method in class org.sbml.jsbml.util.compilers.ASTNodeValue
 
setValue(Number) - Method in class org.sbml.jsbml.util.compilers.ASTNodeValue
 
setValue(short) - Method in class org.sbml.jsbml.util.compilers.ASTNodeValue
 
setValue(String) - Method in class org.sbml.jsbml.util.compilers.ASTNodeValue
 
setValue(V) - Method in class org.sbml.jsbml.util.Pair
 
setVariable(String) - Method in interface org.sbml.jsbml.Assignment
Sets the variableID of this Assignment to the given value.
setVariable(Variable) - Method in interface org.sbml.jsbml.Assignment
Sets the variableID of this Assignment to the id of the Variable 'variable'.Listeners are notified about this change.
setVariable(CallableSBase) - Method in class org.sbml.jsbml.ASTNode
Allows you to directly set an instance of CallableSBase as the variable of this ASTNode.
setVariable(String) - Method in class org.sbml.jsbml.EventAssignment
 
setVariable(Variable) - Method in class org.sbml.jsbml.EventAssignment
 
setVariable(String) - Method in class org.sbml.jsbml.ExplicitRule
 
setVariable(Variable) - Method in class org.sbml.jsbml.ExplicitRule
 
setVariable(String) - Method in class org.sbml.jsbml.InitialAssignment
 
setVariable(Variable) - Method in class org.sbml.jsbml.InitialAssignment
 
setVariable(String) - Method in class org.sbml.jsbml.math.ASTCnNumberNode
Set the variable for this ASTNumber node
setVersion(int) - Method in class org.sbml.jsbml.AbstractSBase
 
setVersion(int) - Method in class org.sbml.jsbml.math.compiler.ASTNode2Value
 
setVersion(int) - Method in interface org.sbml.jsbml.SBase
Sets the version of this object with 'version'.
setVersion(int) - Method in class org.sbml.jsbml.util.compilers.ASTNodeValue
 
setVersion(int) - Method in class org.sbml.jsbml.validator.offline.ValidationContext
Set the version of the context and clears the root constraint.
setVolume(double) - Method in class org.sbml.jsbml.Compartment
Deprecated.
This method is only available for SBML Level 1. You should either use Compartment.setSize(double) or Compartment.setValue(double).
setVolumeUnits(String) - Method in class org.sbml.jsbml.Model
Sets the volumeUnitsID of this Model to 'volumeUnitsID'
setVolumeUnits(Unit.Kind) - Method in class org.sbml.jsbml.Model
 
setVolumeUnits(UnitDefinition) - Method in class org.sbml.jsbml.Model
Sets the volumeUnitsID of this Model to the id of the UnitDefinition 'volumeUnits'.
setWarning(boolean) - Method in exception org.sbml.jsbml.SBMLException
 
setXML(boolean) - Method in exception org.sbml.jsbml.SBMLException
 
setXMLNode(XMLNode) - Method in class org.sbml.jsbml.Annotation
 
severity - Variable in exception org.sbml.jsbml.SBMLError
 
SEVERITY() - Constructor for enum org.sbml.jsbml.SBMLError.SEVERITY
 
severity - Variable in class org.sbml.jsbml.util.Detail
 
shortmessage - Variable in exception org.sbml.jsbml.SBMLError
 
shortMessage - Variable in exception org.sbml.jsbml.SBMLException
 
SIdFilter - Class in org.sbml.jsbml.util.filters
This filter only accepts instances of SBase that implements UniqueSId, with the id as given in the constructor of this object.
SIdFilter() - Constructor for class org.sbml.jsbml.util.filters.SIdFilter
Creates a new instance of SIdFilter.
SIdFilter(String) - Constructor for class org.sbml.jsbml.util.filters.SIdFilter
Creates a new instance of SIdFilter.
SIdL2Pattern - Variable in class org.sbml.jsbml.validator.SyntaxChecker
Pattern to recognize valid SIds, i.e., identifier strings for SBML elements.
SimpleCharStream - Class in org.sbml.jsbml.math.parser
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
SimpleCharStream(Reader, int, int, int) - Constructor for class org.sbml.jsbml.math.parser.SimpleCharStream
Constructor.
SimpleCharStream(Reader, int, int) - Constructor for class org.sbml.jsbml.math.parser.SimpleCharStream
Constructor.
SimpleCharStream(Reader) - Constructor for class org.sbml.jsbml.math.parser.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String, int, int, int) - Constructor for class org.sbml.jsbml.math.parser.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, int, int, int) - Constructor for class org.sbml.jsbml.math.parser.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String, int, int) - Constructor for class org.sbml.jsbml.math.parser.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, int, int) - Constructor for class org.sbml.jsbml.math.parser.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String) - Constructor for class org.sbml.jsbml.math.parser.SimpleCharStream
Constructor.
SimpleCharStream(InputStream) - Constructor for class org.sbml.jsbml.math.parser.SimpleCharStream
Constructor.
SimpleCharStream - Class in org.sbml.jsbml.text.parser
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
SimpleCharStream(Reader, int, int, int) - Constructor for class org.sbml.jsbml.text.parser.SimpleCharStream
Constructor.
SimpleCharStream(Reader, int, int) - Constructor for class org.sbml.jsbml.text.parser.SimpleCharStream
Constructor.
SimpleCharStream(Reader) - Constructor for class org.sbml.jsbml.text.parser.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String, int, int, int) - Constructor for class org.sbml.jsbml.text.parser.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, int, int, int) - Constructor for class org.sbml.jsbml.text.parser.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String, int, int) - Constructor for class org.sbml.jsbml.text.parser.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, int, int) - Constructor for class org.sbml.jsbml.text.parser.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String) - Constructor for class org.sbml.jsbml.text.parser.SimpleCharStream
Constructor.
SimpleCharStream(InputStream) - Constructor for class org.sbml.jsbml.text.parser.SimpleCharStream
Constructor.
simpleMetaIdPattern - Variable in class org.sbml.jsbml.validator.SyntaxChecker
Simplified Pattern to recognize valid meta-identifier strings for SBML elements.
SimpleSpeciesReference - Class in org.sbml.jsbml
SimpleSpeciesReference() - Constructor for class org.sbml.jsbml.SimpleSpeciesReference
Creates a SimpleSpeciesReference instance.
SimpleSpeciesReference(int, int) - Constructor for class org.sbml.jsbml.SimpleSpeciesReference
Creates a SimpleSpeciesReference instance.
SimpleSpeciesReference(SimpleSpeciesReference) - Constructor for class org.sbml.jsbml.SimpleSpeciesReference
Creates a SimpleSpeciesReference instance from a given SimpleSpeciesReference.
SimpleSpeciesReference(Species) - Constructor for class org.sbml.jsbml.SimpleSpeciesReference
Creates a SimpleSpeciesReference instance from a given Species.
SimpleSpeciesReference(String) - Constructor for class org.sbml.jsbml.SimpleSpeciesReference
Creates a SimpleSpeciesReference instance.
SimpleSpeciesReference(String, int, int) - Constructor for class org.sbml.jsbml.SimpleSpeciesReference
Creates a SimpleSpeciesReference instance.
SimpleSpeciesReference(String, String, int, int) - Constructor for class org.sbml.jsbml.SimpleSpeciesReference
Creates a SimpleSpeciesReference instance.
SimpleSpeciesReferenceConstraints - Class in org.sbml.jsbml.validator.offline.constraints
 
SimpleSpeciesReferenceConstraints() - Constructor for class org.sbml.jsbml.validator.offline.constraints.SimpleSpeciesReferenceConstraints
 
SimpleTreeNodeChangeListener - Class in org.sbml.jsbml.util
This very simple implementation of an TreeNodeChangeListener writes all the events to the standard out stream.
SimpleTreeNodeChangeListener() - Constructor for class org.sbml.jsbml.util.SimpleTreeNodeChangeListener
Creates an TreeNodeChangeListener that writes all events to the standard output.
simplify(UnitDefinition) - Static method in class org.sbml.jsbml.UnitDefinition
Returns a simplified version of the given UnitDefinition.
simplify() - Method in class org.sbml.jsbml.UnitDefinition
Simplifies the UnitDefinition so that any Unit objects occurring within the UnitDefinition.listOfUnits occurs only once.
sin(ASTNode2) - Method in interface org.sbml.jsbml.math.compiler.ASTNode2Compiler
 
sin(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.FindUnitsCompiler
 
sin(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.FormulaCompiler
 
sin(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.LaTeXCompiler
 
sin(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.UnitsCompiler
 
sin(ASTNode) - Method in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
 
sin(ASTNode) - Method in class org.sbml.jsbml.util.compilers.FindUnitsCompiler
 
sin(ASTNode) - Method in class org.sbml.jsbml.util.compilers.FormulaCompiler
 
sin(ASTNode) - Method in class org.sbml.jsbml.util.compilers.LaTeXCompiler
 
sin(ASTNode) - Method in class org.sbml.jsbml.util.compilers.MathMLCompiler
Deprecated.
 
sin(ASTNode) - Method in class org.sbml.jsbml.util.compilers.UnitsCompiler
 
sinh(ASTNode2) - Method in interface org.sbml.jsbml.math.compiler.ASTNode2Compiler
 
sinh(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.FindUnitsCompiler
 
sinh(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.FormulaCompiler
 
sinh(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.LaTeXCompiler
 
sinh(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.UnitsCompiler
 
sinh(ASTNode) - Method in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
 
sinh(ASTNode) - Method in class org.sbml.jsbml.util.compilers.FindUnitsCompiler
 
sinh(ASTNode) - Method in class org.sbml.jsbml.util.compilers.FormulaCompiler
 
sinh(ASTNode) - Method in class org.sbml.jsbml.util.compilers.LaTeXCompiler
 
sinh(ASTNode) - Method in class org.sbml.jsbml.util.compilers.MathMLCompiler
Deprecated.
 
sinh(ASTNode) - Method in class org.sbml.jsbml.util.compilers.UnitsCompiler
 
size() - Method in class org.sbml.jsbml.ListOf
 
size - Static variable in class org.sbml.jsbml.util.TreeNodeChangeEvent
 
size() - Method in class org.sbml.jsbml.xml.XMLAttributes
 
SLPITTER - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserASTNode2Constants
RegularExpression Id.
SLPITTER - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserConstants
RegularExpression Id.
SLPITTER - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2Constants
RegularExpression Id.
SLPITTER - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserASTNode2Constants
RegularExpression Id.
SLPITTER - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserConstants
RegularExpression Id.
SLPITTER - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2Constants
RegularExpression Id.
SNameL1V1 - Variable in class org.sbml.jsbml.validator.SyntaxChecker
Name Pattern for SBML Level 1 version 1.
SNameL1V2 - Variable in class org.sbml.jsbml.validator.SyntaxChecker
Name Pattern for SBML Level 1 version 2.
spatialDimensions - Variable in class org.sbml.jsbml.Compartment
Represents the spatialDimensions XML attribute of a compartment element.
spatialDimensions - Static variable in class org.sbml.jsbml.util.TreeNodeChangeEvent
 
spatialSizeUnits - Static variable in class org.sbml.jsbml.util.TreeNodeChangeEvent
 
spatialSizeUnitsID - Variable in class org.sbml.jsbml.Species
Deprecated.
Only valid for SBML Level 2 Versions 1 and 2.
specialToken - Variable in class org.sbml.jsbml.math.parser.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
specialToken - Variable in class org.sbml.jsbml.text.parser.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
Species - Class in org.sbml.jsbml
Represents the species XML element of a SBML file.
Species() - Constructor for class org.sbml.jsbml.Species
Creates a Species instance.
Species(int, int) - Constructor for class org.sbml.jsbml.Species
Creates a Species instance from a level and version.
Species(Species) - Constructor for class org.sbml.jsbml.Species
Creates a Species instance from a Species.
Species(String) - Constructor for class org.sbml.jsbml.Species
 
Species(String, int, int) - Constructor for class org.sbml.jsbml.Species
Creates a Species instance from a level and verison.
Species(String, String, int, int) - Constructor for class org.sbml.jsbml.Species
 
species - Static variable in class org.sbml.jsbml.util.TreeNodeChangeEvent
 
SpeciesConstraints - Class in org.sbml.jsbml.validator.offline.constraints
 
SpeciesConstraints() - Constructor for class org.sbml.jsbml.validator.offline.constraints.SpeciesConstraints
 
speciesID - Variable in class org.sbml.jsbml.SimpleSpeciesReference
Represents the 'species' XML attribute.
SpeciesReference - Class in org.sbml.jsbml
Represents the speciesReference XML element of a SBML file.
SpeciesReference() - Constructor for class org.sbml.jsbml.SpeciesReference
Creates a SpeciesReference instance.
SpeciesReference(int, int) - Constructor for class org.sbml.jsbml.SpeciesReference
Creates a SpeciesReference instance.
SpeciesReference(Species) - Constructor for class org.sbml.jsbml.SpeciesReference
Creates a SpeciesReference instance from a Species.
SpeciesReference(SpeciesReference) - Constructor for class org.sbml.jsbml.SpeciesReference
Creates a SpeciesReference instance from a given SpeciesReference.
SpeciesReference(String) - Constructor for class org.sbml.jsbml.SpeciesReference
Creates a SpeciesReference instance.
SpeciesReference(String, int, int) - Constructor for class org.sbml.jsbml.SpeciesReference
Creates a SpeciesReference instance.
SpeciesReference(String, String, int, int) - Constructor for class org.sbml.jsbml.SpeciesReference
Creates a SpeciesReference instance.
SpeciesReferenceConstraints - Class in org.sbml.jsbml.validator.offline.constraints
 
SpeciesReferenceConstraints() - Constructor for class org.sbml.jsbml.validator.offline.constraints.SpeciesReferenceConstraints
 
SpeciesReferenceFilter - Class in org.sbml.jsbml.util.filters
This is a special NameFilter that allows users to search for a SimpleSpeciesReference that refers to a Species with the given identifier attribute.
SpeciesReferenceFilter() - Constructor for class org.sbml.jsbml.util.filters.SpeciesReferenceFilter
Creates a new SpeciesReferenceFilter with undefined properties.
SpeciesReferenceFilter(Species) - Constructor for class org.sbml.jsbml.util.filters.SpeciesReferenceFilter
Creates a new SpeciesReferenceFilter that only accepts instances of SpeciesReference pointing to the id of the given Species.
SpeciesReferenceFilter(String) - Constructor for class org.sbml.jsbml.util.filters.SpeciesReferenceFilter
 
SpeciesReferenceFilter(String, String) - Constructor for class org.sbml.jsbml.util.filters.SpeciesReferenceFilter
 
SpeciesType - Class in org.sbml.jsbml
Deprecated.
Only valid in SBML Level 2 for Versions 2 through 4.
SpeciesType() - Constructor for class org.sbml.jsbml.SpeciesType
Deprecated.
SpeciesType(int, int) - Constructor for class org.sbml.jsbml.SpeciesType
Deprecated.
SpeciesType(SpeciesType) - Constructor for class org.sbml.jsbml.SpeciesType
Deprecated.
SpeciesType(String) - Constructor for class org.sbml.jsbml.SpeciesType
Deprecated. 
SpeciesType(String, int, int) - Constructor for class org.sbml.jsbml.SpeciesType
Deprecated.
SpeciesType(String, String, int, int) - Constructor for class org.sbml.jsbml.SpeciesType
Deprecated.
speciesType - Static variable in class org.sbml.jsbml.util.TreeNodeChangeEvent
 
SpeciesTypeConstraints - Class in org.sbml.jsbml.validator.offline.constraints
 
SpeciesTypeConstraints() - Constructor for class org.sbml.jsbml.validator.offline.constraints.SpeciesTypeConstraints
 
speciesTypeID - Variable in class org.sbml.jsbml.Species
Deprecated.
SPLITTER - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserLL3Constants
RegularExpression Id.
SPLITTER - Static variable in interface org.sbml.jsbml.text.parser.CobraFormulaParserConstants
RegularExpression Id.
SPLITTER - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserLL3Constants
RegularExpression Id.
sqrt(ASTNode) - Static method in class org.sbml.jsbml.ASTNode
Creates a root ASTNode.
sqrt() - Method in class org.sbml.jsbml.ASTNode
Applies the square root function on this syntax tree and returns the resulting tree.
sqrt(ASTNode2) - Static method in class org.sbml.jsbml.math.ASTFactory
Creates a square root of type ASTRootNode with the specified radicand of type ASTNode2.
sqrt(ASTNode2) - Method in interface org.sbml.jsbml.math.compiler.ASTNode2Compiler
Square root.
sqrt(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.FindUnitsCompiler
 
sqrt(Object) - Static method in class org.sbml.jsbml.math.compiler.FormulaCompiler
 
sqrt(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.FormulaCompiler
 
sqrt(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.LaTeXCompiler
 
sqrt(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.LibSBMLFormulaCompiler
 
sqrt(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.UnitsCompiler
 
sqrt(ASTNode) - Method in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
Square root.
sqrt(ASTNode) - Method in class org.sbml.jsbml.util.compilers.FindUnitsCompiler
 
sqrt(Object) - Static method in class org.sbml.jsbml.util.compilers.FormulaCompiler
 
sqrt(ASTNode) - Method in class org.sbml.jsbml.util.compilers.FormulaCompiler
 
sqrt(ASTNode) - Method in class org.sbml.jsbml.util.compilers.LaTeXCompiler
 
sqrt(ASTNode) - Method in class org.sbml.jsbml.util.compilers.LibSBMLFormulaCompiler
 
sqrt(ASTNode) - Method in class org.sbml.jsbml.util.compilers.MathMLCompiler
Deprecated.
 
sqrt(ASTNode) - Method in class org.sbml.jsbml.util.compilers.UnitsCompiler
 
StartNode() - Constructor for class org.sbml.jsbml.validator.OverdeterminationValidator.StartNode
Creates a new start node
STATIC_LEXER_ERROR - Static variable in error org.sbml.jsbml.math.parser.TokenMgrError
An attempt was made to create a second instance of a static token manager.
STATIC_LEXER_ERROR - Static variable in error org.sbml.jsbml.text.parser.TokenMgrError
An attempt was made to create a second instance of a static token manager.
staticFlag - Static variable in class org.sbml.jsbml.math.parser.SimpleCharStream
Whether parser is static.
staticFlag - Static variable in class org.sbml.jsbml.text.parser.SimpleCharStream
Whether parser is static.
status - Variable in class org.sbml.jsbml.SBMLErrorLog
 
status - Variable in class org.sbml.jsbml.util.Option
 
stoichiometry - Variable in class org.sbml.jsbml.SpeciesReference
Represents the 'stoichiometry' XML attribute of this SpeciesReference.
stoichiometry - Static variable in class org.sbml.jsbml.util.TreeNodeChangeEvent
 
stoichiometryMath - Variable in class org.sbml.jsbml.SpeciesReference
Deprecated. 
StoichiometryMath - Class in org.sbml.jsbml
Deprecated.
Since SBML Level 3 Version 1 use AssignmentRule with instances of SpeciesReference as Variable instead.
StoichiometryMath() - Constructor for class org.sbml.jsbml.StoichiometryMath
Deprecated.
StoichiometryMath(int, int) - Constructor for class org.sbml.jsbml.StoichiometryMath
Deprecated.
StoichiometryMath(StoichiometryMath) - Constructor for class org.sbml.jsbml.StoichiometryMath
Deprecated.
storeElementsOrder(String, Object) - Static method in class org.sbml.jsbml.xml.parsers.AbstractReaderWriter
Stores a list of elements as they are given.
stream - Variable in class org.sbml.jsbml.validator.MultipartPost
 
strict - Variable in class org.sbml.jsbml.math.AbstractASTNode
Specifies strictness.
string() - Method in class org.sbml.jsbml.math.parser.FormulaParser
 
string() - Method in class org.sbml.jsbml.math.parser.FormulaParserASTNode2
 
STRING - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserASTNode2Constants
RegularExpression Id.
STRING - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserConstants
RegularExpression Id.
string() - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3
 
string() - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2
 
STRING - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2Constants
RegularExpression Id.
STRING - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserLL3Constants
RegularExpression Id.
string() - Method in class org.sbml.jsbml.text.parser.CobraFormulaParser
 
STRING - Static variable in interface org.sbml.jsbml.text.parser.CobraFormulaParserConstants
RegularExpression Id.
string() - Method in class org.sbml.jsbml.text.parser.FormulaParser
 
string() - Method in class org.sbml.jsbml.text.parser.FormulaParserASTNode2
 
STRING - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserASTNode2Constants
RegularExpression Id.
STRING - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserConstants
RegularExpression Id.
string() - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3
 
string() - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2
 
STRING - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2Constants
RegularExpression Id.
STRING - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserLL3Constants
RegularExpression Id.
stringToInt(String) - Static method in class org.sbml.jsbml.SBO
Returns the string as a correctly formatted SBO integer portion.
StringTools - Class in org.sbml.jsbml.util
This class provides a collection of convenient methods for manipulating Strings.
StringTools() - Constructor for class org.sbml.jsbml.util.StringTools
 
stringToTimestamp(String) - Method in class org.sbml.jsbml.xml.stax.DateProcessor
Convert timezone of datetime string to GMT.
stringToType - Static variable in class org.sbml.jsbml.math.parser.FormulaParser
 
stringToType - Static variable in class org.sbml.jsbml.math.parser.FormulaParserASTNode2
 
stringToType - Static variable in class org.sbml.jsbml.math.parser.FormulaParserLL3
 
stringToType - Static variable in class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2
 
stringToType - Static variable in class org.sbml.jsbml.text.parser.CobraFormulaParser
 
stringToType - Static variable in class org.sbml.jsbml.text.parser.FormulaParser
 
stringToType - Static variable in class org.sbml.jsbml.text.parser.FormulaParserASTNode2
 
stringToType - Static variable in class org.sbml.jsbml.text.parser.FormulaParserLL3
 
stringToType - Static variable in class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2
 
style - Variable in class org.sbml.jsbml.ASTNode
 
style - Variable in class org.sbml.jsbml.math.AbstractASTNode
The style of this MathML element
style - Static variable in class org.sbml.jsbml.util.TreeNodeChangeEvent
 
subList(int, int) - Method in class org.sbml.jsbml.ListOf
 
SubModel - Class in org.sbml.jsbml.util
Generates a sub-Model containing the elements passed as argument and all the necessary dependencies.
SubModel() - Constructor for class org.sbml.jsbml.util.SubModel
 
subsection(String, boolean) - Method in class org.sbml.jsbml.math.compiler.LaTeXCompiler
 
subsection(String, boolean) - Method in class org.sbml.jsbml.util.compilers.LaTeXCompiler
 
SUBSTANCE - Static variable in class org.sbml.jsbml.UnitDefinition
Identifier of the (for the SBML Levels 1 and 2) predefined UnitDefinition substance.
substance(int, int) - Static method in class org.sbml.jsbml.UnitDefinition
Returns the predefined unit for substance.
substanceUnits - Static variable in class org.sbml.jsbml.util.TreeNodeChangeEvent
 
substanceUnitsID - Variable in class org.sbml.jsbml.KineticLaw
Deprecated. 
substanceUnitsID - Variable in class org.sbml.jsbml.Model
Represents the 'substanceUnits' XML attribute of a model element.
subsubsection(String, boolean) - Method in class org.sbml.jsbml.math.compiler.LaTeXCompiler
 
subsubsection(String, boolean) - Method in class org.sbml.jsbml.util.compilers.LaTeXCompiler
 
sum(ASTNode...) - Static method in class org.sbml.jsbml.ASTNode
Creates a new ASTNode of type Plus with the given nodes as children.
sum(MathContainer, CallableSBase...) - Static method in class org.sbml.jsbml.ASTNode
Sum of several NamedSBase objects.
sum(ASTNode2...) - Static method in class org.sbml.jsbml.math.ASTFactory
Creates an ASTArithmeticOperatorNode of type ASTNode.Type.SUM and adds the given nodes as children.
sum(Object...) - Static method in class org.sbml.jsbml.math.compiler.FormulaCompiler
Returns the sum of the given elements as StringBuffer.
sum(Object...) - Static method in class org.sbml.jsbml.math.compiler.HTMLFormula
Returns the sum of the given elements as StringBuffer.
sum(Object...) - Static method in class org.sbml.jsbml.util.compilers.FormulaCompiler
Returns the sum of the given elements as StringBuffer.
sum(Object...) - Static method in class org.sbml.jsbml.util.compilers.HTMLFormula
Returns the sum of the given elements as StringBuffer.
svariables - Variable in class org.sbml.jsbml.validator.OverdeterminationValidator
A list where the ids of all global species in an MathML expression are saved temporarily
swapChildren(ASTNode) - Method in class org.sbml.jsbml.ASTNode
Swaps the children of this ASTNode with the children of that ASTNode.
swapChildren(ASTFunction) - Method in class org.sbml.jsbml.math.ASTBinaryFunctionNode
Swaps the children of this ASTFunction with the children of that ASTFunction.
swapChildren(ASTFunction) - Method in class org.sbml.jsbml.math.ASTFunction
Swaps the children of this ASTFunction with the children of that ASTFunction.
swapChildren(ASTFunction) - Method in class org.sbml.jsbml.math.ASTUnaryFunctionNode
 
SwitchTo(int) - Method in class org.sbml.jsbml.math.parser.FormulaParserASTNode2TokenManager
Switch to specified lex state.
SwitchTo(int) - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2TokenManager
Switch to specified lex state.
SwitchTo(int) - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3TokenManager
Switch to specified lex state.
SwitchTo(int) - Method in class org.sbml.jsbml.math.parser.FormulaParserTokenManager
Switch to specified lex state.
SwitchTo(int) - Method in class org.sbml.jsbml.text.parser.CobraFormulaParserTokenManager
Switch to specified lex state.
SwitchTo(int) - Method in class org.sbml.jsbml.text.parser.FormulaParserASTNode2TokenManager
Switch to specified lex state.
SwitchTo(int) - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2TokenManager
Switch to specified lex state.
SwitchTo(int) - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3TokenManager
Switch to specified lex state.
SwitchTo(int) - Method in class org.sbml.jsbml.text.parser.FormulaParserTokenManager
Switch to specified lex state.
Symbol - Class in org.sbml.jsbml
The base class for Compartment, Species, Parameter.
Symbol() - Constructor for class org.sbml.jsbml.Symbol
Creates a Symbol instance.
Symbol(int, int) - Constructor for class org.sbml.jsbml.Symbol
Creates a Symbol instance from a level and version.
Symbol(QuantityWithUnit) - Constructor for class org.sbml.jsbml.Symbol
Creates a Symbol instance.
Symbol(String) - Constructor for class org.sbml.jsbml.Symbol
Creates a Symbol instance.
Symbol(String, int, int) - Constructor for class org.sbml.jsbml.Symbol
Creates a Symbol instance from an id, level and version.
Symbol(String, String, int, int) - Constructor for class org.sbml.jsbml.Symbol
Creates a Symbol instance from an id, name, level and version.
Symbol(Symbol) - Constructor for class org.sbml.jsbml.Symbol
Creates a Symbol instance from a given Symbol.
symbol - Static variable in class org.sbml.jsbml.util.TreeNodeChangeEvent
 
symbolTime(String) - Method in interface org.sbml.jsbml.math.compiler.ASTNode2Compiler
The simulation time.
symbolTime(String) - Method in class org.sbml.jsbml.math.compiler.FindUnitsCompiler
 
symbolTime(String) - Method in class org.sbml.jsbml.math.compiler.FormulaCompiler
 
symbolTime(String) - Method in class org.sbml.jsbml.math.compiler.LaTeXCompiler
 
symbolTime(String) - Method in class org.sbml.jsbml.math.compiler.UnitsCompiler
 
symbolTime(String) - Method in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
The simulation time.
symbolTime(String) - Method in class org.sbml.jsbml.util.compilers.FindUnitsCompiler
 
symbolTime(String) - Method in class org.sbml.jsbml.util.compilers.FormulaCompiler
 
symbolTime(String) - Method in class org.sbml.jsbml.util.compilers.LaTeXCompiler
 
symbolTime(String) - Method in class org.sbml.jsbml.util.compilers.MathMLCompiler
Deprecated.
 
symbolTime(String) - Method in class org.sbml.jsbml.util.compilers.UnitsCompiler
 
SyntaxChecker - Class in org.sbml.jsbml.validator
A collection of methods for checking the validity of SBML identifiers.
SyntaxChecker() - Constructor for class org.sbml.jsbml.validator.SyntaxChecker
This is a singleton class and should only be used through static methods.
syntaxChecker - Static variable in class org.sbml.jsbml.validator.SyntaxChecker
The only instance of this class.

T

tabSize - Variable in class org.sbml.jsbml.math.parser.SimpleCharStream
 
tabSize - Variable in class org.sbml.jsbml.text.parser.SimpleCharStream
 
tan(ASTNode2) - Method in interface org.sbml.jsbml.math.compiler.ASTNode2Compiler
 
tan(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.FindUnitsCompiler
 
tan(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.FormulaCompiler
 
tan(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.LaTeXCompiler
 
tan(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.UnitsCompiler
 
tan(ASTNode) - Method in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
 
tan(ASTNode) - Method in class org.sbml.jsbml.util.compilers.FindUnitsCompiler
 
tan(ASTNode) - Method in class org.sbml.jsbml.util.compilers.FormulaCompiler
 
tan(ASTNode) - Method in class org.sbml.jsbml.util.compilers.LaTeXCompiler
 
tan(ASTNode) - Method in class org.sbml.jsbml.util.compilers.MathMLCompiler
Deprecated.
 
tan(ASTNode) - Method in class org.sbml.jsbml.util.compilers.UnitsCompiler
 
tanh(ASTNode2) - Method in interface org.sbml.jsbml.math.compiler.ASTNode2Compiler
 
tanh(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.FindUnitsCompiler
 
tanh(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.FormulaCompiler
 
tanh(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.LaTeXCompiler
 
tanh(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.UnitsCompiler
 
tanh(ASTNode) - Method in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
 
tanh(ASTNode) - Method in class org.sbml.jsbml.util.compilers.FindUnitsCompiler
 
tanh(ASTNode) - Method in class org.sbml.jsbml.util.compilers.FormulaCompiler
 
tanh(ASTNode) - Method in class org.sbml.jsbml.util.compilers.LaTeXCompiler
 
tanh(ASTNode) - Method in class org.sbml.jsbml.util.compilers.MathMLCompiler
Deprecated.
 
tanh(ASTNode) - Method in class org.sbml.jsbml.util.compilers.UnitsCompiler
 
Term - Class in org.sbml.jsbml.ontology
This is a convenient wrapper class for the corresponding implementation of org.biojava.nbio.ontology.Term in BioJava as it provides specialized methods to obtain the information from the SBO OBO file directly and under the same name as the keys are given in that file.
Term(org.biojava.nbio.ontology.Term) - Constructor for class org.sbml.jsbml.ontology.Term
Creates a new Term instance.
term - Variable in class org.sbml.jsbml.ontology.Term
The underlying BioJava Term.
TerminalNode() - Constructor for class org.sbml.jsbml.validator.OverdeterminationValidator.TerminalNode
Creates a new terminal node
termLevel2() - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3
 
termLevel2() - Method in class org.sbml.jsbml.text.parser.CobraFormulaParser
 
termLevel2() - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3
 
termLevel3() - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3
 
termLevel3() - Method in class org.sbml.jsbml.text.parser.CobraFormulaParser
 
termLevel3() - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3
 
termLevel4() - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3
 
termLevel4() - Method in class org.sbml.jsbml.text.parser.CobraFormulaParser
 
termLevel4() - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3
 
termLevel5() - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3
 
termLevel5() - Method in class org.sbml.jsbml.text.parser.CobraFormulaParser
 
termLevel5() - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3
 
termLevel6() - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3
 
termLevel6() - Method in class org.sbml.jsbml.text.parser.CobraFormulaParser
 
termLevel6() - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3
 
termLevel7() - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3
 
termLevel7() - Method in class org.sbml.jsbml.text.parser.CobraFormulaParser
 
termLevel7() - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3
 
termLevel8() - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3
 
termLevel8() - Method in class org.sbml.jsbml.text.parser.CobraFormulaParser
 
termLevel8() - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3
 
TermLvl1() - Method in class org.sbml.jsbml.math.parser.FormulaParser
 
TermLvl1() - Method in class org.sbml.jsbml.math.parser.FormulaParserASTNode2
 
TermLvl1() - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2
 
TermLvl1() - Method in class org.sbml.jsbml.text.parser.FormulaParser
 
TermLvl1() - Method in class org.sbml.jsbml.text.parser.FormulaParserASTNode2
 
TermLvl1() - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2
 
TermLvl2() - Method in class org.sbml.jsbml.math.parser.FormulaParser
 
TermLvl2() - Method in class org.sbml.jsbml.math.parser.FormulaParserASTNode2
 
TermLvl2() - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2
 
TermLvl2() - Method in class org.sbml.jsbml.text.parser.FormulaParser
 
TermLvl2() - Method in class org.sbml.jsbml.text.parser.FormulaParserASTNode2
 
TermLvl2() - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2
 
TermLvl3() - Method in class org.sbml.jsbml.math.parser.FormulaParser
 
TermLvl3() - Method in class org.sbml.jsbml.math.parser.FormulaParserASTNode2
 
TermLvl3() - Method in class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2
 
TermLvl3() - Method in class org.sbml.jsbml.text.parser.FormulaParser
 
TermLvl3() - Method in class org.sbml.jsbml.text.parser.FormulaParserASTNode2
 
TermLvl3() - Method in class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2
 
terms - Static variable in class org.sbml.jsbml.SBO
 
terms - Variable in class org.sbml.jsbml.util.filters.SBOFilter
The SBO term of interest.
text - Static variable in class org.sbml.jsbml.util.TreeNodeChangeEvent
 
textcolor(String, Object) - Method in class org.sbml.jsbml.math.compiler.LaTeXCompiler
 
textcolor(String, Object) - Method in class org.sbml.jsbml.util.compilers.LaTeXCompiler
 
texttt(String) - Method in class org.sbml.jsbml.math.compiler.LaTeXCompiler
Returns the LaTeX code to set the given String in type writer font.
texttt(String) - Method in class org.sbml.jsbml.util.compilers.LaTeXCompiler
Returns the LaTeX code to set the given String in type writer font.
TIME - Static variable in class org.sbml.jsbml.UnitDefinition
Identifier of the (for the SBML Levels 1 and 2) predefined UnitDefinition time.
time(int, int) - Static method in class org.sbml.jsbml.UnitDefinition
Returns the predefined unit for time.
timeDerivative(String) - Method in class org.sbml.jsbml.math.compiler.LaTeXCompiler
 
timeDerivative(String) - Method in class org.sbml.jsbml.util.compilers.LaTeXCompiler
 
times(ASTNode...) - Static method in class org.sbml.jsbml.ASTNode
Creates an ASTNode of type times and adds the given nodes as children.
times(MathContainer, CallableSBase...) - Static method in class org.sbml.jsbml.ASTNode
Multiplies several CallableSBase objects.
times(ASTNode2, ASTNode2) - Static method in class org.sbml.jsbml.math.ASTFactory
Creates a new ASTTimesNode with exactly two children
times(ASTNode2, double) - Static method in class org.sbml.jsbml.math.ASTFactory
Adds a real number to ASTNode2
times(ASTNode2, int) - Static method in class org.sbml.jsbml.math.ASTFactory
Adds an integer to ASTNode2
times(List<ASTNode2>) - Method in interface org.sbml.jsbml.math.compiler.ASTNode2Compiler
Product of all given ASTNode2s.
times(List<ASTNode2>) - Method in class org.sbml.jsbml.math.compiler.FindUnitsCompiler
 
times(T...) - Static method in class org.sbml.jsbml.math.compiler.FormulaCompiler
Returns the product of the given elements as StringBuffer.
times(List<ASTNode2>) - Method in class org.sbml.jsbml.math.compiler.FormulaCompiler
 
times(Object...) - Static method in class org.sbml.jsbml.math.compiler.HTMLFormula
Returns the product of the given elements as StringBuffer.
times(List<ASTNode2>) - Method in class org.sbml.jsbml.math.compiler.LaTeXCompiler
 
times(List<ASTNode2>) - Method in class org.sbml.jsbml.math.compiler.UnitsCompiler
 
TIMES - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserASTNode2Constants
RegularExpression Id.
TIMES - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserConstants
RegularExpression Id.
TIMES - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2Constants
RegularExpression Id.
TIMES - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserLL3Constants
RegularExpression Id.
TIMES - Static variable in interface org.sbml.jsbml.text.parser.CobraFormulaParserConstants
RegularExpression Id.
TIMES - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserASTNode2Constants
RegularExpression Id.
TIMES - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserConstants
RegularExpression Id.
TIMES - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2Constants
RegularExpression Id.
TIMES - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserLL3Constants
RegularExpression Id.
times(List<ASTNode>) - Method in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
Product of all given ASTNodes.
times(List<ASTNode>) - Method in class org.sbml.jsbml.util.compilers.FindUnitsCompiler
 
times(Object...) - Static method in class org.sbml.jsbml.util.compilers.FormulaCompiler
Returns the product of the given elements as StringBuffer.
times(List<ASTNode>) - Method in class org.sbml.jsbml.util.compilers.FormulaCompiler
 
times(Object...) - Static method in class org.sbml.jsbml.util.compilers.HTMLFormula
Returns the product of the given elements as StringBuffer.
times(List<ASTNode>) - Method in class org.sbml.jsbml.util.compilers.LaTeXCompiler
 
times(ASTNodeValue...) - Method in class org.sbml.jsbml.util.compilers.MathMLCompiler
Deprecated.
Convenient method to perform internal changes.
times(List<ASTNode>) - Method in class org.sbml.jsbml.util.compilers.MathMLCompiler
Deprecated.
 
times(List<ASTNode>) - Method in class org.sbml.jsbml.util.compilers.UnitsCompiler
 
timeUnits - Static variable in class org.sbml.jsbml.util.TreeNodeChangeEvent
 
timeUnitsID - Variable in class org.sbml.jsbml.KineticLaw
Deprecated. 
timeUnitsID - Variable in class org.sbml.jsbml.Model
Represents the 'timeUnits' XML attribute of a model element.
toArray() - Method in class org.sbml.jsbml.ListOf
 
toArray(T[]) - Method in class org.sbml.jsbml.ListOf
 
toASTNode2() - Method in class org.sbml.jsbml.ASTNode
Return the ASTNode2 corresponding to the current ASTNode
toASTNode2(ASTNode) - Static method in class org.sbml.jsbml.math.ASTFactory
 
toBoolean() - Method in class org.sbml.jsbml.math.compiler.ASTNode2Value
Analog to the toDouble() method but this method tries to evaluate the value contained in this object to a boolean value.
toBoolean() - Method in class org.sbml.jsbml.util.compilers.ASTNodeValue
Analog to the toDouble() method but this method tries to evaluate the value contained in this object to a boolean value.
toCallableSBase() - Method in class org.sbml.jsbml.math.compiler.ASTNode2Value
 
toCallableSBase() - Method in class org.sbml.jsbml.util.compilers.ASTNodeValue
 
toCheck - Variable in class org.sbml.jsbml.validator.offline.constraints.helper.AssignmentCycleValidation
 
toClass() - Method in enum org.sbml.jsbml.ListOf.Type
Gives the corresponding Class object for this ListOf.Type.
toDouble() - Method in class org.sbml.jsbml.math.compiler.ASTNode2Value
 
toDouble() - Method in class org.sbml.jsbml.util.compilers.ASTNodeValue
 
toFloat() - Method in class org.sbml.jsbml.math.compiler.ASTNode2Value
 
toFloat() - Method in class org.sbml.jsbml.util.compilers.ASTNodeValue
 
toFormula() - Method in class org.sbml.jsbml.ASTNode
Converts this ASTNode to a text string using a specific syntax for mathematical formulas.
toFormula(FormulaCompiler) - Method in class org.sbml.jsbml.ASTNode
Converts this ASTNode to a text string using a specific FormulaCompiler.
toFormula() - Method in class org.sbml.jsbml.EventAssignment
Creates a formula String representation of this assignment.
toFormula() - Method in class org.sbml.jsbml.math.AbstractASTNode
 
toFormula() - Method in class org.sbml.jsbml.math.ASTArithmeticOperatorNode
 
toFormula() - Method in class org.sbml.jsbml.math.ASTBoolean
 
toFormula() - Method in class org.sbml.jsbml.math.ASTCiFunctionNode
 
toFormula() - Method in class org.sbml.jsbml.math.ASTCiNumberNode
 
toFormula() - Method in class org.sbml.jsbml.math.ASTCnExponentialNode
 
toFormula() - Method in class org.sbml.jsbml.math.ASTCnIntegerNode
 
toFormula() - Method in class org.sbml.jsbml.math.ASTCnRationalNode
 
toFormula() - Method in class org.sbml.jsbml.math.ASTCnRealNode
 
toFormula() - Method in class org.sbml.jsbml.math.ASTConstantNumber
 
toFormula() - Method in class org.sbml.jsbml.math.ASTCSymbolDelayNode
 
toFormula() - Method in class org.sbml.jsbml.math.ASTCSymbolTimeNode
 
toFormula() - Method in class org.sbml.jsbml.math.ASTDivideNode
 
toFormula() - Method in class org.sbml.jsbml.math.ASTHyperbolicNode
 
toFormula() - Method in class org.sbml.jsbml.math.ASTLambdaFunctionNode
 
toFormula() - Method in class org.sbml.jsbml.math.ASTLogarithmNode
 
toFormula() - Method in class org.sbml.jsbml.math.ASTLogicalOperatorNode
 
toFormula() - Method in class org.sbml.jsbml.math.ASTMinusNode
 
toFormula() - Method in interface org.sbml.jsbml.math.ASTNode2
Converts this ASTNode2 to a text string using a specific syntax for mathematical formulas.
toFormula() - Method in class org.sbml.jsbml.math.ASTPiecewiseFunctionNode
 
toFormula() - Method in class org.sbml.jsbml.math.ASTPlusNode
 
toFormula() - Method in class org.sbml.jsbml.math.ASTPowerNode
 
toFormula() - Method in class org.sbml.jsbml.math.ASTQualifierNode
 
toFormula() - Method in class org.sbml.jsbml.math.ASTRelationalOperatorNode
 
toFormula() - Method in class org.sbml.jsbml.math.ASTRootNode
 
toFormula() - Method in class org.sbml.jsbml.math.ASTTimesNode
 
toFormula() - Method in class org.sbml.jsbml.math.ASTTrigonometricNode
 
toFormula() - Method in class org.sbml.jsbml.math.ASTUnaryFunctionNode
 
toFormula() - Method in class org.sbml.jsbml.math.ASTUnknown
 
toHTML(Unit) - Static method in class org.sbml.jsbml.math.compiler.HTMLFormula
 
toHTML(UnitDefinition) - Static method in class org.sbml.jsbml.math.compiler.HTMLFormula
Creates an HTML string representation of this UnitDefinition.
toHTML(Unit) - Static method in class org.sbml.jsbml.util.compilers.HTMLFormula
 
toHTML(UnitDefinition) - Static method in class org.sbml.jsbml.util.compilers.HTMLFormula
Creates an HTML string representation of this UnitDefinition.
toHTML(String) - Static method in class org.sbml.jsbml.util.StringTools
Returns a HTML formated String, in which each line is at most lineBreak symbols long.
toHTML(String, int) - Static method in class org.sbml.jsbml.util.StringTools
Returns a HTML formated String, in which each line is at most lineBreak symbols long.
toInteger() - Method in class org.sbml.jsbml.math.compiler.ASTNode2Value
This method is analog to the toDouble method but tries to convert this value into an integer.
toInteger() - Method in class org.sbml.jsbml.util.compilers.ASTNodeValue
This method is analog to the toDouble method but tries to convert this value into an integer.
token - Variable in class org.sbml.jsbml.math.parser.FormulaParser
Current token.
token - Variable in class org.sbml.jsbml.math.parser.FormulaParserASTNode2
Current token.
token - Variable in class org.sbml.jsbml.math.parser.FormulaParserLL3
Current token.
token - Variable in class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2
Current token.
Token - Class in org.sbml.jsbml.math.parser
Describes the input token stream.
Token() - Constructor for class org.sbml.jsbml.math.parser.Token
No-argument constructor
Token(int) - Constructor for class org.sbml.jsbml.math.parser.Token
Constructs a new token for the specified Image.
Token(int, String) - Constructor for class org.sbml.jsbml.math.parser.Token
Constructs a new token for the specified Image and Kind.
token - Variable in class org.sbml.jsbml.text.parser.CobraFormulaParser
Current token.
token - Variable in class org.sbml.jsbml.text.parser.FormulaParser
Current token.
token - Variable in class org.sbml.jsbml.text.parser.FormulaParserASTNode2
Current token.
token - Variable in class org.sbml.jsbml.text.parser.FormulaParserLL3
Current token.
token - Variable in class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2
Current token.
Token - Class in org.sbml.jsbml.text.parser
Describes the input token stream.
Token() - Constructor for class org.sbml.jsbml.text.parser.Token
No-argument constructor
Token(int) - Constructor for class org.sbml.jsbml.text.parser.Token
Constructs a new token for the specified Image.
Token(int, String) - Constructor for class org.sbml.jsbml.text.parser.Token
Constructs a new token for the specified Image and Kind.
token_source - Variable in class org.sbml.jsbml.math.parser.FormulaParser
Generated Token Manager.
token_source - Variable in class org.sbml.jsbml.math.parser.FormulaParserASTNode2
Generated Token Manager.
token_source - Variable in class org.sbml.jsbml.math.parser.FormulaParserLL3
Generated Token Manager.
token_source - Variable in class org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2
Generated Token Manager.
token_source - Variable in class org.sbml.jsbml.text.parser.CobraFormulaParser
Generated Token Manager.
token_source - Variable in class org.sbml.jsbml.text.parser.FormulaParser
Generated Token Manager.
token_source - Variable in class org.sbml.jsbml.text.parser.FormulaParserASTNode2
Generated Token Manager.
token_source - Variable in class org.sbml.jsbml.text.parser.FormulaParserLL3
Generated Token Manager.
token_source - Variable in class org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2
Generated Token Manager.
tokenBegin - Variable in class org.sbml.jsbml.math.parser.SimpleCharStream
 
tokenBegin - Variable in class org.sbml.jsbml.text.parser.SimpleCharStream
 
tokenImage - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserASTNode2Constants
Literal token values.
tokenImage - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserConstants
Literal token values.
tokenImage - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2Constants
Literal token values.
tokenImage - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserLL3Constants
Literal token values.
tokenImage - Variable in exception org.sbml.jsbml.math.parser.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
tokenImage - Static variable in interface org.sbml.jsbml.text.parser.CobraFormulaParserConstants
Literal token values.
tokenImage - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserASTNode2Constants
Literal token values.
tokenImage - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserConstants
Literal token values.
tokenImage - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2Constants
Literal token values.
tokenImage - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserLL3Constants
Literal token values.
tokenImage - Variable in exception org.sbml.jsbml.text.parser.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
TokenMgrError - Error in org.sbml.jsbml.math.parser
Token Manager Error.
TokenMgrError() - Constructor for error org.sbml.jsbml.math.parser.TokenMgrError
No arg constructor.
TokenMgrError(String, int) - Constructor for error org.sbml.jsbml.math.parser.TokenMgrError
Constructor with message and reason.
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error org.sbml.jsbml.math.parser.TokenMgrError
Full Constructor.
TokenMgrError - Error in org.sbml.jsbml.text.parser
Token Manager Error.
TokenMgrError() - Constructor for error org.sbml.jsbml.text.parser.TokenMgrError
No arg constructor.
TokenMgrError(String, int) - Constructor for error org.sbml.jsbml.text.parser.TokenMgrError
Constructor with message and reason.
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error org.sbml.jsbml.text.parser.TokenMgrError
Full Constructor.
toLaTeX() - Method in class org.sbml.jsbml.ASTNode
Converts this node recursively into a LaTeX formatted String.
toLaTeX() - Method in class org.sbml.jsbml.math.AbstractASTNode
 
toLaTeX() - Method in class org.sbml.jsbml.math.ASTArithmeticOperatorNode
 
toLaTeX() - Method in class org.sbml.jsbml.math.ASTBoolean
 
toLaTeX() - Method in class org.sbml.jsbml.math.ASTCiFunctionNode
 
toLaTeX() - Method in class org.sbml.jsbml.math.ASTCiNumberNode
 
toLaTeX() - Method in class org.sbml.jsbml.math.ASTCnExponentialNode
 
toLaTeX() - Method in class org.sbml.jsbml.math.ASTCnIntegerNode
 
toLaTeX() - Method in class org.sbml.jsbml.math.ASTCnRationalNode
 
toLaTeX() - Method in class org.sbml.jsbml.math.ASTCnRealNode
 
toLaTeX() - Method in class org.sbml.jsbml.math.ASTConstantNumber
 
toLaTeX() - Method in class org.sbml.jsbml.math.ASTCSymbolDelayNode
 
toLaTeX() - Method in class org.sbml.jsbml.math.ASTCSymbolTimeNode
 
toLaTeX() - Method in class org.sbml.jsbml.math.ASTDivideNode
 
toLaTeX() - Method in class org.sbml.jsbml.math.ASTHyperbolicNode
 
toLaTeX() - Method in class org.sbml.jsbml.math.ASTLambdaFunctionNode
 
toLaTeX() - Method in class org.sbml.jsbml.math.ASTLogarithmNode
 
toLaTeX() - Method in class org.sbml.jsbml.math.ASTLogicalOperatorNode
 
toLaTeX() - Method in class org.sbml.jsbml.math.ASTMinusNode
 
toLaTeX() - Method in interface org.sbml.jsbml.math.ASTNode2
Converts this node recursively into a LaTeX formatted String.
toLaTeX() - Method in class org.sbml.jsbml.math.ASTPiecewiseFunctionNode
 
toLaTeX() - Method in class org.sbml.jsbml.math.ASTPlusNode
 
toLaTeX() - Method in class org.sbml.jsbml.math.ASTPowerNode
 
toLaTeX() - Method in class org.sbml.jsbml.math.ASTQualifierNode
 
toLaTeX() - Method in class org.sbml.jsbml.math.ASTRelationalOperatorNode
 
toLaTeX() - Method in class org.sbml.jsbml.math.ASTRootNode
 
toLaTeX() - Method in class org.sbml.jsbml.math.ASTTimesNode
 
toLaTeX() - Method in class org.sbml.jsbml.math.ASTTrigonometricNode
 
toLaTeX() - Method in class org.sbml.jsbml.math.ASTUnaryFunctionNode
 
toLaTeX() - Method in class org.sbml.jsbml.math.ASTUnknown
 
toLong() - Method in class org.sbml.jsbml.math.compiler.ASTNode2Value
 
toLong() - Method in class org.sbml.jsbml.util.compilers.ASTNodeValue
 
toMathML() - Method in class org.sbml.jsbml.ASTNode
Converts this node recursively into a MathML string that corresponds to the subset of MathML defined in the SBML specification.
toMathML() - Method in class org.sbml.jsbml.math.AbstractASTNode
 
toMathML() - Method in class org.sbml.jsbml.math.ASTArithmeticOperatorNode
 
toMathML() - Method in class org.sbml.jsbml.math.ASTBoolean
 
toMathML() - Method in class org.sbml.jsbml.math.ASTCiFunctionNode
 
toMathML() - Method in class org.sbml.jsbml.math.ASTCiNumberNode
 
toMathML() - Method in class org.sbml.jsbml.math.ASTCnExponentialNode
 
toMathML() - Method in class org.sbml.jsbml.math.ASTCnIntegerNode
 
toMathML() - Method in class org.sbml.jsbml.math.ASTCnRationalNode
 
toMathML() - Method in class org.sbml.jsbml.math.ASTCnRealNode
 
toMathML() - Method in class org.sbml.jsbml.math.ASTConstantNumber
 
toMathML() - Method in class org.sbml.jsbml.math.ASTCSymbolDelayNode
 
toMathML() - Method in class org.sbml.jsbml.math.ASTCSymbolTimeNode
 
toMathML() - Method in class org.sbml.jsbml.math.ASTDivideNode
 
toMathML() - Method in class org.sbml.jsbml.math.ASTHyperbolicNode
 
toMathML() - Method in class org.sbml.jsbml.math.ASTLambdaFunctionNode
 
toMathML() - Method in class org.sbml.jsbml.math.ASTLogarithmNode
 
toMathML() - Method in class org.sbml.jsbml.math.ASTLogicalOperatorNode
 
toMathML() - Method in class org.sbml.jsbml.math.ASTMinusNode
 
toMathML() - Method in interface org.sbml.jsbml.math.ASTNode2
Converts this node recursively into a MathML string that corresponds to the subset of MathML defined in the SBML specification.
toMathML() - Method in class org.sbml.jsbml.math.ASTPiecewiseFunctionNode
 
toMathML() - Method in class org.sbml.jsbml.math.ASTPlusNode
 
toMathML() - Method in class org.sbml.jsbml.math.ASTPowerNode
 
toMathML() - Method in class org.sbml.jsbml.math.ASTRelationalOperatorNode
 
toMathML() - Method in class org.sbml.jsbml.math.ASTRootNode
 
toMathML() - Method in class org.sbml.jsbml.math.ASTTimesNode
 
toMathML() - Method in class org.sbml.jsbml.math.ASTTrigonometricNode
 
toMathML() - Method in class org.sbml.jsbml.math.ASTUnaryFunctionNode
 
toMathML() - Method in class org.sbml.jsbml.math.ASTUnknown
 
toMathML(ASTNode2) - Static method in class org.sbml.jsbml.math.compiler.MathMLXMLStreamCompiler
Writes an ASTNode2 the mathML.
toMathML(boolean, boolean, int) - Method in class org.sbml.jsbml.util.compilers.MathMLCompiler
Deprecated.
 
toMathML(ASTNode) - Static method in class org.sbml.jsbml.util.compilers.MathMLXMLStreamCompiler
Writes an ASTNode the mathML.
toMathML(Document, boolean, boolean, int) - Static method in class org.sbml.jsbml.xml.parsers.MathMLParser
Deprecated.
Write output as String.
toMathML(Writer, Document, boolean, boolean, int) - Static method in class org.sbml.jsbml.xml.parsers.MathMLParser
Deprecated.
 
toNode() - Method in class org.sbml.jsbml.math.compiler.ASTNode2Value
 
toNode() - Method in class org.sbml.jsbml.util.compilers.ASTNodeValue
 
toNumber() - Method in class org.sbml.jsbml.math.compiler.ASTNode2Value
Tries to convert the value contained in this object into a double number.
toNumber() - Method in class org.sbml.jsbml.util.compilers.ASTNodeValue
Tries to convert the value contained in this object into a double number.
toprule - Static variable in class org.sbml.jsbml.math.compiler.LaTeXCompiler
Needed for the beginning of a table.
toprule - Static variable in class org.sbml.jsbml.util.compilers.LaTeXCompiler
Needed for the beginning of a table.
toSimpleString() - Method in class org.sbml.jsbml.ASTNode
Returns a simple String representing the content of the ASTNode.
toString() - Method in class org.sbml.jsbml.AbstractSBase
Returns a String representing this SBase with all the attributes that are defined.
toString() - Method in class org.sbml.jsbml.AbstractTreeNode
 
toString() - Method in class org.sbml.jsbml.ASTNode
 
toString() - Method in exception org.sbml.jsbml.LevelVersionError
 
toString() - Method in interface org.sbml.jsbml.math.ASTNode2
 
toString() - Method in class org.sbml.jsbml.math.ASTUnknown
 
toString() - Method in class org.sbml.jsbml.math.compiler.ASTNode2Value
 
toString() - Method in class org.sbml.jsbml.math.parser.Token
Returns the image.
toString() - Method in class org.sbml.jsbml.ontology.Term
 
toString() - Method in class org.sbml.jsbml.ontology.Triple
 
toString() - Method in exception org.sbml.jsbml.PropertyException
 
toString() - Method in class org.sbml.jsbml.SBMLDocument
 
toString() - Method in exception org.sbml.jsbml.SBMLError
 
toString() - Method in class org.sbml.jsbml.SBMLReader
 
toString() - Method in class org.sbml.jsbml.SBMLWriter
 
toString() - Method in class org.sbml.jsbml.text.parser.Token
Returns the image.
toString() - Method in class org.sbml.jsbml.UnitDefinition
 
toString() - Method in class org.sbml.jsbml.util.compilers.ASTNodeValue
 
toString() - Method in class org.sbml.jsbml.util.Message
 
toString() - Method in class org.sbml.jsbml.util.Option
 
toString() - Method in class org.sbml.jsbml.util.Pair
 
toString(PropertyChangeEvent) - Method in class org.sbml.jsbml.util.SimpleTreeNodeChangeListener
 
toString(double) - Static method in class org.sbml.jsbml.util.StringTools
Returns a String from the given value that does not contain a point zero at the end if the given value represents an integer number.
toString(Locale, double) - Static method in class org.sbml.jsbml.util.StringTools
Allows for Locale-dependent number formatting.
toString() - Method in class org.sbml.jsbml.util.TreeNodeAdapter
 
toString() - Method in class org.sbml.jsbml.util.TreeNodeRemovedEvent
 
toString() - Method in class org.sbml.jsbml.util.XMLResourceBundleControl.XMLResourceBundle
 
toString() - Method in class org.sbml.jsbml.validator.OverdeterminationValidator.InnerNode
 
toString() - Method in class org.sbml.jsbml.validator.OverdeterminationValidator.StartNode
 
toString() - Method in class org.sbml.jsbml.validator.OverdeterminationValidator.TerminalNode
 
toString() - Method in class org.sbml.jsbml.xml.parsers.PackageInfo
 
toString() - Method in class org.sbml.jsbml.xml.stax.SBMLObjectForXML
 
toString() - Method in class org.sbml.jsbml.xml.XMLAttributes
 
toString() - Method in class org.sbml.jsbml.xml.XMLNode
 
toString() - Method in class org.sbml.jsbml.xml.XMLTriple
 
toXML() - Method in class org.sbml.jsbml.CVTerm
 
toXML(String, StringBuffer) - Method in class org.sbml.jsbml.CVTerm
Writes all the MIRIAM annotations of the CVTerm in 'buffer'
toXML(XMLNode) - Static method in class org.sbml.jsbml.util.SBMLtools
 
toXML(XMLNode) - Static method in class org.sbml.jsbml.xml.parsers.XMLNodeWriter
 
toXMLAnnotationString(String) - Static method in class org.sbml.jsbml.util.StringTools
Checks whether a given String fits into the definition of the XML annotation String in SBML.
toXMLMessageString(String) - Static method in class org.sbml.jsbml.util.StringTools
Checks whether a given String fits into the definition of the XML message String in SBML.
toXMLNode() - Method in class org.sbml.jsbml.CVTerm
 
toXMLNotesString(String) - Static method in class org.sbml.jsbml.util.StringTools
Checks whether a given String fits into the definition of the XML notes String in SBML.
toXMLString(String, String) - Static method in class org.sbml.jsbml.util.StringTools
Checks whether a given String contain the given surrounding tag.
toXMLString() - Method in class org.sbml.jsbml.xml.XMLNode
Returns a string representation of this XMLNode.
transformer_factory - Static variable in class org.sbml.jsbml.util.JAXPFacade
 
TreeNodeAdapter - Class in org.sbml.jsbml.util
This class is a wrapper element for any Object that should be linked into a tree data structure as represented by AbstractTreeNode, but that might by itself not be an instance of TreeNode, i.e., not compatible with the remaining tree data structure.
TreeNodeAdapter(Object, TreeNode) - Constructor for class org.sbml.jsbml.util.TreeNodeAdapter
Creates a new TreeNode wrapper for the given TreeNodeAdapter.userObject that will be linked to the given AbstractTreeNode.parent within an exisiting tree.
TreeNodeAdapter(TreeNodeAdapter) - Constructor for class org.sbml.jsbml.util.TreeNodeAdapter
Copy constructor for the given node.
TreeNodeChangeEvent - Class in org.sbml.jsbml.util
This event tells an TreeNodeChangeListener which values have been changed in an SBase and also provides the old and the new value.
TreeNodeChangeEvent(TreeNode, String, Object, Object) - Constructor for class org.sbml.jsbml.util.TreeNodeChangeEvent
 
TreeNodeChangeEvent(TreeNodeChangeEvent) - Constructor for class org.sbml.jsbml.util.TreeNodeChangeEvent
 
TreeNodeChangeListener - Interface in org.sbml.jsbml.util
A listener interface that allows applications to get notified if the state of any TreeNode object changes.
TreeNodeConstraints - Class in org.sbml.jsbml.validator.offline.constraints
Class used to always add a ValidationFunction that is used to recursively validate the jsbml tree structure.
TreeNodeConstraints() - Constructor for class org.sbml.jsbml.validator.offline.constraints.TreeNodeConstraints
 
TreeNodeRemovedEvent - Class in org.sbml.jsbml.util
A special EventObject to notify a TreeNodeChangeListener about a removed node and its previous position within the tree.
TreeNodeRemovedEvent(TreeNode, TreeNode) - Constructor for class org.sbml.jsbml.util.TreeNodeRemovedEvent
Creates a new TreeNodeRemovedEvent that contains information about an element that has just been removed from a tree together with its previous parent node.
TreeNodeRemovedEvent(TreeNodeRemovedEvent) - Constructor for class org.sbml.jsbml.util.TreeNodeRemovedEvent
Clone constructor.
TreeNodeWithChangeSupport - Interface in org.sbml.jsbml.util
This interface extends the regular recursively defined TreeNode by adding methods to keep track of changes within the tree, such as adding/removing, or exchanging of child nodes or the change of any other attributes.
trigger - Variable in class org.sbml.jsbml.Event
Represents the trigger sub-element of an event element.
Trigger - Class in org.sbml.jsbml
Represents the trigger XML element of a SBML file.
Trigger() - Constructor for class org.sbml.jsbml.Trigger
Creates a Trigger instance.
Trigger(int, int) - Constructor for class org.sbml.jsbml.Trigger
Creates a Trigger instance from a level and version.
Trigger(Trigger) - Constructor for class org.sbml.jsbml.Trigger
Creates a Trigger instance from a given Trigger.
TriggerConstraints - Class in org.sbml.jsbml.validator.offline.constraints
 
TriggerConstraints() - Constructor for class org.sbml.jsbml.validator.offline.constraints.TriggerConstraints
 
Triple - Class in org.sbml.jsbml.ontology
This is a wrapper class for the corresponding BioJava class org.biojava.nbio.ontology.Triple, to allow for simplified access to the properties of a subject-predicate-object triple in this ontology.
Triple(org.biojava.nbio.ontology.Triple) - Constructor for class org.sbml.jsbml.ontology.Triple
Creates a new Triple from a given corresponding object from BioJava.
triple - Variable in class org.sbml.jsbml.ontology.Triple
The BioJava org.biojava.nbio.ontology.Triple.
triple - Variable in class org.sbml.jsbml.xml.XMLToken
the XMLTripe (name, uri and prefix) of this XML element.
type - Variable in class org.sbml.jsbml.ASTNode
The type of this ASTNode.
Type() - Constructor for enum org.sbml.jsbml.ASTNode.Type
 
type - Variable in class org.sbml.jsbml.CVTerm
Represents the type of MIRIAM qualifier for this CVTerm.
Type(String, String) - Constructor for enum org.sbml.jsbml.CVTerm.Type
 
Type() - Constructor for enum org.sbml.jsbml.ListOf.Type
 
type - Variable in class org.sbml.jsbml.math.AbstractASTNode
The type of this node
type - Variable in class org.sbml.jsbml.math.compiler.ASTNode2Value
The type of the underlying ASTNode2.
type - Variable in exception org.sbml.jsbml.SBMLException
 
Type() - Constructor for enum org.sbml.jsbml.SBMLException.Type
 
type - Variable in class org.sbml.jsbml.util.compilers.ASTNodeValue
The type of the underlying ASTNode.
type - Static variable in class org.sbml.jsbml.util.TreeNodeChangeEvent
 
type - Variable in class org.sbml.jsbml.xml.parsers.SBMLLevel1Rule
 
typeOfNotes - Variable in class org.sbml.jsbml.xml.parsers.XMLNodeReader
String to be able to detect what type of String this parser is parsing.

U

ud - Variable in class org.sbml.jsbml.util.filters.IdenticalUnitDefinitionFilter
The UnitDefinition we want to use for comparisons.
uFlag - Variable in class org.sbml.jsbml.math.compiler.ASTNode2Value
Flag to indicate whether the underlying ASTNode2 was an unary node.
uFlag - Variable in class org.sbml.jsbml.util.compilers.ASTNodeValue
Flag to indicate whether the underlying ASTNode was an unary node.
uMinus(ASTNode) - Static method in class org.sbml.jsbml.ASTNode
Creates a new ASTNode that has exactly one child and which is of type minus, i.e., this negates what is encoded in ast.
uMinus(MathContainer, CallableSBase) - Static method in class org.sbml.jsbml.ASTNode
Creates a new ASTNode that has exactly one child and which is of type minus, i.e., this negates what is encoded in ast.
uMinus(ASTNode2) - Static method in class org.sbml.jsbml.math.ASTFactory
Creates a new ASTMinusNode that has exactly one child and which is of type ASTNode.Type.MINUS, i.e., this negates what is encoded in ast.
uMinus(ASTNode2) - Method in interface org.sbml.jsbml.math.compiler.ASTNode2Compiler
Unary minus, i.e., negation of the given ASTNode2.
uMinus(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.FindUnitsCompiler
 
uMinus(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.FormulaCompiler
 
uMinus(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.LaTeXCompiler
 
uMinus(ASTNode2) - Method in class org.sbml.jsbml.math.compiler.UnitsCompiler
 
uMinus(ASTNode) - Method in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
Unary minus, i.e., negation of the given ASTNode.
uMinus(ASTNode) - Method in class org.sbml.jsbml.util.compilers.FindUnitsCompiler
 
uMinus(ASTNode) - Method in class org.sbml.jsbml.util.compilers.FormulaCompiler
 
uMinus(ASTNode) - Method in class org.sbml.jsbml.util.compilers.LaTeXCompiler
 
uMinus(ASTNode) - Method in class org.sbml.jsbml.util.compilers.MathMLCompiler
Deprecated.
 
uMinus(ASTNodeValue) - Method in class org.sbml.jsbml.util.compilers.MathMLCompiler
Deprecated.
 
uMinus(ASTNode) - Method in class org.sbml.jsbml.util.compilers.UnitsCompiler
 
UNDEFINED_LEVEL_VERSION_COMBINATION_MSG - Static variable in exception org.sbml.jsbml.LevelVersionError
Message to indicate that an invalid combination of the level and version attribute has been set.
UNDEFINED_MODEL_MSG - Static variable in class org.sbml.jsbml.JSBML
This indicates that the Model has not been set properly or that an element tries to access its containing model but this is not possible.
UNDEFINED_PARSE_ERROR_MSG - Static variable in class org.sbml.jsbml.JSBML
This message indicates that a problem occurred but the current class cannot give any more precise information about the reasons.
UNDEFINED_PARSING_ERROR_MSG - Static variable in class org.sbml.jsbml.JSBML
This message indicates that a problem occurred but the current class cannot give any more precise information about the reasons.
underscore - Static variable in class org.sbml.jsbml.util.StringTools
The Character '_' as a String.
UNEXPECTED_ATTRIBUTE - Static variable in class org.sbml.jsbml.JSBML
 
unifyUnits(ASTNode2Value, ASTNode2Value) - Method in class org.sbml.jsbml.math.compiler.UnitsCompiler
This method tries to unify the units of two ASTNode2Values so that they have the same units and their value thus is also adjusted.
unifyUnits(ASTNodeValue, ASTNodeValue) - Method in class org.sbml.jsbml.util.compilers.UnitsCompiler
This method tries to unify the units of two ASTNodeValues so that they have the same units and their value thus is also adjusted.
UniqueNamedSBase - Interface in org.sbml.jsbml
This interface is used to tag all those elements whose identifier must be unique within an SBML Model before SBML Level 3 Version 2.
UniqueSId - Interface in org.sbml.jsbml
This interface is used to tag all those elements whose identifier must be unique within an SBML Model.
UniqueValidation<T,U> - Class in org.sbml.jsbml.validator.offline.constraints.helper
Helper class which checks if all objects are unique.
UniqueValidation() - Constructor for class org.sbml.jsbml.validator.offline.constraints.helper.UniqueValidation
 
Unit - Class in org.sbml.jsbml
Represents the unit XML element of a SBML file.
Unit() - Constructor for class org.sbml.jsbml.Unit
Creates a Unit instance.
Unit(double, int, Unit.Kind, double, int, int) - Constructor for class org.sbml.jsbml.Unit
Creates a Unit instance from a multiplier, scale, kind and exponent.
Unit(int, int) - Constructor for class org.sbml.jsbml.Unit
Creates a Unit instance from a level and version.
Unit(int, Unit.Kind, double, int, int) - Constructor for class org.sbml.jsbml.Unit
Creates a Unit instance from a scale, kind, exponent, level and version.
Unit(int, Unit.Kind, int, int) - Constructor for class org.sbml.jsbml.Unit
Creates a Unit instance from a scale, kind, level and version.
Unit(Unit.Kind, double, int, int) - Constructor for class org.sbml.jsbml.Unit
Creates a Unit instance from a kind, exponent, level and version.
Unit(Unit.Kind, int, int) - Constructor for class org.sbml.jsbml.Unit
Creates a Unit instance from a kind, level and version.
Unit(String, int, int) - Constructor for class org.sbml.jsbml.Unit
 
Unit(Unit) - Constructor for class org.sbml.jsbml.Unit
Creates a Unit instance from a given Unit.
Unit.Kind - Enum in org.sbml.jsbml
This enumeration contains an exhaustive list of all available unit kinds within all Levels and Versions of SBML.
UnitConstraints - Class in org.sbml.jsbml.validator.offline.constraints
 
UnitConstraints() - Constructor for class org.sbml.jsbml.validator.offline.constraints.UnitConstraints
 
unitDef - Variable in class org.sbml.jsbml.math.compiler.ASTNode2Value
The unit associated to the value of this object.
unitDef - Variable in class org.sbml.jsbml.util.compilers.ASTNodeValue
The unit associated to the value of this object.
UnitDefinition - Class in org.sbml.jsbml
Represents the unitDefinition XML element of a SBML file.
UnitDefinition() - Constructor for class org.sbml.jsbml.UnitDefinition
Creates an UnitDefinition instance.
UnitDefinition(int, int) - Constructor for class org.sbml.jsbml.UnitDefinition
Creates a new UnitDefinition instance.
UnitDefinition(String) - Constructor for class org.sbml.jsbml.UnitDefinition
Creates a new UnitDefinition instance.
UnitDefinition(String, int, int) - Constructor for class org.sbml.jsbml.UnitDefinition
Creates an UnitDefinition instance from an id, level and version.
UnitDefinition(String, String, int, int) - Constructor for class org.sbml.jsbml.UnitDefinition
Creates an UnitDefinition instance from an id, level and version.
UnitDefinition(UnitDefinition) - Constructor for class org.sbml.jsbml.UnitDefinition
Creates an UnitDefinition instance from a given UnitDefinition.
UnitDefinitionConstraints - Class in org.sbml.jsbml.validator.offline.constraints
 
UnitDefinitionConstraints() - Constructor for class org.sbml.jsbml.validator.offline.constraints.UnitDefinitionConstraints
 
UnitException - Exception in org.sbml.jsbml.math.compiler
Exception to be thrown if inconsistent units are used in mathematical expressions, i.e., instances of ASTNode2.
UnitException() - Constructor for exception org.sbml.jsbml.math.compiler.UnitException
 
UnitException(String) - Constructor for exception org.sbml.jsbml.math.compiler.UnitException
 
UnitException(Throwable) - Constructor for exception org.sbml.jsbml.math.compiler.UnitException
 
UnitException(String, Throwable) - Constructor for exception org.sbml.jsbml.math.compiler.UnitException
 
UnitException - Exception in org.sbml.jsbml.util.compilers
Exception to be thrown if inconsistent units are used in mathematical expressions, i.e., instances of ASTNode.
UnitException() - Constructor for exception org.sbml.jsbml.util.compilers.UnitException
 
UnitException(String) - Constructor for exception org.sbml.jsbml.util.compilers.UnitException
 
UnitException(Throwable) - Constructor for exception org.sbml.jsbml.util.compilers.UnitException
 
UnitException(String, Throwable) - Constructor for exception org.sbml.jsbml.util.compilers.UnitException
 
unitId - Variable in class org.sbml.jsbml.ASTNode
Since Level 3 SBML allows to equip numbers with unit identifiers.
units - Variable in class org.sbml.jsbml.math.ASTCnNumberNode
units attribute for MathML element
units - Static variable in class org.sbml.jsbml.util.TreeNodeChangeEvent
 
UnitsCompiler - Class in org.sbml.jsbml.math.compiler
Derives the units from mathematical operations.
UnitsCompiler() - Constructor for class org.sbml.jsbml.math.compiler.UnitsCompiler
 
UnitsCompiler(int, int) - Constructor for class org.sbml.jsbml.math.compiler.UnitsCompiler
 
UnitsCompiler(Model) - Constructor for class org.sbml.jsbml.math.compiler.UnitsCompiler
 
UnitsCompiler - Class in org.sbml.jsbml.util.compilers
Derives the units from mathematical operations.
UnitsCompiler() - Constructor for class org.sbml.jsbml.util.compilers.UnitsCompiler
 
UnitsCompiler(int, int) - Constructor for class org.sbml.jsbml.util.compilers.UnitsCompiler
 
UnitsCompiler(Model) - Constructor for class org.sbml.jsbml.util.compilers.UnitsCompiler
 
unitsID - Variable in class org.sbml.jsbml.AbstractNamedSBaseWithUnit
The unit attribute of this variable.
unitsID - Variable in class org.sbml.jsbml.ExplicitRule
Deprecated.
This is a requirement for Level 1 Version 1 and Version 2, but can only be used in conjunction with Parameters. In this case this AssignmentRule represents the SBML element ParameterRule.
unitsID - Variable in class org.sbml.jsbml.KineticLaw
Deprecated. 
UNKNOWN_XML - Static variable in class org.sbml.jsbml.JSBML
Key used to store any unknown XML encountered while reading an SBML file.
UNKNOWN_XML_NODE - Static variable in class org.sbml.jsbml.SBMLReader
String used when reading an SBML file, to store XMLNode as user object when the XMLNode does not represents something known from the 'core'.
UnknownAttributeValidationFunction<T extends TreeNodeWithChangeSupport> - Class in org.sbml.jsbml.validator.offline.constraints.helper
Class used to check if any unknown XML attributes where found.
UnknownAttributeValidationFunction() - Constructor for class org.sbml.jsbml.validator.offline.constraints.helper.UnknownAttributeValidationFunction
 
UnknownElementValidationFunction<T extends TreeNodeWithChangeSupport> - Class in org.sbml.jsbml.validator.offline.constraints.helper
Class used to check if any unknown XML elements where found.
UnknownElementValidationFunction() - Constructor for class org.sbml.jsbml.validator.offline.constraints.helper.UnknownElementValidationFunction
 
unknownQualifierName - Variable in class org.sbml.jsbml.CVTerm
 
unknownValue() - Method in interface org.sbml.jsbml.math.compiler.ASTNode2Compiler
Dealing with a malformed ASTNode2.
unknownValue() - Method in class org.sbml.jsbml.math.compiler.FindUnitsCompiler
 
unknownValue() - Method in class org.sbml.jsbml.math.compiler.FormulaCompiler
 
unknownValue() - Method in class org.sbml.jsbml.math.compiler.LaTeXCompiler
 
unknownValue() - Method in class org.sbml.jsbml.math.compiler.UnitsCompiler
 
unknownValue() - Method in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
Dealing with a malformed ASTNode.
unknownValue() - Method in class org.sbml.jsbml.util.compilers.FindUnitsCompiler
 
unknownValue() - Method in class org.sbml.jsbml.util.compilers.FormulaCompiler
 
unknownValue() - Method in class org.sbml.jsbml.util.compilers.LaTeXCompiler
 
unknownValue() - Method in class org.sbml.jsbml.util.compilers.MathMLCompiler
Deprecated.
 
unknownValue() - Method in class org.sbml.jsbml.util.compilers.UnitsCompiler
 
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class org.sbml.jsbml.xml.xstream.converter.MessageConverter
 
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class org.sbml.jsbml.xml.xstream.converter.SBMLErrorConverter
 
unregister(SBase) - Method in class org.sbml.jsbml.KineticLaw
 
unregister(SBase) - Method in class org.sbml.jsbml.Model
 
unregister(SBase) - Method in interface org.sbml.jsbml.util.IdManager
Unregisters the given SBase element and all of it's children in this IdManager.
unregisterChild(SBase) - Method in class org.sbml.jsbml.AbstractSBase
 
unregisterChild(SBasePlugin) - Method in class org.sbml.jsbml.AbstractSBase
Unregisters recursively the given SBasePlugin from the Model and SBMLDocument.
unregisterChild(SBase) - Method in interface org.sbml.jsbml.SBase
Unregisters recursively the given SBase from the Model and SBMLDocument.
unsetAnnotation() - Method in class org.sbml.jsbml.AbstractSBase
 
unsetAnnotation() - Method in interface org.sbml.jsbml.SBase
Unsets the value of the 'annotation' sub-element of this SBML object.
unsetAreaUnits() - Method in class org.sbml.jsbml.Model
Sets the Model.areaUnitsID of this Model to null.
unsetBiologicalQualifierType() - Method in class org.sbml.jsbml.CVTerm
Unsets the biological qualifier if it is set and of the type CVTerm.Type.BIOLOGICAL_QUALIFIER
unsetCharge() - Method in class org.sbml.jsbml.Species
Deprecated. 
unsetCompartment() - Method in interface org.sbml.jsbml.CompartmentalizedSBase
Remove the reference to a compartment, i.e., unset the value of the variable 'compartment'.
unsetCompartment() - Method in class org.sbml.jsbml.Reaction
 
unsetCompartment() - Method in class org.sbml.jsbml.Species
 
unsetCompartmentType() - Method in class org.sbml.jsbml.Compartment
Sets the compartmentTypeID of this Compartment to null.
unsetConstant() - Method in class org.sbml.jsbml.SpeciesReference
 
unsetConstant() - Method in class org.sbml.jsbml.Symbol
 
unsetConstant() - Method in interface org.sbml.jsbml.Variable
With this method the constant property of this variable will be set to an undefined state.
unsetConversionFactor() - Method in class org.sbml.jsbml.Model
Sets the Model.conversionFactorID of this Model to null.
unsetConversionFactor() - Method in class org.sbml.jsbml.Species
Unsets the conversionFactorID of this Species.
unsetCreatedDate() - Method in class org.sbml.jsbml.History
Sets the created of this History to null.
unsetCVTerms() - Method in class org.sbml.jsbml.AbstractSBase
 
unsetCVTerms() - Method in class org.sbml.jsbml.Annotation
Clears the List of CVTerms.
unsetCVTerms() - Method in interface org.sbml.jsbml.SBase
Unsets the list of CVTerm of this object.
unsetCVTerms - Static variable in class org.sbml.jsbml.util.TreeNodeChangeEvent
 
unsetDelay() - Method in class org.sbml.jsbml.Event
Sets the delay of this Event to null.
unsetEmail() - Method in class org.sbml.jsbml.Creator
Unsets the email of this Creator.
unsetEnd() - Method in class org.sbml.jsbml.xml.XMLToken
Declares this XML start/end element is no longer an end element.
unsetExponent() - Method in class org.sbml.jsbml.Unit
 
unsetExtension(String) - Method in class org.sbml.jsbml.AbstractSBase
 
unsetExtension(String) - Method in class org.sbml.jsbml.ASTNode
Unsets the ASTNodePlugin extension object which matches this package name or URI.
unsetExtension(String) - Method in interface org.sbml.jsbml.SBase
Unsets the SBasePlugin extension object which matches this package name or URI.
unsetExtentUnits() - Method in class org.sbml.jsbml.Model
Sets the Model.extentUnitsID of this Model to null.
unsetFamilyName() - Method in class org.sbml.jsbml.Creator
Unsets the familyName of this Creator.
unsetFast() - Method in class org.sbml.jsbml.Reaction
Deprecated.
unsetFormula() - Method in class org.sbml.jsbml.AbstractMathContainer
Deprecated.
unsetFormula() - Method in interface org.sbml.jsbml.MathContainer
Deprecated.
unsetGivenName() - Method in class org.sbml.jsbml.Creator
Unsets the givenName of this Creator.
unsetHistory() - Method in class org.sbml.jsbml.AbstractSBase
 
unsetHistory() - Method in class org.sbml.jsbml.Annotation
Sets the History instance of this object to null.
unsetHistory() - Method in interface org.sbml.jsbml.SBase
Unsets the History of this object.
unsetId() - Method in class org.sbml.jsbml.AbstractSBase
 
unsetId() - Method in interface org.sbml.jsbml.NamedSBase
Sets the id value to null.
unsetId() - Method in interface org.sbml.jsbml.SBase
Sets the id value to null.
unsetInitialAmount() - Method in class org.sbml.jsbml.Species
Unsets the initialAmount of this Species.
unsetInitialConcentration() - Method in class org.sbml.jsbml.Species
Unsets the initialConcentration of this Species.
unsetKind() - Method in class org.sbml.jsbml.Unit
 
unsetKineticLaw() - Method in class org.sbml.jsbml.Reaction
Sets the KineticLaw of this Reaction to null and notifies all TreeNodeChangeListener about changes.
unsetLengthUnits() - Method in class org.sbml.jsbml.Model
Sets the Model.lengthUnitsID of this Model to null.
unsetListOfCompartments() - Method in class org.sbml.jsbml.Model
Removes the Model.listOfCompartments from this Model and notifies all registered instances of TreeNodeChangeListener.
unsetListOfCompartmentTypes() - Method in class org.sbml.jsbml.Model
Deprecated.
Only valid in SBML Level 2 for Versions 2 through 4.
unsetListOfConstraints() - Method in class org.sbml.jsbml.Model
Removes the Model.listOfConstraints from this Model and notifies all registered instances of TreeNodeChangeListener.
unsetListOfEventAssignments() - Method in class org.sbml.jsbml.Event
Removes the Event.listOfEventAssignments from this Event and notifies all registered instances of TreeNodeChangeListener.
unsetListOfEvents() - Method in class org.sbml.jsbml.Model
Removes the Model.listOfEvents from this Model and notifies all registered instances of TreeNodeChangeListener.
unsetListOfFunctionDefinitions() - Method in class org.sbml.jsbml.Model
Removes the Model.listOfFunctionDefinitions from this Model and notifies all registered instances of TreeNodeChangeListener.
unsetListOfInitialAssignments() - Method in class org.sbml.jsbml.Model
Removes the Model.listOfInitialAssignments from this Model and notifies all registered instances of TreeNodeChangeListener.
unsetListOfLocalParameters() - Method in class org.sbml.jsbml.KineticLaw
Removes the KineticLaw.listOfLocalParameters from this KineticLaw and notifies all registered instances of TreeNodeChangeListener.
unsetListOfModifiedDates() - Method in class org.sbml.jsbml.History
Sets the created of this History to null.
unsetListOfModifiers() - Method in class org.sbml.jsbml.Reaction
Removes the Reaction.listOfModifiers from this Reaction and notifies all registered instances of TreeNodeChangeListener.
unsetListOfNestedCVTerms() - Method in class org.sbml.jsbml.CVTerm
Returns true if CVTerm.listOfNestedCVTerms contains at least one element, otherwise false.
unsetListOfParameters() - Method in class org.sbml.jsbml.KineticLaw
unsetListOfParameters() - Method in class org.sbml.jsbml.Model
Removes the Model.listOfParameters from this Model and notifies all registered instances of TreeNodeChangeListener.
unsetListOfProducts() - Method in class org.sbml.jsbml.Reaction
Removes the Reaction.listOfProducts from this Reaction and notifies all registered instances of TreeNodeChangeListener.
unsetListOfReactants() - Method in class org.sbml.jsbml.Reaction
Removes the Reaction.listOfReactants from this Reaction and notifies all registered instances of TreeNodeChangeListener.
unsetListOfReactions() - Method in class org.sbml.jsbml.Model
Removes the Model.listOfReactions from this Model and notifies all registered instances of TreeNodeChangeListener.
unsetListOfRules() - Method in class org.sbml.jsbml.Model
Removes the Model.listOfRules from this Model and notifies all registered instances of TreeNodeChangeListener.
unsetListOfSpecies() - Method in class org.sbml.jsbml.Model
Removes the Model.listOfSpecies from this Model and notifies all registered instances of TreeNodeChangeListener.
unsetListOfSpeciesTypes() - Method in class org.sbml.jsbml.Model
Deprecated.
Only valid in SBML Level 2 for Versions 2 through 4.
unsetListOfUnitDefinitions() - Method in class org.sbml.jsbml.Model
Removes the Model.listOfUnitDefinitions from this Model and notifies all registered instances of TreeNodeChangeListener.
unsetListOfUnits() - Method in class org.sbml.jsbml.UnitDefinition
Removes the UnitDefinition.listOfUnits from this UnitDefinition and notifies all registered instances of TreeNodeChangeListener.
unsetMath() - Method in class org.sbml.jsbml.AbstractMathContainer
 
unsetMath() - Method in interface org.sbml.jsbml.MathContainer
Sets the current ASTNode math element of this MathContainer to null and notifies all TreeNodeChangeListeners assigned to this object about this change.
unsetMessage() - Method in class org.sbml.jsbml.Constraint
Sets the message of this Constraint to null.
unsetMetaId() - Method in class org.sbml.jsbml.AbstractSBase
 
unsetMetaId() - Method in interface org.sbml.jsbml.SBase
Unsets the value of the 'metaid' attribute of this SBML object.
unsetModel() - Method in class org.sbml.jsbml.SBMLDocument
Sets the Model of this SBMLDocument to null and notifies all TreeNodeChangeListener about changes.
unsetModelHistory() - Method in class org.sbml.jsbml.Model
unsetModelQualifierType() - Method in class org.sbml.jsbml.CVTerm
Unsets the CVTerm.Qualifier if it is set and of the type CVTerm.Type.MODEL_QUALIFIER.
unsetMultiplier() - Method in class org.sbml.jsbml.Unit
 
unsetName() - Method in class org.sbml.jsbml.AbstractSBase
 
unsetName() - Method in interface org.sbml.jsbml.NamedSBase
Sets the name value to null.
unsetName() - Method in interface org.sbml.jsbml.SBase
Sets the name value to null.
unsetNamespace() - Method in class org.sbml.jsbml.AbstractSBase
Unsets the namespace that is associated to this SBase.
unsetNonRDFannotation() - Method in class org.sbml.jsbml.Annotation
Sets the non RDF annotation String to null.
unsetNotes() - Method in class org.sbml.jsbml.AbstractSBase
 
unsetNotes() - Method in interface org.sbml.jsbml.SBase
Unsets the value of the 'notes' sub-element of this SBML object.
unsetOffset() - Method in class org.sbml.jsbml.Unit
Deprecated.
the offset attribute should no longer be used.
unsetOrganization() - Method in class org.sbml.jsbml.Creator
Unsets the organisation of this Creator.
unsetOutside() - Method in class org.sbml.jsbml.Compartment
Deprecated.
since Level 3 Version 1
unsetParentSBMLObject() - Method in class org.sbml.jsbml.math.AbstractASTNode
 
unsetParentSBMLObject() - Method in interface org.sbml.jsbml.math.ASTNode2
Unsets the parentSBMLObject to null recursively.
unsetParentSBMLObject() - Method in class org.sbml.jsbml.math.ASTUnknown
 
unsetPlugin(String) - Method in class org.sbml.jsbml.AbstractSBase
 
unsetPlugin(String) - Method in class org.sbml.jsbml.ASTNode
Unsets the ASTNodePlugin plugin object which matches this package name or URI.
unsetPlugin(String) - Method in interface org.sbml.jsbml.SBase
Unsets the SBasePlugin extension object which matches this package name or URI.
unsetPriority() - Method in class org.sbml.jsbml.Event
Sets the Priority of this Event to null and notifies TreeNodeChangeListeners.
unsetProgramName() - Method in class org.sbml.jsbml.SBMLWriter
 
unsetProgramVersion() - Method in class org.sbml.jsbml.SBMLWriter
 
unsetQualifier() - Method in class org.sbml.jsbml.CVTerm
Unsets the qualifier if it is set.
unsetQualifierType() - Method in class org.sbml.jsbml.CVTerm
Unsets the qualifier type if it is set.
unsetReversible() - Method in class org.sbml.jsbml.Reaction
Sets the reversible Boolean of this Reaction to null.
unsetSBaseListType() - Method in class org.sbml.jsbml.ListOf
Sets the SBaseListType of this ListOf to SBaseListType.none.
unsetSBOTerm() - Method in class org.sbml.jsbml.AbstractSBase
 
unsetSBOTerm() - Method in interface org.sbml.jsbml.SBase
Unsets the value of the 'sboTerm' attribute of this SBML object.
unsetScale() - Method in class org.sbml.jsbml.Unit
 
unsetSize() - Method in class org.sbml.jsbml.Compartment
Unsets the value of the 'size' attribute of this Compartment.
unsetSpatialDimensions() - Method in class org.sbml.jsbml.Compartment
Sets the spatialDimensions of this compartment to null.
unsetSpatialSizeUnits() - Method in class org.sbml.jsbml.Species
Deprecated.
Only valid for SBML Level 2 Versions 1 and 2.
unsetStoichiometry() - Method in class org.sbml.jsbml.SpeciesReference
Unsets the stoichiometry property of this element.
unsetStoichiometryMath() - Method in class org.sbml.jsbml.SpeciesReference
Deprecated. 
unsetSubstanceUnits() - Method in class org.sbml.jsbml.KineticLaw
Deprecated. 
unsetSubstanceUnits() - Method in class org.sbml.jsbml.Model
Sets the Model.substanceUnitsID of this Model to null.
unsetSubstanceUnits() - Method in class org.sbml.jsbml.Species
Unsets the substanceUnits of this Species.
unsetTimeUnits() - Method in class org.sbml.jsbml.Event
Sets the timeUnitsID of this Event to null.
unsetTimeUnits() - Method in class org.sbml.jsbml.KineticLaw
Deprecated. 
unsetTimeUnits() - Method in class org.sbml.jsbml.Model
Sets the timeUnitsID of this Model to null.
unsetTrigger() - Method in class org.sbml.jsbml.Event
Sets the trigger of this Event to null and notifies TreeNodeChangeListeners.
unsetUnit() - Method in class org.sbml.jsbml.math.compiler.ASTNode2Value
Removes the unit of this element, i.e., the unit will become invalid.
unsetUnit() - Method in class org.sbml.jsbml.util.compilers.ASTNodeValue
Removes the unit of this element, i.e., the unit will become invalid.
unsetUnits() - Method in class org.sbml.jsbml.AbstractNamedSBaseWithUnit
 
unsetUnits() - Method in class org.sbml.jsbml.ASTNode
Unset the units attribute.
unsetUnits() - Method in class org.sbml.jsbml.ExplicitRule
Deprecated.
This is a requirement for Level 1 Version 1 and Version 2, but can only be used in conjunction with Parameters. In this case this ExplicitRule represents the SBML element ParameterRule.
unsetUnits() - Method in class org.sbml.jsbml.KineticLaw
Deprecated.
unsetUnits() - Method in class org.sbml.jsbml.math.ASTCnNumberNode
Unset the units attribute.
unsetUnits() - Method in interface org.sbml.jsbml.SBaseWithUnit
Sets the unitsID of this SBaseWithUnit to null.
unsetUseValuesFromTriggerTime() - Method in class org.sbml.jsbml.Event
Sets the useValuesFromTriggerTime of this Event to null.
unsetValue() - Method in interface org.sbml.jsbml.Quantity
Unsets the value of this Quantity.
unsetValue() - Method in class org.sbml.jsbml.QuantityWithUnit
 
unsetValue() - Method in class org.sbml.jsbml.SpeciesReference
 
unsetVariable() - Method in interface org.sbml.jsbml.Assignment
Removes the reference from this InitialAssignment to its Variable if there was any, i.e., the Variable is set to null.
unsetVariable() - Method in class org.sbml.jsbml.EventAssignment
 
unsetVariable() - Method in class org.sbml.jsbml.ExplicitRule
 
unsetVariable() - Method in class org.sbml.jsbml.InitialAssignment
 
unsetVolume() - Method in class org.sbml.jsbml.Compartment
Deprecated.
The volume attribute is only defined in SBML Level 1. Please use Compartment.unsetSize()
unsetVolumeUnits() - Method in class org.sbml.jsbml.Model
Sets the Model.volumeUnitsID of this Model to null.
UpdateLineColumn(char) - Method in class org.sbml.jsbml.math.parser.SimpleCharStream
 
UpdateLineColumn(char) - Method in class org.sbml.jsbml.text.parser.SimpleCharStream
 
updateMatching(List<OverdeterminationValidator.Node<SBase>>) - Method in class org.sbml.jsbml.validator.OverdeterminationValidator
Updates the matching of the model on the basis of the found augmented path.
updateVariables() - Method in class org.sbml.jsbml.ASTNode
For a better performance ASTNodes can store a direct pointer to a variable element.
URI_AVOGADRO_DEFINITION - Static variable in class org.sbml.jsbml.ASTNode
The URI for the definition of the csymbol for avogadro.
URI_BIOMODELS_NET_BIOLOGY_QUALIFIERS - Static variable in class org.sbml.jsbml.CVTerm
The Uniform Resource Identifier pointing to http://biomodels.net/biology-qualifiers/
URI_BIOMODELS_NET_MODEL_QUALIFIERS - Static variable in class org.sbml.jsbml.CVTerm
The Uniform Resource Identifier pointing to http://biomodels.net/model-qualifiers/
URI_DELAY_DEFINITION - Static variable in class org.sbml.jsbml.ASTNode
The URI for the definition of the csymbol for delay.
URI_MATHML_DEFINITION - Static variable in class org.sbml.jsbml.ASTNode
URI for the definition of MathML.
URI_MATHML_PREFIX - Static variable in class org.sbml.jsbml.ASTNode
URI prefix for the definition of MathML, it will be used to write the sbml file
URI_NAMESPACE_L1 - Static variable in class org.sbml.jsbml.SBMLDocument
The namespace URI of SBML Level 1 Version 1 and 2.
URI_NAMESPACE_L2V1 - Static variable in class org.sbml.jsbml.SBMLDocument
The namespace URI of SBML Level 2 Version 1.
URI_NAMESPACE_L2V2 - Static variable in class org.sbml.jsbml.SBMLDocument
The namespace URI of SBML Level 2 Version 2.
URI_NAMESPACE_L2V3 - Static variable in class org.sbml.jsbml.SBMLDocument
The namespace URI of SBML Level 2 Version 3.
URI_NAMESPACE_L2V4 - Static variable in class org.sbml.jsbml.SBMLDocument
The namespace URI of SBML Level 2 Version 4.
URI_NAMESPACE_L2V5 - Static variable in class org.sbml.jsbml.SBMLDocument
The namespace URI of SBML Level 2 Version 5.
URI_NAMESPACE_L3V1Core - Static variable in class org.sbml.jsbml.SBMLDocument
The namespace URI of SBML Level 3 Version 1.
URI_NAMESPACE_L3V2Core - Static variable in class org.sbml.jsbml.SBMLDocument
The namespace URI of SBML Level 3 Version 2.
URI_PURL_ELEMENTS - Static variable in class org.sbml.jsbml.JSBML
URI for the definition of purl elements
URI_PURL_TERMS - Static variable in class org.sbml.jsbml.JSBML
URI for purl terms.
URI_RATE_OF_DEFINITION - Static variable in class org.sbml.jsbml.ASTNode
The URI for the definition of the csymbol for rateOf.
URI_RDF_SYNTAX_NS - Static variable in class org.sbml.jsbml.Annotation
The RDF syntax name space definition URI.
URI_RDF_VCARD_NS - Static variable in class org.sbml.jsbml.Creator
URI for the RDF syntax name space definition for VCards.
URI_TIME_DEFINITION - Static variable in class org.sbml.jsbml.ASTNode
The URI for the definition of the csymbol for time.
URI_XHTML_DEFINITION - Static variable in class org.sbml.jsbml.JSBML
URI for the definition of XHTML.
usage() - Static method in class org.sbml.jsbml.validator.SBMLValidator
 
usepackage(String, String...) - Method in class org.sbml.jsbml.math.compiler.LaTeXCompiler
Creates a usepackage command for the given package with the optional options.
usepackage(String, String...) - Method in class org.sbml.jsbml.util.compilers.LaTeXCompiler
Creates a usepackage command for the given package with the optional options.
userObject - Variable in class org.sbml.jsbml.util.TreeNodeAdapter
The object to be wrapped.
userObject - Static variable in class org.sbml.jsbml.util.TreeNodeChangeEvent
 
userObjectKeySet() - Method in class org.sbml.jsbml.AbstractTreeNode
 
userObjectKeySet() - Method in class org.sbml.jsbml.math.ASTUnknown
 
userObjectKeySet() - Method in interface org.sbml.jsbml.util.TreeNodeWithChangeSupport
 
userObjects - Variable in class org.sbml.jsbml.AbstractTreeNode
Any kind of Object that can be stored in addition to all other features of this AbstractTreeNode in form of key-value pairs.
useValuesFromTriggerTime - Variable in class org.sbml.jsbml.Event
Represents the 'useValuesFromTriggerTime' XML attribute of an event element.
useValuesFromTriggerTime - Static variable in class org.sbml.jsbml.util.TreeNodeChangeEvent
 

V

v - Variable in class org.sbml.jsbml.util.Pair
Right value.
validate(Object) - Method in class org.sbml.jsbml.validator.offline.ValidationContext
Validates the object against the loaded constraints.
validate(Object, boolean) - Method in class org.sbml.jsbml.validator.offline.ValidationContext
Validates the object with the loaded constraints and clears the HashMap afterwards if the clearMap is set true.
validateSBML(String, Map<String, String>) - Static method in class org.sbml.jsbml.validator.Validator
Validates the given SBML filename (or http:// URL) by calling the SBML.org online validator.
ValidationConstraint<T> - Class in org.sbml.jsbml.validator.offline.constraints
The basic constraint which uses a ValidationFunction object to perform validation.
ValidationConstraint(int, ValidationFunction<T>) - Constructor for class org.sbml.jsbml.validator.offline.constraints.ValidationConstraint
 
ValidationContext - Class in org.sbml.jsbml.validator.offline
A ValidationContext object is used to perform offline validation.
ValidationContext(int, int) - Constructor for class org.sbml.jsbml.validator.offline.ValidationContext
 
ValidationContext(int, int, AnyConstraint<Object>, Set<SBMLValidator.CHECK_CATEGORY>) - Constructor for class org.sbml.jsbml.validator.offline.ValidationContext
 
validationErrors - Variable in class org.sbml.jsbml.SBMLErrorLog
 
ValidationFunction<T> - Interface in org.sbml.jsbml.validator.offline.constraints
Basic functional interface for a ValidationFunction.
ValidationListener - Interface in org.sbml.jsbml.validator.offline
This interface can be used to track the progress of a the validation.
ValidationTools - Class in org.sbml.jsbml.validator.offline.constraints.helper
Collection of helpful functions and variables for validation.
ValidationTools() - Constructor for class org.sbml.jsbml.validator.offline.constraints.helper.ValidationTools
 
Validator - Class in org.sbml.jsbml.validator
Validates an SBML document using the SBML.org Online Validator.
Validator() - Constructor for class org.sbml.jsbml.validator.Validator
 
validatorURL - Static variable in class org.sbml.jsbml.validator.Validator
 
value - Variable in class org.sbml.jsbml.math.compiler.ASTNode2Value
The actual value of this element.
value - Variable in class org.sbml.jsbml.QuantityWithUnit
The size, initial amount or concentration, or the actual value of this variable.
value - Variable in class org.sbml.jsbml.util.compilers.ASTNodeValue
The actual value of this element.
value - Static variable in class org.sbml.jsbml.util.TreeNodeChangeEvent
 
value - Variable in class org.sbml.jsbml.validator.OverdeterminationValidator.InnerNode
Value of this Node
valueOf(String) - Static method in enum org.sbml.jsbml.AbstractSBase.NOTES_TYPE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.sbml.jsbml.ASTNode.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.sbml.jsbml.CVTerm.Qualifier
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.sbml.jsbml.CVTerm.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.sbml.jsbml.ListOf.Type
Returns the enum constant of this type with the specified name.
valueOf(Class<? extends SBase>) - Static method in enum org.sbml.jsbml.ListOf.Type
Gives the corresponding ListOf.Type for the given Class object.
valueOf(String) - Static method in enum org.sbml.jsbml.SBMLError.SEVERITY
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.sbml.jsbml.SBMLException.Category
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.sbml.jsbml.SBMLException.Code
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.sbml.jsbml.SBMLException.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.sbml.jsbml.Unit.Kind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.sbml.jsbml.validator.SBMLValidator.CHECK_CATEGORY
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.sbml.jsbml.xml.parsers.SBMLRDFAnnotationParser.NODE_COLOR
Returns the enum constant of this type with the specified name.
ValuePair<L extends java.lang.Comparable<? super L>,V extends java.lang.Comparable<? super V>> - Class in org.sbml.jsbml.util
A pair of two values with type parameters.
ValuePair() - Constructor for class org.sbml.jsbml.util.ValuePair
Creates a new ValuePair with both attributes set to null.
ValuePair(L, V) - Constructor for class org.sbml.jsbml.util.ValuePair
 
ValuePair(ValuePair<L, V>) - Constructor for class org.sbml.jsbml.util.ValuePair
 
valuePairOf(L, V) - Static method in class org.sbml.jsbml.util.ValuePair
Can be used for static import, i.e.
values() - Static method in enum org.sbml.jsbml.AbstractSBase.NOTES_TYPE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.sbml.jsbml.ASTNode.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.sbml.jsbml.CVTerm.Qualifier
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.sbml.jsbml.CVTerm.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.sbml.jsbml.ListOf.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.sbml.jsbml.SBMLError.SEVERITY
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.sbml.jsbml.SBMLException.Category
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.sbml.jsbml.SBMLException.Code
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.sbml.jsbml.SBMLException.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.sbml.jsbml.Unit.Kind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.sbml.jsbml.validator.SBMLValidator.CHECK_CATEGORY
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.sbml.jsbml.xml.parsers.SBMLRDFAnnotationParser.NODE_COLOR
Returns an array containing the constants of this enum type, in the order they are declared.
variable - Variable in class org.sbml.jsbml.ASTNode
A direct pointer to a referenced variable.
variable - Variable in class org.sbml.jsbml.math.ASTCnNumberNode
variable attribute for MathML element
variable - Static variable in class org.sbml.jsbml.util.TreeNodeChangeEvent
 
Variable - Interface in org.sbml.jsbml
A variable of the system is a Quantity whose value may change during a simulation.
variableHash - Variable in class org.sbml.jsbml.validator.OverdeterminationValidator
HashMap with id -> node for variables
variableID - Variable in class org.sbml.jsbml.EventAssignment
Represents the 'variable' XML attribute of an eventAssignment element.
variableID - Variable in class org.sbml.jsbml.ExplicitRule
Represents the id of a Variable.
variableID - Variable in class org.sbml.jsbml.InitialAssignment
Represents the 'symbol' XML attribute of an initialAssignmnent element.
variables - Variable in class org.sbml.jsbml.validator.OverdeterminationValidator
List with nodes representing an variable in the model
vector(List<ASTNode2>) - Method in interface org.sbml.jsbml.math.compiler.ASTNode2Compiler
Dealing with a vector.
vector(List<ASTNode2>) - Method in class org.sbml.jsbml.math.compiler.FindUnitsCompiler
 
vector(T...) - Static method in class org.sbml.jsbml.math.compiler.FormulaCompiler
Returns the given vector as StringBuffer.
vector(List<ASTNode2>) - Method in class org.sbml.jsbml.math.compiler.FormulaCompiler
 
vector(List<ASTNode2>) - Method in class org.sbml.jsbml.math.compiler.LaTeXCompiler
 
vector(List<ASTNode2>) - Method in class org.sbml.jsbml.math.compiler.UnitsCompiler
 
vector(List<ASTNode>) - Method in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
Dealing with a vector.
vector(List<ASTNode>) - Method in class org.sbml.jsbml.util.compilers.FindUnitsCompiler
 
vector(Object...) - Static method in class org.sbml.jsbml.util.compilers.FormulaCompiler
Returns the given vector as StringBuffer.
vector(List<ASTNode>) - Method in class org.sbml.jsbml.util.compilers.FormulaCompiler
 
vector(List<ASTNode>) - Method in class org.sbml.jsbml.util.compilers.LaTeXCompiler
 
vector(List<ASTNode>) - Method in class org.sbml.jsbml.util.compilers.MathMLCompiler
Deprecated.
 
vector(List<ASTNode>) - Method in class org.sbml.jsbml.util.compilers.UnitsCompiler
 
version - Variable in class org.sbml.jsbml.math.compiler.ASTNode2Value
The version of the underlying SBMLDocument.
version - Variable in class org.sbml.jsbml.math.compiler.UnitsCompiler
SBML version field
version - Variable in class org.sbml.jsbml.util.compilers.ASTNodeValue
The version of the underlying SBMLDocument.
version - Variable in class org.sbml.jsbml.util.compilers.UnitsCompiler
SBML version field
version - Static variable in class org.sbml.jsbml.util.TreeNodeChangeEvent
 
version - Variable in class org.sbml.jsbml.validator.offline.ValidationContext
 
version - Variable in class org.sbml.jsbml.xml.parsers.PackageInfo
 
VERSION_MISMATCH - Static variable in class org.sbml.jsbml.JSBML
 
VERSION_MISMATCH_MSG - Static variable in exception org.sbml.jsbml.LevelVersionError
Message to display in cases that two objects do not have identical version attributes.
versionMismatchMessage(SBase, SBase) - Static method in exception org.sbml.jsbml.LevelVersionError
Creates an error message if the version fields of both elements are not identical, or an empty String otherwise.
visited - Variable in class org.sbml.jsbml.validator.offline.constraints.helper.AssignmentCycleValidation
 
VOLUME - Static variable in class org.sbml.jsbml.UnitDefinition
Identifier of the (for some SBML Levels 1 and 2) predefined UnitDefinition volume.
volume(int, int) - Static method in class org.sbml.jsbml.UnitDefinition
Returns the predefined unit for volume.
volume - Static variable in class org.sbml.jsbml.util.TreeNodeChangeEvent
 
volumeUnits - Static variable in class org.sbml.jsbml.util.TreeNodeChangeEvent
 
volumeUnitsID - Variable in class org.sbml.jsbml.Model
Represents the 'volumeUnits' XML attribute of a model element.

W

wedge - Static variable in class org.sbml.jsbml.math.compiler.LaTeXCompiler
 
wedge - Static variable in class org.sbml.jsbml.util.compilers.LaTeXCompiler
 
willValidate(ValidationContext, AnyConstraint<?>, Object) - Method in class org.sbml.jsbml.validator.offline.LoggingValidationContext
 
willValidate(AnyConstraint<?>, Object) - Method in class org.sbml.jsbml.validator.offline.ValidationContext
 
willValidate(ValidationContext, AnyConstraint<?>, Object) - Method in interface org.sbml.jsbml.validator.offline.ValidationListener
This function will be called before the constraint will validate the object.
write(SBMLDocument, File, char, short) - Static method in class org.sbml.jsbml.SBMLWriter
Writes the given SBML document to a File.
write(SBMLDocument, File, String, String) - Static method in class org.sbml.jsbml.SBMLWriter
Writes the given SBML document to a File.
write(SBMLDocument, File, String, String, char, short) - Static method in class org.sbml.jsbml.SBMLWriter
Writes the given SBML document to a File.
write(SBMLDocument, OutputStream, char, short) - Static method in class org.sbml.jsbml.SBMLWriter
Writes the given SBMLDocument to the OutputStream.
write(SBMLDocument, OutputStream, String, String) - Static method in class org.sbml.jsbml.SBMLWriter
Writes the given SBMLDocument to the OutputStream.
write(SBMLDocument, OutputStream, String, String, char, short) - Static method in class org.sbml.jsbml.SBMLWriter
Writes the given SBMLDocument to the OutputStream.
write(SBMLDocument, String, char, short) - Static method in class org.sbml.jsbml.SBMLWriter
Writes the given SBMLDocument to file name.
write(SBMLDocument, String, String, String) - Static method in class org.sbml.jsbml.SBMLWriter
Writes the given SBMLDocument to file name.
write(SBMLDocument, String, String, String, char, short) - Static method in class org.sbml.jsbml.SBMLWriter
Writes the given SBMLDocument to file name.
write(SBMLDocument, File) - Method in class org.sbml.jsbml.SBMLWriter
Writes the given SBML document to a File.
write(SBMLDocument, OutputStream) - Method in class org.sbml.jsbml.SBMLWriter
Writes the given SBML document to the OutputStream.
write(SBMLDocument, String) - Method in class org.sbml.jsbml.SBMLWriter
Writes the given SBMLDocument to file name.
write(Node, Writer, StreamSource, boolean) - Static method in class org.sbml.jsbml.util.JAXPFacade
Writes an XML DOM node to the specified character stream, using a javax.xml.transform.Transformer instance created from streamSource.
write(Node, OutputStream, boolean) - Method in class org.sbml.jsbml.util.JAXPFacade
Writes an XML DOM node to the specified byte stream.
write(Node, OutputStream, StreamSource, boolean) - Method in class org.sbml.jsbml.util.JAXPFacade
Writes an XML DOM node to the specified byte stream, using a javax.xml.transform.Transformer instance created from streamSource.
write(Node, Writer, boolean) - Method in class org.sbml.jsbml.util.JAXPFacade
Writes an XML DOM node to the specified character stream.
write(Node, OutputStream, boolean) - Method in interface org.sbml.jsbml.util.NodeWriter
Writes an XML DOM node to a byte stream.
write(Node, Writer, boolean) - Method in interface org.sbml.jsbml.util.NodeWriter
Writes an XML DOM node to a character stream.
write(char) - Method in class org.sbml.jsbml.validator.MultipartPost
 
write(String) - Method in class org.sbml.jsbml.validator.MultipartPost
 
write(XMLNode) - Method in class org.sbml.jsbml.xml.parsers.XMLNodeWriter
 
write(XMLNode, int) - Method in class org.sbml.jsbml.xml.parsers.XMLNodeWriter
 
write(SBMLDocument, File) - Method in class org.sbml.jsbml.xml.stax.SBMLWriter
Writes the SBMLDocument into a File.
write(SBMLDocument, File, String, String) - Method in class org.sbml.jsbml.xml.stax.SBMLWriter
Writes the SBMLDocument into a File.
write(SBMLDocument, OutputStream) - Method in class org.sbml.jsbml.xml.stax.SBMLWriter
Writes the SBMLDocument into an OutputStream.
write(SBMLDocument, OutputStream, String, String) - Method in class org.sbml.jsbml.xml.stax.SBMLWriter
Writes the XML representation of an SBMLDocument into an OutputStream.
write(SBMLDocument, String) - Method in class org.sbml.jsbml.xml.stax.SBMLWriter
Writes the XML representation of an SBMLDocument in a SBML file.
write(SBMLDocument, String, String, String) - Method in class org.sbml.jsbml.xml.stax.SBMLWriter
Writes the XML representation of an SBMLDocument in a SBML file.
writeAnnotation(SBase, XMLNode) - Method in interface org.sbml.jsbml.xml.parsers.AnnotationWriter
Writes the annotation of the given SBase object into the given XMLNode.
writeAnnotation(SBase, XMLNode) - Method in class org.sbml.jsbml.xml.parsers.SBMLRDFAnnotationParser
 
writeAnnotation(SBase) - Method in class org.sbml.jsbml.xml.stax.SBMLWriter
Writes the Annotation of an SBase element to an XML String.
writeAnnotation(SBase, SMOutputContainer, XMLStreamWriter, int, boolean) - Method in class org.sbml.jsbml.xml.stax.SBMLWriter
Writes the Annotation of an SBase element.
writeAttributes(SBMLObjectForXML, Object) - Method in class org.sbml.jsbml.xml.parsers.AbstractReaderWriter
 
writeAttributes(SBMLObjectForXML, Object) - Method in class org.sbml.jsbml.xml.parsers.MathMLParser
Deprecated.
 
writeAttributes(SBMLObjectForXML, Object) - Method in class org.sbml.jsbml.xml.parsers.SBMLCoreParser
 
writeAttributes(SBMLObjectForXML, Object) - Method in interface org.sbml.jsbml.xml.parsers.WritingParser
Adds the XML attributes of the sbmlElementToWrite to the attributes HashMap of the xmlObject.
writeCharacters(SBMLObjectForXML, Object) - Method in class org.sbml.jsbml.xml.parsers.AbstractReaderWriter
 
writeCharacters(SBMLObjectForXML, Object) - Method in class org.sbml.jsbml.xml.parsers.MathMLParser
Deprecated.
 
writeCharacters(SBMLObjectForXML, Object) - Method in class org.sbml.jsbml.xml.parsers.SBMLCoreParser
 
writeCharacters(SBMLObjectForXML, Object) - Method in interface org.sbml.jsbml.xml.parsers.WritingParser
Sets the characters of xmlObject depending on the sbml element to write.
writeCreators(History, XMLNode) - Method in class org.sbml.jsbml.xml.parsers.SBMLRDFAnnotationParser
 
writeCVTerm(CVTerm, XMLNode, String, String) - Method in class org.sbml.jsbml.xml.parsers.SBMLRDFAnnotationParser
 
writeDates(History, XMLNode) - Method in class org.sbml.jsbml.xml.parsers.SBMLRDFAnnotationParser
 
writeElement(SBMLObjectForXML, Object) - Method in class org.sbml.jsbml.xml.parsers.AbstractReaderWriter
 
writeElement(SBMLObjectForXML, Object) - Method in class org.sbml.jsbml.xml.parsers.MathMLParser
Deprecated.
 
writeElement(SBMLObjectForXML, Object) - Method in class org.sbml.jsbml.xml.parsers.SBMLCoreParser
 
writeElement(SBMLObjectForXML, Object) - Method in interface org.sbml.jsbml.xml.parsers.WritingParser
Sets the name of xmlObject (if it is not set) to the element name of sbmlElementToWrite.
writeEndElement() - Method in class org.sbml.jsbml.math.compiler.MathMLXMLStreamCompiler
 
writeEndElement() - Method in class org.sbml.jsbml.util.compilers.MathMLXMLStreamCompiler
 
writeHistory(SBase, XMLNode) - Method in class org.sbml.jsbml.xml.parsers.SBMLRDFAnnotationParser
 
writeln(String) - Method in class org.sbml.jsbml.validator.MultipartPost
 
writeln() - Method in class org.sbml.jsbml.validator.MultipartPost
 
writeMathML(MathContainer, SMOutputElement, XMLStreamWriter, int) - Method in class org.sbml.jsbml.xml.stax.SBMLWriter
Writes the MathML expression of a MathContainer element.
writeMathMLToString(ASTNode) - Static method in class org.sbml.jsbml.JSBML
Writes the given ASTNode (and its children) to a string as MathML, and returns the string.
writeMessage(Constraint, SMOutputElement, XMLStreamWriter, String, int) - Method in class org.sbml.jsbml.xml.stax.SBMLWriter
Writes the message of a Constraint to the given XMLStreamWriter.
writeName(Object) - Method in class org.sbml.jsbml.util.compilers.MathMLCompiler
Deprecated.
Converts the given Object into a String.
writeNamespaces(SBMLObjectForXML, Object) - Method in class org.sbml.jsbml.xml.parsers.AbstractReaderWriter
 
writeNamespaces(SBMLObjectForXML, Object) - Method in class org.sbml.jsbml.xml.parsers.MathMLParser
Deprecated.
 
writeNamespaces(SBMLObjectForXML, Object) - Method in class org.sbml.jsbml.xml.parsers.SBMLCoreParser
 
writeNamespaces(SBMLObjectForXML, Object) - Method in interface org.sbml.jsbml.xml.parsers.WritingParser
Sets the namespace of xmlObject (if it is not set) to the namespace of sbmlElementToWrite.
writeNotes(SBase, SMOutputElement, XMLStreamWriter, String, int) - Method in class org.sbml.jsbml.xml.stax.SBMLWriter
Writes the notes of this SBase element to the given XMLStreamWriter.
writeParameter(String, String) - Method in class org.sbml.jsbml.validator.MultipartPost
 
writeParameter(String, File) - Method in class org.sbml.jsbml.validator.MultipartPost
 
writePlugins(ASTNode) - Method in class org.sbml.jsbml.util.compilers.MathMLXMLStreamCompiler
Writes the attributes of the ASTNodePlugins present on the ASTNode.
writer - Variable in class org.sbml.jsbml.math.compiler.MathMLXMLStreamCompiler
 
writer - Variable in class org.sbml.jsbml.util.compilers.MathMLXMLStreamCompiler
 
writer - Variable in class org.sbml.jsbml.xml.parsers.XMLNodeWriter
 
writeSBML(SBMLDocument, String) - Static method in class org.sbml.jsbml.JSBML
Writes the XML representation of an SBML document to a file.
writeSBML(T, String) - Method in interface org.sbml.jsbml.SBMLOutputConverter
This method is identical to the method SBMLOutputConverter.writeSBML(Object, String, String, String), but without the option to pass the program's name or version to the writer.
writeSBML(T, String, String, String) - Method in interface org.sbml.jsbml.SBMLOutputConverter
Writes the given model (in which format it might be given) to an SBML file as specified by the given filename and returns true if this operation could be successfully executed, false otherwise.
writeSBML(SBMLDocument, File) - Method in class org.sbml.jsbml.SBMLWriter
Writes the given SBML document to a File.
writeSBMLElements(SBMLObjectForXML, SMOutputElement, XMLStreamWriter, Object, int) - Method in class org.sbml.jsbml.xml.stax.SBMLWriter
Writes the SBML elements to an XMLStreamWriter.
writeSBMLRDF(SBase, XMLNode) - Method in class org.sbml.jsbml.xml.parsers.SBMLRDFAnnotationParser
 
writeSBMLToFile(SBMLDocument, String) - Method in class org.sbml.jsbml.SBMLWriter
Writes the given SBML document to file name.
writeSBMLToString(SBMLDocument) - Static method in class org.sbml.jsbml.JSBML
Writes the given SBML document to an in-memory string.
writeSBMLToString(SBMLDocument) - Method in class org.sbml.jsbml.SBMLWriter
Writes the given SBML document to an in-memory String and returns it.
writeSBMLToString(SBMLDocument) - Method in class org.sbml.jsbml.xml.stax.SBMLWriter
Writes the given SBMLDocument to an in-memory XML String.
writeSBMLToString(SBMLDocument, String, String) - Method in class org.sbml.jsbml.xml.stax.SBMLWriter
Writes the given SBMLDocument to an in-memory XML String.
writeURIs(SBase, XMLNode) - Method in class org.sbml.jsbml.xml.parsers.SBMLRDFAnnotationParser
 
writeURIs(CVTerm, XMLNode) - Method in class org.sbml.jsbml.xml.parsers.SBMLRDFAnnotationParser
 
writeXMLAttributes() - Method in class org.sbml.jsbml.AbstractMathContainer
 
writeXMLAttributes() - Method in class org.sbml.jsbml.AbstractSBase
 
writeXMLAttributes() - Method in class org.sbml.jsbml.Compartment
 
writeXMLAttributes() - Method in class org.sbml.jsbml.Event
 
writeXMLAttributes() - Method in class org.sbml.jsbml.EventAssignment
 
writeXMLAttributes() - Method in class org.sbml.jsbml.ExplicitRule
 
writeXMLAttributes() - Method in class org.sbml.jsbml.ext.AbstractASTNodePlugin
 
writeXMLAttributes() - Method in class org.sbml.jsbml.ext.AbstractSBasePlugin
 
writeXMLAttributes() - Method in interface org.sbml.jsbml.ext.ASTNodePlugin
Returns a Map containing the XML attributes of this object.
writeXMLAttributes() - Method in interface org.sbml.jsbml.ext.SBasePlugin
Returns a Map containing the XML attributes of this object.
writeXMLAttributes() - Method in class org.sbml.jsbml.InitialAssignment
 
writeXMLAttributes() - Method in class org.sbml.jsbml.KineticLaw
 
writeXMLAttributes() - Method in class org.sbml.jsbml.LocalParameter
 
writeXMLAttributes() - Method in class org.sbml.jsbml.Model
 
writeXMLAttributes() - Method in class org.sbml.jsbml.Parameter
 
writeXMLAttributes() - Method in class org.sbml.jsbml.Reaction
 
writeXMLAttributes() - Method in interface org.sbml.jsbml.SBase
Returns a map with all the attributes of this SBase that need to be written out in XML.
writeXMLAttributes() - Method in class org.sbml.jsbml.SBMLDocument
 
writeXMLAttributes() - Method in class org.sbml.jsbml.SimpleSpeciesReference
 
writeXMLAttributes() - Method in class org.sbml.jsbml.Species
 
writeXMLAttributes() - Method in class org.sbml.jsbml.SpeciesReference
 
writeXMLAttributes() - Method in class org.sbml.jsbml.Trigger
 
writeXMLAttributes() - Method in class org.sbml.jsbml.Unit
 
writeXMLNode(XMLNode, SMOutputElement, XMLStreamWriter, int) - Method in class org.sbml.jsbml.xml.stax.SBMLWriter
 
WritingParser - Interface in org.sbml.jsbml.xml.parsers
The interface to implement for a parser which writes a SBML file.
writingParsers - Variable in class org.sbml.jsbml.xml.parsers.ParserManager
 

X

XML - Static variable in class org.sbml.jsbml.util.XMLResourceBundleControl
The extension for XML files.
XMLAttributes - Class in org.sbml.jsbml.xml
Representation of the attributes on an XML node.
XMLAttributes() - Constructor for class org.sbml.jsbml.xml.XMLAttributes
Creates a new empty XMLAttributes set.
XMLAttributes(XMLAttributes) - Constructor for class org.sbml.jsbml.xml.XMLAttributes
Copy constructor; creates a copy of this XMLAttributes set.
XMLException - Exception in org.sbml.jsbml.xml
This kind of Error indicates that an XML file could not be parsed correctly.
XMLException() - Constructor for exception org.sbml.jsbml.xml.XMLException
 
XMLException(String) - Constructor for exception org.sbml.jsbml.xml.XMLException
 
XMLException(String, Throwable) - Constructor for exception org.sbml.jsbml.xml.XMLException
 
XMLException(Throwable) - Constructor for exception org.sbml.jsbml.xml.XMLException
 
XMLLogger - Class in org.sbml.jsbml.xml.stax
TODO: Comment missing
XMLLogger() - Constructor for class org.sbml.jsbml.xml.stax.XMLLogger
 
XMLNamespaces - Class in org.sbml.jsbml.xml
Representation of XML Namespaces.
XMLNamespaces() - Constructor for class org.sbml.jsbml.xml.XMLNamespaces
Creates a new empty list of XML namespace declarations.
XMLNamespaces(XMLNamespaces) - Constructor for class org.sbml.jsbml.xml.XMLNamespaces
Copy constructor; creates a copy of this XMLNamespaces list.
XMLNode - Class in org.sbml.jsbml.xml
Representation of a node in an XML document tree.
XMLNode() - Constructor for class org.sbml.jsbml.xml.XMLNode
Creates a new empty XMLNode with no children.
XMLNode(String) - Constructor for class org.sbml.jsbml.xml.XMLNode
Creates a text XMLNode.
XMLNode(String, long) - Constructor for class org.sbml.jsbml.xml.XMLNode
Creates a text XMLNode.
XMLNode(String, long, long) - Constructor for class org.sbml.jsbml.xml.XMLNode
Creates a text XMLNode.
XMLNode(XMLNode) - Constructor for class org.sbml.jsbml.xml.XMLNode
Creates a copy of this XMLNode.
XMLNode(XMLToken) - Constructor for class org.sbml.jsbml.xml.XMLNode
Creates a new XMLNode by copying token.
XMLNode(XMLTriple) - Constructor for class org.sbml.jsbml.xml.XMLNode
Creates an end element XMLNode.
XMLNode(XMLTriple, long) - Constructor for class org.sbml.jsbml.xml.XMLNode
Creates an end element XMLNode.
XMLNode(XMLTriple, long, long) - Constructor for class org.sbml.jsbml.xml.XMLNode
Creates an end element XMLNode.
XMLNode(XMLTriple, XMLAttributes) - Constructor for class org.sbml.jsbml.xml.XMLNode
Creates a start element XMLNode with the given set of attributes.
XMLNode(XMLTriple, XMLAttributes, long) - Constructor for class org.sbml.jsbml.xml.XMLNode
Creates a start element XMLNode with the given set of attributes.
XMLNode(XMLTriple, XMLAttributes, long, long) - Constructor for class org.sbml.jsbml.xml.XMLNode
Creates a start element XMLNode with the given set of attributes.
XMLNode(XMLTriple, XMLAttributes, XMLNamespaces) - Constructor for class org.sbml.jsbml.xml.XMLNode
Creates a new start element XMLNode with the given set of attributes and namespace declarations.
XMLNode(XMLTriple, XMLAttributes, XMLNamespaces, long) - Constructor for class org.sbml.jsbml.xml.XMLNode
Creates a new start element XMLNode with the given set of attributes and namespace declarations.
XMLNode(XMLTriple, XMLAttributes, XMLNamespaces, long, long) - Constructor for class org.sbml.jsbml.xml.XMLNode
Creates a new start element XMLNode with the given set of attributes and namespace declarations.
XMLNodeFilter - Class in org.sbml.jsbml.util.filters
Search recursively an XMLNode tree to find any XMLNode with a certain local name and namespace.
XMLNodeFilter(String) - Constructor for class org.sbml.jsbml.util.filters.XMLNodeFilter
 
XMLNodeFilter(String, String) - Constructor for class org.sbml.jsbml.util.filters.XMLNodeFilter
 
XMLNodeReader - Class in org.sbml.jsbml.xml.parsers
A XMLNodeReader can be used to store any XML into an XMLNode.
XMLNodeReader() - Constructor for class org.sbml.jsbml.xml.parsers.XMLNodeReader
 
XMLNodeWriter - Class in org.sbml.jsbml.xml.parsers
 
XMLNodeWriter(XMLStreamWriter, int, int, char) - Constructor for class org.sbml.jsbml.xml.parsers.XMLNodeWriter
 
XMLResourceBundle(InputStream) - Constructor for class org.sbml.jsbml.util.XMLResourceBundleControl.XMLResourceBundle
 
XMLResourceBundleControl - Class in org.sbml.jsbml.util
This class provides the necessary functionality to load a ResourceBundle from an XML formatted file (for the specification of the document see Properties).
XMLResourceBundleControl() - Constructor for class org.sbml.jsbml.util.XMLResourceBundleControl
 
XMLResourceBundleControl.XMLResourceBundle - Class in org.sbml.jsbml.util
An adapter class that wraps a Properties class and provides its functionality as a ResourceBundle.
XMLToken - Class in org.sbml.jsbml.xml
Representation of a token in an XML stream.
XMLToken() - Constructor for class org.sbml.jsbml.xml.XMLToken
Creates a new empty XMLToken.
XMLToken(String) - Constructor for class org.sbml.jsbml.xml.XMLToken
Creates a text XMLToken.
XMLToken(String, long) - Constructor for class org.sbml.jsbml.xml.XMLToken
Creates a text XMLToken.
XMLToken(String, long, long) - Constructor for class org.sbml.jsbml.xml.XMLToken
Creates a text XMLToken.
XMLToken(XMLToken) - Constructor for class org.sbml.jsbml.xml.XMLToken
Copy constructor; creates a copy of this XMLToken.
XMLToken(XMLTriple) - Constructor for class org.sbml.jsbml.xml.XMLToken
Creates an end element XMLToken.
XMLToken(XMLTriple, long) - Constructor for class org.sbml.jsbml.xml.XMLToken
Creates an end element XMLToken.
XMLToken(XMLTriple, long, long) - Constructor for class org.sbml.jsbml.xml.XMLToken
Creates an end element XMLToken.
XMLToken(XMLTriple, XMLAttributes) - Constructor for class org.sbml.jsbml.xml.XMLToken
Creates a start element XMLToken with the given set of attributes.
XMLToken(XMLTriple, XMLAttributes, long) - Constructor for class org.sbml.jsbml.xml.XMLToken
Creates a start element XMLToken with the given set of attributes.
XMLToken(XMLTriple, XMLAttributes, long, long) - Constructor for class org.sbml.jsbml.xml.XMLToken
Creates a start element XMLToken with the given set of attributes.
XMLToken(XMLTriple, XMLAttributes, XMLNamespaces) - Constructor for class org.sbml.jsbml.xml.XMLToken
Creates a start element XMLToken with the given set of attributes and namespace declarations.
XMLToken(XMLTriple, XMLAttributes, XMLNamespaces, long) - Constructor for class org.sbml.jsbml.xml.XMLToken
Creates a start element XMLToken with the given set of attributes and namespace declarations.
XMLToken(XMLTriple, XMLAttributes, XMLNamespaces, long, long) - Constructor for class org.sbml.jsbml.xml.XMLToken
Creates a start element XMLToken with the given set of attributes and namespace declarations.
xmlTriple - Static variable in class org.sbml.jsbml.util.TreeNodeChangeEvent
 
XMLTriple - Class in org.sbml.jsbml.xml
Representation of a qualified XML name.
XMLTriple() - Constructor for class org.sbml.jsbml.xml.XMLTriple
Creates a new, empty XMLTriple.
XMLTriple(String, String, String) - Constructor for class org.sbml.jsbml.xml.XMLTriple
Creates a new XMLTriple with the given name, uri and and prefix.
XMLTriple(String, char) - Constructor for class org.sbml.jsbml.xml.XMLTriple
Creates a new XMLTriple by splitting the given triplet on the separator character sepchar.
XMLTriple(String) - Constructor for class org.sbml.jsbml.xml.XMLTriple
Creates a new XMLTriple by splitting the given triplet separated by space.
XMLTriple(XMLTriple) - Constructor for class org.sbml.jsbml.xml.XMLTriple
Creates a copy of this XMLTriple set.
xor(ASTNode2...) - Static method in class org.sbml.jsbml.math.ASTFactory
Creates an ASTLogicalOperatorNode of type ASTNode.Type.LOGICAL_XOR and adds the given nodes as children.
xor(List<ASTNode2>) - Method in interface org.sbml.jsbml.math.compiler.ASTNode2Compiler
Exclusive or.
xor(List<ASTNode2>) - Method in class org.sbml.jsbml.math.compiler.FindUnitsCompiler
 
xor(List<ASTNode2>) - Method in class org.sbml.jsbml.math.compiler.FormulaCompiler
 
xor - Static variable in class org.sbml.jsbml.math.compiler.LaTeXCompiler
 
xor(List<ASTNode2>) - Method in class org.sbml.jsbml.math.compiler.LaTeXCompiler
 
xor(List<ASTNode2>) - Method in class org.sbml.jsbml.math.compiler.LibSBMLFormulaCompiler
 
xor(List<ASTNode2>) - Method in class org.sbml.jsbml.math.compiler.UnitsCompiler
 
XOR - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserASTNode2Constants
RegularExpression Id.
XOR - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserConstants
RegularExpression Id.
XOR - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2Constants
RegularExpression Id.
XOR - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserLL3Constants
RegularExpression Id.
XOR - Static variable in interface org.sbml.jsbml.text.parser.CobraFormulaParserConstants
RegularExpression Id.
XOR - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserASTNode2Constants
RegularExpression Id.
XOR - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserConstants
RegularExpression Id.
XOR - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2Constants
RegularExpression Id.
XOR - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserLL3Constants
RegularExpression Id.
xor(List<ASTNode>) - Method in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
Exclusive or.
xor(List<ASTNode>) - Method in class org.sbml.jsbml.util.compilers.FindUnitsCompiler
 
xor(List<ASTNode>) - Method in class org.sbml.jsbml.util.compilers.FormulaCompiler
 
xor(List<ASTNode>) - Method in class org.sbml.jsbml.util.compilers.FormulaCompilerLibSBML
 
xor - Static variable in class org.sbml.jsbml.util.compilers.LaTeXCompiler
 
xor(List<ASTNode>) - Method in class org.sbml.jsbml.util.compilers.LaTeXCompiler
 
xor(List<ASTNode>) - Method in class org.sbml.jsbml.util.compilers.LibSBMLFormulaCompiler
 
xor(List<ASTNode>) - Method in class org.sbml.jsbml.util.compilers.MathMLCompiler
Deprecated.
 
xor(List<ASTNode>) - Method in class org.sbml.jsbml.util.compilers.UnitsCompiler
 
A B C D E F G H I J K L M N O P Q R S T U V W X 
Skip navigation links