Package ucl.physiol.neuroconstruct.cell

A set of classes for handling cells in neuroConstruct

See:
          Description

Class Summary
ApPropSpeed A class representing the propagation velocity of an action potential along a segment.
AxonalConnRegion Region in 3D space around a cell where synaptic connections of certain types can be made, provided there is a dendrite allowing it
Cell The base class for all cells, defining the segments, section etc.
ChannelMechanism A class representing a channel mechanism which can be added to sections
IonProperties A class representing properties associated with an ion (based on NEURON's USEION)
MechParameter A class representing a generic parameter for a channel mechanism
ParameterisedGroup A parameterisation of a group of sections, based on the Parameterized Domain specification in NEURON
PostSynapticTerminalLocation Location of a synaptic endpoint on a dendritic section
PreSynapticTerminalLocation Location of a synaptic endpoint on an axonal section
Section A Section marks the beginning of a set of segments, and provides the start point and start radius for the section.
Segment A Segment which is the basic unit of somas, dendrites and axons.
SegmentLocation The location along a specified segment, e.g.
Species A class representing the properties associated with a species
SynapticConnectionEndPoint The location of a (pre or post) synaptic end point, along with which cell its on
VariableMechanism A class representing a channel mechanism which can be added to sections, with variable parameters
VariableParameter A class representing a variable parameter within a channel mechanism
 

Enum Summary
ParameterisedGroup.DistalPref  
ParameterisedGroup.Metric  
ParameterisedGroup.ProximalPref  
 

Exception Summary
ParameterException A class representing an exception when dealing with parameterised expressions, e.g.
 

Package ucl.physiol.neuroconstruct.cell Description

A set of classes for handling cells in neuroConstruct