Uses of Package
org.simnet.coupling

Packages that use org.simnet.coupling
org.simbrain.network.actions The simbrain.network.action package contains the actions for responding to network events. 
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.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. 
 

Classes in org.simnet.coupling used by org.simbrain.network.actions
InteractionMode
          Typesafe enumeration of interaction modes.
 

Classes in org.simnet.coupling used by org.simbrain.workspace
Coupling
          Coupling represents a relation between an agent and an input or output node.
 

Classes in org.simnet.coupling used by org.simnet.coupling
Coupling
          Coupling represents a relation between an agent and an input or output node.
InteractionMode
          Typesafe enumeration of interaction modes.
 

Classes in org.simnet.coupling used by org.simnet.interfaces
InteractionMode
          Typesafe enumeration of interaction modes.
MotorCoupling
          Motor Coupling represents a coupling between the output node of a neural network and some form of agent movement.
SensoryCoupling
          Sensory Coupling represents an coupling between an agent's sensory apparatus and an input node of a neural network.