uk.ac.man.cs.rainbow.rapa.gcl
Interface LatexGenerator

All Known Implementing Classes:
Assignment.StateVar, Rule, CompareStateVar

public interface LatexGenerator

Marks objects that can generate LATEX output.

See Also:
Rules.toLaTeX()

Method Summary
 void appendLaTeX(StringBuffer sb)
          Append a LATEX representation of this object to the given buffer.
 

Method Detail

appendLaTeX

public void appendLaTeX(StringBuffer sb)
Append a LATEX representation of this object to the given buffer.