|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jscience.ml.sbml.math.MathMLConvertor
public class MathMLConvertor
A class for converting MathML to normal math. This code is licensed under the DARPA BioCOMP Open Source License. See LICENSE for more details.
| Constructor Summary | |
|---|---|
MathMLConvertor()
Creates a new instance of MathMLConvertor |
|
| Method Summary | |
|---|---|
static void |
insertFunction(java.lang.String function)
DOCUMENT ME! |
static void |
reset()
DOCUMENT ME! |
static java.lang.String |
toNormalMath(java.lang.String mathML,
boolean isLambda,
boolean isRatelaw)
Gets the normal math representation of the string. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MathMLConvertor()
| Method Detail |
|---|
public static void insertFunction(java.lang.String function)
function - DOCUMENT ME!public static void reset()
public static java.lang.String toNormalMath(java.lang.String mathML,
boolean isLambda,
boolean isRatelaw)
throws java.lang.Exception
mathML - The MathML stringisLambda - Is the MathML String a lambda string?isRatelaw - DOCUMENT ME!
java.lang.Exception - DOCUMENT ME!
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||