Uses of Package
org.simbrain.network

Packages that use org.simbrain.network
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.network.actions The simbrain.network.action package contains the actions for responding to network events. 
org.simbrain.network.dialog The simbrain.network.dialog package contains all the dialog classes for graphical networks. 
org.simbrain.network.dialog.network The simbrain.network.dialog.network package contains dialog classes that manage the creation and editing of network-level dialog boxes. 
org.simbrain.network.nodes The simbrain.network.nodes package contains Piccolo nodes for various network elements. 
org.simbrain.network.nodes.subnetworks The simbrain.network.nodes.subnetworks package contains the different network types. 
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.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. 
 

Classes in org.simbrain.network used by org.simbrain.gauge
NetworkFrame
          Network frame.
 

Classes in org.simbrain.network used by org.simbrain.network
ClipboardListener
          Model listener.
EditMode
          Typesafe enumeration of edit modes.
NetworkFrame
          Network frame.
NetworkPanel
          Network panel.
NetworkSelectionEvent
          An event object representing a change in network selection.
NetworkSelectionListener
          A listener that receives notification of changes in the selection for network panel.
 

Classes in org.simbrain.network used by org.simbrain.network.actions
EditMode
          Typesafe enumeration of edit modes.
NetworkPanel
          Network panel.
 

Classes in org.simbrain.network used by org.simbrain.network.dialog
NetworkPanel
          Network panel.
 

Classes in org.simbrain.network used by org.simbrain.network.dialog.network
NetworkPanel
          Network panel.
 

Classes in org.simbrain.network used by org.simbrain.network.nodes
NetworkPanel
          Network panel.
 

Classes in org.simbrain.network used by org.simbrain.network.nodes.subnetworks
NetworkPanel
          Network panel.
 

Classes in org.simbrain.network used by org.simbrain.workspace
NetworkFrame
          Network frame.
 

Classes in org.simbrain.network used by org.simbrain.world.textworld
NetworkPanel
          Network panel.
 

Classes in org.simbrain.network used by org.simbrain.world.visionworld
NetworkPanel
          Network panel.