ucl.physiol.neuroconstruct.cell
Class PreSynapticTerminalLocation

java.lang.Object
  extended by ucl.physiol.neuroconstruct.cell.SegmentLocation
      extended by ucl.physiol.neuroconstruct.cell.PreSynapticTerminalLocation
All Implemented Interfaces:
Serializable

public class PreSynapticTerminalLocation
extends SegmentLocation

Location of a synaptic endpoint on an axonal section

Author:
Padraig Gleeson
See Also:
Serialized Form

Field Summary
 
Fields inherited from class ucl.physiol.neuroconstruct.cell.SegmentLocation
DEFAULT_FRACT_CONN
 
Constructor Summary
PreSynapticTerminalLocation(int sectionIndex, float fractionAlong)
           
 
Method Summary
 
Methods inherited from class ucl.physiol.neuroconstruct.cell.SegmentLocation
getFractAlong, getSegmentId, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PreSynapticTerminalLocation

public PreSynapticTerminalLocation(int sectionIndex,
                                   float fractionAlong)