Package ca.uqac.lif.cep.mtnp
Manipulate tables and plots, using GRAL or Gnuplot as a back-end.
- Author:
- Sylvain Hallé
-
Class Summary Class Description DrawPlot Generates a bitmap from aTable
object.Main Dummy main filePrintGnuPlot Generates a GnuPlot file drawing a plot from aTable
object.UpdateTable Adds contents to a table based on incoming events.UpdateTableArray Adds contents to a table from a stream of arrays.UpdateTableMap Adds contents to a table by receiving a stream ofMap
objects, each corresponding to a tuple of key-value pairs to add to the table.UpdateTableStream Adds contents to a table from multiple streams.