Uses of Package
org.simnet.interfaces

Packages that use org.simnet.interfaces
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.dialog.neuron The simbrain.network.dialog.neuron package contains dialog classes that manage the creation and editing of neuron-level dialog boxes. 
org.simbrain.network.dialog.synapse The simbrain.network.dialog.synapse package contains dialog classes that manage the creation and editing of synapse-level dialog boxes. 
org.simbrain.network.nodes The simbrain.network.nodes package contains Piccolo nodes for various network elements. 
org.simnet The simnet package contains the logical representation of neural networks. 
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.layouts The simnet.layouts package contains the neuron layouts. 
org.simnet.networks The simnet.networks package contains all neural network types in Simbrain. 
org.simnet.neurons The simnet.neurons package contains code which describes all particular neuron types in Simbrain. 
org.simnet.synapses The simnet.synapses package contains code which describes all particular synpase or weight types in Simbrain. 
org.simnet.synapses.spikeresponders The spikeresponders package contains methods by which spikes are converted into activation post-synaptically. 
org.simnet.util The simnet.util package contains utility classes for simnet. 
 

Classes in org.simnet.interfaces used by org.simbrain.gauge
NetworkEvent
          Network event.
NetworkListener
          Model listener.
 

Classes in org.simnet.interfaces used by org.simbrain.network
Network
          Network provides core neural network functionality and is the the main API for external calls.
NetworkEvent
          Network event.
NetworkListener
          Model listener.
Neuron
          Neuron represents a node in the neural network.
Synapse
          Synapse objects represent "connections" between neurons, which learn (grow or weaken) based on various factors, including the activation level of connected neurons.
 

Classes in org.simnet.interfaces used by org.simbrain.network.dialog.neuron
Network
          Network provides core neural network functionality and is the the main API for external calls.
 

Classes in org.simnet.interfaces used by org.simbrain.network.dialog.synapse
Network
          Network provides core neural network functionality and is the the main API for external calls.
 

Classes in org.simnet.interfaces used by org.simbrain.network.nodes
Network
          Network provides core neural network functionality and is the the main API for external calls.
Neuron
          Neuron represents a node in the neural network.
Synapse
          Synapse objects represent "connections" between neurons, which learn (grow or weaken) based on various factors, including the activation level of connected neurons.
 

Classes in org.simnet.interfaces used by org.simnet
Network
          Network provides core neural network functionality and is the the main API for external calls.
 

Classes in org.simnet.interfaces used by org.simnet.coupling
Neuron
          Neuron represents a node in the neural network.
 

Classes in org.simnet.interfaces used by org.simnet.interfaces
Network
          Network provides core neural network functionality and is the the main API for external calls.
NetworkEvent
          Network event.
NetworkListener
          Model listener.
Neuron
          Neuron represents a node in the neural network.
SpikeResponder
          SpikeResponder.
Synapse
          Synapse objects represent "connections" between neurons, which learn (grow or weaken) based on various factors, including the activation level of connected neurons.
 

Classes in org.simnet.interfaces used by org.simnet.layouts
Network
          Network provides core neural network functionality and is the the main API for external calls.
 

Classes in org.simnet.interfaces used by org.simnet.networks
Network
          Network provides core neural network functionality and is the the main API for external calls.
 

Classes in org.simnet.interfaces used by org.simnet.neurons
Neuron
          Neuron represents a node in the neural network.
SpikingNeuron
          SpikingNeuron.
 

Classes in org.simnet.interfaces used by org.simnet.synapses
Neuron
          Neuron represents a node in the neural network.
Synapse
          Synapse objects represent "connections" between neurons, which learn (grow or weaken) based on various factors, including the activation level of connected neurons.
 

Classes in org.simnet.interfaces used by org.simnet.synapses.spikeresponders
SpikeResponder
          SpikeResponder.
 

Classes in org.simnet.interfaces used by org.simnet.util
Network
          Network provides core neural network functionality and is the the main API for external calls.