Nengo.ca

ca.nengo.model.muscle
Interface GolgiTendonOrgan

All Superinterfaces:
java.lang.Cloneable, Node, Resettable, java.io.Serializable, SimulationMode.ModeConfigurable, VisiblyMutable

public interface GolgiTendonOrgan
extends Node

A model of a golgi tendon organ receptor. A GTO is embedded in the muscle-tendon junction. It has a neural Origin consisting of a Ib afferent neuron, the activity of which reflects muscle tension.


Nested Class Summary
 
Nested classes/interfaces inherited from interface ca.nengo.util.VisiblyMutable
VisiblyMutable.Event, VisiblyMutable.Listener, VisiblyMutable.NameChangeEvent, VisiblyMutable.NodeRemovedEvent
 
Field Summary
static java.lang.String ORIGIN_NAME
          Default origin name
 
Method Summary
 SkeletalMuscle getMuscle()
           
 
Methods inherited from interface ca.nengo.model.Node
clone, getChildren, getDocumentation, getName, getOrigin, getOrigins, getTermination, getTerminations, run, setDocumentation, setName, toScript
 
Methods inherited from interface ca.nengo.model.Resettable
reset
 
Methods inherited from interface ca.nengo.model.SimulationMode.ModeConfigurable
getMode, setMode
 
Methods inherited from interface ca.nengo.util.VisiblyMutable
addChangeListener, removeChangeListener
 

Field Detail

ORIGIN_NAME

static final java.lang.String ORIGIN_NAME
Default origin name

See Also:
Constant Field Values
Method Detail

getMuscle

SkeletalMuscle getMuscle()
Returns:
SkeletalMuscle object

Nengo.ca