Uses of Class
org.simnet.coupling.Coupling

Packages that use Coupling
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. 
 

Uses of Coupling in org.simbrain.workspace
 

Methods in org.simbrain.workspace with parameters of type Coupling
 Agent Workspace.findMatchingAgent(Coupling c)
          Associates a coupling with a matching agent in the current workspace.
 

Uses of Coupling in org.simnet.coupling
 

Subclasses of Coupling in org.simnet.coupling
 class MotorCoupling
          Motor Coupling represents a coupling between the output node of a neural network and some form of agent movement.
 class SensoryCoupling
          Sensory Coupling represents an coupling between an agent's sensory apparatus and an input node of a neural network.
 

Methods in org.simnet.coupling that return Coupling
 Coupling CouplingMenuItem.getCoupling()
          Return the coupling for this menu item.
 

Methods in org.simnet.coupling with parameters of type Coupling
 void CouplingMenuItem.setCoupling(Coupling coupling)
          Set the coupling for this menu item to coupling.
 

Constructors in org.simnet.coupling with parameters of type Coupling
CouplingMenuItem(String menuText, Coupling coupling)
          Create a new coupling menu item with the specified menu text and coupling.