Package tenua.simulator

Interface Summary
DataGenerator Interface that represents something that generates data, in the form of an array of doubles; this is a copy of the internal data and can be modified at will.
DataGenerator.Listener a class that listens for data being generated
DataTable A two-dimensional table with x values for the rows and column names for the columns, and y values as the data in the columns (i.e.
 

Class Summary
AbstractDataGenerator  
DataTableImpl A two-dimensional TableModel.
Mechanism a class that simulates a set of chemical reactions
ReactionBlock Analyzes a set of reactions.
StringDataGenerator A DataGenerator that parses a String consisting of "\n"-delimited lines, with ";" delimited fields.