public interface ModelFactory
Modifier and Type | Method and Description |
---|---|
ModulatedSynapse |
createModulatedSynapse(int targetNeuronIndex,
byte type,
float weight) |
DiscreteEvent |
createModulationDiscreteEvent(double time,
String name,
double peakFactor,
Seq<ModulatedSynapse> modulatedSynapseSeq) |
MutableSynapse |
createMutableSynapse(int targetNeuronIndex,
byte type,
float weight) |
Synapse |
createSynapse(int targetNeuronIndex,
byte type,
float weight) |
ModulatedSynapse createModulatedSynapse(int targetNeuronIndex, byte type, float weight)
DiscreteEvent createModulationDiscreteEvent(double time, String name, double peakFactor, Seq<ModulatedSynapse> modulatedSynapseSeq)
MutableSynapse createMutableSynapse(int targetNeuronIndex, byte type, float weight)
Synapse createSynapse(int targetNeuronIndex, byte type, float weight)