HEADER

biouml.plugins.simulation
Class MathWriter

java.lang.Object
  |
  +--java.io.Writer
        |
        +--biouml.plugins.simulation.MathWriter

public class MathWriter
extends Writer


Constructor Summary
MathWriter(Formatter formatter)
           

Method Summary
 voidclose()
           
 voidflush()
           
 voidprint(String str)
           
 voidsetDeclarationPoint()
          Sets up current position as the best point for involved declarations (such as piecewise terms of function declarations)
 StringtoString()
           
 voidwrite(char[] cbuf, int off, int len)
           
 voidwriteMath(AstStart expression, Role role)
           

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

Constructor Detail

MathWriter

public MathWriter(Formatter formatter)
Method Detail

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

Association Links

to Class org.apache.log4j.Category

to Class java.lang.String

to Class java.lang.StringBuffer

to Class ru.biosoft.math.model.Formatter


FOOTER

BOTTOM