org.jscience.ml.sbml
Class FunctionDefinition
java.lang.Object
org.jscience.ml.sbml.SBase
org.jscience.ml.sbml.SBaseId
org.jscience.ml.sbml.FunctionDefinition
- All Implemented Interfaces:
- MathElement
- Direct Known Subclasses:
- PostfixMathCommand
public class FunctionDefinition
- extends SBaseId
- implements MathElement
An association between an identifier and a mathematical function.
This code is licensed under the DARPA BioCOMP Open Source License. See LICENSE for more details.
| Fields inherited from class org.jscience.ml.sbml.SBaseId |
id, name |
|
Method Summary |
java.lang.String |
getMath()
DOCUMENT ME! |
void |
setMath(java.lang.String math)
DOCUMENT ME! |
java.lang.String |
toString()
The SBML for this element. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
FunctionDefinition
public FunctionDefinition(java.lang.String id,
java.lang.String name)
FunctionDefinition
public FunctionDefinition()
getMath
public java.lang.String getMath()
- Description copied from interface:
MathElement
- DOCUMENT ME!
- Specified by:
getMath in interface MathElement
- Returns:
- DOCUMENT ME!
setMath
public void setMath(java.lang.String math)
- Description copied from interface:
MathElement
- DOCUMENT ME!
- Specified by:
setMath in interface MathElement
- Parameters:
math - DOCUMENT ME!
toString
public java.lang.String toString()
- Description copied from class:
SBase
- The SBML for this element.
- Overrides:
toString in class SBase
- Returns:
- DOCUMENT ME!