biouml.plugins.simulation
Class MathWriter
java.lang.Object
java.io.Writer
biouml.plugins.simulation.MathWriter
- public class MathWriter
- extends java.io.Writer
| Fields inherited from class java.io.Writer |
lock |
| Methods inherited from class java.io.Writer |
write, write, write, write |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
endl
protected static java.lang.String endl
buffer
protected java.lang.StringBuffer buffer
formatter
protected Formatter formatter
declarationPosition
protected int declarationPosition
MathWriter
public MathWriter(Formatter formatter)
write
public void write(char[] cbuf,
int off,
int len)
close
public void close()
flush
public void flush()
toString
public java.lang.String toString()
setDeclarationPoint
public void setDeclarationPoint()
- Sets up current position as the best point for
involved declarations (such as piecewise terms of function declarations)
writeMath
public void writeMath(AstStart expression,
Role role)
throws java.io.IOException
- Throws:
java.io.IOException
writeDeclaration
protected void writeDeclaration(java.lang.String declaration)
print
public void print(java.lang.String str)
Copyright © 2001-2003 Biosof.Ru. All Rights Reserved.