public class StoichiometryMath extends SBase
Java class for StoichiometryMath complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StoichiometryMath"> <complexContent> <extension base="{http://www.sbml.org/sbml/level2/version4}SBase"> <sequence> <element ref="{http://www.w3.org/1998/Math/MathML}math"/> </sequence> </extension> </complexContent> </complexType>
SBase.Notes
Constructor and Description |
---|
StoichiometryMath() |
Modifier and Type | Method and Description |
---|---|
Math |
getMath()
Gets the value of the math property.
|
void |
setMath(Math value)
Sets the value of the math property.
|
protected Math math
Copyright © 2018. All rights reserved.