Uses of Interface
network.aika.neuron.Synapse.SynapseFactory
-
Packages that use Synapse.SynapseFactory Package Description network.aika.neuron -
-
Uses of Synapse.SynapseFactory in network.aika.neuron
Methods in network.aika.neuron that return Synapse.SynapseFactory Modifier and Type Method Description protected Synapse.SynapseFactorySynapse.Builder. getSynapseFactory()Methods in network.aika.neuron with parameters of type Synapse.SynapseFactory Modifier and Type Method Description static SynapseSynapse. createOrReplace(Document doc, Integer synapseId, Neuron inputNeuron, Neuron outputNeuron, Synapse.SynapseFactory synapseFactory)
-