Uses of Package
org.simbrain.workspace

Packages that use org.simbrain.workspace
org.simbrain.gauge The simbrain.gauge package contains code for creating and managing gauges, which project from arbitrary dimensional spaces to two dimensions. 
org.simbrain.network The simbrain.network package contains the Piccolo-based zoomable GUI for designing, editing, and running neural networks. 
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. 
org.simbrain.world.odorworld The simbrain.world.odorworld package describes a world in which an agent can move around and smell objects, which are coded as vectors of values which diminish in various ways as the agent is closer or farther from the agent. 
org.simbrain.world.textworld The simbrain.world.textworld package describes a world in which strings of text are converted into vectors. 
org.simbrain.world.visionworld The simbrain.world.visionworld package describes a very simple retina, in which a matrix of pixels are either on or off, and thereby send one of two values (e.g. 
org.simnet.interfaces The simnet.interfaces package contains all high level neural network classes, i.e. 
 

Classes in org.simbrain.workspace used by org.simbrain.gauge
Workspace
          Workspace is the high-level container for all Simbrain windows--network, world, and gauge.
 

Classes in org.simbrain.workspace used by org.simbrain.network
Workspace
          Workspace is the high-level container for all Simbrain windows--network, world, and gauge.
 

Classes in org.simbrain.workspace used by org.simbrain.workspace
Workspace
          Workspace is the high-level container for all Simbrain windows--network, world, and gauge.
 

Classes in org.simbrain.workspace used by org.simbrain.world.dataworld
Workspace
          Workspace is the high-level container for all Simbrain windows--network, world, and gauge.
 

Classes in org.simbrain.workspace used by org.simbrain.world.odorworld
Workspace
          Workspace is the high-level container for all Simbrain windows--network, world, and gauge.
 

Classes in org.simbrain.workspace used by org.simbrain.world.textworld
Workspace
          Workspace is the high-level container for all Simbrain windows--network, world, and gauge.
 

Classes in org.simbrain.workspace used by org.simbrain.world.visionworld
Workspace
          Workspace is the high-level container for all Simbrain windows--network, world, and gauge.
 

Classes in org.simbrain.workspace used by org.simnet.interfaces
Workspace
          Workspace is the high-level container for all Simbrain windows--network, world, and gauge.