Uses of Package
org.simbrain.world.dataworld

Packages that use org.simbrain.world.dataworld
org.simbrain.workspace The simbrain.workspace package contains the top level container for the other components of Simbrain--the network, world, and gauge(s). 
org.simbrain.world.dataworld The simbrain.world.dataworld package contains the simplest world type, a "dataworld" which is simply a spreadsheet which sends data to worlds in the form of rows on a simple table. 
 

Classes in org.simbrain.world.dataworld used by org.simbrain.workspace
DataWorldFrame
          DataWorldFrame is a "spreadsheet world" used to send rows of raw data to input nodes.
 

Classes in org.simbrain.world.dataworld used by org.simbrain.world.dataworld
DataWorld
          DataWorld creates a table and then adds it to the viewport.
DataWorldFrame
          DataWorldFrame is a "spreadsheet world" used to send rows of raw data to input nodes.
TableModel
          TableModel extends DefaultTableModel so that the addRow and addColumn commands are available.