ca.nengo.model.muscle
Interface LinkSegmentModel

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

public interface LinkSegmentModel
extends Node, Probeable

TODO: javadocs

Author:
Bryan Tripp

Nested Class Summary
 
Nested classes/interfaces inherited from interface ca.nengo.util.VisiblyMutable
VisiblyMutable.Event, VisiblyMutable.Listener, VisiblyMutable.NameChangeEvent, VisiblyMutable.NodeRemovedEvent
 
Method Summary
 java.lang.String[] getJointNames()
           
 SkeletalMuscle[] getMuscles()
           
 
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
 

Method Detail

getMuscles

SkeletalMuscle[] getMuscles()

getJointNames

java.lang.String[] getJointNames()