biouml.plugins.simulation
Class MathWriter
java.lang.Object
|
+--java.io.Writer
|
+--biouml.plugins.simulation.MathWriter
- public class MathWriter
- extends Writer
| Methods inherited from class java.io.Writer |
write, write, write, write |
| Methods inherited from class java.lang.Object |
getClass, hashCode, equals, notify, notifyAll, wait, wait, wait |
MathWriter
public MathWriter(Formatter formatter)
close
public void close()
flush
public void flush()
print
public void print(String str)
setDeclarationPoint
public void setDeclarationPoint()
- Sets up current position as the best point for
involved declarations (such as piecewise terms of function declarations)
toString
public String toString()
write
public void write(char[] cbuf, int off, int len)
writeMath
public void writeMath(AstStart expression, Role role)
throws java.io.IOException
to Class org.apache.log4j.Category
to Class java.lang.String
to Class java.lang.StringBuffer
to Class ru.biosoft.math.model.Formatter
BOTTOM