Nengo.ca

ca.nengo.model.neuron.impl
Class HodgkinHuxleySpikeGenerator.HodgkinHuxleyNeuronFactory

java.lang.Object
  extended by ca.nengo.model.neuron.impl.HodgkinHuxleySpikeGenerator.HodgkinHuxleyNeuronFactory
All Implemented Interfaces:
NodeFactory, java.io.Serializable
Enclosing class:
HodgkinHuxleySpikeGenerator

public static class HodgkinHuxleySpikeGenerator.HodgkinHuxleyNeuronFactory
extends java.lang.Object
implements NodeFactory

A factory of neurons with linear synaptic integration and Hodgkin-Huxley spike generation.

See Also:
Serialized Form

Constructor Summary
HodgkinHuxleySpikeGenerator.HodgkinHuxleyNeuronFactory()
           
 
Method Summary
 java.lang.String getTypeDescription()
           
 Node make(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HodgkinHuxleySpikeGenerator.HodgkinHuxleyNeuronFactory

public HodgkinHuxleySpikeGenerator.HodgkinHuxleyNeuronFactory()
Method Detail

make

public Node make(java.lang.String name)
          throws StructuralException
Specified by:
make in interface NodeFactory
Parameters:
name - The name of the Node (unique within containing Ensemble or Network)
Returns:
A new Node
Throws:
StructuralException - for any problem that prevents construction
See Also:
NodeFactory.make(java.lang.String)

getTypeDescription

public java.lang.String getTypeDescription()
Specified by:
getTypeDescription in interface NodeFactory
Returns:
A short description of the type of Node created by this factory
See Also:
NodeFactory.getTypeDescription()

Nengo.ca