ca.nengo.model.muscle
Interface SkeletalMuscle

All Superinterfaces:
java.lang.Cloneable, Node, Probeable, Resettable, java.io.Serializable, SimulationMode.ModeConfigurable, VisiblyMutable
All Known Implementing Classes:
CriticallyDampedMuscle, HillMuscle, SkeletalMuscleImpl

public interface SkeletalMuscle
extends Node, Probeable

A model of a skeletal muscle or muscle group.

Author:
Bryan Tripp

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 ACTIVATION
           
static java.lang.String DYNAMIC_SPINDLE_ORIGIN
           
static java.lang.String EXCITATION_TERMINATION
           
static java.lang.String FORCE
           
static java.lang.String GTO_ORIGIN
           
static java.lang.String LENGTH
           
static java.lang.String STATIC_SPINDLE_ORIGIN
           
 
Method Summary
 float getForce()
           
 void setLength(float length)
           
 
Methods inherited from interface ca.nengo.model.Node
clone, getDocumentation, getName, getOrigin, getOrigins, getTermination, getTerminations, run, setDocumentation, setName
 
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
 
Methods inherited from interface ca.nengo.model.Probeable
getHistory, listStates
 

Field Detail

GTO_ORIGIN

static final java.lang.String GTO_ORIGIN
See Also:
Constant Field Values

DYNAMIC_SPINDLE_ORIGIN

static final java.lang.String DYNAMIC_SPINDLE_ORIGIN
See Also:
Constant Field Values

STATIC_SPINDLE_ORIGIN

static final java.lang.String STATIC_SPINDLE_ORIGIN
See Also:
Constant Field Values

EXCITATION_TERMINATION

static final java.lang.String EXCITATION_TERMINATION
See Also:
Constant Field Values

ACTIVATION

static final java.lang.String ACTIVATION
See Also:
Constant Field Values

FORCE

static final java.lang.String FORCE
See Also:
Constant Field Values

LENGTH

static final java.lang.String LENGTH
See Also:
Constant Field Values
Method Detail

setLength

void setLength(float length)

getForce

float getForce()