ucl.physiol.neuroconstruct.cell
Class SegmentLocation
java.lang.Object
ucl.physiol.neuroconstruct.cell.SegmentLocation
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- PostSynapticTerminalLocation, PreSynapticTerminalLocation
public class SegmentLocation
- extends Object
- implements Serializable
The location along a specified segment, e.g. a (pre or post) synaptic end point
- Author:
- Padraig Gleeson
- See Also:
- Serialized Form
DEFAULT_FRACT_CONN
public static float DEFAULT_FRACT_CONN
SegmentLocation
public SegmentLocation(int segmentId,
float fractionAlong)
getFractAlong
public float getFractAlong()
- Between 0 and 1
getSegmentId
public int getSegmentId()
toString
public String toString()
- Overrides:
toString in class Object