Uses of Package
org.simbrain.world

Packages that use org.simbrain.world
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 The simbrain.world package contains as sub-packages all code for "worlds." Worlds are simbrain components which interact with neural networks by producing inputs and accepting outputs. 
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.coupling The simbrain.coupling package contains objects representing relations between an agent and an input or output node. 
org.simnet.interfaces The simnet.interfaces package contains all high level neural network classes, i.e. 
org.simnet.networks The simnet.networks package contains all neural network types in Simbrain. 
 

Classes in org.simbrain.world used by org.simbrain.workspace
Agent
          Agent.
World
          World is the abstract superclass of all worlds, which are components which interact with neural networks.
 

Classes in org.simbrain.world used by org.simbrain.world
World
          World is the abstract superclass of all worlds, which are components which interact with neural networks.
WorldListener
          Classes implementing this interface are notified of world events.
 

Classes in org.simbrain.world used by org.simbrain.world.dataworld
Agent
          Agent.
World
          World is the abstract superclass of all worlds, which are components which interact with neural networks.
 

Classes in org.simbrain.world used by org.simbrain.world.odorworld
Agent
          Agent.
World
          World is the abstract superclass of all worlds, which are components which interact with neural networks.
 

Classes in org.simbrain.world used by org.simbrain.world.textworld
World
          World is the abstract superclass of all worlds, which are components which interact with neural networks.
 

Classes in org.simbrain.world used by org.simbrain.world.visionworld
Agent
          Agent.
World
          World is the abstract superclass of all worlds, which are components which interact with neural networks.
 

Classes in org.simbrain.world used by org.simnet.coupling
Agent
          Agent.
World
          World is the abstract superclass of all worlds, which are components which interact with neural networks.
 

Classes in org.simbrain.world used by org.simnet.interfaces
World
          World is the abstract superclass of all worlds, which are components which interact with neural networks.
WorldListener
          Classes implementing this interface are notified of world events.
 

Classes in org.simbrain.world used by org.simnet.networks
WorldListener
          Classes implementing this interface are notified of world events.