Uses of Class
ca.uqac.lif.cep.mtnp.UpdateTable
-
Packages that use UpdateTable Package Description ca.uqac.lif.cep.mtnp Manipulate tables and plots, using GRAL or Gnuplot as a back-end. -
-
Uses of UpdateTable in ca.uqac.lif.cep.mtnp
Subclasses of UpdateTable in ca.uqac.lif.cep.mtnp Modifier and Type Class Description class
UpdateTableArray
Adds contents to a table from a stream of arrays.class
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.class
UpdateTableStream
Adds contents to a table from multiple streams.
-