| Package | Description |
|---|---|
| edu.jhu.mb.ernst.model | |
| edu.jhu.mb.ernst.model.factory | |
| edu.jhu.mb.ernst.model.synapse |
| Modifier and Type | Method and Description |
|---|---|
MutableSynapse |
ModelFactory.createMutableSynapse(int targetNeuronIndex,
byte type,
float weight) |
| Modifier and Type | Method and Description |
|---|---|
MutableSynapse |
DefaultModelFactoryImp.createMutableSynapse(int targetNeuronIndex,
byte type,
float weight) |
| Modifier and Type | Class and Description |
|---|---|
class |
MutableSynapseImp
Direct access implementation of interface MutableSynapse.
|